#menu_inner li:nth-child(6) a img,#menu2_inner li:nth-child(5) a img{opacity:0}
#content_pay{margin-bottom:10px}
#pay_cs1,#pay_info{margin-bottom:20px}
/*content sentences
-----------------------------------*/
.cs_inner{
	padding:20px 50px 10px;
}

#pay_cs1 .cs_inner{
	padding-right:0;
}

.cs_content{
	margin-bottom:15px;
	padding:0 10px 10px;
	border-bottom:1px dotted #666;
}

.cs_content h3{
	margin-bottom:5px;
	height:43px;
	line-height:43px;
	color:#c2b5ff;
	font-size:22px;
	font-weight:normal;
}

.cs_content h3{
	height:20px;
	line-height:20px;
	margin-bottom:10px;
	padding-left:10px;
	color:#75e0d7;
	font-size:18px;
	font-weight:normal;
	border-left:5px solid #06f;
}

.cs_content p{
	padding-left:51px;
	font-size:14px;
}

/*--------------*/
.pay_text{
	font-size:16px;
	line-height:1.5;
}

.big_t,.pink{
	color:#f6f;
	font-weight:bold;
}
.big_t{font-size:30px}

/*--------------*/
#pay_info{margin-top:40px}
.pay_info_inner{
	width:328px;
	height:452px;
	margin-bottom:10px;
	border:1px solid #333;
}

.pay_info_inner h3{
	height:30px;
	line-height:30px;
	font-size:16px;
	text-align:center;
	text-shadow:2px 2px 0 #333;
	background:url(../img/title_bg.gif) no-repeat center top;
}

.pi_text{
	height:300px;
	padding:10px;
	background:url(../img/inner_bg.png) no-repeat right bottom;
}

.bold{
	line-height:1.2;
	font-size:16px;
	font-weight:bold;
}
.pi_text a{
	color:#a9bfff;
}

.pi_title{
	display:block;
	margin:15px 0 10px;
	padding:5px 0 5px 5px;
	color:#ff6;
	font-size:14px;
	font-weight:bold;
	border-left:5px solid #f6f;
	border-bottom:1px solid #f6f;
}

.pi_img{
	padding-top:5px;
	text-align:center;
}

/* コンビニダイレクト
---------------------------------------*/
.direct{
	width:988px;
	height:485px;
}

.direct .pi_text{
	height:435px;
}
.direct .red{
	color:#f00;
}

.direct_c_link{
	display:block;
	padding:20px 0;
}
.direct_c_link a{
	margin-right:10px;
}
.direct_c_link .dcl_last{
	margin-right:0 !important;
}
.direct_c_link a img{
	transition:opacity .3s;
}
.direct_c_link a:hover img{
	opacity:.85;
}

.direct_b_w{
	display:block;
	overflow:hidden;
}
.dbw_content{
	padding:10px;
	width:290px;
	min-height:95px;
	float:left;
	color:#333;
	font-size:14px;
	border-radius:5px;
	background:#fff;
}
.dbw_content.dbwc_middle{
	margin:0 19px;
}

.dbw_content span{
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #999;
}


/*b_pay//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.set_3 a{
	display:block;
	margin-bottom:20px;
	text-align:center;
	height:65px;
	line-height:65px;
	color:#fff;
	border-radius:5px;
	border:1px solid #999;
	padding:5px 15px;
	font-size:25px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 1px 2px #000445;
}
.set_3 a span{
	display:block;
	height:65px;
	border-radius:2px;
	box-shadow:0 0 3px -1px #000;
	background-color:#7e64f9;
	background-image:url(../img/top_sche_bg.png);
	background-repeat:repeat;
	background-position:center bottom;
	-webkit-transition:background-color .3s;transition:background-color .3s;
}
.set_3 a:hover span{
	background-color:#c37bff;
}

.set_3 a{
	background:#dcdcdc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image:-webkit-linear-gradient(top, #fff, #eee);
	background-image:-moz-linear-gradient(top, #fff, #eee);
	background-image:-ms-linear-gradient(top, #fff, #eee);
	background-image:-o-linear-gradient(top, #fff, #eee);
	background-image:linear-gradient(top, #fff, #eee);
	cursor:pointer
}
.set_3 a:hover{
	background:#dcdcdc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background-image:-webkit-linear-gradient(top, #eee, #fff);
	background-image:-moz-linear-gradient(top, #eee, #fff);
	background-image:-ms-linear-gradient(top, #eee, #fff);
	background-image:-o-linear-gradient(top, #eee, #fff);
	background-image:linear-gradient(top, #eee, #fff)
}

.set_3 .left,.set_3 .right{width:400px}
.set_3 .left span,.set_3 .right span{line-height:50px}
.cre{
	position:absolute;
	left:0;
	bottom:0;
	width:400px;
	font-size:14px;
	line-height:1 !important;
	height:20px !important;
	box-shadow:none !important;
	background:none !important;
}


#pay_form_w{padding:25px 0}
#pay_cform_w{padding:25px 0 0}
select{
	width:200px;
	margin:0;
	padding:5px;
	outline:none;
	border:1px solid #7442bc;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:16px;
}
#submit-p{padding:25px 0 40px}
input[type="submit"]{
	background:#dcdcdc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image:-webkit-linear-gradient(top, #fff, #eee);
	background-image:-moz-linear-gradient(top, #fff, #eee);
	background-image:-ms-linear-gradient(top, #fff, #eee);
	background-image:-o-linear-gradient(top, #fff, #eee);
	background-image:linear-gradient(top, #fff, #eee);
	width:200px;
	color:#333;
	border-radius:2px;
	border:1px solid #999;
	padding:7px;
	font-size:16px;
	font-weight:bold;
	cursor:pointer
}
input[type="submit"]:hover{
	background:#dcdcdc;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background-image:-webkit-linear-gradient(top, #eee, #fff);
	background-image:-moz-linear-gradient(top, #eee, #fff);
	background-image:-ms-linear-gradient(top, #eee, #fff);
	background-image:-o-linear-gradient(top, #eee, #fff);
	background-image:linear-gradient(top, #eee, #fff)
}

#seisan .set_3{
	margin-top:25px;
}



/*point//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.point_inner{height:245px}
.pi_text2{
	height:80px;
	padding:10px;
	text-align:center;
	background:url(../img/inner_bg.png) no-repeat right bottom;
}
.pi_text2 a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#a9bfff;
	-webkit-transition:color .3s;transition:color .3s
}
.pi_text2 a:hover{color:#fff}