@charset "utf-8";
@import "../normalize.css";
@import "../common.css";
/*=================================
	院内のご案内
==================================*/
#box h3 {
	font-size:120%;
	color:#076ab6;
	font-weight:bold;
}

#box ul {}

#box ul li {
	margin-bottom:20px;
	padding:15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  background-color:#F0F9FF;
}

#box ul li:last-child {
	margin-bottom:0px;
}

#box ul li .figure {
	width:250px;
	margin:0px;
	padding-right:15px;
	float:left;
}

#box ul li .figure img {
	display:block;
	margin-bottom:10px;
}

#box ul li p {
	line-height:1.5;
}
