@charset "utf-8";

dl,dt,dd,ul,ol,li,form,fieldset,input,textarea,th,td{
	margin: 0;
	padding: 0;
}


/* --------------------------------------------- */

form#form_style{
	width : auto;
	background : rgba(255, 255, 255, 0.3);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
font-size: 15px;
}
#form_p{
	align:center;
}
form#form_style dl{
	width : 100%;
	max-width: 800px;
	overflow : hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
form#form_style dl dt{
	clear : both;
	width : 43%;
	float : left;
	border-top : 1px solid #cccccc;
	text-align : right;
	overflow : hidden;
	padding-top: 22px;
	padding-right: 2%;
	padding-bottom: 22px;
	padding-left: 8%;
}
form#form_style dl dd{
	width : 57%;
	float : right;
	border-top : 1px solid #cccccc;
	padding-top: 21px;
	padding-right: 5%;
	padding-bottom: 15px;
	padding-left: 5%;
                                text-align: left;
}
form#form_style dl dt:first-child,
form#form_style dl dt:first-child+dd{
	border : none;
}
form#form_style dl dt span{
	display : block;
	font-size : 80%;
	color : #648EB0;
	line-height: 120%;
}


form#form_style input{
	height : 1.8em;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
form#form_style textarea{
	width : 320px;
	height : 200px;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
}
form#form_style input:focus,
form#form_style textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}
form#form_style input#name{
	width : 180px;
}
form#form_style input#read_1,
form#form_style input#read_2{
	width : 90px;
}
form#form_style input#mail{
	width : 260px;
}
form#form_style ul li{
	list-style-type : none;
	margin-bottom : 5px;
}
form#form_style ul li label:hover{
	cursor : pointer;
}
form#form_style ul li input{
	height : auto;
	margin-right : 0.5em;
}

form#form_style input#phone{
	width : 120px;
}

form#form_style input#address{
	width : 300px;
}

form#form_style input#mail_submit_button{
	width : auto;
	height : auto;
	vertical-align : middle;
	border-radius : 3px;
	font-family : inherit;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	background-color: #3d89b7;
	border: 0px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin:0 8px 10px 8px;
}
form#form_style input#mail_submit_button:hover{
	cursor : pointer;
	background-color: #5da9d7;
}




@media screen and (max-width : 640px){

form#form_style{
	width : 95%;
}
form#form_style dl{
	width : 90%;
}
form#form_style dl dt{
	width : auto;
	float : none;
	text-align : left;
	padding : 10px 0 5px;
}
form#form_style dl dd{
	width : auto;
	float : none;
	border-top : none;
	padding : 0px 0 13px 0px;
}
form#form_style dl dt span{
	font-weight : normal;
}




form#form_style input{
	height : 25px;
}
form#form_style input#name,
form#form_style input#read_1,
form#form_style input#read_2,
form#form_style input#mail,
form#form_style input#address,
form#form_style input#phone,
form#form_style textarea{
	max-width : 98%;
	-webkit-appearance : none;
}

form#form_style input#mail_submit_button{
	width : auto;
	height : auto;
	vertical-align : middle;
	border-radius : 3px;
	font-family : inherit;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	background-color: #3d89b7;
	border: 0px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin:0 4px 10px 4px;
}

}

