@charset "utf-8";

#headbg:after{
	background:url(../img/register/headbg.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
.bg{
	position:relative;
	}
.bg:before{
	content:"";
	display:block;
	width:200%;
	height:100%;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:-10px;
	margin-left:-500px;
	z-index:1;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	}
.index1{
	max-width:860px;
	margin:0px auto 0 auto;
	padding:55px 40px 90px 40px;
	position:relative;
	z-index:2;
	}
.index1 h1{
	font-size:25px;
	color:#896761;
	font-weight:500;
	letter-spacing:0.05em;
	}
.index1 h1 span{
	display:block;
	font-size:14px;
	color:#896761;
	font-weight:700;
	margin-bottom:5px;
	font-family:"Lato", sans-serif;
	}
.index1 h2{
	clear:both;
	font-size:17px;
	color:#896761;
	font-weight:600;
	letter-spacing:0.05em;
	position:relative;
	padding:60px 0 20px 60px;
	line-height:1.5;
	}
.index1 h2:nth-of-type(2){
	padding:46px 0 10px 60px;
	}
.index1 h2 span{
	display:block;
	width:50px;
	height:50px;
	border:1px solid #896761;
	font-size:17px;
	color:#896761;
	font-family:"Lato", sans-serif;
	font-weight:700;
	text-align:center;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	position:absolute;
	left:0;
	top:48px;
	padding-top:11px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
.index1 p:nth-of-type(1){
	float:left;
	margin-right:20px;
	}
.index1 ul{
	overflow:hidden;
	zoom:1;
	float:left;
	margin-top:15px;
	}
.index1 ul li{
	float:left;
	font-size:13px;
	font-weight:500;
	}
.index1 ul li:nth-of-type(1){
	background-color:#F4F4F4;
	height:47px;
	padding:8px 18px 5px 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
.index1 ul li:nth-of-type(1) strong{
	font-size:25px;
	font-family:"Lato", sans-serif;
	font-weight:700;
	letter-spacing:0.05em;
	display:inline-block;
	vertical-align:-4px;
	margin-left:8px;
	}
.index1 ul li:nth-of-type(2) a{
	background-color:#896761;
	height:47px;
	padding:17px 15px 5px 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	display:block;
	color:#FFF;
	cursor:pointer;
	}
.index1 ul li:nth-of-type(2) a img{
	width:14px;
	height:auto;
	display:inline-block;
	margin-left:8px;
	vertical-align:-4px;
	}
.index1 ul li:nth-of-type(2) a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.index1 h3{
	text-align:center;
	padding-top:60px;
	}
.index1 h3 a{
	display:block;
	background-color:#F2AA47;
	font-size:17px;
	font-weight:600;
	color:#FFF;
	padding:15px 30px 14px 30px;
	max-width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	width:360px;
	margin:0 auto;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	}
.index1 h3 a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
@media screen and (max-width:700px){
.bg:before{
	width:90%;
	left:5%;
	margin-left:0px;
	}
.index1{
	padding:20px 10% 50px 10%;
	}
.index1 h1{
	font-size:20px;
	}
.index1 h1 span{
	font-size:12px;
	}
.index1 h2{
	font-size:16px;
	padding:50px 0 20px 50px;
	}
.index1 h2:nth-of-type(2){
	padding:46px 0 10px 50px;
	}
.index1 h2:nth-of-type(2) br{
	display:none;
	}
.index1 h2 span{
	width:40px;
	height:40px;
	font-size:15px;
	top:42px;
	padding-top:8px;
	}
.index1 p:nth-of-type(1){
	float:none;
	margin-right:0;
	}
.index1 ul{
	float:none;
	max-width:400px;
	}
.index1 ul li{
	text-align:center;
	float:none;
	}
.index1 ul li:nth-of-type(1){
	padding:11px 15px 5px 15px;
	height:45px;
	}
.index1 ul li:nth-of-type(1) strong{
	font-size:20px;
	}
.index1 ul li:nth-of-type(2) a{
	height:45px;
	padding:15px 12px 5px 12px;
	}
.index1 h3{
	padding-top:50px;
	}
.index1 h3 a{
	font-size:16px;
	padding:15px 10px 14px 10px;
	}
}