@charset "utf-8";

/* reset --------------------------------- */
body, nav, section, ul, li, dl, dt, dd, aside, h1, h2, h3, h4, h5, h6, p {margin: 0;padding: 0;list-style:none;}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc;margin:1em 0; padding:0;}
input, select {vertical-align:middle;}
a {-webkit-tap-highlight-color:transparent;}


/* base --------------------------------- */
html, body{
	font-size:100%;
    font-size: 62.5%;
	height:100%;
}
body{
	position : relative ;
	width : 100% ;
	line-height: 1.5;     
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "MS PGothic", sans-serif;
	font-size:1.4rem; /* 14px */
	color:#444;
	letter-spacing: -0.001em;
	-webkit-text-size-adjust: 100%;
}

a:link {
	color: #0066aa;
	text-decoration: none;
}
a:visited {
	color: #0066aa;
	text-decoration: none;
}

img {
	display:block;
	margin:0 auto;
	border: none;
	line-height: 0;
	vertical-align: text-bottom;
}

.img100 dt img {
	 width: 100%;
}

img.fit { width: 100% !important; max-width: 100% !important; height: auto;}
img.fit_90 { width: 90% !important; max-width: 90% !important;  height: auto;}
img.fit_80 { width: 80% !important; max-width: 80% !important; height: auto; }
img.fit_70 { width: 70% !important; max-width: 70% !important; height: auto; }
img.fit_60 { width: 60% !important; max-width: 60% !important; height: auto; }
img.fit_50 { width: 50% !important; max-width: 50% !important;  height: auto;}


/* system error --------------------------------- */

#error{
	width:95%;
	margin:20px auto 10px;
	padding:8px 15px;
	color:#F00;
	border:#F00 solid 1px;
	-webkit-box-sizing: border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
.error{
	width:95%;
	margin:20px auto 10px;
	padding:8px 15px;
	color:#F00;
	border:#F00 solid 1px;
	-webkit-box-sizing: border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}

/* header --------------------------------- */
header {
	display: table;
	width:100%;
	padding:8px;
	height:34px;
	border-bottom: solid #e5e5e5 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	display:table-cell;
	width: 80px;
	vertical-align:middle;
}
#au_logo {
	line-height: 0;
}
#au_logo img{
	width:140px;
	margin-top:3px;
}
#au_id {
	float:right;
	display:table-cell;
	vertical-align:middle;
	max-width:128px;
}

#au_id dl {
	display:table;
	min-height: 28px;
	word-break: break-all;
	font-size:1.2rem;
}

#au_id dt, #au_id dd {
	display:table-cell;
	vertical-align:middle;
	line-height:1;
}
#au_id dt {
	text-align:right;
}
#au_id dt img {
	width:22px;
	height:22px;
}
#au_id dd {
	padding-left:4px;
	text-align:left;
}
#au_id a.btn_login {
	display:block;
	margin:0 auto;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#fb9909;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#au_id a.btn_login:hover {
	background:#eb5505;
}	
	
/* contents --------------------------------- */

#contents {
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 30px;
}
section {
	width:100%;
	margin-bottom:30px;
}

h2 {
	margin: 0 0 15px;
	padding:5px 5px 5px 8px;
	border-left:5px solid #eb5505;
	background:#f8f8f8;
	font-size:1.8rem;
}
h3 {
	margin: 20px 0 15px;
	padding: 0 5px 8px;
	background: url(../../img/common/bar_h3.gif) no-repeat scroll left bottom transparent;
	font-size:1.8rem;
}
h4 {
	margin: 0 0 15px;
	padding:0 0 0 16px;
	background:url(../../img/common/icon_h4.png) no-repeat left 5px;
	font-size: 1.6rem;
	font-weight:bold;
}

/* alert --------------------------------- */

#alert {
	margin:0 auto 10px;
	padding:8px 10px;
	border:2px solid #dd2211;
	color:#dd2211;
}
#alert h4{
	margin-bottom:0;
	padding-left: 22px;
	background:url(../../img/common/icon_alert.png) no-repeat left 3px;
	background-size:15px auto;
	font-weight:bold;
}
#alert p{line-height:1.4;}

#alert a {
	color:#dd2211;
	text-decoration:underline;
}
#alert a:hover {
	text-decoration:none;
}

#notify {
	margin:0 auto 10px;
}
#notify li{
	margin-bottom:5px;
	padding:5px 8px;
	border:1px solid #FE8005;
	background: url(../../img/common/bg_or.png) ;
}
#notify li a {
	color: #EB5505;
	text-decoration:underline;
}
#notify li a:hover {
	text-decoration:none;
}
.txtBox1 {
	margin:  0 auto; 
	width:80%;
	padding: 5px;
	display:block; 
	/*text-align: center;*/ 
	color: #eb5505;
	background-color:#FBD3B6;
	border: solid #eb5505 2px; 
	border-radius: 5px; 
	font-size: 1.7rem;
	font-weight: bold; 
	}


.txtBox2 {
	margin: 25px auto 10px; 
	padding: 0; 
	text-align: center; 
	color: #eb5505; 
	background: none; 
	font-size: 1.5rem;
	font-weight: bold; 
	}
.txtBox3{
	margin: 25px auto 10px; 
	padding: 0;
	display:block; 
	/*text-align: center;*/ 
	/*color: #eb5505;*/ 
	background: none; 
	font-size: 1.5rem; 
	}
	
.area_status .txtBox3{
	text-align:left;}	


/* オートﾁｬｰｼﾞ出金の申し込み状況確認 --------------------------------- */
.start_ac{
	border:solid 3px #F8CFD0;
	}	
.start_ac .alert_txt{
	color:#ff0000;
	font-weight:bold;
	}		
.alert_remittance1{
  background-color:#F8CFD0;
  padding:10px;
  margin-top:0px;
  margin-bottom:6px;
  text-align:center;
  } 
.start_ac .pb10{
	text-align:center;
	}		
 .alert_remittance1 .alert1{
	background: #ff0000;
  height: 40px;
  width: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	color:#FFFFFF;
 }
	 
/*.or_text1{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	}	
*/

.txt_line1.fc_or1{
	display:block;
	font-size:120%;
	margin-top:3rem;
	margin-left:1rem;
	border-left:3px solid #EB5505;
	padding-left:3px;
	padding-right:5px;
	}	
	
 #upload_skip{
	 font-size:1.6rem;
	 padding-right:20px;
	 }
	 
#upload_skip span{
	display:inline-block;
	}
#upload_skip span:first-child{
	padding-bottom:4px;
	}
	
#ship{
	 font-size:1.6rem;
	 padding-right:20px;
	}

#tabcontent_01 #characterlist_01{
	display: block;
	margin: 5px 5px;
	padding: 10px;
	/*border-width: 1px;*/
	border: solid 2px #d9d9d9 ;
	/*border-color: #d9d9d9;*/
	}
#tabcontent_01 #characterlist_01 dl{
	border-top:none;
	}

 #characterlist_01 dl {
	width: 100% !important;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	border-top: solid #d9d9d9 1px;
}

#tabcontent_01 #characterlist_01 dt{
	border:solid 1px #d9d9d9;
	margin:5px 0;	
	}

#characterlist_01 dt {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #d9d9d9;
}

#characterlist_01 dd {
	display: none;
	margin: 0;
	padding: 10px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #d9d9d9;
}
#characterlist_01 dt.open {
	display: block;
	padding: 15px 10px;
}
#characterlist_01 dt.open div {
	background: url(../../img/common/list_submenu_up.png) right center no-repeat;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	color: #333;
	text-decoration: none;
	line-height: 1;
}

#characterlist_01 dt {
	display: block;
	padding: 15px 10px;
}
#characterlist_01 dt div {
	background: url(../../img/common/list_submenu_down.png) right center no-repeat;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	color: #333;
	text-decoration: none;
	line-height: 1;
}

/* footer --------------------------------- */

#footerSnav ul {
	width:100%;
	border-top:1px solid #d5d5d5;
	-webkit-box-sizing: border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
#footerSnav ul li {
	float:left;
	width:50%;
	border-bottom:1px solid #d5d5d5;
	background:url(../../img/common/arrow_01.png) no-repeat 97% center;
	background-size:5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	cursor:pointer;
	font-size: 1.2rem;
}
#footerSnav ul li a {
	display: block;
	width: 100%;
}
#footerSnav ul li a div /* android対応 */ {
	padding:10px 3px 10px 5px;
}
#footerSnav ul li:nth-child(odd) {
	border-right:1px solid #d5d5d5;
	background-position:95% center;
}
#footerSnav ul li:nth-child(5), #footerSnav ul li:nth-child(6) {
	border-bottom:1px solid #eee;
}
#footerSnav ul li:hover {
	background:rgba(211, 229, 241, 0.8) url(../../img/common/arrow_01.png) no-repeat 97% center; 
	background-size:5px 10px;
	box-sizing:border-box;
}
#footerSnav ul li:hover:nth-child(odd) {
	background-position:95% center;
}

#footer {
	clear:both;
	margin:0 auto;
	padding:10px;
	width:100%;
    line-height: 1.2;
	background-color: #f4f4f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .inner{
	width:100%;
	text-align:center;
	overflow:hidden;
}
#footerNav li{	
	display: inline-block;
	width:43%;
	padding:0 1em 8px 0;
	line-height:1;
	text-align:left;
	font-size:1.1rem;
}
#footerNav li a{
	line-height:1;
	padding: 0 1em;
	border-left: 1px solid #CCC;
}
#footerNav li:nth-child(1){	width:32%;}
#footerNav li:nth-child(2){	width:50%;}

#footerNav li:nth-child(odd) { text-align:right;}
#footerNav li:nth-child(odd) a {border-left: none;}

#footerNav li a.newwin {
	padding-right: 15px;
	background:url(../../img/common/icon_newwin.gif) right center no-repeat;
	background-size: 12px 10px;
}
#footerNav li a.newwin:hover {
	background:rgba(211, 229, 241, 0.8) url(../../img/common/icon_newwin.gif) right center no-repeat;
	background-size: 12px 10px;
}
#copyright {
	margin:10px auto 0;
	text-align:center;
	font-size: .9rem;
	line-height: 1;
	box-sizing: border-box;
}

/* ページの先頭へ ---------- */
#toTop {
	margin: 0 8px 15px;
	text-align: right;
	vertical-align: bottom;
}
#toTop a {
	padding-left: 15px;
	background: url(../../img/common/list_pagetop.png) left 1px no-repeat;
	background-size: 10px auto;
}
#toTop a:hover {
	background:rgba(211, 229, 241, 0.46) url(../../img/common/list_pagetop.png) left 1px no-repeat;
	background-size: 10px auto;
}

/* 戻るボタン ---------- */
#toBack {
	display: inline-block;
	margin: 0 8px 15px;
}
#toBack a {
	padding-left: 15px;
	background: url(../../img/common/list_prev.png) left 3px no-repeat;
	background-size: 10px auto;
	text-align: right;
}
#toBack a:hover {
	background:rgba(211, 229, 241, 0.46)  url(../../img/common/list_prev.png) left 3px no-repeat;
	background-size: 10px auto;
}
