<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* -----------------------------------------------------------------------------
** payment/index.html オンライン決済をご希望の方へ
----------------------------------------------------------------------------- */
.payment em {
	font-weight: bold;
	font-style: normal;
}
.paymentSection {
	margin: 0 15px 30px !important;
}
.paymentSection p {
	margin-bottom: 15px;
}

/* オンライン決済を行うボタン */
p.onlineBtn {
	margin: 0 auto 10px;
}
p.onlineBtn a {
	background-color: #ff8800;/* IE用 */
	background: -moz-linear-gradient(top, #ffea01 0%, #ff8800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffea01 0%,#ff8800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffea01 0%,#ff8800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 6px;
	border: 1px solid #ff8800;
	box-shadow: 0 3px 2px #dddddd;
	color: #782506;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 13px 0;
	text-align: center;
	text-decoration: none;
	width: 400px;
}
p.onlineBtn a:hover {
	background: #ffc301;
	box-shadow: none;
}
p.onlineBtn a img {
	padding-top: 2px;
	margin-right: 5px;
}
p.tokutei {
	margin: 0 auto 25px;
	text-align: center;
}


/* オンライン決済説明 */
.paymentInfo {
	background: url(../img/payment/bg_paymentInfo.png) no-repeat left bottom;
	font-size: 13px;
}
.paymentInfo .creditInfo {
	float: left;
	width: 340px;
}
.paymentInfo .conveniInfo {
	float: right;
	width: 340px;
}
/* タイトル */
.paymentInfo h4 {
	background-color: #0f3e84;/* IE用 */
	background: -moz-linear-gradient(top, #24a6e3 0%, #0f3e84 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #24a6e3 0%,#0f3e84 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #24a6e3 0%,#0f3e84 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 6px 6px 0 0;
	color: #FFFFFF;
	font-size: 15px;
	margin: -5px 0 13px 0;
	padding: 8px 0;
	text-align: center;
}
/* 説明部分 */
ul.infoTxt,
ul.attTxt,
ul.creditIcon,
ul.conveniIcon {
	margin: 0 10px 20px;
}
p.attTit,
p.handlingTit {
	margin: 0 10px 10px;
}
ul.infoTxt li {
	background: url(../img/common/icon_06.gif) no-repeat left 3px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}
ul.attTxt li {
	background: url(../img/payment/icon_check.png) no-repeat left top;
	margin-bottom: 10px;
	padding: 2px 0 0 20px;
}
p.attTit span,
p.handlingTit span {
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 10px;
}
p.attTit span {
	background: #cc0000;
}
p.handlingTit span {
	background: #1a75b6;
}
ul.creditIcon li,
ul.conveniIcon li {
	display: inline;
	margin: 0 6px 0 0;
}
ul.creditIcon li img,
ul.conveniIcon li img {
	margin-bottom: 6px;
}

/* オンライン決済の流れ */
h4.titFlow {
	background: url(../img/common/bg_texture_28.jpg) no-repeat 10px center;
	box-shadow: 0 0 0 3px #e8e8e8, 0 0 0 4px #c1c1c1;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 26px;
	padding: 6px 0 6px 20px;
	width: 692px;
}
.step01Wrap {
	border: 3px solid #e8e8e8;
	font-size: 13px;
	margin: 0 0 50px 0;
	padding: 10px 17px;
}
.step01Wrap .captureTxt {
	margin-bottom: 20px;
}
#tab-02 .captureTxt {
	background: url(../img/payment/icon_barrow_red.gif) no-repeat center bottom;
	margin-bottom: 20px;
	padding-bottom: 40px;
}

#tab-02 .captureTxt:last-child {
	background: none;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.step02Wrap {
	border: 3px solid #e8e8e8;
	font-size: 13px;
	margin-bottom: 40px;
	padding: 10px 17px;
	position: relative;
}
.step02Wrap::before {
	content: url(../img/payment/icon_barrow_red.gif);
	position: absolute;
	top: -30px;
	left: 50%;
}
.stepTit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.stepTit span {
	background: #333333;
	color: #FFFFFF;
	margin-right: 4px;
	padding: 1px 4px;
}
.captureWrap {
	margin-bottom: 20px;
}
.captureTxt {
	width: 600px;
}
.captureTxt span {
	color: #CC0000;
}
.captureTxt p {
	margin-bottom: 10px;
}

/* タブ */
.payment #tabBox {
	background : url(../img/shousai/bg_option_bottom.png) no-repeat left bottom;
	font-size: 13px;
	position: relative;
}
.payment #tabBox::before {
	content: url(../img/payment/icon_barrow_red.gif);
	position: absolute;
	top: -30px;
	left: 50%;
}
.payment #tabBox ul#nav {
	background: url(../img/shousai/bg_option_top.png) no-repeat left bottom;
	padding-bottom: 5px;
}
.payment #tabBox ul#nav li {
	float: left;
	margin-right: 3px;
}
.payment #tabBox ul#nav li:first-child {
	margin-left: 5px;
}
.payment #tabBox #tab-01,
.payment #tabBox #tab-02 {
	border-right: 3px solid #e8e8e8;
	border-bottom: 3px solid #e8e8e8;
	border-left: 3px solid #e8e8e8;
	margin-top: -2px;
}
.payment #tabBox #tab-01,
.payment #tabBox #tab-02 {
	padding: 13px 17px 10px;
}

/* セキュリティコード表示箇所 */
.payment h5.securityTit {
	border-bottom: 2px solid #CC0000;
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0 0 3px 10px;
	width: 590px;
}
.payment table.security {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 40px;
	position: relative;
	width: 599px;
}
.payment table.security::after {
	content: url(../img/payment/icon_barrow_red.gif);
	position: absolute;
	bottom: -30px;
	left: 50%;
}
.payment table.security th {
	background: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
	text-align: center;
}
.payment table.security td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 15px 0;
	text-align: center;
}

/* 3Dセキュア */
.payment #threeDsecure {
	margin: 20px 0 40px;
	position: relative;
}
.payment #threeDsecure::after {
	content: url(../img/payment/icon_barrow_red.gif);
	position: absolute;
	bottom: -30px;
	left: 50%;
}
.payment #threeDsecureInn {
	border: 2px solid #facd89;
	margin: 10px 0 20px;
	padding: 10px 15px;
}
.payment .flowArrow {
	margin-bottom: 20px;
	text-align: center;
}
</pre></body></html>