@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


h3
{
	font-weight: normal;
}

/* ===================== account =====================*/

#account {
	clear:both;
	width:990px;
	margin:0 auto;
	padding:25px 0 0 0;
	}	

#account #cent01_a {
	display:table;
	position:relative;
	background-color:#fff;
	min-height: 100%;
	width:990px;
	height:100%;
 }
 

 

/* --------------------- box_L --------------------*/


	/* ---------------- class ---------------*/

.time {
	width:300pz;
	height:25px;
	font-size: 13px;
	color: #444;
	font-family: amblebold;
	/*font-weight: 400;*/
	}

.type {
	font-size:16px;
	color:#444;
	font-family:amblebold;
	/*font-weight:700;*/
	}
	
.type_s {
	font-size:12px;
	color:#444;
	font-family:amblebold;
	/*font-weight:700;*/
	}
	
.type02 {
	font-size:12px;
	color:#444;
	font-family:amblebold;
	/*font-weight:400;*/
	}
	
.type03 a{
	font-size: 16px;
	color: #05b2d2;
	font-family: amblebold;
	/*font-weight: 400;*/
	text-decoration: none;
	}
	
.type03 a:hover{
	text-decoration:underline;
	}

.line{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a4a4a4;
	}
	

	
	/*------------------------- checkbox -------------------------*/

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:10px 0 10px 8px;
    vertical-align:middle;
    background:url(../images/account/ok.jpg) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/account/ok.jpg) -20px top no-repeat;
}



		/* -----------------------------------*/
	
	 
#account #cent01_a #box_L {
	display:block;
	width: 500px;
	float: left;
	margin:45px 0 45px 45px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #a4a4a4;
	}
	
#account #cent01_a #box_L #box_c {
	display: block;
	width: 500px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a4a4a4;
	}

#account #cent01_a #box_L #box_c h1{
	display:block;
	font-size:24px;
	float:left;
	color:#05b2d2;
	font-family:amblebold;
	/*font-weight:700;*/
	padding-bottom:10px;
	}
	
#account #cent01_a #box_L #box_c h5{
	display:block;
	font-size:24px;
	float:left;
	color:#05b2d2;
	font-family:amblebold;
	/*font-weight:700;*/
	padding-bottom:10px;
	padding-top:15px;
	}

#account #cent01_a #box_L #box_c .table {
	clear:both;
	width:500px;
	}

#account #cent01_a #box_L #box_n {
	display: block;
	width: 500px;
	float: left;
	}

#account #cent01_a #box_L #box_n  h5{
	display:block;
	font-size:24px;
	float:left;
	color:#05b2d2;
	font-family:amblebold;
	/*font-weight:700;*/
	padding-bottom:10px;
	padding-top:15px;
	}
	
#account #cent01_a #box_L #box_n .table {
	clear:both;
	width:500px;
	}	
	
	

/* --------------------- box_R --------------------*/
	
#account #cent01_a #box_R {
	display:block;
	width:400px;
	float:right;
	margin:45px 43px 45px 0;
	}
	
#account #cent01_a #box_R #box_c {
	display: block;
	width: 360px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a4a4a4;
	padding-left:40px;
	}
	
#account #cent01_a #box_R #box_c2 {
	display: block;
	width: 300px;
	line-height:20px;
	padding-left:50px;
	float:left;
	text-align:center;
	margin-top:15px;
	font-size:14px;
	color:#444;
	font-family:amblebold;
	font-weight:400;
	}
	
#account #cent01_a #box_R #box_c h1{
	display:block;
	font-size:24px;
	float:left;
	color:#05b2d2;
	font-family:amblebold;
	/*font-weight:700;*/
	padding-bottom:10px;
	}
	
#account #cent01_a #box_R #box_c .table {
	clear:both;
	width:360px;
	}
	

	
#account #cent01_a #box_R #box_c .table .DD{
	float:left;
	width:360px;
	height:45px;
	}
#account #cent01_a #box_R #box_c .table .DD img{
	float:left;	}

#account #cent01_a #box_R #box_c .table .RR {
	float:left;
	width:230px;
	}

#account #cent01_a #box_R #box_c .table .RR .icon{
	display:block;
	width:45px;
	height:45px;
	float:right;
	}

#account #cent01_a #box_R #box_c .table .RR h1{
	font-size:16px;
	float:left;
	color:#444;
	font-family:amblebold;
	/*font-weight:700;*/
	padding-top:10px;
	padding-bottom:10px;
	}

#account #cent01_a #box_R #box_c .table .RR h2{
	clear:both;
	font-size:13px;
	color:#959595;
	font-family:amblebold;
	/*font-weight:700;*/
	padding-bottom:10px;
	}

#account #cent01_a #box_R #box_c .table .RR h3{
	line-height:45px;
	float:left;
	font-size:14px;
	color:#444;
	font-family:amblebold;
	/*font-weight:700;*/
	padding-bottom:10px;
	}

#account #cent01_a #box_R #box_c .table img {
	float:left;
	}
.sprite-ac{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 0; width: 31px; height: 20px; } 
.sprite-btn01{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -25px; width: 46px; height: 27px; } 
.sprite-btn02{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -57px; width: 78px; height: 27px; } 
.sprite-btn03{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -89px; width: 107px; height: 27px; } 
.sprite-btn04{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -121px; width: 57px; height: 27px; } 
.sprite-btn_change{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -153px; width: 127px; height: 35px; } 
.sprite-btn_deactivate{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -193px; width: 127px; height: 35px; } 
.sprite-btn_up{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -233px; width: 95px; height: 35px; display:block;z-index:50;} 
.sprite-disc{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -273px; width: 31px; height: 20px; } 
.sprite-img_3{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -298px; width: 45px; height: 45px; } 
.sprite-img_30{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -348px; width: 45px; height: 45px; } 
.sprite-img_7{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -398px; width: 45px; height: 45px; } 
.sprite-img_live{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -448px; width: 45px; height: 45px; } 
.sprite-jcb{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -498px; width: 31px; height: 20px; } 
.sprite-mast{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -523px; width: 31px; height: 20px; } 
.sprite-ok{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -548px; width: 40px; height: 20px; } 
.sprite-pro_img{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -573px; width: 130px; height: 130px; } 
.sprite-visa{ background: url(/images/account/account_all.jpg) no-repeat top left;background-position: 0 -708px; width: 31px; height: 20px; } 
