@charset "utf-8";

/*--------- form ---------*/
form#mail_form{
	width : auto;
	margin : 30px auto 50px;
	padding : 10px 1%;
}

form#mail_form dl{
	width : auto;
	margin : 0 auto;
	overflow : hidden;
}

form#mail_form dl dt{
	clear : both;
	width : 30%;
	float : left;
	/*border-top : 1px solid #cccccc;*/
	border: none;
	padding : 15px 0;
	text-align : right;
	overflow : hidden;
}

form#mail_form dl dd{
	width : 65%;
	float : right;
	/*border-top : 1px solid #cccccc;*/
	padding : 12px 0 15px 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd{
	border : 0% none;
}

form#mail_form dl dt span{
	/*display : block;*/
	font-size : 85%;
	color : #ff0000;
	padding-right: 1%;
}


form#mail_form input{
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form select{
	width: 90%;
	height : 3em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form textarea{
	width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : none;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}

form#mail_form input:focus,
form#mail_form textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
	width: 10%;
}

form#mail_form input#name_1,
form#mail_form input#name_2{
	width : 80%;
}

form#mail_form input#read_1,
form#mail_form input#read_2{
	width : 80%;
}

form#mail_form input#birthday_1,
form#mail_form input#birthday_2,
form#mail_form input#birthday_3{
	width: 20%;
}

form#mail_form input#postalcode_1,
form#mail_form input#postalcode_2{
	width: 20%;
}

form#mail_form input#address{
	width : 80%;
}

form#mail_form input#Email{
	width : 80%;
}
form#mail_form ul li{
	list-style-type : none;
	margin-bottom : 0.5em;
}

form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}


form#mail_form input#phone_1,
form#mail_form input#phone_2,
form#mail_form input#phone_3{
	width : 20%;
}


form#mail_form p#form_submit{
	width : auto;
	margin : 0 auto;
	padding : 15px 0;
	border-top : 1px solid #cccccc;
	text-align: center;
}

form#mail_form input[type="submit"],
form#mail_form input[type="reset"]{
	width : 30%;
	height : auto;
	padding : 7px 15px;
	vertical-align : middle;
	color : #333;
	background : #eeeeee;
	border : 1px solid #cccccc;
	border-radius : 3px;
	font-family : inherit;
	font-weight : bold;
}

form#mail_form input[type="submit"]{
	margin-right: 10%;
}


form#mail_form input#form_submit:hover{
	cursor : pointer;
	color : #106dff;
	background : #e0e0e0;
}








/* --responsive----------------------------------------------------------------------------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

form#mail_form{
	width : auto;
}

form#mail_form dl{
	overflow : visible;
}

form#mail_form dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
	font-weight : bold;
}

form#mail_form dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}

form#mail_form dl dt span{
	font-weight : normal;
}


form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#birthday_1,
form#mail_form input#birthday_2,
form#mail_form input#birthday_3,
form#mail_form input#phone_1,
form#mail_form input#phone_2,
form#mail_form input#phone_3,
form#mail_form input#Email,
form#mail_form textarea{
	max-width : 90%;
	-webkit-appearance : none;
}
form#mail_form input#form_submit_button{
	margin-left : 0;
	-webkit-appearance : none;
}

}
/* 640pixel end */
