@charset "utf-8";

.coverage {
	box-sizing: border-box;
	padding-bottom: 30px;
}

.coverage_image {
	width: 100%;
	height:auto;
	margin: 10px auto 25px auto;
	text-align: center;
}

.coverage_box{
	overflow: hidden;
	transition: height 0.5s linear;
}

.coverage_box.active {
	transition: height 0.5s linear;
}

.coverage_more {
	width: 100%;
	max-width: 150px;
	margin: 10px auto 0;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	background: #DF5286;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
