@charset "UTF-8";
#content:after, .freeArea:after, #content #company .overview:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* header */
/* -------------------------- */
#content .main .headerimg {
	background: url(../images/company/headerimg.png) no-repeat center #000000;
}
#content #company {
	padding: 80px 0 0px 0;
	background: url(../images/company/main_bg.png) top no-repeat #ebebeb;
	background-size: 100% auto !important;
}
#content #company .leadbox {
	background: url(../images/company/lead_bg.png) right 20px no-repeat;
	padding-right: 250px;
	margin-bottom: 80px;
}
#content #company h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 40px;
}

@media screen and (max-width: 1034px) {
#content #company {
	padding: 40px 0 0px 0;
}
#content #company h2 {
	margin-bottom: 20px;
}
}
/* -------------------------- */
/* header */
/* -------------------------- */
#content #company .message {
	margin-bottom: 150px;
}
#content #company .message .mainimg {
	float: right;
	margin-left: 25px;
}
#content #company .message .sign {
	margin-top: 20px;
}
#content #company .message .right{ text-align: right; margin-top: 20px;}

@media screen and (max-width: 1034px) {
#content #company .message {
	margin-bottom: 50px;
}
#content #company .message .mainimg {
	float: none;
	margin: 0 auto 20px auto;
}
}
/* -------------------------- */
/* header */
/* -------------------------- */
#content #company .overview .map {
	float: right;
	width: 300px;
}
#content #company .overview dl {
	float: left;
	width: 690px;
	font-size: 1em;
}
#content #company .overview dl.feature {
	width: 100%;
}
#content #company .overview dl dt, #content #company .overview dl dd {
	margin: 0 0 15px 0;
	float: left;
	line-height: 1.4;
}
#content #company .overview dl dt {
	width: 135px;
	clear: both;
	font-weight: bold;
}
#content #company .overview dl dd {
}
#content #company .overview dt {
	width: 100%;
	margin: 0 0 5px 0;
}
#content #company .overview dd {
	margin: 0 0 40px 0;
}
#content #company .overview dl.feature dt {
	width: 100%;
	margin: 0 0 5px 0;
}
#content #company .overview dl.feature dd {
	margin: 0 0 40px 0;
}

@media screen and (max-width: 1034px) {
#content #company .overview h3 {
	margin-bottom: 20px;
}
#content #company .overview .map {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
#content #company .overview dl {
	width: 100% !important;
}
#content #company .overview dl dt {
	width: 100% !important;
	margin: 0 0 3px 0 !important;
}
#content #company .overview dl dd {
	width: 100% !important;
	margin: 0 0 15px 0 !important;
}
}
/* -------------------------- */
/* header */
/* -------------------------- */
#content #company .history {
	background: url(../images/company/main_bg2.png) top center no-repeat #ffffff;
	background-size: 100% auto !important;
	padding: 150px 0 60px 0;
}
#content #company .history dl dt, #content #company .history dl dd {
	margin: 0 0 15px 0;
	float: left;
	line-height: 1.4;
}
#content #company .history dl dt {
	width: 110px;
	clear: both;
	font-weight: bold;
}
#content #company .history dl dd {
	width: 920px;
}
#content #company .history dd {
	margin: 0 0 40px 0;
}

@media screen and (max-width: 1034px) {
#content #company .history {
	padding: 50px 0 30px 0;
}
#content #company .history dl dt {
	width: 100% !important;
	margin: 0 0 3px 0 !important;
}
#content #company .history dl dd {
	width: 100% !important;
	margin: 0 0 15px 0 !important;
}
}
