@charset "UTF-8";

/* 共通
---------------------------------*/
#index .localnav li a.index,
#price .localnav li a.price {
	color: #fff;
	cursor:default;
	background-color: #33b8ba;
	
}

/* 診察のご案内
---------------------------------*/

#index #visual {
	background: url(/exam/img/index_visual.jpg) no-repeat center top;
}
#index .policy ol {
	background: url(/exam/img/index_policy.jpg) no-repeat right top;
	background-size: 360px 240px;
}
#index .policy ol li {
	margin-bottom: 40px;
	overflow:hidden;
	_zoom:1;
}
#index .policy ol li h3 strong {
	font-size: 200%;
	color: #33b8ba;
	line-height: 100%;
}
#index .policy ol li ul {
	float: left;
	width: 200px;
}
#index .policy ol li ul.even {
	width: 300px;
}
#index .policy ol li ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 0px;
}
#index .policy ol li ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -50px;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

#index .target {
}
#index .target p.lead {
	text-align: center;
	padding: 20px 0;
	border: 4px solid #E7F6F6;
}
#index .target p strong {
	font-size: 120%;
}
#index .target p span.notes {
	font-size: 80%;
}
#index .target ul li {
	position: relative;
	padding-left: 20px;
}
#index .target ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -50px;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
}

#index .system p.lead {
	text-align: center;
	padding: 20px 0;
	border: 4px solid #E7F6F6;
}
#index .system p span.notes {
	font-size: 80%;
}
#index .system .box {
	overflow:hidden;
	_zoom:1;
	margin-top: 30px;
}
#index .system .box .boxleft,
#index .system .box .boxright {
	width: 460px;
	float: left;
	padding-right: 30px;
}
#index .system .box ul {
	margin-bottom: 1em;
}

#index .system .box ul li {
	position: relative;
	padding-left: 20px;
}
#index .system .box ul li:before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -50px;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

#index .system .box p.notes {
	font-size: 80%;
}

#index .call p.lead {
	text-align: center;
	padding: 20px 0;
	border: 4px solid #E7F6F6;
}
#index .call ul li {
	padding-left: 26px;
	background: url(/common/img/icon_green.png) no-repeat 6px 7px;
}

#index .night p.lead {
	text-align: center;
	padding: 20px 0;
	border: 4px solid #E7F6F6;
}
#index .night ul li {
	padding-left: 26px;
	background: url(/common/img/icon_green.png) no-repeat 6px 7px;
}
#index .night p.notes {
	font-size: 80%;
}
	
/* 料金について
---------------------------------*/

#price #visual {
	background: url(/exam/img/price_visual.jpg) no-repeat center top;
}

#price .list {
	overflow:hidden;
	_zoom:1;
}
#price .list p.hedanotes {
	text-align: right;
	padding-bottom: 30px;
}	

#price .list .list_left {
	width: 460px;
	float: left;
}
#price .list .list_right {
	width: 460px;
	float: right;
}
#price .list .listbox {
	margin: 0 0 40px 0;
}

#price .list table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
#price .list table th,
#price .list table td {
	padding: 10px 40px 10px 20px;
}
#price .list table th {
}
#price .list table td {
	border-bottom: 1px dotted #ddd;
	background-color: #fff;
}
#price .list table .fee {
	width: 35%;
}
#price .list table td.fee {
	text-align: right;
	background-color: #e8f6f6;
	border-left: 1px solid #fff;
	font-size: 100%;
}
#price .list table td span {
	position: relative;
	padding-left: 20px;
}
#price .list table td span:before {
	content: ' ';
	display: block;
	position: absolute;
	background: url(/common/img/sprite.png) no-repeat 0 -50px;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}
#price .list  strong {
	color: #33b8ba;
	font-size: 120%;
}
#price #wrapper #content #content_block p.notes {
	font-size: 90%;
	color: #999;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 0;
}

#price .accounts p {
	text-align: center;
}

#price .accounts ul {
	overflow:hidden;
	_zoom:1;
}
#price .accounts ul li {
	float: left;
	width: 356px;
	margin-right: 5px;
}

.price_center {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}

#price .insurance p {
	text-align: center;
}

#price .insurance ul {
	overflow:hidden;
	_zoom:1;
}
#price .insurance ul li {
	float: left;
	width: 240px;
	margin-right: 20px;
}

#price .insurance ul li a {
  text-align: center;
}

#price .insurance ul li img {
	margin-bottom: 5px;
}
#price .insurance ul li a:hover img {
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

}