html {
  background-color: #FFFFFF;
}

body {
  -webkit-text-size-adjust: none;
  font-family: HiraKakuProN-W3;
  font-size: 14px;
  line-height: 1.25;
}


.iPhoneBody {
  background-color:#FFFFFF;
}

div#dockContainer {
	text-align: center;
	width: 100%;
	line-height: 1;
	z-index: 100;
}

p {
	text-align:left;
	}

 h1 {
	font-family: HiraKakuProN-W6;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top:0;
	background-color:#fb93d8;
	font-weight: bold;
	line-height: 30px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-weight: bold;
	color: #fb93d8;
	font-size:16px;
	line-height: 24px;
}

h3 {
	font-weight: bold;
	text-align:left;
	}

.iPhoneListTitle {
  height: 20px;
  line-height: 20px;
  padding: 0px 10px;
  font-family: HiraKakuProN-W6;
  font-size: 14px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  border-top: 1px solid #a5b1ba;
  border-bottom: 1px solid #989ea4;
  background-image: url(../images/top_sentence.gif);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


.iPhoneUL,
.iPhoneDL {
  margin: 9px 9px 16px;
  border: solid 1px #a9abae;
  -webkit-border-radius: 8px;
  background-color: #fff;
}


.iPhoneUL li:last-child,
.iPhoneDL dd:last-child {
  border-bottom: none;
}


.iPhoneULIndex li {
  overflow: hidden;
  background-color: #fff;
}

.iPhoneDL dt {
  font-family: HiraKakuProN-W6;
  width: 70px;
  padding: 12px 5px 0 10px;
  font-size: 14px;
  clear: both;
  width: 6em;
}

.iPhoneDL dd {
  padding: 0 10px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
  margin-top: -30px;
  text-align: right;
  color: #385387;
}


.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 0 10px 0 0;*/
}

a {
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);  // タップ時の反転色
}

/* ボタンスタイル */
.iPhoneButton,
.iPhoneButtonBlack {
  margin: 0 auto;
  width: 300px;

  border: solid 3px #2d3137;
  -webkit-border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  padding: 2px;
  text-align: center;
}
.iPhoneButton {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeefef), to(#bdbfc2));
  background-color: #bdbfc2;
}
.iPhoneButtonBlack {
  background: -webkit-gradient(linear, left top, left bottom, from(#6b6e74), to(#282e37));
  background: #282e37;
}
.iPhoneButton a,
.iPhoneButtonBlack a {
	-webkit-border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: .5em 0;
	text-decoration: none;
	font-weight: bold;
	width: 300px;
}
.iPhoneButton a {
  color: #000;
}
.iPhoneButtonBlack a {
  color: #fff;
}

/*
戻るボタン
*/
.btnBack {
	padding-right: 5px;
	height: 31px;
	float: left;
	margin-right: 5px;
	background-image: url(../img/icon_turn.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.btnBackInner {
	height: 28px;
	padding-left: 16px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	margin-left: 2px;
}
.btnBack a {
  color: #fff;
  font-size: 80%;
  text-decoration: none;
}

#arrow {
	text-align: right;
	padding-right: 10px;
}


article:not(.display) {
	display: none;
}

/*------------------------------------------------------------------style-----------------------------------------------------------------*/

/*a {
	text-decoration: none;
}*/

.red {
	font-weight: bold;
	color: #FF0000;
}

.black {
	font-weight: bold;
	color: #000000;
}

.white {
	font-weight: bold;
	color: #FFFFFF;
}


.pink {
	color: #FF33FF;
	font-weight: bold;
}

.pink2 {
	color: #FF33FF;
	font-weight: bold;
	font-size: 18px;
}

.blue {
	color:#0098d7;
	font-size:16px;
	}

.blue2 {
	color:#0098d7;
	font-weight: bold;
	
}

.qa {
	background-image: url(../img/bar_qa.gif);
	background-repeat: no-repeat;
	height: 40px;
	/*margin-left:20px;*/
	padding-left: 35px;
	padding-top: 5px;
	width: 230px;
}


.in {
	background-image:url(../img/bar_interview.gif) ;
	background-repeat: no-repeat;
	margin-left:0;
	height: 31px;
	padding-left: 35px;
	padding-top: 5px;
	width: 280px;
	}



hr {
	margin-top: 1px;
	color: #33CCFF;
}


.center {
	text-align:center;
	}
	

.bnr {
margin: 15px;
}



/*DWで全表示するにはここから.footerの前までをコメントアウトさせる*/

.panel {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
}

.active {
  display: block;
}


#footer{
	color:#fff;
	font-size:17px;
	padding-top:0;
	background-color:#fb93d8;
	text-align: center;
	line-height: 20px;
 }


#img_top {
	margin-left: 35px;
}

.content {
	margin-right:10px;
	background-color:#fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;              /*　角丸四角形の枠の幅の調整　*/
	text-align: left;
}

#wrap {
		margin-top:0;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom:0;
} 



aside {
     background-color:#ffffff; -webkit-border-radius: 8px; border-radius: 8px; padding: 10px; 
	 } 
	 

.point {
	background-color:#a0c4ff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	}
	
	
point p:last-child {
margin-bottom: 0;
}	 

	 
aside p:last-child {
     margin-bottom: 0; 
	 }


.crear {
	clear: both;
}
.inter {
	padding-right: 5px;
}
.out {
	padding-left: 5px;
}


 
 #interview {
	background-image: url(../img/bar_question.gif);
	background-repeat: no-repeat;
}
#head {
	background-image: url(../img/header_footer.gif);
	background-repeat: repeat-x;
	height: 15px;
}
#under {
	background-image: url(../img/header_footer.gif);
	background-repeat: repeat-x;
	height: 15px;
}


/* フッターリンク */


.bonyu {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e76d7c), to(#fbc6c2));
	background: -webkit-linear-gradient(top,#e76d7c 0%, #fbc6c2 100%);
	background: -moz-linear-gradient(top,#e76d7c 0%, #fbc6c2 100%);
	background: -ms-linear-gradient(top,#e76d7c 0%, #fbc6c2 100%);
	background: -o-linear-gradient(top,#e76d7c 0%, #fbc6c2 100%);
	background: linear-gradient(top,#e76d7c 0%, #fbc6c2 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}

.acup {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#47bee0), to(#92d7f4));
	background: -webkit-linear-gradient(top,#47bee0 0%, #92d7f4 100%);
	background: -moz-linear-gradient(top,#47bee0 0%, #92d7f4 100%);
	background: -ms-linear-gradient(top,#47bee0 0%, #92d7f4 100%);
	background: -o-linear-gradient(top,#47bee0 0%, #92d7f4 100%);
	background: linear-gradient(top,#47bee0 0%, #92d7f4 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}

.kyonyu {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4d2c4), to(#f9ece4));
	background: -webkit-linear-gradient(top,#e4d2c4 0%, #f9ece4 100%);
	background: -moz-linear-gradient(top,#e4d2c4 0%, #f9ece4 100%);
	background: -ms-linear-gradient(top,#e4d2c4 0%, #f9ece4 100%);
	background: -o-linear-gradient(top,#e4d2c4 0%, #f9ece4 100%);
	background: linear-gradient(top,#e4d2c4 0%, #f9ece4 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}

.mikeiken {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e61676), to(#f8b7d5));
	background: -webkit-linear-gradient(top,#e61676 0%, #f8b7d5 100%);
	background: -moz-linear-gradient(top,#e61676 0%, #f8b7d5 100%);
	background: -ms-linear-gradient(top,#e61676 0%, #f8b7d5 100%);
	background: -o-linear-gradient(top,#e61676 0%, #f8b7d5 100%);
	background: linear-gradient(top,#e61676 0%, #f8b7d5 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}

.pocha {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f07c91), to(#f3b1b3));
	background: -webkit-linear-gradient(top,#f07c91 0%, #f3b1b3 100%);
	background: -moz-linear-gradient(top,#f07c91 0%, #f3b1b3 100%);
	background: -ms-linear-gradient(top,#f07c91 0%, #f3b1b3 100%);
	background: -o-linear-gradient(top,#f07c91 0%, #f3b1b3 100%);
	background: linear-gradient(top,#f07c91 0%, #f3b1b3 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}

.chosin {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7424b), to(#ff4a59));
	background: -webkit-linear-gradient(top,#f7424b 0%, #ff4a59 100%);
	background: -moz-linear-gradient(top,#f7424b 0%, #ff4a59 100%);
	background: -ms-linear-gradient(top,#f7424b 0%, #ff4a59 100%);
	background: -o-linear-gradient(top,#f7424b 0%, #ff4a59 100%);
	background: linear-gradient(top,#f7424b 0%, #ff4a59 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}

.nisikawaguchi {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#004eb7), to(#dfeeff));
	background: -webkit-linear-gradient(top,#004eb7 0%, #dfeeff 100%);
	background: -moz-linear-gradient(top,#004eb7 0%, #dfeeff 100%);
	background: -ms-linear-gradient(top,#004eb7 0%, #dfeeff 100%);
	background: -o-linear-gradient(top,#004eb7 0%, #dfeeff 100%);
	background: linear-gradient(top,#004eb7 0%, #dfeeff 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}

.ibaraki {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7aa06), to(#f9c301));
	background: -webkit-linear-gradient(top,#d7aa06 0%, #f9c301 100%);
	background: -moz-linear-gradient(top,#d7aa06 0%, #f9c301 100%);
	background: -ms-linear-gradient(top,#d7aa06 0%, #f9c301 100%);
	background: -o-linear-gradient(top,#d7aa06 0%, #f9c301 100%);
	background: linear-gradient(top,#d7aa06 0%, #f9c301 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}

.esute {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e68c83), to(#eaa09d));
	background: -webkit-linear-gradient(top,#e68c83 0%, #eaa09d 100%);
	background: -moz-linear-gradient(top,#e68c83 0%, #eaa09d 100%);
	background: -ms-linear-gradient(top,#e68c83 0%, #eaa09d 100%);
	background: -o-linear-gradient(top,#e68c83 0%, #eaa09d 100%);
	background: linear-gradient(top,#e68c83 0%, #eaa09d 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}
	
.lovenavi {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6900), to(#fe9400));
	background: -webkit-linear-gradient(top,#ff6900 0%, #fe9400 100%);
	background: -moz-linear-gradient(top,#ff6900 0%, #fe9400 100%);
	background: -ms-linear-gradient(top,#ff6900 0%, #fe9400 100%);
	background: -o-linear-gradient(top,#ff6900 0%, #fe9400 100%);
	background: linear-gradient(top,#ff6900 0%, #fe9400 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}
	
.okan {
	width:250px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#86d1bb), to(#d9ede7));
	background: -webkit-linear-gradient(top,#86d1bb 0%, #d9ede7 100%);
	background: -moz-linear-gradient(top,#86d1bb 0%, #d9ede7 100%);
	background: -ms-linear-gradient(top,#86d1bb 0%, #d9ede7 100%);
	background: -o-linear-gradient(top,#86d1bb 0%, #d9ede7 100%);
	background: linear-gradient(top,#86d1bb 0%, #d9ede7 100%);
	padding: 1px;
	margin-top:10px;
	-webkit-box-shadow: 0 0 2px #2a466c;
	box-shadow: 0 0 2px #2a466c;
	list-style-type:none;
	margin-left:auto;
	margin-right: auto;
	}
	

.bonyu a, .acup a, .kyonyu a, .mikeiken a, .pocha a, .chosin a, .nisikawaguchi a, .ibaraki a, .esute a, .lovenavi a, .okan a {
	display: block;
	padding: 12px 35px;
	text-decoration: none;
	border-radius: 3px;
	line-height: 1;
	color: #273343;
	text-shadow: 0 1px 1px #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.9)), color-stop(0.5, rgba(255,255,255,.3)), color-stop(0.51, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,.9), rgba(255,255,255,.3) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top,rgba(255,255,255,.9), rgba(255,255,255,.3) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,.9), rgba(255,255,255,.3) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,.9), rgba(255,255,255,.3) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
	background: linear-gradient(top,rgba(255,255,255,.9), rgba(255,255,255,.3) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
}

/***********　LINE応募　***********/
.line_oubo{margin:10px 0px; text-align:center;}
.line_oubo .waku{text-align:center; border: double 3px #60d008; padding:10px; background-color:#fff;}
.line_oubo .btn{color:#fff; width:150px; margin:0 auto; padding:6px; background-color:#1ecd00; font-size:17px; margin-top:5px; border:double 2px #51ec36; border-radius:6px; box-shadow: 0 10px 10px -10px #999;}
.line_oubo .title{font-size:17px; padding:6px 8px; background-color:#1ecd00; margin:1px 0px; color:#fff;}
.line_oubo .user{font-size:13px;}
.line_oubo .boshu{color:#fff; display: inline;}
.line_oubo .s_title{color:#1ecd00; font-size:15px; font-weight:bold;}
.line_oubo .tsuika{background-color:#fff; font-size:small; color:#666; line-height:140%; padding:3px; margin-top:2px; border-radius:6px;}
.line_oubo .hoshi{color:#ffb400; display: inline;}
.line_oubo a{color:#fff !important; text-decoration:none;}
.line_oubo input{width:150px;}
/***********　LINE応募　***********/