@import url("global.css");

.bg{
	background:url(../inquiry/img/bg.jpg) no-repeat left top;
	margin-bottom:30px;
	padding:0 20px 13px 20px;
}
.bn_qa a{
	width:680px;
	height:60px;
	background:url(../inquiry/img/bn_qa.png) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	display:block;
}
.bn_qa a:hover{
	background-position:right bottom;
}
/* ------------------------------
 form
------------------------------ */

table.inputform {
	width: 100%;
	margin: 0 0 10px 0;
}
table.inputform th {
	text-align: left;
	padding: 16px 16px 16px 12px;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: middle;
}
table.inputform td {
	padding: 16px 0;
}
table.inputform th,
table.inputform td {
	border-bottom: #CCCCCC 1px dotted;
}
table.inputform input,
table.inputform textarea {
	border: 1px solid #CCC;
	padding: 4px;
	vertical-align: middle;
}
table.inputform input[type=radio] {
	vertical-align: middle;
}
select {
	border: 1px solid #CCC;
	padding: 1px;
	vertical-align: middle;
}
table.inputform #postcode,
table.inputform #address1 {
	margin-bottom: 4px;
}
table.inputform input.noborder {
	border: none;
}
table.inputform ul li {
	padding-right: 10px;
	float: left;
	height: 36px;
}
.notes {
	clear: both;
	padding: 8px 0px 0px 0px;
	color: #666;
	font-size: 11px;
}
#ex_text {
	color: #666;
	padding-top: 6px;
	font-size: 90%;
}
#ex_text span {
	color: #C00;
	font-size: 120%;
}
.mark {
	color: #C00;
	padding: 0px 6px;
}
.mfp_err {
	clear: both;
}
#mfp_buttons {
	margin-bottom: 20px;
}
.attention {
	font-size: 14px;
	text-align: center;
}
