@charset "utf-8";
/*
	Copyright (c) LAPNET All Rights Reserved.

		Style List
		1. Contents Style
		?. Print Style
*/

/* =2. Contents Style */
/* ---------------------------------------------------------------- */
h2 {
 margin:0 0 20px;
}

.inquiryArea {

}
.inquiryArea .headT {
 font-size:116%;
 margin:0 0 20px;
}

.inquiryArea .inquiryBox {
 position:relative;
 border-bottom:1px solid #ddd;
 margin:0 0 20px;
 padding:0 0 30px;
}
.inquiryArea .inquiryBox p.head {
 border-left:4px solid #ff3e00;
 padding:0 0 0 8px;
 font-size:113%;
 font-weight:bold;
}
.inquiryArea .inquiryBox p.txt {
 margin:0;
}
.inquiryArea .inquiryBox p.btn {
 position:absolute;
 left:475px; top:11px;
}

/* =?. Print Style */
/* ---------------------------------------------------------------- */
@media print {}


