@charset "utf-8";

/* 
------------------------------------------------------------
お問い合わせ・資料請求
------------------------------------------------------------ */

h2 {
    padding-bottom: 5px;
	margin-bottom: 15px;
    background: url(../img/line_dotted.gif) repeat-x left bottom;
}
.inner {
    width: 465px;
	margin-left: 15px;
}
form div {
    margin: 15px 0;
}
.question {
    display: block;
    width: 40%;
	float: left;
}
#c_name ,
#c_name2 ,
#name ,
#name2 ,
#zipcode ,
#address ,
#tel ,
#e-mail ,
#e-mail2 ,
#material {
    width: 55%;
}
#inquiry {
    width: 55%;
	height: 100px;
}
.red {
    color: #FF6600;
}


