@charset "utf-8";
/*
Theme Name: 神戸百年記念病院
Theme URI: http://www.kobe-century-mh.or.jp/
Description: 神戸百年記念病院 診療科ページ用テーマ
Version: 1.0
Author: SohNET Inc.
Author URI: http://www.sohnet.co.jp/
Tags: kcmh, department

	This theme was designed and built by SohNET

*/

/**/

@charset "utf-8";
/* CSS Document */



img {
	vertical-align: bottom;
}

em {
	display: none;
}

.clear {
	clear: both;
	height: 0px;
	overflow:hidden;
	visibility: hidden;		
}



html{
	font-size: 12px;
	overflow-y:scroll;
}
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	line-height:1.5em;
}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}

del,ins{text-decoration:none;}

li{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym{border:0;font-variant:normal;}

sup{vertical-align:baseline;}sub{vertical-align:baseline;}

legend{color:#000;}

input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

input,button,textarea,select{*font-size:100%;}


/*html {
	overflow-y:scroll;
}

* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1.3em;
	font-size:100%;
	font-style:normal;
	letter-spacing:0.08em
}


h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}*/

/*color
---------------------------------------------------------------*/
.bold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}
.red-b {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

.green {
	color: #006600;
}
.green-b {
	font-size: 13px;
	font-weight: bold;
	color: #006600;
}

.orange {
	color: #FF6600;
}
.orange-b {
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.blue {
	color: #006699
}
.blue-b {
	font-weight: bold;
	color: #006699
}
.px10 {
	font-size: 10px;
}


/*基本
---------------------------------------------------------------*/

body {
	font: 1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
	color: #333333;
	text-align:justify;
	text-justify:distribute;
	background-color: #F9F8F7;
}




a:link, a:visited, a:active {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#006699;
	text-decoration:underline;
}

.checked {
	font-weight: bold;
}


h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

p {
  font-size: 1em;
}


/*font resize
---------------------------------------------------------------*/

.fontResizer {
	display: block;
	position: absolute;
	position: absolute;
	top: 35px;
	right: -19px;
	width: 180px;
	font-size: 11px;
}

.fontResizer a {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-image: url(http://www.kobe-century-mh.or.jp/images/f-bg-n.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 4px;
}

.fontResizer a:hover { 
	color: #FFFFFF; 
	text-decoration: none; 
}

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont { 
	font-size: 11px;
}

.medFont { 
	font-size: 12px;
}

.largeFont { 
	font-size: 15px;
}

.fontResizer .curFont {
	color: #FFFFFF;
	background-image: url(http://www.kobe-century-mh.or.jp/images/f-bg-s.gif);
	background-repeat: repeat-x;
	background-position: left top;
}




/*構成
---------------------------------------------------------------*/

#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.kobe-century-mh.or.jp/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#header {
	width: 900px;
	margin-bottom: 10px;
	position: relative;
}

#contents {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float: right;
	width: 625px;
}

#side {
	float: left;
	width: 200px;
}

#footer {
	width: 850px;
	position: relative;
	height: 65px;
	background-image: url(http://www.kobe-century-mh.or.jp/images/foot-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 30px;
}



/*header
---------------------------------------------------------------*/
.topcopy {
	font-size: 11px;
	color: #999999;
}

#font-size {
	position: absolute;
	top: 2px;
	right: 180px;
}

#search {
	display: block;
	width: 205px;
	position: absolute;
	top: 2px;
	right: 0px;
	border: 1px solid #D4D4D4;
	height: 22px;
}

#search .text-a {
	font-size: 10px;
	position: absolute;
	top: 2.5px;
	right: 78px;
	width: 120px;
}

#search .search {
	position: absolute;
	top: 2px;
	right: 3px;

}



#top {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	position: relative;
}
#top-menu {
	position: absolute;
	top: 8px;
	right: 280px;
	
}

#top-menu li {
	display:block;
	float:left;
	vertical-align: top;
}

#top-menu li img {
	vertical-align: top;
}



#top-image {
	margin-left: 25px;
	margin-bottom: 10px;
}


#pan li {
	float: left;
	margin-right: 5px;
}
#pan {
	display: block;
	height: 1em;
	color: #004F75;
	padding-bottom: 5px;

}



/*footer
---------------------------------------------------------------*/

#footer .kcmh-f {
	height: 19px;
	width: 576px;
	top: 0px;
	float: left;
}


#foot-navi {
	display: block;
	width: 300px;
	left: 25px;
	font-size: 11px;
	position: absolute;
	top: 42px;
}

#foot-navi img {
	vertical-align: top;
}

#foot-navi li {
	float:left;
}

.scroll {
	display: block;
	float: right;
	text-align:right;
	padding-left:18px;
	background-image: url(http://www.kobe-century-mh.or.jp/images/allow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.copyright {
	display: block;
	position: absolute;
	right: 20px;
	top: 44px;
}



/*共通
---------------------------------------------------------------*/

.bar {
	height: 33px;
	width: 623px;
	background-image: url(http://www.kobe-century-mh.or.jp/images/bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	border: 1px solid #CCCCCC;
	position: relative;
}

/*コンテンツページ左サイド共通
---------------------------------------------------------------*/

#side .sidemenu {
	border: 1px solid #E1E1E1;
	margin-bottom: 30px;
}
#side .sidemenu h3 {
	background: url(http://www.kobe-century-mh.or.jp/images/sidemenu_bk.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 183px;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	padding-left: 15px;
	padding-top: 7px;
}
#side .sidemenu .ul_1 {
	display: block;
	padding-top: 15px;
}
#side .sidemenu .list_1 {
	display: block;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-left: 15px;
	background: url(http://www.kobe-century-mh.or.jp/images/sidemenu_dott.gif) no-repeat 1% 50%;
}
.common_side a {
	display: block;
	height: 40px;
	width: 199px;
}
.common_side .outpati_side a {
	background: url(http://www.kobe-century-mh.or.jp/images/outpatient_bt.jpg) no-repeat;
}
.common_side .outpati_side a:hover {
	background: url(http://www.kobe-century-mh.or.jp/images/outpatient_bt2.jpg) no-repeat;
}

.common_side .hospitali_side a {
	background: url(http://www.kobe-century-mh.or.jp/images/hospitalization_bt.jpg) no-repeat;
}
.common_side .hospitali_side a:hover {
	background: url(http://www.kobe-century-mh.or.jp/images/hospitalization_bt2.jpg) no-repeat;
}

.common_side .visit_side a {
	background: url(http://www.kobe-century-mh.or.jp/images/visit_bt.jpg) no-repeat;
}
.common_side .visit_side a:hover {
	background: url(http://www.kobe-century-mh.or.jp/images/visit_bt2.jpg) no-repeat;
}

.common_side .dock_side a {
	background: url(http://www.kobe-century-mh.or.jp/images/dock_bt.jpg) no-repeat;
}
.common_side .dock_side a:hover {
	background: url(http://www.kobe-century-mh.or.jp/images/dock_bt2.jpg) no-repeat;
}

#side .common_side {
	margin-bottom: 10px;
}

.banner a {
	display: block;
	margin-bottom: 10px;
}

.side-info {
	margin-top: 15px;
	background-color: #EFF5F5;
	background-image: url(http://www.kobe-century-mh.or.jp/images/kcmh-b-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.side-info p {
	line-height: 1.2em;
	color: #666666;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/*コンテンツページ左サイド共通 2階層目
---------------------------------------------------------------*/

#side .sidemenu .ul_1 .ul_2 {
	display: block;
	margin-bottom: 15px;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background: #F9F9F9;
	padding-top: 10px;
	padding-left: 25px;
	color: #666666;
	padding-bottom: 4px;
}
#side .sidemenu .ul_1 .ul_2 .list_2 a {
	display: block;
	margin-bottom: 6px;
	background: url(http://www.kobe-century-mh.or.jp/images/allow4.gif) no-repeat 1% 50%;
	padding-left: 20px;
	color: #666666;
}
#side .sidemenu .ul_1 .ul_2 .list_2 a:hover {
	background: url(http://www.kobe-century-mh.or.jp/images/allow5.gif) no-repeat 1% 50%;
}



/*コンテンツページ左サイド共通 3階層目
---------------------------------------------------------------*/

#side .sidemenu .ul_1 .ul_2 .ul_3 {
	display: block;
	margin-bottom: 5px;
	background: #F9F9F9;
	padding-left: 10px;
	color: #666666;
	padding-bottom: 4px;
}
#side .sidemenu .ul_1 .ul_3 .list_3 a {
	display: block;
	margin-bottom: 6px;
	background: url(http://www.kobe-century-mh.or.jp/images/allow10.gif) no-repeat 1% 50%;
	padding-left: 20px;
	color: #666666;
}
#side .sidemenu .ul_1 .ul_3 .list_3 a:hover {
	background: url(http://www.kobe-century-mh.or.jp/images/allow11.gif) no-repeat 1% 50%;
}

/*コンテンツページ左サイド共通 3階層目リンクなし
---------------------------------------------------------------*/


#side .sidemenu .ul_1 .ul_3 .list_30 {
	display: block;
	margin-bottom: 6px;
	background: url(http://www.kobe-century-mh.or.jp/images/allow10.gif) no-repeat 1% 50%;
	padding-left: 20px;
	color: #666666;
}




/*コンテンツページ左サイド共通 4階層目
---------------------------------------------------------------*/

#side .sidemenu .ul_1 .ul_3 .list_4 a {
	display: block;
	margin-bottom: 6px;
	background: url(http://www.kobe-century-mh.or.jp/images/allow9.gif) no-repeat 1% 50%;
	padding-left: 20px;
	color: #666666;
}
#side .sidemenu .ul_1 .ul_3 .list_4 a:hover {
	background: url(http://www.kobe-century-mh.or.jp/images/allow8.gif) no-repeat 1% 50%;
}




/*コンテンツページメインコンテンツ共通
---------------------------------------------------------------*/

#main h2.h2_deco {
	background: url(http://www.kobe-century-mh.or.jp/images/contents_title_bk.gif) no-repeat;
	display: block;
	height: 30px;
	width: 608px;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 17px;
	font-size: 14px;
	clear: both;
	margin-bottom: 15px;
}
#main .title_text {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	color: #666666;
}
#main .select li {
	display: block;
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	text-align: center;
}
#main .select li a {
	background: url(http://www.kobe-century-mh.or.jp/images/contents_select_bt.jpg) no-repeat;
	display: block;
	height: 39px;
	width: 199px;
	color: #1F79A5;
	font-size: 14px;
	font-weight: bold;
	padding-top: 19px;
}
#main .select li a:hover {
	background: url(http://www.kobe-century-mh.or.jp/images/contents_select_bt2.jpg) no-repeat;
}
#main .select .select_right {
	margin-right: 0px;
}
#main .select {
	width: 625px;
	display: block;
	margin-bottom: 35px;
}
#main .h3_deco {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
	padding-top: 7px;
	clear: both;
	height: 36px;
	background-image: url(http://www.kobe-century-mh.or.jp/images/h3_deco_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.link_1 {
	font-weight: bold;
	margin-top: 10px;
	display: block;
	background: url(http://www.kobe-century-mh.or.jp/images/allow1.gif) no-repeat 1% 50%;
	padding-left: 20px;
}
#main .doc_l {
	background: #EEF5F9;
	width: 130px;
	padding: 13px;
	float: left;
}
#wrapper #main .doc_l .yakusyoku {
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
#main .doc_l .name {
	font-size: 14px;
	text-align: right;
	display: block;
	margin-top: 10px;
	font-weight: bold;
	color: #1F79A5;
}
#main .doc_l .name .roma {
	font-weight: normal;
	font-style: italic;
	color: #666666;
}
#main .doc_r {
	width: 420px;
	float: right;
	margin-right: 20px;
}
#main .doc_r h4 {
	font-weight: bold;
	color: #377A9B;
	display: block;
	padding-bottom: 10px;
	border-bottom: thin dotted #CCCCCC;
}
#main .doc_r table {
	color: #666666;
}
#main .doc_r th {
	font-weight: bold;
	padding: 8px;
	border-bottom: thin dotted #CCCCCC;
	width: 79px;
}
#main .doc_r td {
	padding: 8px;
	border-bottom: thin dotted #CCCCCC;
}
#main .doc {
	margin-top: 60px;
	clear: both;
}


/*追加
---------------------------------------------------------------*/
.pan {
	font-size: 10px;
	color: #0086C9;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}

#main .doc_in a {
	background: url(http://www.kobe-century-mh.or.jp/images/doc_in_bt.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 123px;
	font-weight: bold;
	color: #006699;
	padding-top: 8px;
	padding-left: 26px;
	float: left;
	clear: both;
	margin-bottom: 30px;
}
#main .doc_in2 a {
	background: url(http://www.kobe-century-mh.or.jp/images/doc_in_bt.jpg) no-repeat;
	display: block;
	height: 27px;
	width: 123px;
	font-weight: bold;
	color: #006699;
	padding-top: 8px;
	padding-left: 26px;
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;
}
#main .h4_deco {
	font-weight: bold;
	color: #666666;
	margin-left: 10px;
	clear: both;
	margin-bottom: 10px;
	background: url(http://www.kobe-century-mh.or.jp/images/h4_bk.jpg) no-repeat;
	height: 27px;
	width: 576px;
	padding-top: 8px;
	padding-left: 28px;
}

.left {
	text-align: left;
}
.left_f {
	float:left;
	text-align: left;
	margin-right: 15px;
}
.right_f {
	float: right;
	text-align: right;
	margin-right: 30px;
}
#main h5.h5_deco {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #666666;
}
#contents #main #tip_con .h5_deco2 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #336699;
}

/*ページナビ
----------------------*/

.wp-pagenavi {
	padding-top: 1.5em;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 7px 2px 2px;
	color: #555555;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #222222;
	background-color: #FFFFFF;
	font-size: 1.1em;
}



.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #1F79A5;
	color: #1F79A5;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #1F79A5;
	color: #1F79A5;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #1F79A5;
	color: #FFFFFF;
	background-color: #1F79A5;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #1F79A5;
	color: #1F79A5;
	background-color: #FFFFFF;	
}


.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/*AJAXポップアップコメント非表示*/

#tip_con,#tip_con1,#tip_con2,#tip_con3,#tip_con4,#tip_con5,#tip_con6,#tip_con7,#tip_con8,#tip_con9,#tip_con10,#tip_con11,#tip_con12,#tip_con13,#tip_con14,#tip_con15,#tip_con16,#tip_con17,#tip_con18,#tip_con19,#tip_con20,#tip_con21,#tip_con22,#tip_con23 {
	display: none;
	font-size: 1.5em;
}


/*コンテンツページメインコンテンツ共通（追加分）
------------------------------------*/

#main .ul_type1 {
	margin-bottom: 25px;
	margin-left: 20px;
	color: #666666;
}
#main .ul_type1 li {
	margin-bottom: 10px;
}
#main .ul_type2 {
	margin-bottom: 25px;
	margin-left: 20px;
	color: #666666;
	background: #EFF5F5;
	padding: 15px;
	width: 380px;
	border: 1px solid #e1e1e1;
	margin-top: 20px;
}
#contents #main .ul_type3 {
	margin-bottom: 25px;
	margin-left: 20px;
	color: #666666;
	display: block;
	width: 200px;
	float: left;
}
#main .ul_type3 li {
	margin-bottom: 10px;
}
#contents #main .ul_type4 {
	margin-bottom: 0px;
	margin-left: 10px;
	color: #666666;
	display: block;
}
#main .ul_type4 li {
	display: block;
	float: left;
	width: 205px;
	margin-bottom: 10px;
}

#main .ul_type5 {
	margin-bottom: 25px;
	margin-left: 5px;
	color: #666666;
	display: block;
}
#main .ul_type5 li {
	margin-bottom: 10px;
	display: block;
	background: url(http://www.kobe-century-mh.or.jp/images/allow6.gif) no-repeat 0.3em 0.3em;
	padding-left: 18px;
}

#main .dl_type1 {
	margin-bottom: 30px;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 15px;
}
#main .dl_type1 dd {
	margin-bottom: 20px;
	margin-left: 30px;
}
#main .dl_type2 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #666666;
}
#main .dl_type2 dt {
	margin: 0px;
}
#main .dl_type2 dd {
	margin-left: 30px;
	margin-bottom: 5px;
}
#main .dl_type3 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #666666;
}
#main .dl_type3 dt {
	margin: 0px 15px 10px;
	font-weight: bold;
	background: #F3F9FC;
	display: block;
	padding: 15px;
}
#main .dl_type3 dd {
	margin-left: 30px;
	margin-bottom: 45px;
}
#main .dl_type4 {
	color: #666666;
	display: block;
}
#main .dl_type4 dt {
	border-top: 1px solid #e1e1e1;
	padding-top: 15px;
	margin: 15px 0px 10px 15px;
}
#main .dl_type4 dd {
	margin-left: 30px;
	margin-bottom: 5px;
}
#main .dl_type4 .last_dd {
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
	padding-left: 15px;
	margin-left: 15px;
}
#main .dl_type5 {
	margin-bottom: 30px;
	color: #666666;
	float: right;
	padding: 10px 10px 10px 20px;
	border: 1px solid #CCCCCC;
	background: url(http://www.kobe-century-mh.or.jp/department/images/bk1.jpg) repeat-x left top;
	width: 410px;
}
#main .dl_type5 dt {
	margin: 0px;
	font-weight: bold;
	color: #2274A6;

}
#main .dl_type5 dd {
	margin-left: 30px;
	margin-bottom: 5px;
}

#main .dl_type6 {
	margin-bottom: 30px;
	color: #666666;
	padding: 10px 10px 10px 20px;
	border: 1px solid #CCCCCC;
	background: url(http://www.kobe-century-mh.or.jp/department/images/bk1.jpg) repeat-x left top;
	width: 550px;
	margin-top: 10px;
	margin-left: 22px;
}
#main .dl_type6 dt {
	margin: 0px;
	font-weight: bold;
	color: #2274A6;

}
#main .dl_type6 dd {
	margin-left: 30px;
	margin-bottom: 5px;
}

/*共通　table
---------------------------------------------------------------*/

#main .table01 {
	width: 100%;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	margin-top: 25px;
	color: #666666;
	margin-bottom: 15px;
	clear: both;
}
#main .table01 th {
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	vertical-align: middle;
	font-weight: bold;
	color: #666666;
	background: #F8FAFC;
}

#main .table01 .border1 {
	border-bottom: 1px solid #CCCCCC;
}
#main .table01 .border2 {
	border-right: 1px solid #CCCCCC;
}
#main .table01 .border3 {
	border-bottom: 1px solid #CCCCCC;
	background: #F5F5F5;
}

#main .table01 td {
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	padding: 7px;
	text-align: right;
}
#main .table01 .table_sub {
	font-weight: bold;
	color: #666666;
	background: #F8FAFC;
	text-align: center;
}
#main .table01 .table_sub2 {
	color: #666666;
	background: #FFFAF4;
	text-align: center;
}
#main .table01 .table_sub3 {
	color: #666666;
	background: #F1FAF1;
	text-align: center;
}


#main .table02 {
	width: 90%;
	border-top: 1px solid #E5EFF8;
	border-left: 1px solid #E5EFF8;
	margin-top: 25px;
	color: #666666;
	margin-bottom: 15px;
	margin-left: 30px;
}
#main .table02 th {
	text-align: center;
	border-bottom: 1px solid #E5EFF8;
	border-right: 1px solid #E5EFF8;
	vertical-align: middle;
	font-weight: bold;
	color: #666666;
	background: #F8FAFC;
}
#main .table02 td {
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	padding: 5px;
}
#main .table02 .table_sub {
	font-weight: bold;
	color: #666666;
	background: #F8FAFC;
	text-align: center;
}
#main .table02 .table_sub2 {
	color: #666666;
	background: #FFFAF4;
	text-align: center;
}
#main .table02 .table_sub3 {
	color: #666666;
	background: #F1FAF1;
	text-align: center;
}
#main .table02 .table_sub4 {
	color: #666666;
	background: #F7FBFD;
}
#main .table02 .table_sub5 {
	color: #666666;
	background: #F3F9FC;
}

#main .table03 {
	width: 100%;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	margin-top: 25px;
	color: #666666;
	margin-bottom: 15px;
	clear: both;
}
#main .table03 th {
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	vertical-align: middle;
	font-weight: bold;
	color: #666666;
	background: #F8FAFC;
}
#main .table03 .border1 {
	border-bottom: 1px solid #CCCCCC;
}
#main .table03 .border2 {
	border-right: 1px solid #CCCCCC;
}
#main .table03 .border3 {
	border-bottom: 1px solid #CCCCCC;
	background: #F5F5F5;
}

#main .table03 td {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 7px;
}
#main .table03 .table_sub {
	font-weight: bold;
	color: #666666;
	background: #F8FAFC;
	text-align: center;
}
#main .table03 .table_sub2 {
	color: #666666;
	background: #FFFAF4;
	text-align: center;
}
#main .table03 .table_sub3 {
	color: #666666;
	background: #F1FAF1;
	text-align: center;
}
#main .table03 .table_sub4 {
	color: #666666;
	background: #F8FAFC;
	text-align: center;
}

/*共通　微調整
---------------------------------------------------------------*/

.margin-50px {
	margin-top: -50px;
}
.paddingleft25 {
	padding-left: 25px;
	margin-bottom: 20px;
}
#wrapper #wrap #contents .center {
	text-align: center;
}


/*画像フロート
---------------------------------------------------------------*/

.img-float1 {
	display: block;
	float: right;
	padding-bottom: 2em;
	padding-left: 25px;
}
.img-float2 {
	display: block;
	float: left;
	padding: 10px 25px 1.5em 5px;
}
.img-float3 {
	display: block;
	float: left;
	padding: 10px 25px 1.5em 5px;
	width: 150px;
}
.img-float4 {
	display: block;
	float: left;
	padding: 0px 25px 1.5em 5px;
}
.img-float5 {
	display: block;
	float: left;
	padding: 5px 25px 1.5em 20px;
}

/*モバイルサイト
---------------------------------------------------------------*/
.b_mobile {
	background-image: url(http://www.kobe-century-mh.or.jp/images/b_mobile.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 236px;
	width: 199px;
	position: relative;

}
.b_mobile .mob01 {
	font-size: 12px;
	color: #006699;
	display: block;
	position: absolute;
	top: 157px;
	left: 102px;
	font-weight: bold;
	text-decoration: underline;
	
}
.b_mobile .mob02 {
	font-size: 11px;
	color: #CCCCCC;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 25px;
}


.padb5{padding-bottom:5px;}
.padb10{padding-bottom:10px;}
.padb15{padding-bottom:15px;}
.padb20{padding-bottom:20px;}
.padb25{padding-bottom:25px;}
.padb30{padding-bottom:30px;}
.padtb10{
	padding-bottom:10px;
	padding-top: 10px;
}

.h4titlezone {
	font-weight: bold;
	color: #006699;
}
.syonika_wakutin {
	background-color: #FFE8E8;
	padding: 8px;
	height: auto;
	width: 450px;
	margin-bottom: 30px;
}