@charset "UTF-8";

/*  フォントサイズ早見表

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/



/* ------------------------------------------------------------ */
/* 基本のテキストリンク色 */
/* ------------------------------------------------------------ */

/* フッター用 */
#footer a {
	color:#ffffff;
	text-decoration:none;
}
/*　フッターナビ　*/
#fnavi a:link{
	color:#278F85;
	text-decoration: underline;
}
#fnavi a:visited{
	color:#278F85;
	text-decoration:underline;
}
#fnavi a:hover{
	color:#A29628;
	text-decoration:underline;
}
#fnavi a:active{
	color:#278F85;
	text-decoration:none;
}


/* トップのテキストリンク */

.topbox a:link{
	color:#314F2D;
	text-decoration:underline;
}
.topbox a:visited{
	color:#A49F44;
	text-decoration:underline;
}
.topbox a:hover{
	color:#333333;
	text-decoration:none;
}
.topbox a:active{
	color:#314F2D;
	text-decoration:underline;
}

/*　その他　*/
a:link{
	color:#623131;
	text-decoration:underline;
}
a:visited{
	color:#623131;
	text-decoration:underline;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}
a:active{
	color:#990000;
	text-decoration:underline;
}

/* バナーＣＳＳロールオーバースタイル */
#gnavi a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#bana_sinryo a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


* {
	line-height: 1.5em;
	font-size: 13px;
}

#wrap {
	color:#333333;

	*font-size: small;
	*font: x-small;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: auto;
	margin-left: auto;
}


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;
}
#container{
	width:100%;
}

#contents h2 {
	clear: both;
	margin-bottom: 15px;
}
#contents h3 {
	clear: both;
	margin-bottom: 15px;
}
#contents h5 {
	margin-left: 10px;
}


#contents p {
	margin-left: 20px;
	margin-right: 20px;
}

.form_tbl {
	width: 90%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFBE43;
	border-right-color: #FFBE43;
	border-bottom-color: #FFBE43;
	border-left-color: #FFBE43;
	margin-left: 20px;
}
.form_tbl dt {
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFBE43;
}

.tbl_price {
	width: 90%;
	margin-bottom: 15px;
}
.tbl_price,
.tbl_price th,
.tbl_price td {
	border: 1px solid #FFBE43;
	border-collapse: collapse;
}
.tbl_price th {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px;
	background-color: #FFFFCC;
}
.tbl_price td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

.tbl_isi {
	width: 90%;
	margin-bottom: 15px;
}
.tbl_isi th {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	font-size: 15px;
}
.tbl_isi td {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.tbl_cli {
	width: 100%;
	margin-bottom: 15px;
}

.tbl_cli td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.tbl_tonyo {
	width: 95%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.tbl_tonyo,
.tbl_tonyo th,
.tbl_tonyo td {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
.tbl_tonyo th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #FFFFCC;
}
.tbl_tonyo td {
	padding: 5px;
	vertical-align: middle;
}

.tbl_tonyo .tn1 {
	background-color: #FFDFDF;
}
.tbl_tonyo td.noline {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #CCC;
}



.tbl_tonyo2 {
	width: 60%;
	margin-bottom: 10px;
	margin-left: 15px;
}
.tbl_tonyo2 td {
	padding: 3px;
}

#contents ol {
	margin-left: 20px;
	margin-bottom: 1em;
}
#contents .tonyo {
	margin-left: 50px;
}




/*　ドクター紹介　*/

#contents .doctor_h3 {
	background-color: #FFFFCC;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFBE43;
}

#contents .t_doc {
	background-color: #EFF9C1;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #67912F;
	text-indent: 0.5em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 10px;
}
#contents .map {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px solid #CCC;
}

/*　歴史　*/

#contents .ryakureki {
	font-size: 15px;
	color: #006699;
	font-weight: bold;
	margin-bottom: 0em;
}
#contents .ryakureki2 {
	margin-bottom: 0em;
	margin-left: 30px;
}
#contents .special {
	background-image: url(../special/image/bg_syukuga.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
}
#twet {
	margin-left: 10px;
	width: 95%;
}



