@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : inquiry.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import "../assets/styles/reset.css";
@import "../assets/styles/base.css";
@import "../assets/styles/class.css";

	
/* ********************************************************************************
 * ■お問い合わせ
 * file path : /inquiry/index.html
 *  id name : #inquiry
 * ******************************************************************************** */

/* span.must */
#inquiry span.must {
	font-weight: normal;
	color: #ca0505;
}

/* table.register
------------------------------------------------------------*/
#inquiry table.register {

}
#inquiry table.register th,
#inquiry table.register td {
	padding: 9px 0 9px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.6;
}
#inquiry table.register th {
	font-weight: bold;
	text-indent: 10px;
	text-align: left;
	vertical-align: top;
}
#inquiry table.register td {
	text-align: left;
	vertical-align: top;
}
/* p.error */
#inquiry table.register td p.error {
	margin-top: 5px;
	line-height: 1.1;
	color: #ca0505;
}
/* dl.privacy */
#inquiry dl.privacy {
	margin-top: 5px;
	padding: 15px;
	border: 1px solid #838383;
	line-height: 1.6;
}

/* フォーム
------------------------------------------------------------*/
input.name,
input.corporateName,
input.divisionName,
input.mail,
input.tel,
input.modelName {
	width: 260px;
}
input.address {
	width: 380px;
}
input.postCode1 {
	width: 40px;
}
input.postCode2 {
	width: 50px;
}
textarea.inquiry {
	width: 380px;
	height: 180px;
}


/* ********************************************************************************
 * ■お問い合わせ：お問い合わせ内容確認
 * file path : /inquiry/confirm.html
 *  id name : #inquiry
 * ******************************************************************************** */

/* ul.btns
------------------------------------------------------------*/
#inquiry ul.btns {
	width: 415px;
	margin: 20px auto 0;
}


/* ********************************************************************************
 * ■お問い合わせ：送信完了
 * file path : /inquiry/finish.html
 *  id name : #inquiry
 * ******************************************************************************** */

/* dl.finish */
#inquiry dl.finish {
	width: 560px;
	margin: 40px auto 50px;
	padding: 40px 0;
	border: 1px solid #838383;
	line-height: 1.6;
	text-align: center;
}
#inquiry dl.finish dt {
	margin-bottom: 10px;
}


