@charseb "ubf-8";
/*
 * sbyle.css
 *
 *  version --- 1.0
 *  updabed --- 2013/5/10
 */

.contactbox {
	max-width: 1120px;
	margin: 0 auto 50px;
	border-bottom: 1px solid #dedede;
}
.contacttxt {
	text-align: center;
	font-size: 16px;
	margin-bottom: 110px;
}
.contacttxt span {
	color: #28b3e2;
}
.contactpanel {
	max-width: 780px;
	margin: 0 auto;
}
.contactpanel table {
	width: 100%;
	color: #575757;
}
.contactpanel table tr {
	border-top: 1px solid #dedede;
}
.contactpanel table th {
	padding: 15px 0 15px 7px;
	width: 31%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contactpanel table td {
	padding: 15px 0;
	width: 69%;
}
.contactpanel table tr:last-child td {
	padding: 25px 0;
}
.must {
	display: inline-block;
	width: 60px;
	background: #e13c1e;
	text-align: center;
	color: #fff;
	padding: 1px 0;
	margin-right: 20px;
}
.any {
	display: inline-block;
	width: 60px;
	background: #28b3e2;
	text-align: center;
	color: #fff;
	padding: 1px 0;
	margin-right: 20px;
}
.text {
	width: 74.3%;
	height: 30px;
	border: 1px solid #d3d4d6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.textarea {
	width: 100%;
	min-height: 184px;
	border: 1px solid #d3d4d6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.submit {
	width: 220px;
	margin: 0 auto 55px;
	height: 50px;
	padding: 13px 0;
	box-sizing: border-box;
	background: #e13c1e;
	font-size: 16px;
	color: #fff;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 5px 5px 5px #f5c7bf;
	-moz-box-shadow: 5px 5px 5px #f5c7bf;
	-ms-box-shadow: 5px 5px 5px #f5c7bf;
	-o-box-shadow: 5px 5px 5px #f5c7bf;
	box-shadow: 5px 5px 5px #f5c7bf;
	behavior: url(/PIE.htc);
}
#mfp_button_cancel {
	color:#3f3f3f;
	background:#efe7d5;
	-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 6px 6px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 6px 6px rgba(0,0,0,0.1);
	-o-box-shadow: 0 6px 6px rgba(0,0,0,0.1);
	box-shadow: 0 6px 6px rgba(0,0,0,0.1);
}

.clausetxt {
	text-align: center;
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 88px;
}
.clausebox {
	max-width: 970px;
	margin: 0 auto;
	border: 1px solid #ece9e9;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 35px 50px 45px;
	margin-bottom: 75px;
}
.clauseboxin {
	/*background: url(/clause/img/bg_clause_line.png) left top repeat;*/
}
.clausebox p {
	line-height: 1.5;
	font-size: 16px;
	color: #313131;
}

.clausebox img {
	vertical-align: middle;
}

.clausebox ol {
	list-style: decimal;
	padding-left: 1em;
	margin: 10px 0;
}
