@charset "UTF-8";
#content:after, .freeArea:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* header */
/* -------------------------- */
#content .main .headerimg {
	background: url(../images/information/headerimg.png) no-repeat center #000000;
}
#content #info {
	padding: 80px 0 60px 0;
	background: url(../images/information/main_bg.png) top no-repeat #ebebeb;
	background-size: 100% auto !important;
}
#content #info .leadbox {
	background: url(../images/information/lead_bg.png) top right no-repeat;
	padding-right: 450px;
	margin-bottom: 80px;
	min-height: 300px;
}
#content #info h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 40px;
}
#content #info .txtbox_group .txtbox {
	width: 500px;
	float: left;
	margin: 0 30px 0 0;
}
#content #info .txtbox_group .txtbox:nth-of-type(2) {
	margin: 0 0px 0 0;
}
#content #info .txtbox_group .txtbox img {
	margin-bottom: 40px;
}
#content #info .txtbox_group .txtbox figcaption {
	line-height: 1.4;
}
#content #info .txtbox_group .txtbox strong {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.2em;
}

@media screen and (max-width: 1034px) {
#content #info {
	padding: 40px 0 30px 0;
}
#content #info .mainimg {
	text-align: center;
	margin-bottom: 20px;
	background: #ffffff;
}
#content #info .leadbox {
	background: none;
	padding-right: 0px;
	margin-bottom: 40px;
}
#content #info h2 {
	margin-bottom: 20px;
}
#content #info .txtbox_group .txtbox {
	width: 100%;
	float: none;
	margin: 0 0px 40px 0 !important;
}
#content #info .txtbox_group .txtbox img {
	margin-bottom: 10px;
	width: 100%;
}
#content #info .txtbox_group .txtbox strong {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.2em;
}
}
footer {
	background: url(../images/common/footer_bg2.png) top no-repeat #333333;
}
