@charset "euc-jp";

/*
------------------------------------
noni21
カートカスタムスタイルシート

author：ADIX
updated：2022.08.12
------------------------------------
*/
.content-another_payment{
	display: flex;
}
.another_payment{
	width: 208px;
	margin-left: 12px;
  box-sizing: border-box;
}
.another_payment.main-box{
	width: 50%;
	margin-bottom: 12px;
}
.another_payment a{
text-decoration: none;
	background-color: #f0f1df;
	display: inline-block;
	padding: 12px;
	color: #94c89a;
	border: 1px solid;
	border-color: inherit;
}
.another_payment.main-box a{
	display: block;
	height: 200px;
}
.another_payment a:hover{
	background-color: aliceblue;
	color: #6fafcf;
}
.another_payment h2{
	line-height: 1.25;
	text-align: center;
	margin-bottom: 16px;
	padding-bottom: 12px;
  border-bottom: 1px solid;
	border-bottom-color: inherit;
}
.another_payment.main-box h2{
	text-align: left;
	font-size: 14px;
	margin-top: 8px;
}
.another_payment.main-box h2 img{
	display:block;
    vertical-align: middle;
    padding-right: 12px;
	margin-bottom: 12px;
}
.another_payment.main-box h2 br{
	display: none;
}
.another_payment p{
	padding-left: 12px;
	line-height: 1.7;
}
.another_payment.main-box p{
	margin-left: 0!important;
	margin-bottom: 0!important;
}
.post-notice{
	display: block;
	font-size: 12px;
}

#container #header.backimg {
     background: url(../img/header_bg.png) no-repeat top center; 
}
.order h2{
	margin: 24px 0 12px 20px;
	font-weight: bold;
	line-height: 1.5;
}
.order .ajust{
	margin-left: 10px
}
.order .ajust .pan-2{
	margin-bottom: 20px;
}
.order.list .another_payment.main-box{
	width: 100%;
}
.order.list .another_payment.main-box a{
	height: auto;
}