@charset "utf-8";
.entrance {
	border-left: 8px solid #8F3F00;
	border-right: 1px solid #451E00;
	border-bottom: 1px solid #451E00;
	border-top: 1px solid #451E00;
	border-radius: 0px 3px 3px 0px;
	width: 99%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 2px auto 2px auto;
	padding: 10px;
	box-sizing: border-box;
}
.entrance-list:after {
	content: "";
	display: block;
	clear: both;
}

.entrance-list {
	/* [disabled]width: 20%; */
	/* [disabled]height: auto; */
	/* [disabled]-webkit-box-sizing: border-box; */
	/* [disabled]-moz-box-sizing: border-box; */
	/* [disabled]box-sizing: border-box; */
	/* [disabled]float: left !important; */
	


}
.entrance .entrance-list li {
	width: 19%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 5px 0px 0px;
	float: left;
}
.entrance .entrance-list .small {
	width: 8%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px 8px 0px 0px;
	box-sizing: border-box;
	float: left;
}
.entrance-list .small img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
