/* CSS Document */

/******************************

common

******************************/
html,body {
	-webkit-text-size-adjust: 100%;
	min-width:960px;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color:#333;
}
h1,h2,h3,h4,h5,h6,p,
th,td{
	max-height: 100%;
}


a:link,
a:visited{
	cursor: pointer;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}
a:hover,
.btn_detail:hover{
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: alpha(opacity=50);
}


.tracking60{
	letter-spacing:0.06em;
}
.tracking80{
	letter-spacing:0.08em;
}


.box-shadow{
	box-shadow:rgba(170, 170, 170, 0.3) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(170, 170, 170, 0.3) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(170, 170, 170, 0.3) 0px 2px 2px 0px;
}


.global_layout{
	width:960px;
	margin:0 auto;
}


.contents_layout{
	width:823px;
	margin:0 auto;
}


.add_line:after{
	content:"";
	display:block;
	width:48px;
	height:2px;
	background-color:#A19272;
	margin:30px 0;
}


.contents_text{
	font-size:108%;
	line-height:1.85;
	letter-spacing:0.08em;
}


.fit_img{
	overflow:hidden;
}
.fit_img img{
	height:100%;
	width:100%;
	min-width:1120px;
}
/* .fit_img img overlight */
.contents_pic img{
	min-width:1120px;
}



/******************************

.header

******************************/
.header{
	width:100%;
	background-color:#fff;
	height:120px;
	width:100%;
	min-width:960px;
}
.header_bar{
	height:62px;
	position:relative;
}
.header_logo{
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-50px
}
.header_title{
	position:absolute;
	top:13px;
	left:20px;
}
.header_login{
	position:absolute;
	top:20px;
	right:20px;
}
.header_login li{
	float:left;
	padding-left:25px;
}
.login_entry img{
	padding-top:1px;
}


/* gnavi */
.header_gnav{
	position:relative;
	width:100%;
	height:58px;
	background-color:#40352C;
}
.gnavi_list{
	position:absolute;
	left:50%;
	margin-left:-260px;
}
.gnavi_list li{
	float:left;
}
.gnavi_list a{
	display:inline-block;
	text-align:center;
	height:58px;
	padding:0 35px;
}
.gnavi_list a span{
	display:table-cell;
	height:54px;
	vertical-align:middle;
}
.gnavi_list a img{
	padding-top:3px;
}


/* gnavi current */
body.top .gnavi_top a span,
body.message .gnavi_message a span,
body.interview .gnavi_interview a span,
body.jinji .gnavi_jinji a span,
body.recruit .gnavi_recruit a span{
	border-bottom:4px #BB101A solid;
}


/* gnavi_dropdown */
.gnavi_dropdown{
	margin-top:0px;
	display:none;
	
	position:relative;
	z-index:1024;
}
.gnavi_interview:hover .gnavi_dropdown{
	display:block;
}
.gnavi_dropdown li{
	clear:both;
	background-color:#fff;
}
.gnavi_dropdown li:after{
	content:none;
}
.gnavi_dropdown a{
	color:#333;
	height:54px;
	vertical-align:middle;
	text-decoration:none;
	border:none !important;
	
	display:table-cell;
	vertical-align:middle;
	padding:0;
	width:166px;
}
.gnavi_dropdown a span{
	display:inline;
	border:none !important;
}
.gnavi_dropdown .year{
	font-size:77%;
}



/******************************

.contents

******************************/

.contents{
	background-color:#ededed;
}



/******************************

.return_pagetop

******************************/
.return_pagetop{
	position:fixed;
	right:15px;
	bottom:15px;
	z-index:1024;
}
.return_pagetop a{
	width:70px;
	height:70px;
	display:table-cell;
	background-color:#BC101A;
	
	color:#fff;
	font-size:77%;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}




/******************************

.footer

******************************/
.footer{
	background-color:#EDEDED;
}
.footer_layout{}
.footer_copy{
	color:#000;
	display:table-cell;
	vertical-align:middle;
	height:62px;
	font-size:77%;
	padding-left:20px;
}




/******************************

.top

******************************/
html,
body.top{
	height:100%;
}
body.top{
	background-image:url(../img/bg_overlay.jpg);
	background-position:center center;
	background-size:cover;
}
body.top .header{
	position:relative;
	z-index:101;
}
body.top .footer{
	margin-top:-62px;
	position:relative;
	z-index:102;
}
body.top .contents{
	margin-top:-121px;
	height:100%;
	min-height:768px;
	
	background-color:transparent;
}
body.top .global_layout{
	position:relative;
	height:100%;
}

body.top .box{
	position:absolute;
	top:50%;
	left:50%;
	
	height:435px;
	margin-top:-175px;
	margin-left:-280px;	
}
/* site_title */
body.top .site_title1,
body.top .site_title2{
	padding-bottom:20px;
}
body.top .site_title3{
	padding-left:10px;
}


/* whatsnew */
body.top .whatsnew{
	position:absolute;
	bottom:0;
	
	width:520px;
	margin-left:20px;
	border-top:#fff solid 1px;
	color:#fff;
	line-height:1.5;
}
body.top .whatsnew_item{
	padding-top:15px;
}
body.top .whatsnew_date{
	float:left;
	width:73px;
	font-size:77%;
	padding-top:0.3em;
}
body.top .whatsnew_text{
	float:right;
	width:400px;
}


/* footer */
body.top .footer{
	background-color:transparent;
}
body.top .footer_copy{
	color:#fff;
}



/******************************

print

******************************/
@media print{
	

/* body.top */
html,
body.top{
	height:auto;
}


/* interview iizuka */
body.iizuka .main_catch{
	margin-left:-50px;
}
body.iizuka .main_pic{
	margin-left:-150px;
}


/* interview kimura */
body.kimura .main_pic{
	margin-left:-200px;
}


/* .jinji */
body.jinji .main_pic{
	margin-left:-100px;
}


}



