@charset "utf-8";

#content {
	position: relative;
}

/*--------------------------------------------------
	コンテンツナビ
--------------------------------------------------*/
#cnavi {
}
#cnavi ul {
	margin: 0 auto;
	padding: 3px 0;
	width: 1000px;
	overflow: hidden;
}
#cnavi ul li {
	float: left;
	width: 250px;
	margin: 0;
	padding: 3px 0;
}
#cnavi ul li a {
	display: block;
	border: 3px solid #fff;
	border-width: 3px 0;
	transition: border 0.3s linear;
}
#cnavi ul li a:hover {
	border-bottom: 3px solid #0070c0;
}



#side_navi {
	position: absolute;
	right: 20px;
	top: -260px;
	z-index: 100;
}
#footer_link #topagetop {
	z-index: 105;
}
#side_navi.fixed {
	position: fixed;
	top: 0;
}
#side_navi.bottom {
	position: absolute;
	top: auto;
	bottom: -186px;
}
#side_navi ul {
}
#side_navi ul li {
	display: table;
	padding: 0;
}
#side_navi ul li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 65px;
	height: 65px;
}





/*--------------------------------------------------
	スタッフ
--------------------------------------------------*/

#content .staff {
	padding-bottom: 40px;
}
#content .staff .main {
	height: 580px;
	position: relative;
	width: 100%;
	background: center center no-repeat transparent;
	background-size: cover;
}
#content .staff .main .wrap {
	width: 1000px;
	margin: 0 auto;
}
#content #staff01.staff .main {background-image: url(/recruit/staff/images/staff_main_pic_01.jpg);}
#content #staff02.staff .main {background-image: url(/recruit/staff/images/staff_main_pic_02.jpg);}
#content #staff03.staff .main {background-image: url(/recruit/staff/images/staff_main_pic_03.jpg);}
#content #staff04.staff .main {background-image: url(/recruit/staff/images/staff_main_pic_04.jpg);}

#content .staff .main h2 {
	height: 580px;
	display: table-cell;
	vertical-align: middle;
}




#content .staff h3.title {
	text-align: center;
	padding: 35px 0;
}
#content .staff .link_box {
	display: block;
	width: 1000px;
	margin: 0 auto 35px;
}
#content .staff .link_box a {
	display: block;
	font-size: 1.45em;
}
#content .staff .link_box a span {
	display: block;
	background: url(/recruit/staff/images/icon_open.png) right center no-repeat;
}
#content .staff .link_box a span.close {
	background: url(/recruit/staff/images/icon_close.png) right center no-repeat;
}



#content .staff .section {
	display: table;
	width: 1000px;
	overflow: hidden;
	padding-bottom: 40px;
	display: none;
}
#content .staff .interview {
	display: table-cell;
	padding-top: 3px;
	padding-right: 30px;
}
#content .staff .interview h4 {
	height: 26px;
	line-height: 26px;

	margin: 0 0 20px;
	padding: 14px 20px;
	padding-left: 70px;

	font-size: 1.43em;
	font-weight: bold;
	border: 1px solid #d9d9d9;
	border-width: 1px 0;
	background: 10px center no-repeat transparent;
}
#content .staff .interview h4.interview01 {background-image: url(/recruit/staff/images/icon_q_01.gif);}
#content .staff .interview h4.interview02 {background-image: url(/recruit/staff/images/icon_q_02.gif);}
#content .staff .interview h4.interview03 {background-image: url(/recruit/staff/images/icon_q_03.gif);}
#content .staff .interview h4.interview04 {background-image: url(/recruit/staff/images/icon_q_04.gif);}
#content .staff .interview h4.interview05 {background-image: url(/recruit/staff/images/icon_q_05.gif);}

#content .staff .interview p {
	margin: 0 0 40px;
}
#content .staff .interview p.pic {
	text-align: center;
}
#content .staff .interview p.pic img {
	display: inline-block;
	padding: 0 20px;
}




#content .staff .schedule {
	display: table-cell;
	width: 220px;
	padding: 3px 0 40px 30px;
	border-left: 1px solid #d9d9d9;
}
#content .staff .schedule ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .staff .schedule ol li {
	display: block;
	padding-top: 60px;
	background: url(/recruit/staff/images/icon_schedule_arrow.gif) center 20px no-repeat transparent;
}
#content .staff .schedule ol li:first-child {
	padding-top: 0;
	background: none;
}
#content .staff .schedule dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#content .staff .schedule dl dt.clock {
	float: left;
	margin-right: 10px;
}
#content .staff .schedule dl dt.title {
	overflow: hidden;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 15px;
}
#content .staff .schedule dl dt.title strong {
	font-weight: bold;
	font-size: 1.14em;
	color: #0070c0;
}
#content .staff .schedule dl dd {
	clear: both;
}


#content .staff .advice {
	clear: both;
	margin-top: 40px;
	padding: 30px;
	font-size: 1.14em;
	border: 3px solid #aaa;
}
#content .staff .advice h3 {
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px;
	padding-left: 40px;
	font-size: 1.43em;
	font-weight: bold;
	background: url(/recruit/staff/images/icon_advice.gif) left center no-repeat transparent;
}





