@charset "utf-8";
/* CSS Document */


.form-style input[type="text"], .form-style select, .form-style textarea{
	width: 100%;
	color:#777777;
	line-height: 1;
	background:#FFFFFF;
	padding: 5px 8px 5px 8px;
	font-size: 13px;
	border: #CCCCCC 1px solid;
	resize:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.form-style select{
	padding: 3px 8px 7px 8px;
}
.form-style input:hover, .form-style select:hover {
}
.form-style{
	width:50%;
	position: relative;
	float:left;
	padding-right:10px;
}
.form-style li {
	list-style: none;
	clear: both;
	margin-bottom: 15px;
	vertical-align: middle;
}
.form-style li:after {
	display:block;
	content:'';
	clear:both;
}
.form-style li .inbox {
	padding:5px 5px;
	vertical-align:top;
}
.form-style li div {
	float:left;
}
.form-style li div input{
	vertical-align:middle;
	margin:0 !important;
}
.form-style li:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.form-style li .title {
	width: 100%;
	font-size: 14px;
	min-height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #7F7F7F;
	padding: 0px 0px 0px 5px;
	position: relative;
	vertical-align: top;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.form-style li .rbox {
	width:100%;
	color:#999999;
	font-size: 14px;
	min-height: 40px;
	line-height: 26px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.form-style li .rbox .acc {
	color: #444444;
	font-weight: bold;
	font-size: 14px;
}
.form-style li .rbox .inf {
	line-height: 1.6;
	color: #999999;
	font-size: 14px;
}
.register {
	position: relative;
}
.register:after {
	content: '◥';
	color:#E12F49;
	margin:0 5px;
	display: inline-block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 630px) {
}
@media (max-width: 560px) {
.form-style{
	width: 100%;
	padding:0 !important;
}
}
/************************************************************/
.fin_text {
	max-width:525px;
	font-size: 14px;
	text-align: center;
	color: #4B4B4B;
	line-height: 2;
	margin:0 auto;
	margin-bottom: 30px;
}
.fin_text span.title {
	max-width:410px;
	width:100%;
	display:inline-block;
	color:#444444;
	font-size: 20px;
	font-weight: bold;
	line-height:1.6;
	padding:10px 20px;
	margin-bottom:15px;
}
.fin_text span{
	color:#E52A19;
}
.fin_text span span{
	width:auto;
	color:#1993B8;
	display:inline-block;
	padding:0;
	margin:0;
}
.fin_text .name{
	width:100%;
	color:#A43339;
	font-size: 15px;
	font-weight: bold;
	display:inline-block;
	max-width:400px;
	margin-bottom:15px;
	background:#EEEEEE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.fin_text .no {
	max-width:400px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
	color:#525252;
	padding: 5px;
	background:#EFEFEF;
	border:#BBBBBB 1px solid;
}
.fin_text a, .text a:visited {
	color: #FF2626;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.fin_text a:hover {
	color: #B20006;
}
/**************************************************************/
/**************************************************************/
.form_use {
	color:#777777;
	background: #FFF;
	border: #CCCCCC 1px solid;
	line-height: 1.6;
	padding: 2px 8px 2px 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.form_use:hover, .form_use:focus {
}
.form_use2 {
	color:#777777;
	border: none;
	line-height: 1.6;
	padding: 2px 8px 2px 8px;
	font-size: 13px;
	background:#FFF;
	border: #E7E7E7 1px solid;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.form_use2:hover, .form_use2:focus {
	color: #7F7F7F;
	border: none;
	background-color: transparent !important;
}
.form_use3 {
	color:#777777;
	line-height: 1.4;
	background:#FFF;
	padding: 5px 8px 5px 8px;
	font-size: 13px;
	border: #E7E7E7 1px solid;
}
.form_use4 {
	color:#7F7F7F;
	background-color: transparent;
	border: none;
	line-height: 1.6;
	font-size: 13px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.form_use4:hover, .form_use4:focus {
	color: #BBBBBB;
}
input[placeholder] {
	color: #BABABA;
}
select {
	height: 27px;
	padding: 1px 5px;
}
textarea{
	resize:none;
}
/*
select {
	width: 280px;
	background: #FFF url(../images/products/btn_bg.jpg) right center no-repeat;
	-webkit-border-radius: 13px 13px 13px 13px;
	border-radius: 13px 13px 13px 13px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
 display: none;
}*/
/**************************************************************/
/**************************************************************/
.input_100 {
	width: 100%;
}
.input_95 {
	width: 95%;
}
.input_90 {
	width: 90%;
}
.input_85 {
	width: 85%;
}
.input_80 {
	width: 80%;
}
.input_75 {
	width: 75%;
}
.input_70 {
	width: 70%;
}
.input_60 {
	width: 60%;
}
.input_55 {
	width: 55%;
}
.input_50 {
	width: 50%;
}
.input_45 {
	width: 45%;
}
.input_40 {
	width: 40%;
}
.input_25 {
	width: 25%;
}
.input_24 {
	width: 24%;
}
.input_23 {
	width: 23%;
}
.input_20 {
	width: 20%;
}
input, select {
	vertical-align: middle;
}
@media (max-width: 865px) {
}
