#top_contests{
	background: url(../img/bg01.png);
	margin-bottom: 70px;
	padding-bottom: 27px;
}
#index #header{
	background: none;
	padding-bottom: 29px;
}
#top_contests .btn_open{
	text-align:center;
	margin-top: 25px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■search_box
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#search_box{
	padding: 19px 23px 6px 0;
}
#search_box .inner{
	margin-left: 30px;
}
#search_box h2{
	margin-bottom: 34px;
}
#search_box td{
	padding-right: 39px;
	padding-bottom: 20px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■new_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#new_area h2{
	text-align:center;
	margin-bottom: 45px;
}


/*list*/
#new_area .list > li{
	border: 10px solid #eee;
	padding: 16px 20px 26px 26px;
	margin-bottom: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#new_area .list > li:last-of-type{
	margin-bottom: 45px;
}
#container .new{
	position:absolute;
	top:-10px;
	left:-10px;
}
#new_area .list li .inner{
	overflow:hidden;
}
#new_area .list li .f_left{
	width: 307px;
	line-height: 1.0;
	padding-top: 10px;
}
#container .img img{
	width: 100%;
	height: auto;
}
#container .bottom{
	background: #f5f5f5;
	padding: 7px 7px 7px 10px;
	overflow:hidden;
	margin: 17px 0 15px 0;
	line-height: 1.0;
}
#container .bottom .day{
	float:left;
	padding-top: 3px;
	font-size:14px;
}
#container .bottom ul{
	overflow:hidden;
	float:right;
}
#container .bottom li{
	float:left;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding: 4px 0 0 0;
	margin:0 7px 0 0;
	background: #e1017d;
	border-radius: 3px;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container .info li{
	font-size:12px;
	margin-bottom: 10px;
	display: block;
}
#container .info li span{
	border: 1px solid #e1017d;
	padding: 6px 7px;
	display:inline-block;
}
#container .info li:last-of-type{
	margin-bottom: 0;
}
#new_area .list li .f_right{
	width: 765px;
}
#container .copy{
	line-height: 1.5;
	font-weight:bold;
	font-size:25px;
	color: #E1017D;
	margin-bottom: 15px;
}
#new_area .list li .txt{
	margin-bottom: 13px;
}
#new_area .list li .btn02 a{
	margin:0;
}
#new_area .list li table{
	margin-top: 28px;
	width: 100%;
}
#new_area .list table th,
#new_area .list table td{
	vertical-align:top;
	padding-bottom: 18px;
}
#new_area .list table th{
	font-weight:bold;
	color: #E1017D;
	font-size:16px;
	width: 5.5em;
}
#new_area .list li .btn{
	overflow:hidden;
	margin-top: 18px;
}
#new_area .list li .btn01 a{
	margin: 0;
}
#new_area .list li .btn li{
	float:left;
	margin-right: 35px;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#detail{
	padding-bottom: 80px;
}
article .inner_box{
	border: 10px solid #eee;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	overflow:visible;
	margin-top: 70px;
}
#container article .bottom{
	margin-top: 0;
}
#container article .bottom ul{
	float:left;
	margin-left: 20px;
}
#container article .copy{
	font-size:30px;
}
#container article .info{
	overflow:hidden;
	line-height: 1.0;
	margin-bottom: 30px;
}
#container article .info li{
	float:left;
	margin-right: 10px;
}
#container article .img{
	width:378px;
	float:left;
}

article.innerWrap .company{
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
}
article.innerWrap .company strong{
	color: #FF9500;
	margin-right: 12px;
}
article.innerWrap .inner{
	overflow:hidden;
}
article.innerWrap .inner .f_right{
	width: 682px;
}
article.innerWrap .job_name{
	font-weight:bold;
	font-size:18px;
	margin-bottom: 10px;
}
article.innerWrap .txt_area{
	background: #fee8f4;
	padding: 30px;
}
article .block{
	margin-top: 50px;
}
article .block .hd{
	font-weight:bold;
	font-size:21px;
	padding: 12px 20px;
	background: #fee8f4;
	position:relative;
	margin-bottom: 40px;
}
article .block .hd:after{
	content: " ";
	position: absolute;
	top: 100%;
	left: 28px;
	width: 0;
	height: 0;
	border-width: 11px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fee8f4;
	z-index: 1;
}
article .block table{
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	font-size:16px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article .block th,
article .block td{
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding: 25px 20px;
	vertical-align:top;
}
article .block th{
	font-weight:bold;
	text-align:center;
	background: #f2f2f2;
}

article #appeal ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #e9e9e9; 
}
article #appeal li{
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	border-bottom: 1px solid #eee; 
}
article #appeal .ttl{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	padding: 1em 25px 1em 20px;
	pointer-events: none;
}
article #appeal .inner{
	display: -webkit-flex;
	display: flex;
	padding: 0 20px 20px;
}
article #appeal .img{
	-webkit-flex: 0 0 30%;
	flex: 0 0 30%;
	margin-right: 6%; 
}
article #appeal .txt{
	font-size: 13px;
	line-height: 1.8;
}

#fix_info{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.65);
	padding: 15px;
	width: 100%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#fix_info .inner{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	line-height: 1.0;
}
#fix_info .tel{
	float:left;
	color: #fff;
	font-size:12px;
}
#fix_info .tel a{
	font-size:34px;
	font-weight:bold;
	color: #fff;
	display:block;
	margin-bottom: 3px;
}
#fix_info .btn{
	float:right;
	width: 560px;
	text-align:center;
}
#fix_info .btn a{
	color: #fff;
	display:block;
	padding: 15px;
	font-weight:bold;
	background: #E1017D;
}