@charset "utf-8";

#contents {
	background: none;
}
#contents .article {
	width: 960px;
	float: none;
}
.article .registration_title {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 50px;
}
.article .table_title {
	color: #b42a83;
	font-size: 159%;
	font-weight: bold;
	padding-bottom: 10px;
}
.article .table_note {
	font-size: 125%;
	padding-bottom: 10px;
}
table.wrap_table {
	width: 100%;
	margin: 0 auto;
}
table.querytable {
	width: 100%;
	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 div {
	color: #ff0000;
}
table.querytable td .name {
	margin-top: 10px;
	margin-bottom: 10px;
}
table td div.error {
	color: #ff0000;
}
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: 716px;
	height: 215px;
	outline: none;
	border: 1px solid #CCCCCC;
}
table.wrap_table #inquiry_agree {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
table.wrap_table a,
table.wrap_table a:visited {
	text-decoration: underline;
	color: #333333;
}
table.wrap_table a:hover {
	text-decoration: none;
}
table.wrap_table .agree_link {
	font-size: 117%;
}
table.wrap_table .agree_tips {
	color: #ff0000;
	font-size: 117%;
}
.success_tips {
	color: #ff0000;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5px;
}
.submit {
	margin-top: 20px;
  text-align: center;
}
.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;
}
.article .check_title {
	font-size: 117%;
}
.article .checknum input {
    width: 138px;
}
.registration {
	margin-bottom: 50px;
}
.registration img {
	width: 100%;
}
.full {
	font-size: 40px;
	color: #FF0000;
	text-align: center;
	margin: 0 0 20px 0;
	font-weight: bold;
}
dl.terms {
    font-size: 125%;
    line-height: 1.7;
    margin-top: 50px;
}
dl.terms dt {
	font-weight: bold;
}
dl.terms dd {
	text-indent: -0.4em;
    padding-left: 0.4em;
}
#header .top_menu .menu_inner > ul > li.language {
	display: none;
}
#header .top_menu .menu_inner > ul {
	width: 444px;
}