/*「聖テレジア西鎌倉ケアセンター」CSS*/
@charset "UTF-8";

h2,h3,h4{
	width: 100%;
}

h3,h4{
	/*background: url(../img/chapter-BG.png) no-repeat 0px 0px;*/
	/*background: url() no-repeat 0px 0px;*/
	font-weight: bold;
}

h3.head{
	background: url() no-repeat 0px 0px;
}

h4{
background: url() no-repeat 0px 0px;
padding-left: 0px;
}

.round-box{
	padding: 5px 10px;
border:1px #000 solid;
border-radius: 10px;        /* CSS3草案 */
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
-moz-border-radius: 10px;   /* Firefox用 */
}

.round-box .inquiry{
	margin-top: 0.5em;
}

.round-box .inquiry span{
margin-left: 2.0em;
}

.msg img{
	float: left;
	margin-right: 1.0em;
}

.outline table{
	/*width: 450px;*/
	float: left;
}

.outline table th,
.outline table td{
	padding: 10px 5px;
}

.outline table th{
	vertical-align: top;
}

.outline .staff-photo{
	width: 450px;
	text-align: center;
	float: right;
}

.photo{
	margin-top: 1.5em;
}

.photo img{
	margin: 0 5px;
}