@charset "utf-8";

#right .box {
	padding: 20px;
	width: 100%;
	margin-bottom: 50px;
	box-sizing: border-box;
	border: 3px solid #3ea1ca;
	border-top: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#right .box h4 {
	margin-bottom: 10px;
	clear: both;
}
#right .box .manten {
	display: flex;
	justify-content: space-between;
}
#right .box .manten .img {
	width: 208px;
}
#right .box .reasonable {
	background-image: url(../../intro/image/bg_reasonable.gif);
	background-repeat: no-repeat;
	background-position: 0px 100%;
	padding: 20px;
	width: 510px;
	margin-bottom: 20px;
}
#right .box .reasonable ul li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 1em;
	background-image: url(../../intro/image/listmarker_reasonable.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#right .box .reasonable h5 {
	margin-bottom: 10px;
}
#right .box .privilege {
	background-image: url(../../intro/image/bg_privilege.gif);
	background-repeat: no-repeat;
	width: 520px;
	margin-right: -3px;
	margin-left: -3px;
	font-size: 12px;
	line-height: 1.5;
	background-position: 0px 100%;
	padding: 0px 18px 17px;
	margin-bottom: 10px;
}
#right .box .privilege h4 {
	width: 556px;
	margin-right: -18px;
	margin-left: -18px;
}
#right .box .privilege p#bus_detail {
	background-image: url(../../intro/image/listmarker_bus.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	margin-left: 220px;
	margin-top: -18px;
}
