<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/* ================================================

	ニコスポイント連携・クーポン関係のcss
	classの接頭辞に必ず「ncpn」を付与すること。
================================================ */
/* common */
.total_price_box {
	width: 710px;
	margin: 10px 20px;
	text-align: right;
}

.total_price_box .final_price_up,
.total_price_box .final_price_up {
	margin-top: 10px;
	width: 710px;
	border-top: 2px solid #666;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.total_price_box .final_price_up span,
.total_price_box .final_price_up span{
	color: #f00;
}

.ncpnTtl01 {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #e9561f;
	color: #ffffff;
}


/* クーポン取得画面 */
.ncpnCouponTitle01 {
	display: block;
	padding: 13px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	background: #ffcc0d;
	color: #1e1e1e;
}

.ncpnCouponBox01 {
	width: 488px;
	margin: 20px auto;
	padding-bottom: 15px;
	border: 1px solid #cccccc;
	line-height: 1.2;
	font-family: Arial;
	text-align: center;
}

.modModalLayout01 .ncpnCouponBox01 {
	margin: 20px auto 10px;
	border: none;
}

.ncpnCouponBox01 span {
	display: block;
	margin: 10px 0;
}

.ncpnCouponBox01 .name {
	width: 450px;
	margin: 0 auto;
}

.ncpnCouponBox01.JSERROR .name {
	text-align: left;
}
.ncpnCouponBox01 .image img {
	max-height: 200px;
	max-width: 200px;
}

.ncpnCouponBox01 .image a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	opacity: 0.75;
}

.ncpnCouponBox01 .price {
	font-size: 10px;
}

.ncpnCouponBox01 .price span {
	display: block;
	margin: 0;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
}

.ncpnCouponBox01 span &gt; span {
	display: inline-block;
	margin: 0;
}

.ncpnCouponBox01 .period {
	font-size: 12px;
}


/* 買い物かご */
.ncpnCartListBox01 {
	position: relative;
	margin: -10px 0 10px;
	border-bottom: 1px solid #666666;
}

.ncpnCartListBox01.borderNoneB {
	margin: -10px 0 0;
	border-bottom: none;
}

.ncpnCartListBox01 .image {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 80px; height: 80px;
	margin: auto 0 auto 10px;
}
#cartItemList .ncpnCartListBox01 .image {
	width: 60px; height: 60px;
}
#cartItemList .ncpnCartListBox01.under .image:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 60px; height: 60px;
	background-color: #666666;
	background-color: transparent\9;
	opacity: 0.5;
}

.ncpnCartListBox01 .image img {
	max-height: 80px;
	max-width: 80px;
}
#cartItemList .ncpnCartListBox01 .image img {
	max-height: 60px;
	max-width: 60px;
}
.ncpnCartListBox01 .image img[src=""] {
	display: none;
	margin-right: 0;
}

.ncpnCartListBox01 .text {
	padding: 10px;
	font-size: 13px;
	margin-top: -1px;
	font-weight: bold;
}
#cartItemList .ncpnCartListBox01 .text {
	font-size: 14px;
}
.ncpnCartListBox01 .text strong {
	font-weight: bold;
}

.ncpnCartListBox01 .image + .text {
	min-height: 60px;
	padding: 10px 10px 25px 100px;
}
#cartItemList .ncpnCartListBox01 .image + .text {
	min-height: 40px;
	padding: 10px 10px 25px 80px;
}
#cartItemList .ncpnCartListBox01 .text &gt; .goNext {
	position: absolute;
	bottom: 7px; left: 80px;
}

.ncpnCartListBox01 p {
	margin-bottom: 0 !important;
	line-height: 1.1 !important;
	color: #666666;
}
.ncpnCartListBox01 p span {
	display: block;
}
.ncpnCartListBox01 p span strong {
	color: #e03c39;
}
.ncpnCartListBox01 p span .arrow {
	display: inline-block;
	margin: 0 5px;
}

.ncpnCartListBox01 a {
	color: #666666;
}


/* 取引方法選択画面 */
.ncpnRadioList01 {
	margin: 10px;
}

.ncpnRadioList01 li.banCateg {
	padding: 10px;
	font-size: 11px;
}

.ncpnRadioList01 label {
	position: relative;
	display: block;
	padding: 8px 10px;
	cursor: pointer;
}

.ncpnRadioList01 label &gt; div {
	padding-left: 30px;
	color: #cccccc;
}
.ncpnRadioList01 label &gt; div:after {  
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ncpnRadioList01 label &gt; input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

.ncpnRadioList01 label &gt; input:checked + div {
	color: #63be2f;
}

.ncpnRadioList01 label &gt; div .image {
	position: relative;
	float: left;
	margin-right: 10px;
}

.ncpnRadioList01 label &gt; div .image img {
	max-height: 80px;
	max-width: 80px;
}

.ncpnRadioList01 label &gt; div .image img[src=""] {
	display: none;
}

.ncpnRadioList01 label &gt; div .text {
	float: left;
	max-width: 590px;
}

.ncpnRadioList01 label .name {
	font-weight: bold;
}

.ncpnRadioList01 label .desc {
	margin-top: 2px;
	line-height: 1.2;
	font-size: 10px;
}


/* ポイント利用 */
.ncpnPointUseBox01 li {
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.ncpnPointUseBox01 li:first-child {
	padding-bottom: 0;
}

.ncpnPointUseBox01 label {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
}

.ncpnPointUseBox01 label &gt; .radio {
	float: left;
	margin-right: 10px;
}

.ncpnPointUseBox01 label &gt; .labelTitle {
	margin-top: 1px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: bold;
	color: #666;
}

.ncpnPointUseBox01 .detail {
	margin: 0 10px 0 30px;
	font-size: 14px;
	color: #cccccc;
}

.ncpnPointUseBox01 .detail div {
	margin-bottom: 5px;
}

.ncpnPointUseBox01 .detail div div {
	display: block;
	line-height: 1.1;
	font-size: 12px;
}

.ncpnPointUseBox01 .detail .pointDetail span span {
	display: inline;
}

.ncpnPointUseBox01 .detail input.text {
	margin: 0 5px 0 0;
	height: 32px;
	-webkit-appearance: none;
	padding: 2px 5px;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 0;
	line-height: 1;
	background: #fff;
	background: none repeat scroll 0 0 #fff;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0;
	color: #cccccc;
}

.ncpnPointUseBox01 .JSACTIVE .detail .error {
	display: block;
	color: #e03c39;
}

.ncpnPointUseBox01 label &gt; input:checked + div {
	color: #63be2f;
}

.ncpnPointUseBox01 .JSACTIVE .detail {
	color: #666666;
}

.ncpnPointUseBox01 .JSACTIVE .detail input.text {
	color: #666666;
}

.ncpnPointUseBox01 .detail input.text.JSERROR {
	border: 1px solid #e03c39;
}

.ncpnPointUseBox01 .detail input.text.JSERROR:disabled {
	border: 1px solid #d2d2d2;
}

/* 会員登録完了画面 */
.ncpnCol2Box {
	width: 479px;
	margin: 10px auto 0;
	text-align: center;
}

/* 会員登録完了画面 */
.ncpnBtnCouponGet a {
	display: block;
	width: 310px;
	height: 54px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url(/pc/img/regist/btn_cpget.png) no-repeat left top;
	cursor: pointer;
}

.ncpnBtnCartContinue a {
	display: block;
	width: 234px;
	height: 42px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url(/pc/img/regist/btn_continue.png) no-repeat left top;
	cursor: pointer;
}

.ncpnBtnCouponGet a:hover,
.ncpnBtnCartContinue a:hover {
	opacity: 0.75;
	filter: alpha(opacity=0.75);
	-ms-filter: "alpha(opacity=0.75)";
}


/* マイページ・クーポン一覧 */
	.ncpnMyCpnListBox {
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}
	.ncpnMyCpnListBox h2 {
		padding: 4px 10px;
		color: #fff;
	}
	.ncpnMyCpnBox,
	.ncpnMyCpnStatusPrice {
		display: table;
		width: 100%;
	}
	.ncpnMyCpnBoxMain {
		display: table-cell;
		width: 68%;
		border-right: 1px solid #ccc;
	}
	.ncpnMyCpnBoxSub {
		display: table-cell;
		width: 32%;
		vertical-align: middle;
	}
	.ncpnMyCpnStatus,
	.ncpnMyCpnPrice {
		display: table-cell;
		width: 50%;
		border-bottom: 1px solid #ccc;
		padding:5px 0; 
		text-align: center;
		vertical-align: middle;
	}
	.ncpnMyCpnStatus {
		border-right: 1px solid #ccc;
	}
	.ncpnMyCpnDetail {
		position: relative;
		min-height: 80px;
		padding: 10px 10px 10px 100px;
	}
	.ncpnMyCpnDetail .ncpnMyCpnImg {
		position: absolute;
		top: 10px; left: 10px;
		width: 80px; height: 80px;
	}
	.ncpnMyCpnDetail .ncpnMyCpnImg img {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		max-width: 80px;
		max-height: 80px;
		margin: auto;
	}
	.ncpnMyCpnBoxSub p {
		text-align: center;
	}

	.ncpnMyCpnListBox.possible h2,
	.ncpnMyCpnListBox.ready h2 {
		background-color: #63be2f;
	}
	.ncpnMyCpnListBox.used h2 {
		background-color: #666;
	}
	.ncpnMyCpnListBox.gone h2 {
		background-color: #ccc;
	}
	.ncpnMyCpnListBox.ready .ncpnMyCpnBox,
	.ncpnMyCpnListBox.used .ncpnMyCpnBox,
	.ncpnMyCpnListBox.gone .ncpnMyCpnBox{
		background-color: #f6f6f6;
	}
	.ncpnMyCpnListBox.possible .ncpnMyCpnStatus p {
		color: #63be2f;
	}
	.ncpnMyCpnListBox.ready .ncpnMyCpnStatus p {
		color: #e03c39;
	}
	.ncpnMyCpnListBox.possible .ncpnMyCpnBoxSub p{
	position: relative;
	width: 150px;
	border:1px solid #ccc;
	margin: 0 auto;
	text-align: left;
}
	.ncpnMyCpnListBox.possible .ncpnMyCpnBoxSub p a{
	display: block;
	padding: 5px 5px 5px 35px;
}
	.ncpnMyCpnListBox.possible .ncpnMyCpnBoxSub p a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	color: #009ce2;
}
	.ncpnMyCpnListBox.possible .ncpnMyCpnBoxSub p a:after {
	content: "";
	position: absolute;
	top: 15px; left: 10px;
	display: block;
	width: 0; height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #009ce2;
}

.modLink01.ncpnTextLink {
	margin: 0;
	text-align: right;
	float: right;
}

.modLink01.ncpnTextLink a {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.modLink01.ncpnTextLink a:after {
	right: 4px;
}

.modLink01.ncpnTextLink a:hover {
	text-decoration: underline;
	background: transparent;
}

/* クーポンエラー画面 */
.ncpnLinkBack01 {
	text-align: right;
}

form .ncpnLinkBack01 input[type="submit"] {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0;
	border: none;
	float: none;
	width: auto;
	height: auto;
	background: none;
	font-size: 12px;
	text-align: right;
	overflow: visible;
	padding-left: 18px;
	background: url(/pc/img/common/link_arrow_white.png) no-repeat 0 -13px;
}

form .ncpnLinkBack01 input[type="submit"]:hover {
	color: #009ce2;
	text-decoration: underline;
	cursor: pointer;
}

/* ========================================================

サイト共通モジュール

======================================================== */

/* サイト横断共通Modal
------------------------------------------------ */
.modModalLayout01 {
	position: relative;
}

.modModalLayout01 .jsModal_close {
	position: absolute;
	top: 1px;
	right: 8px;
	height: 20px;
	width: 20px;
}

.modModalLayout01 .jsModal_close:after {
	content:"\d7";
	position: absolute;
	top: 10px;
	right: 4px;
	height: 20px;
	width: 20px;
	line-height: 1;
	font-size: 28px;
	font-weight: bold;
	color: #1e1e1e;
	cursor: pointer;
	z-index: 100;
}

.modModalLayout01 .btnSubmit01 {
	margin-top: 60px;
}

.modModalLayout01 .btnSubmit01 + .btnSubmit01 {
	margin-top: 10px;
}

/* sp踏襲のボタン
------------------------------------------------ */
.btnSubmit01,
.btnSubmit02 {
	position: relative;
	padding:0;
	margin:10px auto 20px;
	display:block;
	height: 44px;
	width: 340px;
	color:#fff;
	font-size:18px;
	letter-spacing:0;
	cursor:pointer;
	font-weight:bold;
	-webkit-border-radius:0;
	font-weight: bold;
	text-align: center;
}

.btnSubmit01:after,
.btnSubmit02:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 10px;
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #ffffff;
}

.btnSubmit02 {
	position: relative;
	padding:0;
	margin:10px auto 20px;
	display:block;
	height: 48px;
	width: 250px;
	color:#fff;
	background-color: #ffffff;
	font-size:18px;
	letter-spacing:0;
	cursor:pointer;
	font-weight:bold;
	-webkit-border-radius:0;
	font-weight: bold;
	-webkit-apperance: none;
}
.btnSubmit01.white:after,
.btnSubmit02.white:after {
	display: none;
}

.btnSubmit01 a,
.btnSubmit02 a {
	display: block;
	text-align:center;
	height: 48px;
	padding: 0 15px;
	line-height: 48px;
}

.btnSubmit01.white,
.btnSubmit02.white,
.btnSubmit02 {
	height: auto;
	width: 232px;
	color:#009ce2;
}

.btnSubmit02:after {
	border-left: 9px solid #009ce2;
}

.btnSubmit01 button,
.btnSubmit01 input,
.btnSubmit01 a,
button.btnSubmit01,
.btnSubmit02 button,
.btnSubmit02 input,
.btnSubmit02 a,
button.btnSubmit02 {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.btnSubmit02 button,
.btnSubmit02 input,
.btnSubmit02 a,
button.btnSubmit02 {
	padding-left: 15px;
	font-weight: bold;
	-webkit-box-sizing: content-box;
}

.btnSubmit01 a {
	height: 44px;
	border: 2px solid #009ce2;
	background-color: #009ce2;
	color: #ffffff;
}

.btnSubmit01 button,
.btnSubmit01 input,
button.btnSubmit01 {
	display: block;
	text-align:center;
	height: 48px;
	width: 100%;
	border: none;
	line-height: 48px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size:18px;
	font-weight: bold;
	background-color: #009ce2;
	color: #ffffff;
	cursor: pointer;
}

.btnSubmit01.white a,
.btnSubmit02.white a,
.btnSubmit02 button,
.btnSubmit02 input,
.btnSubmit02 a,
button.btnSubmit02 {
	height: 44px;
	border: 2px solid #009ce2;
	background-color: #ffffff;
	color:#009ce2;
}

.btnSubmit01 button:hover,
.btnSubmit01 input:hover,
.btnSubmit01 a:hover,
button.btnSubmit01:hover {
	text-decoration: none;
	background-color: #52bbe9;
}

.btnSubmit01.white a:hover,
.btnSubmit02.white a:hover,
.btnSubmit02 button:hover,
.btnSubmit02 input:hover,
.btnSubmit02 a:hover,
button.btnSubmit02:hover {
	border: 2px solid #52bbe9;
	background-color: #ffffff;
	text-decoration: none;
	color: #52bbe9;
}

.btnSubmit01 a:hover {
	border: 2px solid #52bbe9;
}

.btnSubmit02:hover:after {
	border-left: 9px solid #52bbe9;
}

.btnSubmit01.arrowLink,
.btnSubmit02.arrowLink {
	background: #f76b1f url(/pc/img/common/link_arrow_white.gif) 8px center no-repeat;
}

.btnSubmit01 button:disabled,
.btnSubmit01 input:disabled,
.btnSubmit01 a:disabled,
button.btnSubmit01:disabled,
.btnSubmit02 button:disabled,
.btnSubmit02 input:disabled,
.btnSubmit02 a:disabled,
button.btnSubmit02:disabled {
	background-color: #cccccc;
	cursor: default;
}

.btnSubmit01:hover,
.btnSubmit02:hover {
	background-color: #f0814c;
}

.btnSubmit01.arrowLink,
.btnSubmit02.arrowLink {
	background: #f76b1f url(/pc/img/common/link_arrow_white.gif) 8px center no-repeat;
}

.btnSubmit01:hover a,
.btnSubmit02:hover a {
	text-decoration:none;
}

.btnSubmit01:disabled {
	background-color: #cccccc;
	cursor: default;
}

.btnSubmit01.disabled,
.btnSubmit01.disabled input {
	background-color: #cccccc;
	cursor: default;
}

.btnSubmit01.disabled a:hover {
	color: #ffffff;
	background: #cccccc;
	cursor: default;
}

.btnSubmit01.disabled:after {
	display: none;
}


.JSNONE {
	display: none;
}

.JSNOTOUCH{
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.jsModalCoverLayer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	background: #000;
	z-index: 9998;
}

.modModalLayout01 .sub_title_02 {
	text-align: center;
}

/* couponInfoInvokeを使用したボタン
\template\pc.common\coupon\couponInfoInvoke01.html
------------------------------------------------ */
.ncpnAlertBox{
	width: 320px;
	margin: 10px auto 20px;
	padding: 12px 10px 8px;
	border: 3px solid #e03c39;
	text-align: center;
	color: #e03c39;
}
.ncpnAlertBox p{
	color: #e03c39;
	font-weight: bold;
}
a.ncpnLinkTextColor {
	color: #009ce2;
}









.font14 {
	font-size: 14px !important;
}

.font13 {
	font-size: 13px !important;
}

.mt60 {
	margin-top: 60px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}</pre></body></html>