/*ここからフォーム用*/

form{
	width:80%;
	font-family:"メイリオ",meiryo;
	padding-left:10%;
}

form div{
	padding: 10px 20px;
}

.text, textarea, .dropdown{
	border:1px solid #b0b4ab;
	padding: 5px;
	color: #999;	
	background:#fff;
}

form input{
	height:30px;
	vertical-align:middle;
}

.input1{
	width:4rem;
}

.input3,.input4,.input5,.input6{
	width:200px;
}

.input9{
	width:480px;
}

.input10{
	width:240px;
}

.input11{
	width:350px;
}

.input12{
	width:600px;
}

.p1{
	font-size:0.8rem;
}

.hide{
	display:none;
}

.submit1{
	background:none;
	border:solid 2px #000;
	border-radius:6px;
}

.submit1:hover{
	color:#aaa;
	border:solid 2px #aaa;
	background-color:#fff;
}











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

	.toku3{
		margin-left:0;
		padding:0 5%;
	}

	form {
		width:100%;
		padding-left: 0;
		padding:0 5%;
	}

	form div {
		padding: 10px 0;
	}

	.input9,.input11,.input12 {
		width: 100%;
	}

	.center{
		text-align:center;
	}



}

