@charset "utf-8";



/*--------------------------------*/


   /*inquiry_style*/


/*--------------------------------*/	

/*================================*/
/*  inquiry  */
/*================================*/

#inquiry {
	width: 505px;
	background-color: #ffffff;
}


#inquiry h5 {
	padding-bottom: 15px;
}



#inquiry h4 {
	padding-bottom: 15px;
}


#inquiry h6 {
	padding: 0 55px 20px 40px;
	background: url(../img/icon01.gif) no-repeat 20px 6px;
}


#inquiry h3 {
	padding: 0 20px 20px 20px;
	font-weight: bold;	
}

#inquiry table {
	margin: 15px 0 50px 20px;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}


#inquiry table td {
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}


#inquiry table td span {
	font-size: 10px;
	float: left;
}


#inquiry table th {
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	background: #e8e8e8;
}


#inquiry table li {
	float: left;
	width: auto;
	padding-right: 20px;
}

#inquiry table input {
	margin-right: 5px;
}


#inquiry table input.check {
	float: left;
}




/*================================*/
/*  inquiry_attention  */
/*================================*/

#inquiry_attention {
	padding: 0 30px 15px 48px;
}


#inquiry_attention ul li {
	list-style: disc inside;
	color: #ff0000;
	padding-bottom: 5px;
	text-indent: -15px;
}


/*================================*/
/*  inquiry_check  */
/*================================*/


#inquiry_check ul li {
	clear: both;
}


/*================================*/
/*  inquiry_submit  */
/*================================*/


#inquiry_submit {
	text-align: center;
}


/*  class  */
/*================================*/
#inquiry span.required {
	color: #ff0000;
}
