@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
#main h2 {
	margin-bottom:10px;
	color: #000;
	font-size: 26px;
	font-weight: normal;
}
#main h3 {
	margin-bottom:20px;
	color: #494949;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 3px solid #DEE0EC;
}
#main h3 span {
	padding: 0 7px 10px;
	display: inline-block;
	position: relative;
}
#main h3 span:before {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -3px;
	background: #575FA3;
	content: "";
}
#main form {
	margin: 0 auto 39px;
	width: 774px;
}
#main form dl {
	margin-bottom: 30px;
}
#main form dt {
	margin-right: 21px;
	width: 80px;
	float: left;
	color: #010101;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}
#main form dt span {
	color: #ff0000;
}
#main form dd {
	padding-bottom:20px;
	width: 590px;
	position: relative;
	float: left;
}
#main form dd:last-child {
	padding-bottom: 0;
}
#main form dd input {
	padding: 0 13px;
	width: 100%;
	height: 40px;
	position: relative;
	/* z-index: 10000; */
	color: #010101;
	font-size: 14px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	background: #fff;
	border-radius: 5px;
}
#main form dd > a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
#main form dd .addressBox {
	padding: 10px 14px 15px 15px;
	width: 409px;
	height: 226px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 10001;
	display: none;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
}
#main form dd .addressBox .ttl {
	margin-bottom: 10px;
	color: #bcbcbc;
	font-size: 14px;
}
#main form dd .addressBox .topBox {
	background: #EDEEF4;
	color: #242424;
	font-size: 14px;
	line-height: 44px;
}
#main form dd .addressBox .topBox p {
	padding: 0 18px;
	float: left;
	position: relative;
	cursor: pointer;
}
#main form dd .addressBox .topBox ul {
	float: left;
}
#main form dd .addressBox .topBox li {
	padding: 0 30px;
	float: left;
	position: relative;
	cursor: pointer;
	background: url(../img/icon.png) no-repeat right 15px center;
}
#main form dd .addressBox .topBox .titleSel:before {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #373C63;
	content: "";
}
.show-panel {
	display: none;
}
.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
}
#main form dd .addressBox .btmBox .hotBox li {
	margin: 36px 22px 0 22px;
	float: left;
	color: #252525;
	font-size: 16px;
	cursor: pointer;
}
#main form dd .addressBox .btmBox .addr-wrap {
	overflow-y: auto;
	height: 130px;
}
#main form dd .addressBox .btmBox .addr-wrap li {
	width: 70px;
	margin: 8px 5px 0 10px;
	float: left;
	cursor: pointer;
}
#main form dd .dateBox {
	padding: 18px 0 18px 18px;
	width: 333px;
	height: 218px;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 10001;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
}
#main form dd .dateBox .dateUl01,
#main form dd .dateBox .dateUl02 {
	margin-right: -6px;
}
#main form dd .dateBox .dateUl01 li {
	margin-right: 24px;
	width: 82px;
	float: left;
}
#main form dd .dateBox .dateUl01 li a {
	padding: 5px;
	height: 75px;
	display: block;
	color: #373c63;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #373C63;
	box-sizing: border-box;
}
#main form dd .dateBox .dateUl01 li a .txt {
	margin-bottom: 5px;
	display: block;
	font-size: 24px;
}
#main form dd .dateBox .dateUl01 li.on a {
	color: #fff;
	border-color: #F7B400;
	background: #F7B400;
}
#main form dd .dateBox .dateUl02 li {
	margin: 14px 24px 0 0;
	width: 82px;
	float: left;
}
#main form dd .dateBox .dateUl02 li a {
	height: 40px;
	display: block;
	color: #373c63;
	font-size: 12px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #373C63;
	box-sizing: border-box;
}
#main form dd .dateBox .dateUl02 li.on a {
	color: #fff;
	border-color: #F7B400;
	background: #F7B400;
}
#main form dd .dateBox .dateUl02 li.disable a {
	cursor: default;
	color: #e2e2e2;
	border-color: #D2D2D2;
}

#main form dd input::-webkit-input-placeholder{color:#bcbcbc;}
#main form dd input::-moz-placeholder{color:#bcbcbc;opacity:1;}
#main form dd input:-moz-placeholder{color:#bcbcbc;opacity:1;}
#main form .btn {
	margin: 0 0 0 16px;
	
	width: 400px;
	border-radius:5px;
	margin: 0 auto;
}
#main form .btn a {
	margin: 0 auto 0;
	width: 230px;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background:#F7B400;
	/* background: url(../img/bg.png) no-repeat center top; */
	/* background:url(about:blank); */
	cursor:pointer;
}
#main .title {
	margin-bottom: 7px;
	color: #575fa3;
	font-size: 24px;
	text-align: center;
}
#main .text {
	margin-bottom: 25px;
	color: #3f457e;
	font-size: 14px;
	text-align: center;
}
#main table {
	margin-bottom: 11px;
	width: 100%;
	border-collapse: collapse;
}
#main th {
	color: #444a7c;
	font-size: 18px;
	font-weight: normal;
	line-height: 52px;
	text-align: center;
	vertical-align: middle;
	background: #F4F4F4;
}
#main td {
	padding: 28px 10px 27px;
	color: #535353;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}
#main td a {
	margin-left: 43px;
	width: 117px;
	height: 30px;
	display: inline-block;
	color: #77bb53;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #77BB53;
	border-radius: 16px;
}
#main td span {
	color: #535353;
	font-size: 22px;
}
#main td p {
	display: inline-block;
	position: relative;
}
#main td p .txt {
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 28px;
	color: #cbcbcb;
	font-size: 12px;
	text-align: center;
}
#main .note {
	margin-left: 5px;
	line-height: 2.15;
}
#main .note span {
	display: block;
	color: #fe0000;
	font-weight: bold;
}