@charset "UTF-8";
/* CSS Document */

/* ===================================================================
   CSS information
   file name  :  style.css
   style info :  inquiry_css
=================================================================== */
.title{
	margin-bottom:35px;
	}

/*-- index
------------------------------------------------------*/

.column_box .btnIndex {
	margin:15px 0 60px;
}

.column_box h4{
	clear:both;
	font-weight:bold;
	background:#eeeeee;
	margin:20px 0 0;
	padding:5px 0 5px 10px;
}

.column_box dl{
	clear:both;
}

.column_box dl dt{
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	padding:15px 0 5px 5px;
	margin-bottom:5px;
}

.column_box dl dd{
	width:350px;
	float:left;
	padding-left:10px;
}

.column_box dl dd > p{
	font-weight:bold;
}

.column_box dl dd div.inquiry_box p.inquiry_area{
	float:left;
	width:60px;
}


/*-- form
------------------------------------------------------*/

p.formComment{
	margin:0 0 30px;
}

table.formTable {
	border: #eaeaea 1px solid;
	width: 100%;
	cellpadding: 0;
	cellspacing: 0;
}

table.formTable th{
	text-align:left;
	padding:14px;
	background:#f7f7f7;
	border:1px solid #FFF;
}

table.formTable th span.indispensable{
	font-size:80%;
	color:#f52313;
}

table.formTable td{
	width:650px;
	padding:14px;
	border-bottom:1px dotted #d9d9d9;
}

table.formTable td.bottom{
	border-bottom:none;
}

table.formTable td input{
	margin-right:10px;
}

table.formTable td input.text1{
	width:100px;
}

table.formTable td input.text2{
	width:90%;
}

table.formTable td input.text3{
	width:250px;
}

table.formTable td input.text4{
	width:60px;
}

table.formTable td textarea.textarea1{
	width:90%;
	height:80px;
}

div.btnForm{
	text-align:center;
	margin:20px auto 0;
}


