@charset "utf-8";

/******************************************
 *	table
 ******************************************/

form{
	width:100%;
}
 	
table{
	width:100%;
	margin:14px auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

tr{
	width:100%;
	border-top:1px solid rgb(110,80,95);
}

tr:last-child{
	border-bottom:1px solid rgb(110,80,95);
}

th{
	min-width:80px;
	width:30%;
	padding:14px 0;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}

td{
	width:70%;
	padding: 14px;
	vertical-align:middle;
}

input, select, textarea{
	padding: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	color:rgb(130,97,125);
	font-size:12px;
}

input:focus,textarea:focus{
	background-color:#FEDCA3;
}

input{
	vertical-align: middle;
}

input.input1{
	width:100%;
	max-width:180px;
}

input#input_tel{
	width:130px;
}

input#input_mail{
	width:100%;
	max-width:240px;
}

p{
	line-height:1.8em;
}

div#control{
	text-align:center;
}

div#control input{
	padding:7px;
	margin-right:14px;
}

textarea{
	width:100%;
	height:70px;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
	フォームサイズ調整
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media only screen and (min-width: 451px) {

th, td, input, select, textarea{
	font-size:14px;
}

}

@media only screen and (min-width: 601px) {
th, td, input, select, textarea{
	font-size:12px;
}
	
}

@media only screen and (min-width: 801px) {
th, td, input, select, textarea{
	font-size:14px;
}

#input_mail{
	width:240px;
}

}