@charset "utf-8";

.header{
	padding-top:30px;
}

main{
	margin-bottom:20px;
	font-size:1.4rem;
}

.sec-actions{
	background:none;
}

.container{
	padding:0 ;
}

.container{
	margin-top:35px;
}

main h1{
	text-align: center;
	margin-bottom:30px;
	font-size:1.4rem;
	font-weight:bold;
}
	
main h2{
	text-align: left;
	margin-bottom:30px;
	font-size:1.4rem;
	font-weight:normal;
}

.mftxt{
	line-height:1.5em;
}

.mftxt span{
	color:#FF0000;
}

.mftxt2{
	line-height:1.5em;
	font-size:14px;
	padding-right:180px;
	margin-top:7px;
}


	

/* inputフォーム用
------------------------------------------------- */

/* clearfix（NN対策しないのでこれで十分な最新版） */
.clearfix{
	zoom:1;
}

.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;
}

.clear{
	clear:both;
}


form{
	padding:5px 0px;
}

.imeOn{
	ime-mode:active;
}

.imeOff{
	ime-mode:disabled;
}

textarea.content,
textarea.content2{
	width:430px;
	height:50px;
	ime-mode:active;
	font-size:124%;
}

textarea.content2{
	width:430px;
	height:150px;
	ime-mode:active;
}


input,
select{
	vertical-align:middle;
}

select{
	height:24px;
	margin:0 0 10px;
}


input[type="radio"], input[type="checkbox"] {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	margin-bottom:7px;
	vertical-align:top;
	height:20px;
}

input.fname{
	width:430px;
	height:30px;
}


input[type="text"]:focus,
textarea:focus{
	outline: 2px solid #a6c8ff;
}

select.birthday{
	height:30px;
	width:80px;
}

input.send,
input.back,
input.backS,
input.regist{
	width:100%;
	text-align:center;
	font-size:1.6em;
	display:block;
	color:#fff;
	border:none;
	border-radius:7px;
	padding:20px 0;
	background:#ff6600 url(../images/ico_arrow.png) no-repeat 97% 50%;
	cursor:pointer;
	margin-bottom:20px;
}

input.backS{
	background:#000 url(../images/ico_arrow2.png) no-repeat 5% 50%;
	color:#fff;
}

input.back{
	float:left;
	width:100%;
	margin:0 0;
	margin-bottom:20px;
	background:#000 url(../images/ico_arrow2.png) no-repeat 5% 50%;
	color:#fff;
}

input.regist{
	float:left;
	width:60%;
}

input.send:hover,
input.back:hover,
input.backS:hover,
input.regist:hover{
	opacity:.6;
}

.red{
	color:#c00;
}

.entry{
	padding-bottom:50px;
}

.mb30{
	margin-bottom:30px;
}




@media only screen and (max-width: 640px){

	input.fname{
		width:100%;
	}

	textarea.content,
	textarea.content2{
		width:100%;
	}

	input.back{
		width:100%;
		margin:0 3% 0 0;
		background:#000 url(../images/ico_arrow2.png) no-repeat 5% 50%;
	}

	input.regist{
		float:left;
		width:60%;
	}

	input.back,
	input.regist{
		font-size:1.2em;
	}


	.entry{
		width:100%;
	}
	
	input.back{
		margin-bottom:20px;
	}

	input.back,
	input.regist{
		font-size:1.6em;
	}
	
	.mftxt2{
	padding-right:0px;
}


}

@media only screen and (min-width: 640px){
	main{
		width:1200px;
		margin: 100px auto;
		background-color: #fff;
		margin-bottom:70px;
	}
	
	main h1{
	text-align: center;
	margin-bottom:30px;
	font-size:2.2rem;
	font-weight:bold;
}
	
	main h2{
		text-align: center;
	}
	

	
	#entry{
		margin:30px auto;
		width:800px;
		border:6px solid #e9e9e9;
		background:#FFF;
		padding:50px 50px 0;
		margin-bottom:110px;
		xposition:relative;
	}
	
	.inner{
		padding-bottom:20px;
	}


}

@media only screen and (min-width: 960px){
	
	
}