@charset "utf-8";
/* ===================================================================
	use second
=================================================================== */

.deco.left {
	left: 0;
	top: 780px;
}
.deco.right {
	right: 0;
	top: 235px;
}
.section_area {
	padding-bottom: 45px;
}
.section_area .sec_ttl {
	background: url(../images/sec_ttl_bg.png) left top no-repeat;
	color: #665820;
	font-size: 175%;
	font-weight: normal;
	margin: 0 auto 20px;
	height: 48px;
	line-height: 48px;
	padding-right: 5px;
	text-align: center;
	width: 706px;
}

/*---------------------------------------------------------------------------*/

.box {
	color: #4e4317;
	margin: 0 auto;
	position: relative;
	width: 718px;
}
.box + .box {
	margin-top: 15px;
}
.box .mdl {
	background: url(../images/box_mdl.png) left top repeat-y;
	padding: 30px 47px 40px;
}

.box .mdl .q {
	background: url(../images/q.png) 8px top no-repeat;
	font-size: 150%;
	font-weight: normal;
	line-height: 1.2;
	padding: 10px 0 30px 60px;
}
.box .mdl .a {
	background: url(../images/line_dotted.png) left top no-repeat;
	font-size: 133.3%;
	line-height: 1.8;
	padding: 25px 5px 0;
}
