@charset "UTF-8";
/* CSS Document */

form#mailform {
	padding: 5px;	
}
table.mailform {
	width: 100%;
	margin:25px 0;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
	line-height: 2.0em;
}
table.mailform tr th {
	width: 35%;
	font-size:1.2em;
}
table.mailform tr th span {
	color: #c86098;
	font-size:1.7em;
}
#contents .box .box-in table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size:0.7em;
	color: #999999;
	line-height:1.2em;
	letter-spacing:0.2em;
}
table.mailform tr td textarea {
	width: 80%;
	height: 120px;
}
.btn{
	margin:0 0 30px 0;
	text-align:center;
}
#contents .box .box-in .size-short{
	padding:5px;
	border:1px solid #ccc;
	border-radius: 3px;
	font-size:1.5em;
	width:25%;
}
#contents .box .box-in .size-short2{
	padding:5px;
	border:1px solid #ccc;
	border-radius: 3px;
	font-size:1.3em;
	width:30%;
	margin:5px 0 0 0;
}
#contents .box .box-in .size-middle{
	padding:10px;
	border:1px solid #ccc;
	border-radius: 3px;
	font-size:1.3em;
	width:90%;
	margin: 5px 0;
}
#contents .box .box-in .size-big{
	padding:10px;
	border:1px solid #ccc;
	border-radius: 3px;
	font-size:1.3em;
	width:90%;
	height:100px;
}

/*	for - 639px					*/
@media screen and (max-width: 639px) {
#contents .box .box-in .size-short{
	width:35%;
}
#contents .box .box-in .size-short2{
	width:50%;
}
table.mailform tr th{
width: 90%;
display: block;
border: none;
margin: 0 auto;
}
table.mailform tr td{
width: 90%;
display: block;
margin: 0 auto;
}
* {
   -webkit-appearance: none;
	border-radius: 0;
}
}
