@charset "utf-8";
/* CSS Document */

/*--2015.02.26作成。コンテンツのみで使うcssを記述。--*/
/*--ID、classは一例です。規則に従い命名記述してください--*/

.bg_landscape{
	background-image: url(../image/bg_landscape01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 30px;
}
.list_facility{
	clear: both;
	overflow: hidden;}
.list_facility li{
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 280px;
	min-height: 350px;
}
.ttl_facility{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}
.ttl_facility img{
	vertical-align: top;
	padding-right: 8px;
}
.facility_caption{
	font-size: 14px;
}
.facility_captionbox{
	display:inline-block;
	font-size: 14px;
	line-height: 16px;
	vertical-align: top;
}
