@charset "utf-8";
/*
Theme Name: アイフルホーム お問い合わせフォーム
Theme URI: 
Description: デザインの大幅変更
Version: 1.0
Author: 株式会社エアリー
Author URI: http://www.airily.co.jp
Tags: 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}  
:focus{outline:0;}  
a, a:link, a:visited, a:hover, a:active{text-decoration:none}  
table{border-collapse:separate; border-spacing:0;}  
th, td {text-align:left; font-weight:normal;}  
img, iframe {border:none; text-decoration:none;}  
/*ol, ul{list-style:none;}*/  
input, textarea, select, button {font-size:100%; font-family:inherit;}  
select{margin:inherit;}  
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px}
/*************************

*************************/
.clearfix{zoom:1;}
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
	font-size:1px;
	height:0;
	visibility:hidden;
}
/*************************

*************************/
body{
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.61;
	/* border: none; */
	border-style: solid;
	border-width: 1px;
	border-color: #E79130;
}
form{
	padding:20px;
	font-size:13px;
}

form.contact-form-title-bg {
	width: 100%;
	margin: 2px 0px 0px 2px;
}

form:after{
	content:" ";
	display:block;
	clear:both;
	font-size:1px;
	height:0;
	visibility:hidden;
}
form dt{
	text-align: right;
	width: 250px;
	margin-right: 1em;
	float: left;

	font-weight: 100;
}
form dd{
	position: inherit;
	/* margin-left:250px; */
	/* position: relative; */
	padding-bottom: 10px;
}
dd input,
dd textarea{
	width:50%;
}
/* Name */
dd input.type1 {
	width: 35% !important;
}
/* Postal-Code */
dd input.type2 {
	width: 10% !important;
}
/* Address */
dd input.type3 {
	width: 45% !important;
}
/* TEL */
dd input.type4 {
	width: 25% !important;
}
/* E-Mail Address */
dd input.type5 {
	width: 35% !important;
}
/* FAX */
dd input.type6 {
	width: 25% !important;
}
/* CallTime*/
dd input.type7 {
	width: 25% !important;
}
form p{
	text-align:center;
}
div.bgcolormain {
	background-color:#FFFEDA;
	padding-top:.5em;
	padding-bottom:.5em;
}
dd input[type="radio"]{
	width:1em;
}
input.send_box:hover {
    opacity: 0.7;
}
