/*===================================================================
　　求人共通設定　　
====================================================================*/
body , html {
	min-width: 1280px;
	height: 100%;
}
#Wrapper {
	min-height: 100%;
	height: auto !important;
	position: relative;
	min-width: 100%;
}
#Content{
	padding: 110px 0 174px 0;
}
.ContBox{
	width: 1060px;
	margin: auto;
	position: relative;
}
a {
	text-decoration: none;
}
/*--------------　table　--------------*/
dl.dl_table{
	width: 100%;
	display: table;
}
dl.dl_table dt.dt_table,
dl.dl_table dd.dd_table{
	display: table-cell;
}
/*--------------　input　--------------*/
ul.checkboxList li{
	float: left;
	background: #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-right: 20px;
	padding: 8px 10px;
	display: block;
	position: relative;
	cursor: pointer;
}
.checkboxList input[type=radio]{
	filter: alpha(opacity="1");
	opacity: 0.01;
	MozOpacity: 0.01;
	position: absolute;
	top: 0;
	left: 0;
}
.checkboxList .checkboxView{
	display: block;
	width: 21px;
	height: 20px;
	background: url(../image/recruit/items/checkbox.png) left top no-repeat;
	float: left;
	padding: 0;
}
.checkboxList label{
	cursor: pointer;
	margin: 0;
	padding: 0 60px 0 5px;
	transition: .2s;
}
.checkboxList .checked .checkboxView{
	background-position: left bottom;
}
.checkboxList label span.label{
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
.checkboxList label.checked span.label{
	color: #de3c7e;
}
.SubmitBtn{
	overflow: hidden;
	position: relative;
}
.SubmitBtn ul{
	float: left;
	position: relative;
	margin-top: 50px;
	left: 50%;
}
.SubmitBtn ul li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 5px;
}
.SubmitBtn ul li input.disp_btn{
	cursor: pointer;
	border: 0px;
	width: 364px;
	height: 75px;
	background: url(../image/recruit/items/disp_btn.png) no-repeat;
	background-position: center;
}
.SubmitBtn ul li input.return_btn{
	cursor: pointer;
	border: 0px;
	width: 364px;
	height: 75px;
	background: url(../image/recruit/items/return_btn.png) no-repeat;
	background-position: center;
}
.SubmitBtn ul li input.done_btn{
	cursor: pointer;
	border: 0px;
	width: 364px;
	height: 75px;
	background: url(../image/recruit/items/done_btn.png) no-repeat;
	background-position: center;
}
/*---------------------------------------------------------
　　ヘッダー　　
----------------------------------------------------------*/
header.header{
	width: 100%;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,0.8);
}
header.header .HeadCont{
	width: 1120px;
	margin: auto;
	position: relative;
}
header.header h1.h1_header_logo{
	position: absolute;
	top: 5px;
    left: 50%;
    margin-left: -47px;
}
header.header .headBnr{
	position: absolute;
	top: 13px;
}
header.header .headDetail{
	position: absolute;
	top: 13px;
    right: 0;
}
header.header .headDetail ul li{
	float: left;
}
header.header .headDetail ul li.nav_contact{
	width: 70px;
	background: #ff73a3;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
}
header.header .headDetail ul li.nav_contact a{
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 10.5px 0;
}
header.header .headDetail ul li.nav_contact i{
	font-size: 30px;
}
header.header .headDetail ul li.nav_contact span{
	display: block;
	font-size: 16px;
}
/*---------------------------------------------------------
　　Nav　　
----------------------------------------------------------*/
section.Nav{
	background: #ff73a3;
}
section.Nav.fixed{
	width: 100%;
	position: fixed;
	top: 110px;
	z-index: 30;
}
section.Nav nav{
	width: 1120px;
	margin: auto;
	height: 74px;
	border-left: 1px solid #FFFFFF;
}
section.Nav nav ul{
  display: flex;
  justify-content: space-between;
}
section.Nav nav ul li{
	text-align: center;
	width: calc(100% / 9);
}
section.Nav nav ul li a{
	display: inline-block;
	line-height: 0;
	width: 100%;
	margin: 0;
	border-right: 1px solid #FFFFFF;
}
section.Nav nav ul li a:hover,
section.Nav nav ul li a.active{
	background: #ff73a3;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
section.Nav nav ul li a span{
	display: block;
}
/*---------------------------------------------------------
　　フッター　　
----------------------------------------------------------*/
footer{
	background: #ff73a3;
	width: 100%;
	position: absolute;
	bottom: 0;
}
footer .FootCont{
	position: relative;
	width: 1200px;
	margin: auto;
}
footer nav.footer_nav{
	text-align: center;
	padding: 30px 0;
}
footer nav.footer_nav ul{
	overflow: hidden;
	text-align: center;
}
footer nav.footer_nav ul li{
	display: inline-block;
	margin-bottom: 10px;
	color: #FFFFFF;
}
footer nav.footer_nav ul li span.nav_line{
	padding: 0 5px;
}
footer nav.footer_nav ul li a,
footer address a{
	color: #FFFFFF;
}
footer address{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 0;
}
footer p.copyright{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 0;
}
/*　pagetop　*/
footer .pagetop{
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	width: 134px;
	height: 46px;
}
footer .pagetop span{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	background: #FFFFFF;
	-moz-border-radius: 50% 50%;
	-webkit-border-radius: 50%;
	border-radius: 50% 50%;
	z-index: 1;
}
footer .pagetop p{
	cursor: pointer;
	position: relative;
	padding-top: 12px;
	z-index: 2;
}
footer .pagetop p img{
	vertical-align: bottom;
}

