@charset "utf-8";

#tBs {
	font-size: 1.8rem;
	color: #005DAC;
	margin-bottom: 10px;
	text-align: center;
}

#bsInt {
	margin-bottom: 20px;
}

.bsCate {
	background: #F9F9F9;
	border: 1px solid #005DAC;
	margin-bottom: 50px;
}

.bsCate:last-child {
	margin-bottom: 0;	
}

.bsCate dt {
	font-size: 1.5rem;
	padding: 14px 12px 0;
	color: #005DAC;
}

.bsCate dd {
	padding: 10px 12px;
}

.bsCate .bsImg {
	padding: 0;
}

.bsImg img {
	vertical-align: bottom;
}
