@charset "utf-8";

#contents {
	background: none;
}

table.querytable {
	width: 750px;
	font-size: 117%;
	margin-bottom: 15px;
}
table.querytable th,
table.querytable td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 12px 0 12px 20px;
}
table.querytable th {
	width: 180px;
	background: #efefef;
	border-right: none;
}
table.querytable th span {
	padding-right: 35px;
	background: url(/assets/front/ico-required.gif) no-repeat right center;
}
table.chn_table table.querytable th span {
	padding-right: 35px;
	background: url(/assets/front/ico-required_chn.gif) no-repeat right center;
}
table.en_table table.querytable th span {
	padding-right: 35px;
	background: url(/assets/front/ico-required_en.gif) no-repeat right center;
}
table.querytable td {
	border-left: none;
}
table.querytable td span {
	margin-right: 22px;
}
table.querytable td input[type="text"] {
	width: 410px;
	height: 20px;
	line-height: 20px;
	outline: none;
	border: 1px solid #CCCCCC;
}
table.querytable td input[type="text"].input_wid {
	width: 165px;
	height: 20px;
	line-height: 20px;
}
table.querytable td select {
	width: 410px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #CCCCCC;
}
table.querytable td input[type="radio"] {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
table.querytable td textarea {
	width: 508px;
	height: 215px;
	outline: none;
	border: 1px solid #CCCCCC;
}
table.wrap_table #inquiry_agree {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.submit {
	text-align: center;
	margin-top: 25px;
}
.submit button {
	width: 180px;
	height: 50px;
	margin: 0 5px;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
	background: url(/assets/front/contactus/bg-submit.gif) no-repeat;

dl.check {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

.rc-anchor-logo-portrait {
    margin: 4px 0 0 26px !important;
}