/* =CONTACT お問い合わせ
-----------------------------------------------------------------------------*/

.contact_form_wrapper{
	width:800px;
	margin:40px auto;
}

div.contact_row{
	padding-bottom:20px;
}
div.contact_label{
	width:35%;
	float:left;
	text-align:right;
	font-size:16px;
	line-height:30px;
	display:table-cell;
	vertical-align:middle;
}

div.contact_form{
	width:60%;
	float:right;
}
div.contact_form span{
	width:100%;
	/*display:block*/
}

div.contact_submit{
	text-align:center;
	margin-top:20px;
}

.form_red{
	color:red;
}

input[type="text"],
input[type="email"],
input[type="tel"], textarea{
vertical-align:middle;
width:100%;
height:50px;
padding:5px 10px;
border:1px solid #E6E6E6;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
font-size:90%;
color:#000000;
background:#FFFFFF;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
width: 250px;
padding:10px;
background:#369CD0;
line-height:1.5;
font-size:24px;
color:#FFFFFF;
display: block;
margin:20px auto 0;
border-radius: 50px;
border: none;
}


input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	opacity:0.8;
}

input.item_cnt{
	width:30%;
}

::-webkit-input-placeholder {
    color:    #AAAAAA;
}
:-moz-placeholder {
    color:    #AAAAAA;
}

*:first-child+html input[type="submit"]{padding:3px;}
