@charset "UTF-8";

/*access.html専用
-----------------------------------------*/
.plf{
	color:#F36;
	font-size:16px;
	font-weight:bold;
	
}
/*map
-----------------------------------------*/
article {
}
article:after {
content: "";
display: block;
clear: both;
}
*+html article {
min-height: 1px;
}

/*Map関連
-----------------------------------------*/

.map img {
border: 1px solid #666;
display: block;
margin: 0 auto;
margin-bottom:20px;
margin-top:20px;
}
.map small {
display: block;
margin-bottom: 15px;
}

/*表ベース
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin-right: 10px;
}
table td,
table th {
font-size: 14px;
line-height: 1.4;
}
table th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: normal;
}

table td small {
display: block;
font-size: 12px;
}
table td dt {
font-size: 10px;
font-weight: bold;
}
table td dd {
font-size: 18px;
}
/*住所などの表
-----------------------------------------*/
.map + table {
margin-bottom: 5px;
width:100%;
}
.map + table td,
.map + table th {
vertical-align: middle;
color: #fff;
background:#3f83d5;
border-bottom: 1px solid #FFF;
height: 30px;
padding: 10px;
}
.map + table tr.odd th,
.map + table tr.odd td {
background: #F8FBFC;
}

/*テキスト情報
-----------------------------------------*/
.map ~ p {
margin: 0 0 1em 0;
line-height: 1.6;
}

section h2 {
font-size: 15px;
margin-bottom: 6px;
padding: 10px 5px 10px 5px;
color: #0991B3;
background-image: -webkit-linear-gradient(left, #E6ECED, #FFF);
background-image: -moz-linear-gradient(left, #E6ECED, #FFF);
background-image: -ms-linear-gradient(left, #E6ECED, #FFF);
background-image: linear-gradient(left, #E6ECED, #FFF);
}
section h2:before {
content: "";
display: block;
float: left;
width: 10px;
height: 10px;
margin: 5px 5px 0 0;
background: url(../img/icon1.png) no-repeat;
background-size: contain;
}

/*診療時間の表 ベース設定はcommon.css
-----------------------------------------*/
.timeTable {
margin: 0 0 2em 0;
}

/*電話
-----------------------------------------*/
h3 {
margin: 0 0 0 25px;
font-size: 14px;
}
h3 + .tel {
font-size: 30px;
color: #1AA6C4;
margin: 0 0 20px 25px;
}
h3 + .tel img {
margin: 0 3px 0 0;
}

#course12{
	background-color:#FFF;
}
#course11{
	background-color:#FFF;
}