@charset "utf-8";

#contents {
	background: none;
}
.article .registration_title {
	font-size: 20px;
	margin-bottom: 20px;
}
table.wrap_table {
	width: 100%;
}
table.querytable {
	width: 100%;
	font-size: 117%;
	margin-bottom: 15px;
}
table.querytable th,
table.querytable td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 10px 0 10px 2%;
}
table.querytable th {
	width: 33%;
	background: #efefef;
	border-right: none;
}
table.querytable td {
	width: 65%;
}
table.querytable th span {
	padding-right: 30px;
	background: url(/assets/front/ico-required.gif) no-repeat right center;
}
table.chn_table table.querytable th span {
	padding-right: 30px;
	background: url(/assets/front/ico-required_chn.gif) no-repeat right center;
}
table.en_table table.querytable th span {
	padding-right: 30px;
	background: url(/assets/front/ico-required_en.gif) no-repeat right center;
}
table.querytable td {
	border-left: none;
}
table.querytable td span {
	margin-right: 5px;
}
table.querytable td input[type="text"] {
	width: 96%;
	height: 20px;
	line-height: 20px;
	outline: none;
	border: 1px solid #CCCCCC;
}
table.querytable td input[type="text"].input_wid {
	width: 32%;
	height: 20px;
	line-height: 20px;
}
table.querytable td select {
	width: 96%;
	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: 96%;
	height: 100px;
	outline: none;
	border: 1px solid #CCCCCC;
}
table.wrap_table #inquiry_agree {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.submit {
	text-align: center;
	margin-top: 20px;
}
.submit button {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	margin: 0 5px;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 117%;
	/background: #3399ff;
}
dl.check {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.rc-anchor-logo-portrait {
    margin: 4px 0 0 26px !important;
}
.article .checknum img {
	width: auto !important;
}
.article .checknum a img {
	width: 30px !important;
}
.article .check_title {
	font-size:12px;
}
.full {
	font-size: 25px;
}
.registration {
	margin-bottom: 20px;
}
dl.terms {
    font-size: 12px;
    margin-top: 30px;
}
#header_sp > ul > li:nth-child(2) {
	display: none;
}
#header_sp > ul > li:nth-child(3),
#header_sp > ul > li:last-child {
	float: right;
}