@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: container
 * 4: header
 * 5: content
 * 6: navi
 * 7: footer
 *
 * ****************************
 */


/*
======= 1: general style =======
*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	outline: none;
}

html {
	overflow-y: scroll;
}

/*
======= 2: body =======
*/
body {
	color: #333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 88%;
	line-height: 1.7;
	background: #F7F7F7;
}

*:first-child+html body {
	font-family: 'Hiragino Kaku Gothic Pro','Meiryo','メイリオ', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
* html body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

html>body {
	font-size: 14px;
}

/*
======= 3: container =======
*/
.container {
	position: relative;
	width:975px;
	margin: 0 auto;
}

/*
======= 4: header =======
*/
#header {
	position: relative;
	z-index: 9999;
	background: #F5F5F5;
}
.en #header {
	box-shadow: 0 0 2px #AAA;
	-moz-box-shadow: 0 0 2px #AAA;
	-webkit-box-shadow: 0 0 2px #AAA;
}
#logo {
	float: left;
	padding: 17px 15px 15px 0;
}
#logo a img {
	opacity: 1 !important;
}
#hTxt {
	float: left;
	padding: 25px 0 15px 0;
	width: 400px;
	font-size: 85%;
}

/*
======= 5: content =======
*/
#contentBox {
	width: 980px;
	margin: 0 auto 100px;
}
#home.en #contentBox {
	margin-bottom: 50px;
}
#topicPath {
	margin-bottom: 40px;
	font-size: 85%;
	background: #EFEFEF;
	border-bottom: 1px solid #DDDDDD;
}
#recruit.home #topicPath {
	margin-bottom: 0;
}
#topicPath p {
	color: #525252;
	width: 960px;
	margin: 0 auto;
	padding: 15px 10px;
}
#content {
	position: relative;
	float: right;
	width: 715px;
}

/*
======= 6: navi =======
*/
#ln {
	float: left;
	width: 240px;
	margin-right: 25px;
}

/*
======= 7: footer =======
*/
#footer {
	position: relative;
	z-index: 0;
	padding-bottom: 30px;
	background: #FFFFFF url(/img/common/bg_footer.png) repeat-x 0 0;
}
.en #footer {
	padding: 0;
	background: #1C7DCE;
}
#contactArea {
	position: relative;
	height: 84px;
	padding-top: 25px;
}
.en #contactArea {
	height: 45px;
	padding-top: 35px;
}
#contactArea .img {
	position: absolute;
	left: 0;
	top: -37px;
	z-index: 10;
}

#footer02 {
	padding: 20px 0;
	border-top: 1px solid #D2D2D2;
	background: #F0F0F0;
}

#btnPagetop a {
	position: absolute !important;
	right: 0;
}

