@charset "utf-8";

.main-wide{
}
.main__inner_wide{
	width: 950px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
	.columnTop{
		margin-bottom: 10px;
	}
	.columnLeft{
		width: 640px;
		margin-right: 10px;
		float: left;
	}
	.columnRight{
		width: 300px;
		float: right;
	}
	.columnBottom{
		background:#0078bf;
		color: #fff;
		height:380px;
	}

/*--------------------------
	 .columnTop
--------------------------*/
.infoBox--error {
	border: 2px solid #f30;
	border-radius: 4px;
	color: #f30;
	padding: 20px;
	font-weight: bold;
	text-align: center;
	background: #fff;
}
.infoBox__Inner{
  display: inline-block;
  background:url(../../../common/images/pc_icon_attention.png) no-repeat;
  background-size:20px 20px;
  padding-left: 30px;
}




/*--------------------------
	 .columnLeft 
--------------------------*/

/*** newloginBox ***/
.newloginBox{
	background: url(../../images/pc_img_newlogin.png) no-repeat;
	width: 650px;
	height:240px;
	position: relative;
	margin-bottom: 20px;
}
	.newloginBox .tx_copy{
		text-indent: -9999px;
		overflow: hidden;
	}
	.newloginBox .tx01{
		color: #fff;
		width: 500px;
		position: absolute;
		top:120px;
		left:80px;
		text-align: center;
	}
	.newloginBox ul li a{
		color:#0078bf;
		text-decoration: none;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.newloginBox ul li a:hover,
	.newloginBox ul li a:visited{
		color: #003E67;
	}
	.newloginBox .btn_Registration{
		width: 300px;
		height:40px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 2px 0 #005088;
		position: absolute;
		bottom:25px;
		left:95px;
		color:#0078bf;
	}
	.newloginBox .btn_Registration .inner{
		background: url(../../images/pc_img_arrow_bl.png) no-repeat right;
		background-size:16px;
		padding:5px;
		padding-right: 20px;

	}
	.newloginBox .center{
		left:180px;
	}
	.newloginBox .btn_login{
		width: 150px;
		height:40px;
		position: absolute;
		bottom:25px;
		right:95px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 2px 0 #005088;
	}



/*** userBox ***/
.userBox{
	width: 650px;
	height:60px;
	border: solid 2px #848484;
	margin-bottom: 20px;
	position: relative;
}
.userBox::after{
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background:url(../../images/pc_icon_card02.png) no-repeat;
	background-size: 45px;
	position: absolute;
	top:10px;
	left: 10px;
}
	.userBox .tx03{
		font-weight: bold;
		font-size: 16px;
		color: #4A4A4A;
		height:40px;
		line-height: 42px;
		margin-left: 65px;
	}
	.userBox .tx04{
		text-align: right;
	}
	.userBox .tx04 a{
		padding-right: 35px;
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		background:url(../../images/pc_img_arrow_wh2.png)no-repeat center right,#848484;
		background-size: 30px 10px;
		display: block;
		height:20px;
		line-height: 22px;
	}






/*** .bannerBox ***/
.bannerBox{
    margin: 0 auto 10px;
}
	.bannerBox ul {
		overflow: hidden;
		text-align:center;
	}
	.bannerBox ul li{
		display: inline-block;
		margin-right:5px;
	}
	.bannerBox ul li:last-child{
		margin: 0;
	}




/* title */
.bx_title01{
	   width: 630px;
	   height:40px;
	   font-size: 16px;
	   color: #0078bf;
	   padding-left: 10px;
	   line-height: 60px;
	   position: relative;
	   border-bottom: 1px solid #ccc;
}
.bx_title01 .title01{
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.bx_title03 .tx_more{
	height:25px;
	line-height: 25px;
	position: absolute;
	right: 0;
	top:12px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding-left: 10px;
	border-radius: 3px 0 0 3px;
	color: #212020;
}
.bx_title03 .tx_more{
	background: #EAE9E9;
	width: 48px;
}
.bx_title01 .tx_more::before,
.bx_title03 .tx_more::before{
	position: absolute;
	content: "";
	right: 8px;
	top: 38%;
	width: 5px;
	height: 5px;
	border-top: 1px solid #4a4a4a;
	border-right: 1px solid #4a4a4a;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*** .storeBox ***/
.storeBox{
	background: #fff;
	border-bottom: #c0c0c0 solid 2px;
}
	.storeBox .list_store{
		display:table;
		border-collapse: separate;
		table-layout: fixed;
		width: 100%;
		border-spacing: 10px;
		word-break: break-all;
		word-wrap: break-word;
	}
	.storeBox .list_store li{
		padding: 9px;
		line-height: 1.2;
		display:table-cell;
		border-right: 1px solid #E5E5E5;
	}
	.storeBox .list_store li:first-child{
		border-spacing: 0;
	}
	.storeBox .list_store li:last-child{
		border-width: 0;
	}
	.storeBox .list_store li a{
		font-size: 15px;
		font-weight: bold;
		text-decoration:none;
	}
	.storeBox .list_store li a img{
		background: #fff;
		padding: 5px 6px;
		display: block;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	.storeBox .list_store li span{
		display: block;
		margin-top: 10px;
	}

/*** .campaignBox ***/
.campaignBox{
	background: #fff;
	border-bottom: #c0c0c0 solid 2px;
	overflow: hidden;
	margin: 10px 0;
}
	.campaignBox .list_campaign{
		display: table;
		border-collapse: separate;
		border-spacing: 10px;
		table-layout: fixed;
		width: 100%;
		padding-bottom:20px;
		word-break: break-all;
		word-wrap: break-word;
	}
	.campaignBox .list_campaign li{
		line-height: 1.2;
		display:table-cell;
	}
	.campaignBox .list_campaign li a{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
		text-decoration:none;
	}
	.campaignBox .list_campaign li a img{
		display: block;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.campaignBox .list_campaign li span{
		display: block;
		margin-top: 10px;
	}




/*--------------------------
	 .columnRight 
--------------------------*/

.bx_title02{
	border-bottom: solid 1px #EAE9E9;
	position: relative;
	height:50px;
	padding-left: 10px;
	color: #006DB7;
}
.bx_title02 .title02{
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.bx_title01 .tx_more,
.bx_title02 .tx_more{
	background: #EAE9E9;
	width: 90px;
	height:25px;
	line-height: 25px;
	position: absolute;
	right: 0;
	top:12px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding-left: 10px;
	border-radius: 3px 0 0 3px;
	color: #212020;
}
.bx_title01 .tx_more{
	top: 7px;	
}
.tx_more:hover{
	text-decoration:none !important;
}
.bx_title02 .tx_more::before{
		position: absolute;
		content: "";
		right: 8px;
		top: 38%;
		width: 5px;
		height: 5px;
		border-top: 1px solid #4a4a4a;
		border-right: 1px solid #4a4a4a;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
}

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


/*** chargeBox ***/
.chargeBox{
	background: #0078bf;
	width: 280px;
	padding: 10px;
	margin-bottom: 10px;
}

.circleMask--small{
	border-radius:20px;
	overflow: hidden;
    display: inline-block;
	border: 2px solid #EAE9E9;
	float:left;
	margin-right:10px;
}
.circleMask--small img{
	border-radius:18px;
}

.chargeBox__name{
	display:block;
	position:relative;
	text-decoration:none !important;
	padding:0px 0 8px;
	margin: 0 5px;
}
.chargeBox__name::before{
		position: absolute;
		content: "";
		right: 0;
		top: 30%;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
}
.chargeBox__name .title_charge{
	color:#fff;
	font-size:16px;
	line-height:1.3;
}
.chargeBox__name:hover{
	text-decoration:none !important;
}

.chargeBox__name p.circleMask--small{
	  margin-top: 5px;
}

.chargeBox__name h3.title_charge{
    display: table-cell;
		vertical-align: middle;
    width: 215px;
    height: 50px;
}

	/* bx_price */
	.chargeBox .bx_price{
		background: #fff;
		border-radius: 4px;
		width: 260px;
		/*height:90px;*/
		text-align: right;
		padding: 10px;
	}
	.chargeBox .bx_price .tx_price{
		font-size: 32px;
		border-bottom: solid 1px #EAE9E9;
		margin-bottom: 8px;
		height:40px;
		line-height: 1.3;
	}
	.chargeBox .bx_price .yen{
		font-size: 16px;
		margin-left: 5px;
	}
	.chargeBox .button--main{
		width: 260px;
		height:40px;
		font-size: 16px;
		margin: 0 auto;
		line-height: 40px;
	}
	.chargeBox .button--main .inner{
		background: url(../../images/pc_img_plus_wh.png)no-repeat 0 14px;
		background-size:15px; 
		padding-left: 20px;
		display: inline-block;
		line-height: 42px;
	}

	/* bx_transferList */
	.bx_transfer{
	  width:280px;
	  border-radius: 4px;
	  margin-top:10px;
	  background: #fff;
	}

		.bx_transfer .title_transfer{
			background: url(../../images/pc_img_payment.png) no-repeat 10px 12px;
			background-size:32px;
			color: #0078bf;
			font-size: 16px;
			font-weight: bold;
			padding-left: 50px;
			line-height: 60px;
			height:60px;
		}

		.list_transfer li{
		  border-top:  1px dashed #EAE9E9;
		  position:relative;
		  width: 260px;
		  padding: 10px;
		  padding-bottom: 10px;
		}
		.list_transfer li a{
			text-decoration: none;
			color: #212020;
		}
		.list_transfer li .status{
			float: left;
			width: 65px;
			text-align: center
		}
		.list_transfer li .tx_time{
			float: right;
			font-size: 10px;
			margin-right: 5px;
		}
		.list_transfer li .tx_name{
			clear: both;
			padding-top: 8px;
		}
		.list_transfer li .bx_price02{
			overflow: hidden;
			padding-top: 8px;
		}
			.list_transfer li .bx_price02 .tx01{
				float: left;
				font-size: 10px;
				padding-top: 15px;
			}
			.list_transfer li .bx_price02 .tx_price{
				font-size:24px;
				float: right;
			}
			.list_transfer li .bx_price02 .yen{
				font-size:12px;
				font-weight: normal;
				margin-left: 5px;
			}
			.list_transfer_more{
				border-top:  1px dashed #EAE9E9;
				padding: 10px 0;
			}
			.list_transfer_more .button--normal{
				width: 146px;
				height:35px;
				line-height: 35px;
				font-size: 14px;
				margin-left: auto;
				margin-right: auto;
			}
			.list_transfer li.list_transfer_max {
				background: #D8D8D8;
				font-size: 12px;
				padding: 10px;
				border-top: none;
			}
		.status{
			display: inline-block;
			font-size: 10px;  
			border-radius: 12px;
			line-height: 1;
			padding:3px 0;
			margin-right: 3px;
		}
		.stsOn{
			color: #fff;
			background:#FF3D00;
		}
		.stsOff{
			color: #FF3D00;
			border: 1px solid #FF3D00;
		}
		.stsOver{
			color: #BABABA;
			border: 1px solid #BABABA;
		}






/*** serviceBox ***/
.serviceBox{
	margin-bottom: 10px;
	width: 300px;
	background: #fff;
	border-bottom: #c0c0c0 solid 2px;
	padding-bottom: 15px;
}
	.serviceBox .title01{
		border-bottom: solid 1px #EAE9E9;
	}
	.serviceBox .bx_status{
		margin-left: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.serviceBox .bx_status li{
		width: 70px;
		height:110px;
		background: url(../../images/pc_icon_none.png) no-repeat 10px 15px;
		background-size:50px;
		float: left;
		color: #848484;
		font-size: 12px;
		text-align: center;
		line-height: 1.1;
		font-weight: bold;
	}
	.serviceBox .bx_status li span{
		padding-top: 75px;
		display: block;
	}

	.serviceBox .bx_status li a{
		display: block;
		width: 70px;
		height:110px;
		text-decoration:none;
  }
	.serviceBox .bx_status .stus_egistration a{
		background: url(../../images/pc_icon_user_bl.png) no-repeat 10px 15px;
		background-size:50px;
	}
	.serviceBox .bx_status .stus_id a{
		background: url(../../images/pc_icon_user_bl.png) no-repeat 10px 15px;
		background-size:50px;
	}
	.serviceBox .bx_status .stus_card a{
		background: url(../../images/pc_icon_card.png) no-repeat 10px 15px;
		background-size:50px;
	}
	.serviceBox .bx_status .stus_transfer a{
		background: url(../../images/pc_icon_bank.png) no-repeat 10px 15px;
		background-size:50px;
	}

	.serviceBox .tx_service{
		text-align: center;
		font-size: 12px;
	}
	.serviceBox .tx_service a{
		text-decoration:none;
	}



/*** .detailBox ***/
.detailBox{
	margin-bottom: 10px;
	width: 300px;
	background: #fff;
	border-bottom: #c0c0c0 solid 2px;
}
	.detailBox ul li{
		padding-left: 30px;
		border-bottom: solid 1px #EAE9E9;
		position: relative;
	}
	.detailBox ul li a{
		line-height: 50px;
		display: block;
		text-decoration:none;
		font-weight: bold;
	}
	.detailBox ul li a::before {
		position: absolute;
		content: "";
		right: 15px;
		top: 43%;
		width: 8px;
		height: 8px;
		border-top: 2px solid #4a4a4a;
		border-right: 2px solid #4a4a4a;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.bx_title03{
		background: url(../../images/pc_img_oval.png) no-repeat 10px 18px, #0078bf;
		padding-left: 30px;
		width: 270px;
		height:50px;
		line-height: 50px;
		font-size: 16px;
		position: relative;
	}
	.bx_title03 .title03{
		color: #fff;
		line-height: 50px;
		text-decoration: none;
		font-weight: bold;
	}



/*** .informationBox ***/
.inquiryBox .inquiryBox__link {
    display: block;
    border: #006DB7 1px solid;
    border-radius: 4px;
    background: #FFF;
    padding: 12px 8px;
    text-align: center;
    font-size: 10.5px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
}


/*** .informationBox ***/
.informationBox{
	width:300px;
	margin-bottom: 10px;
	background: #fff;
	border-bottom: #c0c0c0 solid 2px;
}


	.informationBox .list_information{
		padding: 10px;
		padding-top: 0;
		word-break: break-all;
		word-wrap: break-word;
	}
	.informationBox .list_information li{
		border-bottom: dashed 1px #EAE9E9;
		padding: 10px 0;
		line-height:1.5;
	}
	.informationBox .list_information li span{
		font-size: 12px;
		color: #848484;
		display: block;
		line-height: 1.7;
	}
	.informationBox .list_information li a,
	.informationBox .list_information li a:visited{
		text-decoration:none;
	}
	.informationBox .list_information li a:hover{
		text-decoration:underline;
	}

/*** .bankbannerBox ***/
.bankbannerBox{
	width: 300px;
	background: #fff;
	border-bottom: #c0c0c0 solid 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.bankbannerBox ul li{
	margin-top:10px;
	text-align: center;
}


/*** .bannerBox2 ***/
.bannerBox2{
	    margin-bottom: 20px;
}
.bannerBox2 .bx_ban{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.bannerBox2 .bx_ban{
	margin-bottom: 10px;
	/zoom: 1;	
}
.bannerBox2 .bx_ban:after{
  content: "";
  display: table;
  clear: both;
}
.bannerBox2 .bx_ban li{
	float: left;
	margin-right: 25px;
}
.bannerBox2 .bx_ban li:last-child{
	margin-right:0;
}




/*--------------------------
	 .columnBottom 
--------------------------*/
.columnBottom a:link{
	color: #fff;
	text-decoration:none;
}
.columnBottom a:visited{
	color: #fff;
}
.columnBottom .bx_inner01{
	width: 960px;
	height:360px;
	margin-left: auto;
	margin-right: auto;
	background: url(../../images/pc_img_apri.png)no-repeat bottom right;
}
	.columnBottom .bx_inner01 .bx_in01{
		display: inline-block;
		vertical-align: top;
		width: 280px;
	}
	.columnBottom .title04{
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		margin-top: 50px;
	}
	.columnBottom ul li{
		line-height: 2;
	}

	.columnBottom .bx_in02{
		display: inline-block;
		vertical-align: top;
		width: 330px;
		margin-top: 50px;
	}
	.columnBottom .bx_in02 .title05{
		margin-bottom: 25px;
	}
	.columnBottom .bx_in02 .bx_apri li{
		display:inline-block;
		margin-bottom: 20px;
		font-size: 10px;
		text-align:center;
	}
	.columnBottom .bx_in02 .bx_apri li img{
		display:block;
	}
	.columnBottom .bx_in02 .tx_apri li{
		font-size: 8px;
		line-height: 1.3;
		width: 314px;
	}

.button--important--top{
	background: -webkit-gradient(linear, center top, center bottom, from(#ff8c00), to(#df7101));
  background: -moz-linear-gradient(top, #ff8c00, #df7101);
  background: linear-gradient(to bottom, #ff8c00, #df7101);
  background: -webkit-linear-gradient(top, #ff8c00, #df7101);
  border: solid 1px #994d11;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8C00', endColorstr='#DF7101', GradientType=0)";
  text-shadow: -1px -1px 0 #b85400;
  width: 260px;
  height: 40px;
  font-size: 16px;
  margin: 0 auto;
  line-height: 40px;
}
.button--important--top .inner{
	    background: url(../../images/pc_img_plus_wh.png)no-repeat 0 14px;
    background-size: 15px;
    padding-left: 20px;
    display: inline-block;
    line-height: 42px;
}



/* 0901 add noticebox */

.noticeBox {
    text-align: center;
    margin-bottom:15px;
}
.infoBox--error + .noticeBox{
	margin-top: 10px;	
}
.noticeBox .noticeLink:link, .noticeBox .noticeLink:hover, .noticeBox .noticeLink:active, .noticeBox .noticeLink:visited {
    text-decoration: none;
}
.noticeBox .ic__new {
    display: inline-block;
    background: #FFB602;
    color: #fff;
    padding: 0px 10px;
    font-weight: normal;
    font-size: 10px;
    margin-right: 10px;
    border-radius: 3px;
    vertical-align: middle;
}
.noticeBox .noticeText {
    padding-right: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.noticeBox .noticeLink {
    width: 950px;
    margin: 0 auto;
    display: block;
    padding: 8px 0;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #434343;
    border-radius: 5px;
}
.noticeBox .noticeText::before {
    position: absolute;
    content: "";
    right: -2px;
    top: 30%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #A3A3A3;
    border-right: 2px solid #A3A3A3;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* footerBox */

.footerBox{
	width: 950px;
	background:#fff;
	border: 1px solid #ccc;
	margin: 0 auto 50px;
	padding: 10px 0;
	/zoom: 1;
}
.footerBox .title04{
	width:250px;
	border-right: 1px solid #ccc;
	float: left;
	margin-right: 50px;
	text-align:center;
	font-weight: bold;
}
.footerBox ul{
}
.footerBox li{
	width: 290px;
	float: left;
	text-align: center;
}
.footerBox:after{
  content: "";
  display: table;
  clear: both;
}

/*cvs*/
.chargeBox .bx_price{
	padding: 0;
	width: 100%;
}
.chargeBox .bx_price p{
	padding-left:10px;
	padding-right:10px;
}

.chargeBox .bx_price p:first-child{
	padding-top:10px;
}
.chargeBox .bx_price p:last-child{
	padding-bottom:10px;
}
.chargeBox .bx_price .tx_price{
	padding:10px 0 0;
	margin-right:10px;
	margin-left:10px;
}
.cvsCharge{
	display: block;
	border-top: 1px solid #EAE9E9;
	font-size: 12px;
	font-weight: bold;
	margin-top:8px;
	position: relative;
	padding-top:10px;
	text-align: left;
}
.cvsCharge a{
display: block;
text-decoration: none;
color: #212020;
}
.cvsCharge:before{
	position: absolute;
  content: "";
	right: 16px;
	top: 40%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4a4a4a;
  border-right: 2px solid #4a4a4a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}