/* base */
body{
	background-color:#EEEEEE;
}
#header{
	width:100%;
}
#header p{
	font-family:KozGoPr6N-Regular;
	font-size:30px;
	line-height:120%;
	color:#FFFFFF;
	padding:25px 10px;
}

#wrapper{
	background-color:#EEEEEE;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}
/*
.center_wrapper{
	width: 100%;
	text-align: center;
}
*/
h1 img{
	/*width:100%;*/
	width:874px;
}
#content{
	background-color:#FFF;
	min-height:400px;
	width:874px;
	padding:13px 62px;
	border:1px solid #DDD;
	margin:0 auto;
	text-align: center;
}

#phase{
	margin-top:15px;
}
#desc{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:16px;
	line-height:135%;
	text-align:left;
	vertical-align:top;
}
#form_wrap{
	width: 800px;
	margin: 20px auto;
	text-align: center;
}
#form_wrap>form{
	line-height:35px;
}
h4{
	background-color:#E7E7E7;
	border: solid 1px #FFF;
	outline: solid 1px #E7E7E7;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	padding:7px;
	line-height:120%;
	vertical-align:top;
	text-align:left;
	margin:30px 0px 10px 0px;
 }
.required h4{
	background-image:url(../../img/kakomon_enshu/form_required.png);
	background-repeat:no-repeat;
	padding-left:60px;
	background-position:10px center;
}

h4.req{
	background-image:url(../../img/kakomon_enshu/form_required.png);
	background-repeat:no-repeat;
	padding-left:60px;
	background-position:10px center;
	background-color: #D0E0FA;
	outline: solid 1px #D0E0FA;
}

section{
	margin:5px 0 20px;
	line-height:35px;
	position:relative;
}
form>span>div{
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	line-height:12px;
}
div.caution{
	background-image:url(../../img/kakomon_enshu/error.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	padding-left: 45px;
	font-size:12px;
	color:#D00;
	z-index:100;
	line-height:normal;
}
div.ok{
	background-image:url(../../img/kakomon_enshu/ok.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	padding-left: 90px;
	z-index:100;
	height:28px;
}
textarea{
	background-color:#F4F4F4;
	width:789px;
	height:100px;
	border:1px solid #DDD;
	border-radius:5px;
}
#inquery_text{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:left;
	display:block;
	margin-bottom:10px;
}

p.sub_color{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:14px;
	line-height:120%;padding:5px;
}
a{color:#06F;}
a:hover{color:#09F;}
#privacy{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:center;
	padding:20px 0;
}
#back_img{display:block; margin:15px; float:left;}
#back_img:hover{opacity:0.8;cursor:pointer;}
#confirm_img{display:block; margin:15px;}
#confirm_img:hover{opacity:0.8;cursor:pointer;}
#confirm_img_center{display:block; margin:15px; text-align:center;}
#confirm_img_center:hover{opacity:0.8;cursor:pointer;}

table{
	width:100%;
}
th{
	width:30%;
	padding:15px 0;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	color:#555;
	border-bottom:1px dotted #999;
}
td{
	width:70%;
	padding:15px 0;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #999;
}
.caption{
	text-align:center;
	padding:10px;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:15px;
	line-height:120%;
	text-align:center;
}
#footer{
	text-align:center;
	padding:10px;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:13px;
	line-height:150%;
}
#footer span{
	font-size:10px;
}
#complete{
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:19px;
	line-height:120%;
	text-align:center;	
}
#header_bottom_border{
	border-top:1px solid #FFF;
	height:6px;
	width:100%;
	background-image:url(../../img/kakomon_enshu/header_bottom_border.png);
}
p.error{
	color:#D22;
	font-family: "Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size: 16px;
}
.clear{clear:both;}


.mini_input {
	width:40px;
}


/* EFO 2015.02.27 */

#form_wrap input[type="text"],input[type="password"],input[type="number"],input[type="email"]{
	background-color:#FAFAFA;
	border:1px solid #DDD;
	border-radius:5px;
	padding:5px;
	height: 30px;
}
#form_wrap input[type="tel"] {
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 5px 0;
	height: 40px;
}
#form_wrap select{
	background-color:#FAFAFA;
	border:1px solid #DDD;
	border-radius:5px;
	padding:2px 5px;
	height: 45px;
}
#form_school, #form_course, #form_nittei{
	width: 600px;
}
#form_name_last, #form_name_first, #form_name_kana_last, #form_name_kana_first{
	width: 300px;
}
#form_p_name, #form_p_name_kana,#form_address, #form_mail_PC{
	width: 600px;
}
#zip_temp, #form_pref{
	width: 300px;
}
#form_tel1, #form_tel2, #form_tel3{
	width: 150px;
}

/* radio,checkbox tag */
.radiobox,.checkbox{
  position: absolute;
  width: 0px;
  z-index: -10;
  left: 60px;
  top: 30px;
}
.labels{
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	height: 40px;
	margin: 10px;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
}

.labels_ch{
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	height: 40px;
	margin: 10px;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
}

input[type="radio"]:checked + .switch-on {
	background-color: #eb6101;
	color: #fff;
}
input[type="checkbox"]:checked+ .switch-on{
  background-color: #eb6101;
  color: #FFF;
}

div.FFt img{
	position: relative;
	top: 2px;
}