@charset "shift_jis";

#inquiry table {
	text-align:left;
	margin:0 auto;
	width:560px;
	border-top:1px solid #C1BDBA;
	margin-bottom: 20px;
}

#inquiry th,
#inquiry td {
	border-right:1px solid #C1BDBA;
	border-bottom:1px solid #C1BDBA;
	border-left:1px solid #C1BDBA;
	padding:5px 10px;
	color:#333333;
}

*html #inquiry th {
	font-size:80%;
}

#inquiry th {
	background-color:#F9F6F5;
	text-align:left;
}


#inquiry input,
#inquiry textarea {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

#inquiry .border-none {
	border:none;
}

#inquiry .btn-inquiry {
	background:url(../inquiry/images/btn_image.jpg) no-repeat center center;
	border:none;
	width:90px;
	height:25px;
	color:#06AEFF;
	cursor:pointer;
	margin:0 5px;
}

#inquiry .inquiry-thanx,
#inquiry .inquiry-preview,
#inquiry .inquiry-error {
	text-align:center;
	margin:30px auto 50px auto;
	width:560px;
}

