@charset "UTF-8";
/* CSS Document */

.areatit {
	background:#005F8D;
	color:#FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size:1.5em;
	line-height:35px;
	padding-left:10px;
	margin-bottom:15px;
}
.priceblock {
	background:#D6E4F0;
	border:1px solid #005F8D;
	color:#005F8D;
	padding:20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-align:center;
	margin-bottom:15px;
}
.priceblock dt {
	font-size:3.5em;
	font-weight:bold;
	padding-bottom:10px;
}
.priceblock .price {
	color:#F00;
	font-size:3.5em;
	font-weight:bold;
	padding-bottom:10px;
}
.priceblock .note {
}
.subtit {
	font-size:1.5em;
	font-weight:bold;
	border-bottom:1px dotted #999;
	margin-bottom:8px;
}
.serviceblock {
	margin-bottom:30px;
}
.serviceblock li {
	padding-bottom:15px;
}
.locationblock {
	width:700px;
}
.locationblock .photo {
	float:left;
	width:290px;
	padding:0 5px;
}
.locationblock .photo img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:5px;
}
.locationblock .desc {
	float:right;
	width:400px;
	line-height:160%;
	font-size:1.3em;
}
.navibtn {
	text-decoration:none;
	background:#0C3;
	color:#FFF;
	display:block;
	text-align:center;
	padding:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:10px 0;
}
