
@charset "utf-8";

/* ======================
 * Module CSS
======================= */

@media only screen and (min-width: 641px), print {

/* Page
=========================================*/
#page {
}


/* Header
=========================================*/
#header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	border-bottom: solid 1px #dddddd;
	z-index: 9999;
}
#header #headerContent {
	width: 940px;
	margin: 0 auto;
	position:relative;
}
#header #headerContent .logoArea {
	width: 201px;
	padding: 25px 0 0;
}
#header #headerContent .langBt {
	position: absolute;
	top: 0px;
	right: 173px;
	margin-right:100px;
}
#header #headerContent .recBt {
	position: absolute;
	top: 0;
	right: 0px;
}	
#header #headerContent .langBt a {
	display: block;
	padding: 0 7px 0 12px;
	margin-top: 1.8rem;
	background: url(/common/img/com_ic13.png) no-repeat 0 center;
	color: #000000;
	font-size: 12px;
	font-size: 1.2rem;	
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	margin-right:14px;
}
#header #headerContent .recBt a {
	display: block;
	padding: 18px 26px 18px 44px;
	background: #ae9866 url(/common/img/com_ic12.png) no-repeat 20px center;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

#header #headerContent .recBt a:hover {
		background: #776429 url(/common/img/com_ic12.png) no-repeat 20px center;
	text-decoration:underline;
}
#header #headerContent #headerLinks {
	position: relative;
}
#header #headerContent #headerLinks #navGlobal {
	margin-top: 20px;
}
#header #headerContent #headerLinks #navGlobal ul {
}
#header #headerContent #headerLinks #navGlobal li {
	float: left;
	margin-left: 8px;
}
#header #headerContent #headerLinks #navGlobal li.top {
	margin-left: 0;
}
#header #headerContent #headerLinks #navGlobal li a {
	display: block;
	width: 150px;
	height: 42px;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#header #headerContent #headerLinks #navGlobal li.top a {
	background: url(/common/img/header_nav01.png) no-repeat 0 0;
}
#header #headerContent #headerLinks #navGlobal li.company a {
	background: url(/common/img/header_nav02.png) no-repeat 0 0;
}
#header #headerContent #headerLinks #navGlobal li.history a {
	background: url(/common/img/header_nav03.png) no-repeat 0 0;
}
#header #headerContent #headerLinks #navGlobal li.press a {
	background: url(/common/img/header_nav04.png) no-repeat 0 0;
}
#header #headerContent #headerLinks #navGlobal li.leadership a {
	background: url(/common/img/header_nav05.png) no-repeat 0 0;
}
#header #headerContent #headerLinks #navGlobal li.group a {
	background: url(/common/img/header_nav06.png) no-repeat 0 0;
}
#header #headerContent #headerLinks #navGlobal li.recruit a {
	background: url(/common/img/header_nav05.png) no-repeat 0 0;
}
#header #headerContent #headerLinks #navGlobal li.on a,
#header #headerContent #headerLinks #navGlobal li a:hover {
	background-color: #f2f2f2;
}

#header #headerContent #spMenuBt {
	display: none;
}






/* breadcrumb
=========================================*/
#breadcrumb {
	clear: both;
	width: 940px;
	margin: 0 auto;
}
#breadcrumb ul {
	padding: 20px 0;
}
#breadcrumb ul li {
	float: left;
	padding-left: 20px;
	background: url(/common/img/com_ic04.png) no-repeat 8px 0.2em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}
#breadcrumb ul li:first-child {
	padding-left: 0;
	background: none;
}
#breadcrumb ul li a {
	color: #666666;
}
#breadcrumb ul li:last-child a {
	cursor: default;
}
#breadcrumb ul li:last-child a:hover {
	text-decoration: none;
}




/* Content
=========================================*/
#content {
	margin-top: 122px;
}
#content #main {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}
.top #content #main {
	width: 100%;
	padding: 0 0 60px 0;
}
.top #content .innerContents {
	width: 1000px;
	margin: 0 auto;
}




/* Footer
=========================================*/
#footer {
	height: 256px;
	background: #7a8189 url(/common/img/footer_bg01.png) no-repeat 50% 0;
	border-top: solid 2px #4f565c;
}
#footer #pagetop {
	position: fixed;
	right: 65px;
	bottom: 194px;
	z-index: 10;
}
#footer #pagetop a {
	display: block;
	width: 64px;
	height: 64px;
	background: url(/common/img/footer_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
}
#footer #pagetop a:hover {
	background: url(/common/img/footer_bt01on.png) no-repeat 0 0;
}
#footer #footerContent {
	width: 940px;
	margin: 0 auto;
}
#footer #footerContent #footerLInks {
	margin-top: 30px;
	text-align: center;
	letter-spacing: -.40em;
}
#footer #footerContent #footerLInks li {
	display: inline-block;
	padding: 0 17px 0 17px;
	border-left: solid 1px #afb1b3;
	line-height: 1.1;
	letter-spacing: normal;
}
#footer #footerContent #footerLInks li:first-child {
	padding: 0 17px 0 0;
	border-left: none;
}
#footer #footerContent #footerLInks li:last-child {
	padding: 0 0 0 17px;
}
#footer #footerContent #footerLInks li a {
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
}
#footer #footerContent #copyright {
	margin-top: 30px;
	color: #dddddd;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}



/* ClearFix
=========================================*/
#header #headerContent:after,
#header #headerContent #headerLinks #navGlobal ul:after,
#breadcrumb ul:after {
	content: "";
	display: block;
	clear: both;
}
#header #headerContent,
#header #headerContent #headerLinks #navGlobal ul,
#breadcrumb ul {
	min-height: 1%;
	zoom: 1;
}

}