@charset "utf-8";
/* CSS Document */
#container { width: 100%; height: auto; min-height: 300px;  margin: 0px 17px 0px 17px; letter-spacing: 1px; line-height: 20px; text-align: justify; text-justify: inter-ideograph;width: calc(100% - 34px); }
.f01 { color: #666666; }
.f02 { color: #4CA5FF; }
#container .words { width: 100%; height: auto; margin: auto; padding: 10px; width: calc(100% - 20px); background-color: #F2F2F2; }
#container .box { width: 100%; height: auto; padding: 10px; margin: auto; width: calc(100% - 40px); }


#container h1{
	background:url(../../images/dealer_t_bg.png);
	
	font-size:17px;
	color:#fff;
	font-weight:normal;
	text-align:left;
	padding:7px 10px;
	line-height:20px;
}
.form_use.add{
	width: 98%;
	height: 20px;
	margin-top: 5px;
}
.member_notice{
	margin: 10px 30px 20px;
	font-size: 14px;
}
.member_scc{
	    text-align: center;
    margin: 20px 0;
        font-size: 15px;
}
.member_scc .en{
	background:#f1f1f1;
	padding: 20px;
	font-size:18px;
	color:#2049c1
}
.member_scc span{
	line-height:1.6em;
}
.btn.send_m,
.btn.send_L input {
    background: #fff;
    border: none;
    padding: 0;
    font-family: 微軟正黑體;
    color: #3e3e3e;
    cursor: pointer;
}
.btn.send_L{
	font-size:13px;
	text-decoration: none;
	color:#3e3e3e;
	top:-3px;
	position:relative;
}
.btn.send_m:before{
	content: '';
	width:17px;
	height:17px;
	background:url(../../images/next.png);
	display:inline-block;
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    position:absolute;
    margin:3px -27px;
}
.btn.send_m:hover:before{
	background:url(../../images/next-.png);
}
.btn.send_L:after{
	content: '';
	width:17px;
	height:17px;
	background:url(../../images/next.png);
	display:inline-block;
   	cursor: pointer;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    top: 4px;
    position: relative;
}
.btn.send_L:hover:after{
	background:url(../../images/next-.png);
	background-repeat: no-repeat;
    background-position: center;
}

.btn.pure{
	color:#666;
	margin:auto;
	padding:0 5px;
	font-size:13px;
}
.btn.pure:hover{
	text-decoration:none;
	color:#0764aa;
}
#pages_bth{
	margin:auto;
	text-align:center;
	position:relative;
	margin:10px 0px 0;
}
#pages_post { 
width: 100%; 
height: 50px; 
padding-top: 20px; 
text-align: center; 
float: right; 
}

.check-agree-box {
    border: 1px solid #D7D7D7;
    border-width: 1px 0;
    padding: 15px 5px;
    clear: both;
    margin: 40px 0 10px;
    font-size: 14px;
}
.check-agree label {
    display: inline-block;
    margin: 5px 0;
}
.check-agree strong,
.check-agree a {
    color: #7FCAA5;
    text-decoration: none;
}
.check-agree a:hover {
    text-decoration: underline;
}