@charset "UTF-8";
@import "../common/main.css";

.mainImg {
	background-image: url(headImg.jpg);
}

.main h3 {
	background: none;
	padding-bottom: 0;
	margin-top: -37px;
}

dt {
	font-size: 22px;
	font-weight: bold;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 63px 46px;
	margin-top: 20px;
	padding: 3px 0 30px 77px;
}

dt:first-child {
	margin-top: 0;
}

dd {
	background: #f5e1dd;
	padding: 20px;
}

.q1 {
	background-image: url(icoQ1.png);
}

.q2 {
	background-image: url(icoQ2.png);
}

.q3 {
	background-image: url(icoQ3.png);
}

.q4 {
	background-image: url(icoQ4.png);
}

.ltxt, .rtxt {
	overflow: hidden;
}

.ltxt div {
	float: left;
	width: 420px;
}

.ltxt img {
	display: block;
	float: right;
}

.rtxt div {
	float: right;
	width: 420px;
}

.rtxt img {
	display: block;
	float: left;
}
