@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: 624px;
		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 24px;
}
	.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{
  color: #333;
  margin-bottom: 8px;
  overflow: hidden;
}
.bx_title01 .title01{
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.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;
}


/*** .storeBox ***/
.storeBox{
}
	.storeBox .list_store{
    background-color: #fff;
    border: 1px solid #C8D1DE;
    border-radius: 4px;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    border-spacing: 10px;
    word-break: break-all;
    word-wrap: break-word;
    display: flex;
    justify-content:space-between;
    position: relative;
	}
	.storeBox .list_store li{
		border-left: 1px solid #E1E6ED;
		margin: 8px 0;
		padding: 9px;
		width: 50%;
	}
	.storeBox .list_store li div{
		display:block;
		width: 90%;
		margin: 0 auto;
		}
	.storeBox .list_store li a{
    color: #1A75FF;
    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{
	overflow: hidden;
	margin: 24px 0;
}
	.campaignBox .list_campaign{
    background-color: #fff;
    border: 1px solid #C8D1DE;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 24px;
    word-break: break-all;
    word-wrap: break-word;
    justify-content: space-between;
    overflow: hidden;
	}
  .campaignBox .list_campaign li{
    display: inline-block;
    width: 182px;
    float: left;
    margin-left: 14px;
  }
  .campaignBox .list_campaign li:first-child{
    margin-left: 0;
  }
  .campaignBox .list_campaign li a{
    color: #333;
    display: block;
    font-size: 14px;
    text-decoration:none;
  }
  .campaignBox .list_campaign li a img{
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 182px;
    height: auto;
  }
	.campaignBox .list_campaign li span{
		display: block;
		margin-top: 10px;
	}




/*--------------------------
	 .columnRight 
--------------------------*/

.bx_title02{
  color: #333;
  padding-bottom: 8px;
  overflow: hidden;
}
.bx_title02 .title02{
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.bx_title01 .tx_more,
.bx_title02 .tx_more{
  color: #666;
  display: block;
  font-size: 12px;
  text-decoration: none;
  margin-top: 2px;
  padding-right: 15px;
  float: right;
  position: relative;
}
.bx_title01 .tx_more{
	margin-top: 4px;
}
.tx_more:hover{
	text-decoration:none !important;
}
.bx_title01 .tx_more::before,
.bx_title02 .tx_more::before{
  position: absolute;
  content: "";
  right: 2px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #1a76ff;
}

/*-------------------------*/


/*** chargeBox ***/
.chargeBox{
	background: #fff;
	border: 1px solid #C8D1DE;
	border-radius: 4px;
	margin-bottom: 24px;
}

.circleMask--small{
	border-radius:20px;
	overflow: hidden;
	display: inline-block;
	border: 2px solid #EAE9E9;
	float:left;
	margin-right:10px;
}
.circleMask--small img{
	width: 34px;
	height: 34px;
}

.chargeBox__name{
	border-bottom: 2px solid #C8D1DE;
	color: #333;
	display:block;
	position:relative;
	text-decoration:none !important;
	padding: 10px;
}
.chargeBox__name::before{
  position: absolute;
  content: "";
  right: 14px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #1A75FF;
  border-right: 2px solid #1A75FF;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chargeBox__name .title_charge{
	font-size:14px;
}
.chargeBox__name:hover{
	text-decoration:none !important;
}

.chargeBox__name h3.title_charge{
  display: table-cell;
  vertical-align: middle;
  width: 215px;
}

	/* bx_price */
	.chargeBox .bx_price{
		background: #fff;
		border-radius: 4px;
		text-align: right;
		padding: 10px;
	}
	.chargeBox .bx_price .tx_price{
    background-color: #F5F9FF;
    font-size: 29px;
    line-height: 1.3;
    word-break: break-all;
    margin: 16px 10px 8px;
    padding: 16px 8px 8px 34px;
	}
.chargeBox .bx_price .tx_price p,
.chargeBox .bx_price .tx_price p:first-child{
	padding: 0;
}
	.chargeBox .bx_price .yen{
		font-size: 16px;
		margin-left: 5px;
	}
.chargeBox .bx_price .tx_expdate{
	color: #e60012;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
	.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{
  border-radius: 4px;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #C8D1DE;
}
	.detailBox ul li{
		border-top: 1px solid #E1E6ED;
		position: relative;
	}
	.detailBox ul li a{
		color: #333;
		display: block;
		text-decoration:none;
		padding: 20px;
	}
	.detailBox ul li a:hover{
		background-color: #F5F9FF;
		color: #333;
		text-decoration:none !important;
	}
	.detailBox ul li a::before {
		position: absolute;
		content: "";
		right: 17px;
		top: 43%;
		width: 9px;
		height: 9px;
		border-top: 2px solid #1A75FF;
		border-right: 2px solid #1A75FF;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.bx_title03{
		border-bottom: 2px solid #c8d1de;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 16px 16px;
	}
  .bx_title03 .title03{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABMlBMVEUAAAAbdv8adv8bdv8b df8kgP8kkv8bdv8bdf+AgP8bd/8adv8bdf8adf8bdv8bdv8adf8deP8adv8bdv8bd/8adf8bdf8a df8bdf8adv8edv8ceP8ndv8adf8ceP8he/8adv9AgP8bdf8bdv8beP8cd/8cd/////8adv8adv8e eP8adv8bdv8zgP8ad/8adv8adf8bdf8cdf8cdf8bdv9Vqv8bdv8ce/8mgP8ad/8adv8adv8ggP8a df8bdv8bdv8cd/8bdv8bdv8adv8bdv8bdv8cdv8kef8adf8cev8bdf8bdf8fdf8bdf8zmf8adv8c d/8adv8bdv8adv8adv8ceP8adv8aeP8cd/8adf8bdv8rgP8bdv8cdv8bd/8bdv8rgP8ddv8adv8a dv8adf/////QnAxfAAAAZHRSTlMAHKbm7Q4H+fgCS5vR6+zS/kbUfYOJsrnPnEVIDeckH98ETMVg nVoBy+gz/eMKOmHEnz8l8ANUGxRY9fII1/eMgeXHJ9mZbBWlLlX6MtwFpG3qcJr7UboxeN57DK2K hdsGUNbzkgSw+gAAAAFiS0dEJy0PqCMAAAAHdElNRQfiBRYSIB3D6qh/AAABaElEQVRIx+2SW1uC QBCGV0BNw8LspBmVZqVlZZlaVCYoHlA72vkc//83BLPWky0u3JU9fRfsfLvzwsywCP0luRhW7yOW cVnkczpFHEkwOlUMAbB0gCUAc9ftsZbXOLMEPH3mMfSzwPduBxH4H+svHKvPP8wHRkYFp0BwrLc0 Sg+wFRK+9DJuD4R6u5+wA4Lm+yenTDcdNp8ROuCD+meis7ruFefMeH6B2nQMwDhaNItJgPFTgTD+ 1NLySjKaWoWYoQI8BtbS6xtoE8c8FQjgkjJbCG1n4mCyFsBOLg+usLsHOdihPBiJAPZzB/phsYDc R1J3+CVZVhRZLoEpEwCuW0pwn3+roqrVqqpWwNQIgFQdH9bBNBwAgqY1m5oGl6rVJgHhWDlJGuvp mXh+0WVSqW7QIa/G5ZURpK9vbu+MVbzHeZEIXh+QrR7x9LM432cPoNjTRy+tjoN0Q88vtVfprVxr tJ3lD4jeAWRKK6DEZ+51AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTA1LTIyVDE4OjMyOjI5LTA3 OjAwaARc/AAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0wNS0yMlQxODozMjoyOS0wNzowMBlZ5EAA AAAASUVORK5CYII=') no-repeat;
    background-size: 24px auto;
    font-weight: bold;
    padding-left: 32px;
  }



/*** .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{
	margin-bottom: 24px;
}
  .informationBox .list_information{
    background-color: #fff;
    border: 1px solid #C8D1DE;
    border-radius: 4px;
    padding: 16px;
    word-break: break-all;
    word-wrap: break-word;
  }
	.informationBox .list_information li{
		border-top: dashed 1px #E1E6ED;
		padding: 10px 0;
		line-height:1.5;
	}
  .informationBox .list_information li:first-child{
    border-top: none;
    padding-top: 0;
  }
  .informationBox .list_information li:last-child{
    padding-bottom: 0;
  }
	.informationBox .list_information li span{
		font-size: 12px;
		color: #999;
		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{
	padding-bottom: 10px;
	margin-bottom: 24px;
}
.bankbannerBox ul li{
  background-color: #fff;
  border: 1px solid #C8D1DE;
  border-radius: 4px;
  padding: 26px 0;
	text-align: center;
}


/*** .bannerBox2 ***/
.bannerBox2{
	margin-bottom: 40px;
}
.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-left: 25px;
}
.bannerBox2 .bx_ban li:first-child{
	margin-left: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{
  width: 100%;
}
/*.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 {
    margin: 0 auto;
    display: block;
    padding: 8px 0;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #434343;
    border-radius: 4px;
    border: 1px solid #C8D1DE !important;
  box-sizing: border-box;
    width: 950px;
}
.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-radius: 4px;
	margin: 0 auto 50px;
	padding: 18px 0 17px;
	/zoom: 1;
}
.footerBox .title04{
	border-right: 1px solid #ccc;
	float: left;
	margin-right: 20px;
	text-align:center;
	font-weight: bold;
	padding: 0 20px;
}
.footerBox ul{
}
.footerBox li{
	float: left;
	text-align: center;
}
.footerBox:after{
  content: "";
  display: table;
  clear: both;
}
.footerBox a{
  text-decoration: none;
}
.footerBox a:hover{
  text-decoration: underline;
}

/*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;
}
.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);
}

/*noticeIcon*/
.noticeIcon{
	display: inline-block;
	background: url(https://s.yimg.jp/images/wallet/waltz/common/images/pc_img_alert.png) no-repeat left top 2px;
	background-size: 20px 17px;
	padding-left: 30px;
}