@charset "UTF-8";

/*aboutus.html専用
-----------------------------------------*/
body nav ul li a[href="aboutus.html"] {
color: #666;
background-position: bottom;
}

/*当院について
-----------------------------------------*/
#info,
#Photo {
float: left;
position: relative;
}
#info {
width: 600px;
margin: 0 25px 50px 10px;
font-size: 16px;
}
#info h2 {
font-size: 16px;
font-weight: bold;
margin: 0 0 15px 0;
background: url(../img/midashi2.png) repeat-y;
padding: 5px 10px;
color: #0891B2;
}
#info h2:before {
content: url(../img/icon1.png);
margin-right: 5px;
}
#info p + h2 {
margin-top: 50px;
}
#info p {
line-height: 1.6;
margin-bottom: 1em;
}
.stripe {
text-align:left;
margin: 0 0 10px;
}
.stripe th,td {
font-weight: normal;
padding: 5px
}

/*右の画像コーナー
-----------------------------------------*/
#Photo {
width: 185px;
margin: 0 0 50px;
}
#Photo img {
margin: 0 0 5px;
}
#Photo figure {
margin: 0 0 0px;
color: #666;
font-size: 12px;
}
#Photo figure img {
margin: 0 0 0 0px;
}
.name {
font-size: 14px;
text-align: center;
}

