@charset "utf-8";
/* CSS Document */

/*--2015.02.26作成。コンテンツのみで使うcssを記述。--*/
/*--ID、classは一例です。規則に従い命名記述してください--*/


#breadcrumbs{
	clear: both;
	background-color: #e5e5e5;
	margin-bottom: 0px;
}
#sec_facility{
	background-image: url(../../image/bg_home_facilities.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 150px;
	padding-top: 30px;
	background-color: #D9EDEE;
}

.list_facility{
	padding-top: 30px;
	padding-bottom: 16px;
	clear: both;
	overflow: hidden;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
.list_facility li{
	float: left;
	list-style-type: none;
	padding-left: 16px;
}
.list_facility li:first-child{
	padding-left: 0px;
}

@media only screen
 and (min-device-width: 768px)
 and (max-device-width: 1024px) {
	#sec_footban {
		width: 100%;
		margin: 0 auto;
	}
}

