@charset "utf-8";
/*----------------------------------------
	CLINIC TOP PAGE
----------------------------------------*/
h1#cont-mv {
	width:568px;
	height:200px;
	background-image:url(../contents/img/top_mv.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#cont-top-area {
	width:538px;
	margin:36px auto 0 auto;
}
#cont-top-area hr {
	margin:10px 0;
}
#cont-top-area .cont-top-box {
	width:528px;
	margin:5px auto 0 auto;
}
.cont-top-box .cont-top-box-l {
	width:114px;
	float:left;
}
.cont-top-box .cont-top-box-r {
	width:403px;
	float:right;
}

/*----------------------------------------
	PRICE PAGE
----------------------------------------*/
h1#price-mv {
	width:568px;
	height:200px;
	background-image:url(/contents/img/price_mv.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
h1#price-mv2 {
	width:568px;
	height:200px;
	background-image:url(/contents/img/price_mv2.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#pri-btn {
	width:538px;
	text-align:center;
}
#pri-btn img {
	display:inline;
}
h2#pri-sub-tit {
	font-size:130%;
	line-height:1.4em;
	margin:15px 0 15px 0;
	padding:0 0 2px 0;
	border-bottom:1px solid #917E17;
}
.pri-cap {
	text-align:right;
}

/*プライステーブル*/
.pri-tbl table{
	border-collapse:collapse;
	background-color:#FFFFFF;
	margin-bottom:20px;
	font-size:12px;
}
.pri-tbl table,th,td{
	border:1px solid #CAC179;
	padding:4px;
	text-align:left;
}
.pri-tbl td{
	border-bottom-style:dotted;
	border-top-style:dotted;
}
.pri-tbl th{
	background-color:#DDD8A8;
}
.pri-tbl .price-txt{
	text-align:right;
	font-weight:bold;
	width:150px;
}
.pri-tbl .price-txt2{
	text-align:right;
	font-weight:bold;
	width:80px;
}
.pri-tbl .price-txt3{
	text-align:right;
	font-weight:bold;
	width:100px;
}
.pri-tbl .price-bk2{
	background-color:#F3F1E1;
}
.pri-tbl .p-l-s{
	border-bottom-style:solid;
}
