/*--------------------------------------------------

SP用CSS 860px以下

--------------------------------------------------*/
/*--------------------------------------
基本設定
--------------------------------------*/
body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
	font-size: 15px;
}
ul{
	list-style-type: none;	
}
a:link,a:visited,a:hover{
	color: #000;
	text-decoration: none;	
}

img{
	vertical-align: bottom;	
}
strong{
	font-weight:bold;
}
/*clearfix*/
div:after,ul:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/*--------------------------------------
SP版
--------------------------------------*/
@media screen and (max-width:860px) {
	
	#pc_frame{
		display:none;
	}
	/*-------------------
	全体の枠
	-------------------*/
	#sp_frame {
		display:block;
		max-width:1060px;
		overflow: hidden;
	}
	/*-------------------
	ヘッダー
	-------------------*/
	#sp_header{
	width: 100%;
	position: fixed;
	z-index: 1;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffc801;	
	}
	#sp_header .list-box {
		overflow: hidden;
		max-width:1060px;
		width:100%;
		*zoom:1;
	}
	#sp_header .list-box ul {
		margin:0;
		padding:0;
	}
	#sp_header .list-box ul li{
		float: left;
		width: 33.33%;
	}
	#sp_header .list-box ul li img{
		max-width:353px;
		width:100%;
		height:auto;
	}
	#sp_header .menu {
		width: 100%;
		position: absolute;
		background-color: #fff;
		box-sizing:border-box;
		border: 10px solid #fe9e1a;
	}
	#sp_header .menu ul li span {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		border-bottom-width: 6px;
		border-bottom-style: solid;
		border-bottom-color: #E5E5E5;
		padding-top: 4%;
		padding-bottom: 4%;
		display:block;
	}
	#sp_header .menu ul .top{
	border-bottom-style: none;
	background-image: url(../img/hokusetsu_fair/back.png);
	}
	#sp_header .menu ul .top img{
		max-width:1060px;
		width:90%;
		height:auto;
	}

	/*-------------------
	コンテンツ
	-------------------*/
	#sp_contents{
	/*padding-bottom: 80px;*/
	padding-top: 15%;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fed450;
	border-bottom-color: #fed450;
	border-left-color: #fed450;
	}
	#sp_contents h1{
		text-align:center;
		margin-top:1%;
		margin-bottom:3%;
	}
	#sp_contents h1 img{
		height: auto;
		width: 90%;
	}
	@media screen and (max-width:450px) {
		#sp_contents h1{
			font-size:25px;
		}
		#sp_contents h1 span{
			font-size: 13px;
		}
	}
	/*-------------------
	メインビジュアル
	-------------------*/
	.sp_mainVisual{
	max-width: 1060px;
	width: 100%;
	background-image: url(../img/hokusetsu_fair/sp/main_sp.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	}
	.sp_mainVisual_c{
		padding-top: 80%;
	}
	.sp_mainVisual_c .area{
		background-color: #CCC;
		padding-top: 3%;
		padding-bottom: 3%;
		background-color:rgba(0,0,0,0.3);
	}
	.sp_mainVisual_c .area ul{
		text-align: center;
		margin-bottom:5%;
	}
	.sp_mainVisual_c .area ul:last-child{
		margin-bottom:0;
	}
	.sp_mainVisual_c .area ul li:first-child{
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #FFF;
		color: #FFF;
	}
	.sp_mainVisual_c .area ul li{
		color: #FFF;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #FFF;
		font-weight: bold;
		padding-right: 2%;
		padding-left: 2%;
		display: inline-block;
		font-size:14px;
	}
	@media screen and (max-width:450px) {
		.sp_mainVisual_c .area ul li{
			font-size:14px;
		}
		@media screen and (max-width:340px) {
			.sp_mainVisual_c .area ul li{
				font-size:12px;
			}
		}
	}
	.sp_mainVisual_c .area ul li a:link{
		color: #fff;
		text-decoration: underline;
	}
	.sp_mainVisual_c .area ul li a:visited{
		color: #fff;
		text-decoration: underline;
	}
	.sp_mainVisual_c .area ul li a:hover{
		color: #fff;
		text-decoration: underline;
	}
	/*-------------------
	ニュース
	-------------------*/
	.sp_information{
	color: #333;
	margin-top: 10%;
	margin-right: 5%;
	margin-bottom: 10%;
	margin-left: 5%;
	line-height:1.5;
	}
	.sp_information p{
		/*padding-left: 50px;*/
		font-size:20px;
		margin-bottom:3%;
	}
	@media screen and (max-width:450px) {
		.sp_information p{
			/*padding-left: 50px;*/
			font-size:14px;
			margin-bottom:3%;
		}
	}
	.sp_information .new{
		background-image: url(../img/hokusetsu_fair/new_02.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 50px;
	}
	.sp_information a{
		text-decoration:underline;
	}
	/*-------------------
	日時/場所
	-------------------*/
	#sp_eventDate_bg{
	background-image: url(../img/sensyu_you_fair/back.png);
	padding:5%;
	}

	.fair-data h2{
		width:80%;
		font-size: 30px;
		font-weight: bold;
		border-bottom-width: 6px;
		border-bottom-style: solid;
		border-bottom-color: #fe9e1a;
		padding-bottom: 15px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
		text-align: center;
	}

	.fair-data dl,
	.fair-data dt,
	.fair-data dd{
		box-sizing: border-box;
	}

	.fair-data dl{
		border: 3px solid #fff;
		padding: 2%;
	}

	.fair-data .fair-detail2{
		border-top: none;
		padding: 2%;
	}

	.fair-data dt,
	.fair-data dd {
	  padding: 10px 10px 0 10px;
	  border-top: 1px solid #ccc;
	}

	.fair-detail1 dt,
	.fair-detail1 dd{
	  border-top:none;
	}

	.fair-detail1 dd .month,
	.fair-detail1 dd .data,
	.fair-detail1 dd .week{
		color: #FF0000;
		font-size: 30px;
		font-weight: bold;
		margin-right: 10px;
	}

	.fair-detail1 dd .data{
		margin-left: 10px;
	}

	.fair-detail1 dd .week{
		font-size: 20px;
		margin-left: 10px;
	}

	.fair-detail1 dd time{
		background-color: #fff;
		display: block;
		margin-top: 10px;
		padding: 5px;
	  }

	.fair-detail1 dd .reception-time{
	  background-color: #fff;
	  display: block;
	  padding: 5px;
	}

	.fair-detail2 dt:nth-of-type(1),
	.fair-detail2 dd:nth-of-type(1){
	  border-top:none;
	}

	.fair-detail2 dd{
		line-height: 20px;
	}

	.fair-detail2 dd:last-of-type p{
		color: #0099CC;
	}

	.fair-data dt {
	  width: 10%;
	  font-weight: bold;
	  float: left;
	}

	.fair-data dd {
	  margin-left: 10%;
	  padding-bottom: 10px;
	  border-left: 1px solid #ccc;
	}

	.fair-data dd:after {
	  content: '';
	  display: block;
	  clear: both;
	}

	/*-------------------
	エントリーボタン
	-------------------*/
#sp_entry {
	/*margin: 30px 0 70px;*/
	margin-top: 30px;
	text-align: center;
	}
#sp_entry img {
	width: 85%;
	}

	/*-------------------
	アクセス
	-------------------*/
	.sp_access {
	margin-top: 6%;
	margin-right: auto;
	margin-bottom: 8%;/*（あいさつが追加されたら0に戻す）*/
	margin-left: auto;
	}
	.sp_access h3 {
		width:80%;
		font-size: 30px;
		font-weight: bold;
		border-bottom-width: 6px;
		border-bottom-style: solid;
		border-bottom-color: #fe9e1a;
		padding-bottom: 15px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		text-align: center;
	}
	.sp_access .aFrame {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;		
	}
	.sp_access .aDetail {
		max-width:1060px;
		*zoom:1;
		margin-top: 5%;
	}
	.sp_access .aText h4,.sp_access .aText p{
		line-height:1.5;
	}
	.sp_access .aText h4 {
		font-size: 22px;
		font-weight: bold;
		letter-spacing:3px;
	}
	.sp_access .aText p {
		font-size: 17px;
	}
	@media screen and (max-width:550px) {
		.sp_access .aText h4 {
		font-size: 17px;
		}
		.sp_access .aText p {
			font-size: 13px;
		}
		@media screen and (max-width:470px) {
			.sp_access .aText h4 {
			font-size: 15px;
			}
			.sp_access .aText p {
				font-size: 12px;
			}
			@media screen and (max-width:400px) {
				.sp_access .aText h4 {
				font-size: 15px;
				}
				.sp_access .aText p {
					font-size: 12px;
				}
				@media screen and (max-width:330px) {
					.sp_access .aText h4 {
					font-size: 12px;
					}
					.sp_access .aText p {
						font-size: 8px;
					}
				}
			}
		}
	}
	.sp_access .aImg {
		width:100%;
		float:center;
	}
	.sp_access .aImg img {
		width:100%;
		height:auto;
	}
	@media screen and (max-width:330px) {
		.sp_access .aImg {
		display:none;
		}
	}
	#map_container {
	  position: relative;
	  padding-top: 60%;
	}
	#map {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 10px;
	}
	/*-------------------
	ごあいさつ
	-------------------*/
	.sp_greeting {
		margin-top: 10%;
		width: 90%;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-color: #F6F4ED;
		padding: 5%;
	}
	.sp_greeting h3 {
		width: 80%;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 5px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #fe9e1a;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	.sp_greeting p {
		margin-top: 10%;
		line-height:1.6;
	}
	.sp_greeting p a{
	font-weight: bold;
	}
	.sp_greeting p a:link{
	text-decoration: underline;		
	}
	/*-------------------
	参加園一覧
	-------------------*/
.kousininfo {
	font-size: 21px;
	color: #0066FF;
	text-align:center;
	margin-top: 20px;
	}

/* ContentsArea
-------------------------- */
#contents {
    margin: 0 auto;
    padding: 10px 0 50px 0;
    width: 100%;
}
 
p {
    padding: 10px 0;
}
 
#open01,
#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    height: 300px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
}
 
.modal_window h2 {
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #000;
}
 
.modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
 
 
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}


/* ContentsArea
-------------------------- */
#contents {
    margin: 0 auto;
    padding: 10px 0 50px 0;
    width: 100%;
}
 
p {
    padding: 10px 0;
}
 
#open01,
#open02 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    height: 300px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
}
 
.modal_window h2 {
    margin-bottom: 20px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #000;
}
 
.modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
 
 
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}
	.sp_join {
		width: 90%;
		background-color: #fae498;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding:5%;
	}
	.sp_formal_name{
		font-size:12px;
		padding-top:10px;
	}
	.place_sp {
		width: 120px;
		padding: 10px;
		color: #fff;
		background-color: #6df8d8;
		font-weight: bold;
		display: block;
		text-align: center;
		border-radius:5px;
		font-size:12px;
		margin-top:4%;
	}
	
	.sp_formal_name li{
		margin:5px 5px 0 0;
		display:inline-block;
	}
	.sp_join h3{
		width: 80%;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 5px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #fed450;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	.sp_join h4 {
		border: 1px solid #333333;
		border-radius: 5px;
		text-align: center;
		padding-top: 2%;
		padding-bottom: 2%;
		margin-top: 5%;
		font-weight: bold;
	}
	.sp_join .title {
		color: #FFF;
		background-color: #666666;
		font-weight: bold;
		text-align: center;
		letter-spacing:3px;
		margin-top:3%;
	}
	.sp_join .title p{
		display: inline-block;
		text-align: center;
		padding-top: 3%;
		padding-bottom: 3%;
		font-size: 13px;
		font-weight: bold;
	}
	.sp_join .title p:first-child{
		width: 43%;
	}
	.sp_join .title p:last-child{
		width: 51%;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #FFF;
		padding-left:5px;
	}
	.sp_join .text {
		background-color: #FFF;
		color: #333333;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666;
	}
	.sp_join .text_btm {
		background-color: #FFF;
		color: #333333;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		font-size: 12px;
	}
	.sp_join .text p,
	.sp_join .text_btm p{
		padding-top: 3%;
		padding-bottom: 3%;
		display: inline-block;
		line-height: 1.8;
		vertical-align: middle;
		font-size: 12px;
	}
	.sp_join .text p:first-child,.sp_join .text_btm p:first-child{
		width: 44%;
		text-align:left;

	}
	.sp_join .text p:last-child,.sp_join .text_btm p:last-child{
		width: 51%;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #666;
		text-align:left;
		padding-left:5px;
	}
	.sp_join .text a:link,.sp_join .text_btm a:link{
		text-decoration: underline;
	}
	.sp_join .text a:visited,.sp_join .text_btm a:link{
		text-decoration: underline;
	}
	/*採用試験日 ボタン*/
	.rbtn{
		width: 120px;
		padding-top: 3px;
		padding-bottom: 2px;
		color: #fff;
		background-color: #FE9E1A;
		font-weight: bold;
		display: block;
		text-align: center;
		border-radius:5px;
		font-size:12px;
		margin-top:4%;
	}
	.rbtn a{
		color:#fff;
		text-decoration: underline;
	}
	.rbtn a:link{
		color:#fff;
		text-decoration:none;
	}
	.rbtn a:visited{
		color:#fff;
		text-decoration:none;
	}
	.rbtn a:hover{
		color:#fff;
		text-decoration:none;
	}
	/*ホームページリンクボタン*/
	.rbtn_hp_sp{
	display: inline-block;
		width: auto;
		color: #fff;
		background-color: #00CCFF;
		padding: 2px 5px;
		border-radius:5px;
		font-size:12px;
		text-align: center;
		font-weight: bold;
		margin-top:4%;
	}
	.rbtn_hp_sp a{
		color:#fff;
		text-decoration: underline;
	}
	.rbtn_hp_sp a:link{
		color:#fff;
		text-decoration:none;
	}
	.rbtn_hp_sp a:visited{
		color:#fff;
		text-decoration:none;
	}
	.rbtn_hp_sp a:hover{
		color:#fff;
		text-decoration:none;
	}
	/*ナビリンクボタン*/
	.sp_join img.navi{
		
	}






	/*-------------------
	イベント
	-------------------*/
	.sp_event {
		margin-top: 10%;
		width: 90%;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-color: #fff;
		padding: 5%;
	}
	.sp_event h3 {
		width: 80%;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 5px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #00de61;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	.sp_event h4 {
		margin: 30px 0 10px -8px;
	}
	.sp_event .appeal_sp{
		margin-top: 10%;
		line-height:1.9;
	}
.photo_sp {
	margin-top: 2px;
	}

	/*-------------------
	ポップアップ
	-------------------*/
	.modal{
		display:none;
	}
	.modalBody{
		position: fixed;
		z-index:1000;
		background: #fff;
		width:300px;
		left:50%;
		top:50%;
		height: 400px;
		font-size:50px;
	}
	.modalBK{
		position: fixed;
		z-index:999;
		height:100%;
		width:100%;
		background:#000;
		opacity: 0.9;
		filter: alpha(opacity=90);
		-moz-opacity:0.90;
	}
	/*装飾*/
	.close{
		cursor: pointer;
		color:#000;
		font-size:50px;
	}
	.modal p{
		font-size:12px;
		text-align:justify;
	}
	.modal h1{
		font-weight:bold;
		font-size: 30px;
	}
	.modalBody{
		padding: 10px 0;
		
	}
	.btns{
		text-decoration:underline;
	}
	/*-------------------
	前回のフェア・イベント
	-------------------*/
	
#pastFeir_sp {
			width: 80%;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 5px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #fe9e1a;
		margin: 40px auto;
	}
.past_sp li{
	margin: 30px;
	text-align: center;
	}
.past_sp li img {
	width: 95%;
	}
	
/*	.pastFeir{
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		margin-top:10%;
	}
	.pastFeir h3{
		width: 80%;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 5px;
		border-bottom-width: 5px;
		border-bottom-style: solid;
		border-bottom-color: #00a0e9;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
	.pastFeir #box{
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:80%;
	}
	.pastFeir .slider li img{
		height: auto;
		width: 100%;
	}*/
	/*-------------------
	事前エントリー
	-------------------*/
	#entry_wrap2_sp{
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	#entry_wrap2_sp h3{
	width: 80%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FE9E1A;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	#entry_wrap2_sp p{
	margin-top:3%;
	text-align: center;
	}
	/*フォーム*/
	#entry_wrap2_sp table{
	margin-top:5%;
	width:100%;
	}
	
	#entry_wrap2_sp table{
	width:90%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left:20px;
	}
	#entry_wrap2_sp table th {
		width:100%;
		padding:15px 10px 0 10px;
		font-weight: bold;
		vertical-align: top;
		border-right: 1px solid #ccc;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		background: #fff;
		}
	
	#entry_wrap2_sp table td {
		width: 100%;
		padding:0 10px 10px 10px;
		vertical-align: top;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #fff;
	}
	
	#entry_wrap2_sp table .imperative{
	color: #fff;
	font-size: 13px;
	width: 50px;
	margin-left: 10px;
	padding: 3px;
	background-color: #FE4958;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		}
	
	#entry_wrap2_sp table .form_style{
		width:90%;
		border:0;
		padding:8px;
		font-size:14px;
		font-family:Arial, sans-serif;
		color:#3e3a39;
		border:solid 1px #ccc;
		margin:10px 8px 10px 5px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		}
	
	#entry_wrap2_sp table .form_style2{
		border:0;
		padding:8px;
		font-size:14px;
		font-family:Arial, sans-serif;
		color:#3e3a39;
		border:solid 1px #ccc;
		margin:10px;
		width:90%;
		height:150px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		}
	
	#entry_wrap2_sp table .form_style3{
		width:50%;
		border:0;
		padding:8px;
		font-size:14px;
		font-family:Arial, sans-serif;
		color:#3e3a39;
		border:solid 1px #ccc;
		margin:10px 0 10px 2px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
		}
	
	
	#entry_wrap2_sp table input:focus{
	outline: 0;
	border: 1px solid #fe9e1a;
	background-color: #fae498;
	}
	
	#entry_wrap2_sp table .entry_example{
	font-size: 12px;
	margin-left: 10px;
	text-align: left;
		}
	
	#entry_wrap2_sp table .entry_example2{
		font-size:10px;
		margin-left:10px;
		}
	
	#entry_wrap2_sp table .entry_example3{
		display:none;}
	
	#entry_wrap2_sp table textarea:focus{
		outline: 0;
		border:solid 1px #fe9e1a;
		background-color: #fae498;
	}
	/*ラジオボタンの設定*/
	#entry_wrap2_sp input[type=radio]{
		display: none;
	}
	#entry_wrap2_sp .radio{
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position: relative;
		display: inline-block;
		margin: 0 20px 0 0;
		padding: 12px 12px 12px 42px;
		border-radius: 8px;
		vertical-align: middle;
		cursor: pointer;
	}
	
	#entry_wrap2_sp table  .radio:hover{
		background-color: #fbe5e8;}
	
	#entry_wrap2_sp table  .radio:hover:after{
	border-top-color: #fe9e1a;
	border-right-color: #fe9e1a;
	border-bottom-color: #fe9e1a;
	border-left-color: #fe9e1a;
	}
	#entry_wrap2_sp table  .radio:after{
		-webkit-transition: border-color 0.2s linear;
		transition: border-color 0.2s linear;
		position: absolute;
		top: 50%;
		left: 15px;
		display: block;
		margin-top: -10px;
		width: 16px;
		height: 16px;
		border: 2px solid #bbb;
		border-radius: 6px;
		content: '';
		}
		
	#entry_wrap2_sp table  .radio:before{
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fe9e1a;
	content: '';
	opacity: 0;
	}
	
	#entry_wrap2_sp table  input[type=radio]:checked + .radio:before {
		opacity: 1;
	}
	
	/*チェックボックスの設定*/
	#entry_wrap2_sp table input[type=checkbox]{
	  display: none;}
	
	#entry_wrap2_sp table .check{
	  box-sizing: border-box;
	  -webkit-transition: background-color 0.2s linear;
	  transition: background-color 0.2s linear;
	  position: relative;
	  display: inline-block;
	  margin: 10px 5px 8px 0;
	  padding: 8px 8px 8px 32px;
	  border-radius: 8px;
	  background-color: #f6f7f8;
	  vertical-align: middle;
	  cursor: pointer;
	}
	
	#entry_wrap2_sp table .check:hover {
	  background-color: #fbe5e8;
	}
	
	#entry_wrap2_sp table .check:hover:after {
	border-top-color: #fe9e1a;
	border-right-color: #fe9e1a;
	border-bottom-color: #fe9e1a;
	border-left-color: #fe9e1a;
	}
	
	#entry_wrap2_sp table .check:after {
	  -webkit-transition: border-color 0.2s linear;
	  transition: border-color 0.2s linear;
	  position: absolute;
	  top: 50%;
	  left: 5px;
	  display: block;
	  margin-top: -10px;
	  width: 16px;
	  height: 16px;
	  border: 2px solid #bbb;
	  border-radius: 6px;
	  content: '';
	}
	
	#entry_wrap2_sp table .check:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 11px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fe9e1a;
	border-bottom-color: #fe9e1a;
	}
	
	#entry_wrap2_sp table input[type=checkbox]:checked + .check:before {
	  opacity: 1;
	}
	
	/*ボタン*/
	#entry_wrap2_sp #send_btn_sp_wrap{
		width:100%;
		margin:0 auto;
		}
	
	#send_btn_sp_wrap .send_btn_sp{
		display: inline-block;
		width: 100%;
		height: 54px;
		font-size:16px;
		font-weight:bold;
		text-align: center;
		text-decoration: none;
		letter-spacing:0.3em;
		line-height: 54px;
		position:relative;
		background-color:#FF6B6B;
		color:#fff;
		-webkit-transition: none;
		transition: none;
		box-shadow: 0 3px 0 #3e3a39;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .4);	
		outline: none;
		border:2px solid #3e3a39;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin:10px auto;
		cursor:pointer;
		}
		
	.send_btn_sp:active {
		top: 3px;
		box-shadow: none;
	}	
		
	.send_btn_sp::before,
	.send_btn_sp::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
		}
		
	.send_btn_sp,
	.send_btn_sp::before,
	.send_btn_sp::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
		}
	
	/*規約*/
	#send_description_wrap{
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
	
	#send_description_wrap dt{
	display: block;
	width: 100%;
	font-size: 12px;
	border: #3e3a39 1px solid;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-indent: 10;
	letter-spacing: 0.1em;
	background-color: #3e3a39;
	background-image: url(../sp/event/img/sensyu_fair/chevron.png);
	background-position: 96% 50%;
	background-repeat: no-repeat;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 4%;
	padding-bottom: 4%;
	}
		
	#send_description_wrap dd{
		background:#fff;
		width: 100%;
		height: auto;
		line-height:25px;
		text-align:left;
		border:#666 1px solid;
		display:none;
		}
	
	#send_description_wrap dt.active{
		background-image:url(../sp/event/img/sensyu_fair/chevron02.png);
		background-position:96% 50%;
		background-repeat:no-repeat;
		}
	
	#send_description_wrap dd .entry_handling_sp{
		width:90%;
		margin:20px auto;}
	
	.entry_handling_sp .protection{
		width:90%;
		background-color:#fee6e6;
		padding:10px;
		margin-bottom:20px;
		font-size:13px;
		}
	
	.entry_handling_sp ol li{
		margin:0 0 15px 0;
		list-style-type:none;
		font-size:13px;
		}
	
	.entry_handling_sp ol li .bold{
		font-weight:800;}
	#send_description_wrap p{
	text-align: left;		
	}
	/*ボタン*/
	#send_btn_sp_wrap p{
		text-align: center;
		margin-top:10%;
	}
	.entryBtn{
		padding:0;
		background:none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor:pointer;
		text-align:center;
		margin-top:3%;
	}
	.entryBtn img{
		max-width:401px;
		width:100%;
		height:auto;
	}
	/*-------------------
	フッター
	-------------------*/
	.pagetop_sp{
		position: fixed;
		bottom: 10px;
		right: 10px;
	}
	.pagetop_sp img{
		opacity:0.8;
		max-width:84px;
		width:60%;
		height:auto;
	}
	#sp_footer{
	padding-top: 6%;
	padding-bottom: 6%;
	}
	#sp_footer p{
	text-align: center;
	}
	
	/*採用試験情報[SP] ポップアップウィンドウ*/
	.modal-content {
		position:fixed;
		display:none;
		z-index:2;
		width:70%;
		margin:0;
		padding:15px 30px;
		border:2px solid #aaa;
		background:#fff;
		border-radius:10px;
	}
	/*見出し*/
	.modal-content h4{
		font-size:16px;
		text-align:center;
		font-weight:bold;
		line-height:1.5;
	}
	/*採用試験日*/
	.modal-content ul{
		margin-top:10%;
		font-size:14px;
		display:table;
	}
	.modal-content ul li{
		display:table-cell;
		text-align:left;
		line-height:1.5;
	}
	.modal-content ul li:first-child{
		font-weight:bold;
		font-size:14px;
	}
	/*閉じるボタン*/
	.modal-content .close {
		text-align:center;
		margin-bottom:5%;
		margin-top:10%;
	}
	.modal-content .close a{
		font-size:16px;
		padding:10px 30px;
		background-color:#666666;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		border-radius:5px;
	}
	
	.modal-content p {
		margin-top:5%;
		padding:0;
		font-size:14px;
		line-height:1.5;
	}
	.modal-content p span{
		font-weight:bold;
	}
	.modal-overlay {
		z-index:1;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:120%;
		background-color:rgba(0,0,0,0.75);
	}
	.modal-open {
		color:#00f;
		text-decoration:underline;
	}
	.modal-open:hover {
		cursor:pointer;
		color:#f00;
	}
	.modal-close {
		color:#00f;
		text-decoration:underline;
	}
	.modal-close:hover {
		cursor:pointer;
		color:#f00;
	}
#pc_footer {
	display:none;
	}
#footer_bg {
	display:none;
	}
}
