@charset "UTF-8";

/*access.html専用
-----------------------------------------*/
body nav ul li a[href="access.html"] {
color: #666;
background-position: right bottom;
}



/*map
-----------------------------------------*/
article {
margin-bottom: 50px;
position: relative;
z-index: 2;
border: 1px solid transparent;/* 見出しとテーブルのずれ防止 */
}
article:after {
content: "";
display: block;
clear: both;
}
*+html article {
min-height: 1px;
}

/*Map関連
-----------------------------------------*/
.map {
float: left;
margin: 0 25px 0 10px;
}
.map iframe {
border: 1px solid #666;
}
.map small {
display: block;
margin-bottom: 15px;
}
.map small + img {
float: left;
margin-right: 15px
}
.map figure {
margin: 20px 0 0 0;
}
.map figure:after {
content: "";
display: block;
clear: both;
}
*+html .map figure {
min-height: 1px;
}
.map figure img {
float: left;
margin: 0 20px 0 0;
}
.map figure figcaption {
color: #666;
line-height: 1.4;
}

/*表ベース
-----------------------------------------*/
table {
border-spacing: 0;
border-collapse: collapse;
margin-right: 10px;
position: relative;
z-index: 2;
}
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: 20px;
}
.map + table td,
.map + table th {
vertical-align: middle;
color: #666;
background: #E1F1F7;
border-bottom: 1px solid #FFF;
height: 30px;
padding: 10px;
}
.map + table th {
font-weight: bold;
}
.map + table tr.odd th,
.map + table tr.odd td {
background: #F8FBFC;
}

/*テキスト情報
-----------------------------------------*/
.map ~ p {
margin: 0 0 1em 505px;
line-height: 1.6;
}

.map ~ h2 {
margin: 40px 0 5px 505px;
padding: 0px 0 0px 15px;
font-size: 16px;
font-weight: bold;
background: url(../img/icon1.png) no-repeat 0 .3em;
color: #0991B3;
}

/*診療時間の表 ベース設定はcommon.css
-----------------------------------------*/
.timeTable {
margin: 0 0 1em 505px;
}
