@charset "UTF-8";

/*access.html専用
-----------------------------------------*/

/*map
-----------------------------------------*/
article {
}
article:after {
content: "";
display: block;
clear: both;
}
*+html article {
min-height: 1px;
}

/*Map関連
-----------------------------------------*/

.map iframe {
border: 1px solid #666;
display: block;
max-width: 640px;
width: 100%;
margin: 0 auto;
}
.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: 20px;
width:100%;
}
.map + table td,
.map + table th {
vertical-align: middle;
color: #666;
background: #E1F1F7;
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: 16px;
margin-bottom: 10px;
padding: 10px 5px 10px 5px;
color: #0991B3;
background-color: #E6ECED;
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(/rsc/common/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;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}