@charset "utf-8";

.form_p{
	width:90%;
	margin:30px auto 0 auto;
	line-height:150%;
}
.form_p_cen{
	width:90%;
	margin:30px auto 0 auto;
	line-height:150%;
	text-align:center;
}
.form_p span{
	font-weight:bold;
}
.form_p span.red{
	color:#e74a46;
	font-size:152%;
	line-height:150%;
}
.form_p2{
	width:90%;
	margin:10px auto;
	line-height:150%;
}
.form_ul{
	width:90%;
	margin:10px auto;
}
.form_ul li{
	margin:0 0 0 20px;
}
.form_tbl{
	width:90%;
	margin:30px auto;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-collapse: separate;
	border-spacing: 0;
}

.form_tbl th{
	background:#F5F5F5;
	padding:20px;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	width:25%;
	vertical-align:middle;
	text-align:left;
	position:relative;
}
.form_tbl2 th{
	padding:20px 70px 20px 20px;
}
.form_tbl th.top{
	vertical-align:top;
	padding-top:30px;
}
.form_tbl th span{
	position:absolute;
	right:10px;
	top:50%;
	margin:-12px 0 0 0;
	height:24px;
	line-height:24px;
	background:#B70617;
	color:#FFF;
	font-size:88%;
	padding:0 10px;
}
.form_tbl td{
	padding:20px;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	vertical-align:middle;
	line-height:150%;
}

.form_tbl input[type="number"],
.form_tbl input[type="tel"],
.form_tbl input[type="email"],
.form_tbl input[type='text']{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #CCCCCC;
	width:100%;
	height:35px;
	padding:0 10px;
	font-size:14px;
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_tbl input[type="number"].zip{
	width:100px;
	margin:0 0 10px 0;
}
.form_tbl select{
	border:1px solid #CCCCCC;
	width:300px;
	height:35px;
	margin:0 0 10px 0;
	font-size:14px;
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_tbl textarea{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #CCCCCC;
	width:100%;
	height:200px;
	padding:10px;
	line-height:150%;
	font-size:15px;
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input::placeholder,
textarea::placeholder {
	color: #CCCCCC;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #CCCCCC;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #CCCCCC;
}

.form_btn_area{
	text-align:center;
	padding:30px 0;
}
.form_btn{
	width:50%;
	height:50px;
	font-size:128%;
	background:#B70617;
	font-weight:bold;
	color:#FFF;
	border:none;
	-webkit-appearance: none;
	border-radius: 0;
	transition:1.0s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin:0 0 0 20px;
}
.form_btn:hover{
	background:rgba(231,74,70,0.7);
}
.form_backbtn{
	width:18%;
	height:50px;
	font-size:128%;
	background:#FFF;
	color:#000;
	border:2px solid #000;
	-webkit-appearance: none;
	border-radius: 0;
	transition:1.0s;
	font-weight:bold;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.form_backbtn:hover{
	background:rgba(144,144,144,0.8);
}
.form_attention{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width:90%;
	margin:100px auto 50px auto;
	padding:25px;
	background:#f2f2f2;
	line-height:150%;
	font-size:92%;
}
.form_attention ul{
	margin:5px 20px;
}
.form_attention span{
	font-weight:bold;
}

.form_thanks{
	text-align:center;
	margin:50px auto;
	font-size:128%;
}
.form_thanks_p{
	text-align:center;
	line-height:180%;
}
.form_homebtn a{
	display:block;
	text-align:center;
	width:30%;
	margin:50px auto;
	height:40px;
	line-height:40px;
	background:#000;
	color:#FFF;
	border:none;
	letter-spacing:3px;
	transition:1.0s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-weight:bold;
}
.form_homebtn a:hover{
	background:rgba(231,74,70,0.7);
}
.err_msg{
	color:#e74a46;
	margin:5px 0 0 0;
}
.form_red{
	color:#e74a46;
	text-align:center;
	font-weight:bold;
	line-height:150%;
	margin:30px 0 0 0;
	font-size:116%;
}
.form_zipbtn{
	height:35px;
	margin:0 0 10px 10px;
}

@media(max-width: 768px) {
	.form_p{
		width:94%;
		margin:20px auto 0 auto;
		line-height:150%;
		font-size:92%;
	}
	.form_tbl{
		width:94%;
		margin:20px auto;
	}
	.form_tbl th,
	.form_tbl td{
		display:block;
		padding:10px 3%;
	}
	.form_tbl th{
		width:auto;
	}
	.form_tbl2 th{
		padding:10px 70px 10px 3%;
	}

	.form_btn_area{
		padding:0 0 50px 0;
	}
	.form_backbtn{
		width:18%;
		font-size:107%;
	}
	.form_btn{
		width:70%;
		font-size:107%;
		margin:0 0 0 1%;
	}
	.form_attention{
		width:94%;
		margin:30px auto;
		padding:10px;
		font-size:82%;
	}
	.form_thanks_p{
		font-size:92%;
		width:90%;
		margin:0px auto;
		text-align:left;
		line-height:180%;
	}

	.form_homebtn a{
		width:80%;
		margin:20px auto 50px auto;
	}
	.form_red{
		color:#e74a46;
		text-align:left;
		font-weight:bold;
		line-height:150%;
		margin:20px auto;
		font-size:100%;
		width:94%;
	}
	.form_tbl select{
		width:100%;
	}

}

.form_three_ul{
}
.form_three_ul li{
	width:31.3%;
	float:left;
	margin:0 1%;
	text-align:center;
}
.form_three_ul li img{
	width:100%;
	height:auto;
}
.form_attention_box{
	margin:50px auto 20px auto;
	background:#EEEEEE;
	width:90%;
	text-align:center;	
	padding:20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.form_attention_box p{
	line-height:180%;
	margin:0 0 10px 0;
}
.form_attention_box p span.under{
	text-decoration:underline;
}
.form_attention_box p span.small{
	font-size:90%;
	line-height:150%;
}
.form_attention_red{
	text-align:center;
	font-weight:bold;
	color:#e74a46;
}
.form_attention_bk{
	text-align:center;
	font-weight:bold;
	line-height:180%;
}
.repair_tbl{
}

.repair_tbl th{
	text-align:left;
	font-weight:normal;
	padding:0 20px;
	width:310px;
}
.repair_tbl td{
	text-align:right;
	padding:0 20px;
}
@media(max-width: 768px) {
	.repair_tbl{
		width:100%;
	}
	.repair_tbl tr{
		border-bottom:1px dotted #CCCCCC;
	}
	.repair_tbl th{
		width:auto;
		padding:0 10px;
	}
	.repair_tbl td{
		width:70px;
		padding:0 10px;
		vertical-align:middle;
	}
	.form_attention_bk{
		width:94%;
		margin:0px auto 20px auto;
		text-align:center;
		font-weight:bold;
		line-height:180%;
		font-size:88%;
	}
}

.form_step{
	margin:20px auto 50px auto;
	width:90%;
	border:1px solid #263e71;
	padding:30px 30px 0 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.form_step ul li{
	position:relative;
	line-height:180%;
	margin:0 0 10px 0;
	padding:0 0 30px 120px;
}
.form_step .form_step_no{
	position:absolute;
	left:0;
	top:0;
	font-weight:bold;
	background:#263e71;
	color:#FFF;
	text-align:center;
	width:100px;
}
.form_step ul li:after{
	position:absolute;
	left:30px;
	top:35px;
	display:block;
	content:"";
	width:20px;
	height:20px;
	border-top: 15px solid #CCCCCC;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.form_step ul li:last-child:after{
	display:none;
}
.form_step_p{
	font-weight:bold;
	color:#263e71;
	text-align:center;
	font-size:150%;
	margin:0 0 20px 0;
}
@media(max-width: 768px) {
	.form_step{
		margin:20px auto 20px auto;
		width:94%;
		border:1px solid #263e71;
		padding:10px 10px 0 10px;
	}
	.form_step ul li{
		font-size:92%;
		padding:0 0 30px 80px;
	}
	.form_step .form_step_no{
		width:70px;
		font-size:92%;
		font-weight:normal;
	}
	.form_step ul li:after{
		left:20px;
	}
	.form_step_p{
		font-size:118%;
		margin:10px 0;
	}
}
.form_comment{
	width:90%;
	margin:20px auto 50px auto;
}

.form_photo_box{
	float:left;
	width:46%;
	background:#FFF;
	margin:2%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding:15px;
}
@media(max-width: 768px) {
	.form_photo_box{
		float:none;
		width:100%;
		margin:10px auto;
	}
}
.form_photo_box img{
	width:24%;
	height:auto;
	float:left;
	margin:0 20px 0 0;
}
.form_photo_box h3{
	margin:0 0 10px 0;
}
.form_photo_box p{
	font-size:92%;
}
.form_syomen{
	margin:20px 0 0 0;
}
.form_syomen p{
	margin:0 0 10px 0;
}
.form_syomen img{
	width:30%;
	height:auto;
}
.underline{
	border-bottom:1px solid #000;
}
.form_title2{
	font-weight:bold;
	color:#263e71;
	font-size:128%;
	width:90%;
	margin:50px auto 0 auto;
}
.form_title1{
	background: url(../img/info/h3title_icon.jpg) no-repeat left center;
	background-size: 1.3% auto;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	font-size: 125%;
	font-weight: bold;
	color: #3c3c3c;
}
@media(max-width: 768px) {
	.form_title1{
		background-size: 20px auto;
		font-size: 108%;
	}
	.form_title2{
		width:94%;
		text-align:center;
	}
}

.three_box{
}
.three_box ul{
}
.three_box ul li{
	float:left;
	width:31.3%;
	margin:0 1%;
}
.three_box ul li img{
	width:100%;
	height:auto;
}
@media(max-width: 768px) {
	.three_box ul li{
		float:none;
		width:94%;
		margin:0 auto;
	}
}


/*-----------------------------*/

.samplecart_login_p{
	margin:20px 0 0 0;
	line-height:160%;
	color:#e74a46;
	text-align:right;
}
.samplecart_login_p a,
.samplecart_login_p span{
	font-weight:bold
}
.sample_form_p{
	margin:20px 0 0 0;
	line-height:200%;
}
.sample_form_p span.red{
	color:#e74a46;
	font-size:152%;
	line-height:150%;
	font-weight:bold;
}
@media (max-width: 768px) {
	.samplecart_login_p{
		text-align:center;
	}
	.sample_form_p{
		width:94%;
		margin:0px auto;
		font-size:92%;
	}
}

.samplecart_none{
	text-align:center;
	margin:100px 0 0 0;
	line-height:150%;
	color:#e74a46;
}
.sample_form_title{
	width:90%;
	margin:30px auto 10px auto;
	color:#000;
	border-bottom:2px solid #000;
	padding:10px 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.sample_form_tbl{
	margin:10px auto 30px auto;
}

.samplecart_tbl{
	width:90%;
	margin:30px auto 0 auto;
}
.samplecart_tbl p{
	line-height:140%;
}
.samplecart_tbl th{
	border-bottom:2px solid #000;
	color:#000;
	text-align:center;
	padding:10px 15px;
}
.samplecart_tbl td{
	border-bottom:1px solid #dedede;
	padding:15px;
    vertical-align:middle;
}
.samplecart_tbl td.samplecart_tbl_img{
	position:relative;
	overflow:hidden;
	width:120px;
}
.samplecart_tbl td.samplecart_tbl_del{
	width:50px;
}
.samplecart_img{
	position:absolute;
	top:15px;
	left:15px;
	width:120px;
}
.samplecart_img img{
	width:100%;
	height:auto;
}
.samplecart_item{
	min-height:75px;
	line-height:130%;
}

.samplecart_lastbox{
	position:relative;
	padding:50px 0 100px 0;
}
.samplecart_left{
	float:left;
}
.samplecart_right{
	float:right;
	width:350px;
}
.samplecart_backbtn{
	margin:30px 0 0 0;
	width:290px;
	position: relative;
}
.samplecart_backbtn a{
	background:#FFF;
	color:#000;
	border:2px solid #000;
	text-align:center;
	display:block;
	padding:10px 0;
	transition:1.0s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-weight:bold;
}
.samplecart_backbtn a::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -6px;
	transition:0.7s;
}
.samplecart_backbtn a:hover{
	background:rgba(144,144,144,0.8);
}
.samplecart_backbtn a:hover::before{
	left: 10px;
}
.samplecart_orderbtn{
	margin:0 0 20px 0;
	position: relative;
	font-weight:bold;
	letter-spacing:5px;
}
.samplecart_orderbtn a{
	background:#B70617;
	color:#FFF;
	text-align:center;
	display:block;
	padding:20px 0;
	transition:1.0s;
	font-size:138%;
	border:3px solid #B70617;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.samplecart_orderbtn a::before{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition:0.7s;
}
.samplecart_orderbtn a:hover{
	background:rgba(231,74,70,0.8);
}
.samplecart_orderbtn a:hover::before{
	right: 10px;
}

.samplecart_delbtn{
	width:50px;
	background:#959595;
	color:#FFF;
	text-align:center;
	display:block;
	padding:7px 0;
	font-size:82%;
	transition:1.0s;
	border:none;
	-webkit-appearance: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.samplecart_delbtn:hover{
	background:rgba(144,144,144,0.6);
}
@media (max-width: 768px) {
	.samplecart_tbl{
		width:94%;
		margin:20px auto;
	}
	.samplecart_tbl th{
		padding:5px;
	    vertical-align:middle;
	}
	.samplecart_tbl td{
		font-size:82%;
		padding:5px;
	}
	.samplecart_tbl td.samplecart_tbl_img{
		width:100px;
	}
	.samplecart_tbl td.samplecart_tbl_del{
		width:20px;
	}
	.samplecart_img{
		position:relative;
		top:0px;
		left:0px;
		width:100px;
	}
	.samplecart_img img{
		width:100%;
		height:auto;
	}
	.samplecart_item{
		padding:0px;
		min-height:auto;
	}
	.samplecart_left{
		float:none;
	}
	.samplecart_right{
		float:none;
		width:92%;
		margin:0px auto;
	}
	.samplecart_backbtn{
		margin:20px 0 20px 2%;
		width:50%;
		position: relative;
		font-size:92%;
	}
	.samplecart_backbtn a{
		padding:10px 0 10px 10px;
		transition:1.0s;
	}
	.samplecart_backbtn a::before{
		left:10px;
	}
	.samplecart_delbtn{
		width:20px;
		height:20px;
		line-height:20px;
		background:#959595;
		color:#FFF;
		text-align:center;
		display:block;
		padding:0;
		font-size:82%;
		transition:1.0s;
		border:none;
		-webkit-appearance: none;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	.samplecart_lastbox{
		position:relative;
		padding:0;
	}
	.sample_form_title{
		width:94%;
		padding:5px;
	}
}


.samplecart_step{
	background:#000;
	padding:0;
	width:90%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin:40px auto 0 auto;
}
.samplecart_step ul{
	position: relative;
	left: 50%;
	float: left;
}
.samplecart_step li{
	position: relative;
	left: -50%;
	float: left;
	font-weight:bold;
	position:relative;
	color:#c1c1c1;
	padding:0 20px 0 10px;
	height:40px;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
	margin:auto;
}
.samplecart_step li a{
	color:#c1c1c1;
}
.samplecart_step li.active{
	color:#C7B760;
}
.samplecart_step li:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}
.samplecart_step li:last-child:before {
	border:none;
}
@media (max-width: 768px) {
	.samplecart_step{
		width:94%;
		font-size:88%;
	}
	.samplecart_step li{
		padding:0 10px;
	}
	.samplecart_step li:before {
		right: -7px;
	}
}
@media(max-width: 374px) {
	.samplecart_step{
		font-size:82%;
	}
}


.tanaka_img{
	text-align:center;
	margin:0 auto 30px auto;
	width:320px;
}
.tanaka_img img{
	width:100%;
	height:auto;
}


/*-----------------------------*/
#contact_links{
	

}

.contact_links_btn{
	margin:10px 0;
}
.contact_links_btn ul li{
	width:50%;
	margin:20px auto;
	border:1px solid #DDDDDD;
	padding:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contact_links_btn ul li a{
	position:relative;
	display:block;
	color:#000;
}
.contact_links_btn ul li a:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #263e71;
	border-right: solid 3px #263e71;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
	transition:0.7s;
}
.contact_links_item_btn ul li{
	width:auto;
	padding:10px 20px;
}
.contact_links_item_btn ul li a:after{
	right: 0px;
}

.view_btn{
	cursor: pointer;
	position:relative;
}
.close:after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #CCCCCC;
	border-right: solid 3px #CCCCCC;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 0px;
	top: 0px;
}
.open:after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 3px #CCCCCC;
	border-right: solid 3px #CCCCCC;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 0px;
	top: 0px;
}

.view_box{
	display:none;
}

#msg_top{
	margin:50px auto;
}
.msg_box{
	margin:50px auto;
}
.msg_box .center{
	margin:20px 0;
	text-align:center;
}
.msg_box h3{
	text-align:center;
	font-weight:bold;
}
.contact_links_txt{
	width:50%;
	margin:50px auto;
	text-align:center;
	border:1px solid #DDDDDD;
	padding:50px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contact_links_txt p{
	line-height:160%;
}
.back_btn{
	width:50%;
	margin:20px auto;
}
.back_btn a{
	position:relative;
	display:block;
	padding:0 0 0 20px;
	color:#000;
}
.back_btn a:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 3px #CCCCCC;
	border-right: solid 3px #CCCCCC;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left:0px;
	margin-top: -6px;
	transition:0.7s;
}

.send_btn{
	width:70%;
	margin:20px auto;
}
.send_btn a{
	position:relative;
	display:block;
	padding:10px;
	color:#FFF;
	background:#e74a46;
	font-weight:bold;
}

@media (max-width: 768px) {
	.contact_links_btn ul li{
		width:90%;
		margin:20px auto;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		padding:10px;
		line-height:150%;
	}
	.contact_links_btn ul li a:after{
		right:0px;
		top:0;
		bottom:0;
		margin:auto;
	}
	.order_name{
		line-height:150%;
	}
	.open:after,
	.close:after{
		top:15px;
	}
	.contact_links_txt{
		width:90%;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		padding:15px;
		text-align:left;
	}

	.back_btn{
		width:90%;
	}
}

