@charset "utf-8";
.wrapper {
	background-image: url(url);
}
.wrapper article {
	width: 89%;
}
img {
	margin-left: auto;
	margin-right: auto;
}
h4 {
	margin-top: 23px;
	border-bottom: 1px solid rgba(51,122,183,1.00);
}
h3 {
	border-bottom: 1px solid rgba(51,122,183,1.00);
}

.strong {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: -8px;
}
.row .col-xs-6.col-sm-3 strong {
	font-size: 17px;
}

dl dt {
	font-size: 21px;
	line-height: 27px;
	margin-top: 22px;
	margin-bottom: 13px;
	border-bottom: 1px solid rgba(146,146,146,1.00);
	background-color: rgba(235,235,235,0.81);
}
