@charset "UTF-8";


#content .article ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
#content .article ul li {
	width: 310px;
	width: -webkit-calc((100% - 7%) / 3);/*Chrome19~25対応*/
	width: -moz-calc((100% - 7%) / 3);/*Firefox4~15対応*/
	width: calc((100% - 7%) / 3);
	text-align: center;
	margin-bottom: 20px;
}
#content .article ul li img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 18px;
	display: block;
}
#content .article ul li strong {
	color: #FFF;
	background: url(../facilities/images/label_top.gif) repeat-y left top,  #189078 url(../facilities/images/label_end.gif) repeat-y right top;
	display: inline-block;
	position: relative;
	padding: 0.2em 2em;
}
#content .article ul li p.equip_note {
	font-size: 90%;
	margin: 0.5em 1em 0em;
	line-height: 1.3;
	text-align: left;
}
/*#content .article ul li strong:before {
	content: "[";
	padding: 0.2em 0em;
	background: url(../facilities/images/label_top.gif) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 5px;
	text-indent: -9999em;
}
#content .article ul li strong:after {
	content: "]";
	padding: 0.2em 0em;
	background: url(../facilities/images/label_end.gif) no-repeat right top;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 5px;
	text-indent: -9999em;
}*/



@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 999px) {
}

@media screen and (max-width: 767px) {
#content .article ul {
	display: block;
}
#content .article ul li {
	width: 100%;
	margin-bottom: 18px;
}
#content .article ul li img {
	display: block;
	margin: 0px auto 10px;
}
#content .article ul li p.equip_note {
	font-size: 100%;
	margin: 0.5em auto 0em;
	max-width: 310px;
}
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 359px) {
}

