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

概要：リセット＆ベースCSSファイル

***************************************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, fieldset, form, label, legend, p{
	margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}
h5, h6{
	font-size: 100% ;
}
ul, dl, dd{
	margin: 0; padding: 0; list-style: none ;
}
img{
	border: 0; vertical-align: text-bottom;
}
table{
	border-collapse: collapse; order-spacing: 0;
}
td, th{
	vertical-align:top ;
}
blockquote, q{
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after{
	content: ''; content: none;
}

.mainimage a:hover img{
	-ms-filter:"alpha(opacity=100)"; filter:alpha(opacity=100); opacity:1; background: #fff ;
}
caption{
	display:none ;
}


a{
	color: #186dec ;
}
a:hover{
	color: #999 ;
}
a:hover img { -ms-filter:"alpha(opacity=60)"; filter:alpha(opacity=60); opacity:0.6 }


.icon_blank{
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 10px;
    background : url(icon_blank.png) right center / auto auto no-repeat scroll padding-box border-box transparent;
}

/* body ------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	background: #FFF;
	color: #333;
	border-top: 3px solid #fe785e;
}


/* common -------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/

.fixed{
	position: fixed;
}

.clear{
	clear: both;
}

.img_center,
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.t_left{
	text-align: left;
}

.strong{
	color: #fe785e;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}


/* box */
.wrapbox{
	overflow: hidden;
}
.fl_left{
	float: left;
	margin-right: 15px;
}
.fl_left50{
	float: left;
	width: 50%;
	text-align: center;
}
.fl_right{
	float: right;
	margin-left: 15px;
}
.fl_right50{
	float: right;
	width: 50%;
}
.wrapbox .text{
	overflow: auto;
}
.txt_box{
	padding: 15px 15px 5px;
	border: solid 2px #e0e0e0;
}
.txt_box2{
	padding: 15px;
	color: #F14290;
	border: solid 2px #e0e0e0;
	font-weight: bold;
	font-size: 100% !important;
	text-align: center;
}

/* list */
.img_list{
	margin: 0 0 30px;
}
.img_list li{
	margin: 0 0 10px;
	text-align: center;
}

.list_2line{
	overflow: hidden;
}
.list_2line li{
	float: left;
	width: 330px;
	margin: 0 0 8px 0;
}
.list_circle{
	margin-left: 30px;
}
.list_circle li{
	margin-bottom: 8px;
	list-style: circle;
}
.list_circle .sub{
	margin-top: 6px;
	margin-left: 25px;
}

.list_circle2 li{
	margin-bottom: 8px;
	padding: 0 0 0 22px;
	background : url(icon_circle.png) 5px 7px / auto auto no-repeat scroll padding-box border-box transparent;
}

.list_disc{
	margin-left: 20px;
}
.list_disc li{
	list-style: disc;
}

/* link */
.icon_link {
}
.icon_link a{
	display: inline-block;
	padding-left: 20px;
	background : url(icon_arrow3.png) left 4px / auto auto no-repeat scroll padding-box border-box transparent;
	text-decoration: none;
}

/* margin */
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}



/* table */
.no_style {
}
.no_style th{
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

.style01 {
}
.style01 th,
.style01 td{
	padding: 5px 10px;
    border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 95%;
}
.style01 th{
	background: #eee;
	text-align: left;
}
.style01 th span{
	font-size: 80%;
	font-weight: normal;
}

/* dl */
.indent{
	margin-bottom: 1em;
}
.indent dt{
	font-weight: bold;
}
.indent dd{
	padding-left: 1.5em;
}


/* header -------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/



#logo{
	float: left;
}

#guide_link{
	float: right;
}
#guide_link li{
	display: inline-block;
	margin-left: 14px;
}
#guide_link li a{
	display: inline-block;
	padding-left: 10px;
	background : url(icon_arrow.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
	color: #000;
	font-size: 75%;
	text-decoration: none;
}
#guide_link li a[target="_blank"]{
	padding-left: 17px;
	background : url(icon_blank.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
}





/* contents -----------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/



#keyvisual{
	clear: both;
	background: #FFE2DD center center no-repeat;
}

#about #keyvisual{
	background-image : url(key_img.jpg);
}
#staff #keyvisual{
	background-image : url(key_img1.jpg);
}
#patients #keyvisual{
	background-image : url(key_img1.jpg);
}
#phisycians #keyvisual{
	background : url(img/key_img.jpg) center center / auto auto no-repeat scroll padding-box border-box #d0e3f0;
}
#others #keyvisual{
	background-image : url(key_img1.jpg);
}

#main p{
	margin-bottom: 1em;
}
#main h2{
	margin: 30px 0 20px;
	padding: 5px 4px;
	border-top: 2px solid #fe785e;
	border-bottom: 2px solid #fe785e;
	font-size: 140%;
}
	#phisycians #main h2,
	#phisycians #main h3{
		border-color: #5097C5;
	}
#main h2:first-child{
	margin-top: 0;
}
#main h3{
	margin: 25px 0 15px;
	padding: 0 4px;
	border-bottom: 3px double #fe785e;
}
#main h4{
	margin: 25px 0 15px;
	border-bottom: 2px solid #ccc;
}
#main h5{
	margin: 20px 0 15px;
	padding: 5px;
	background: #eee;
	font-size: 90%;
}




.menu_title{
	margin-bottom: 2px;
	padding: 20px 0;
	background: #FE785E;
	text-align: center;
}

#local_menu{
	margin: 0 0 30px;
}
#local_menu li{
	margin-bottom: 2px;
	background : url(icon_arrow2.png) 10px center / auto auto no-repeat scroll padding-box border-box #eeeeee;
	font-size: 95%;
}
#local_menu li:hover,
#local_menu li.on{
	background-color: #FFE2DD;
}
#local_menu a{
	display: block;
	padding: 10px 5px 10px 26px;
	color: #333;
	text-decoration: none;
}
#local_menu li.on a{
	color: #FE785E;
}

	#phisycians .menu_title{
		background: #5097C5;
	}
	#phisycians #local_menu li{
		margin-bottom: 2px;
		background : url(icon_arrow2b.png) 10px center / auto auto no-repeat scroll padding-box border-box #eeeeee;
	}
	#phisycians #local_menu li:hover,
	#phisycians #local_menu li.on{
		background-color: #E9F1F8;
	}
	#phisycians #local_menu li.on a{
		color: #5097C5;
	}
#local_menu li a[target="_blank"]{
    background : url(icon_blank.png) 220px center / auto auto no-repeat scroll padding-box border-box transparent;
}	

/* footer -------------------------------------------------------------------------------
---------------------------------------------------------------------------------------*/
#footer{
	clear: both;
}

#footer dl{
	float: left;
	width: 245px;
	font-size: 14px;
}
#footer dl a{
	color: #333;
	text-decoration: none;
}
#footer dl a:hover{
	color: #666;
	text-decoration: underline;
}
#footer dl dt{
	margin-bottom: 8px;
	font-weight: bold;
}
#footer dl dd ul{
	font-size: 13px;
}
#footer dl dd ul li{
	margin-top: 3px;
}
#footer dl dd ul a{
	padding-left: 12px;
	background : url(icon_arrow.png) left center / auto auto no-repeat scroll padding-box border-box transparent;
}



#copyright{
	padding: 15px 0;
	background: #fff;
	border-top: 4px solid #fe785e;
	text-align: center;
	font-size: 80%;
}













