<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*  --------------------
	国内用
--------------------  */

/* -- BackGround -- */
.mainBg {
	padding-top:10px;
	background:url(../img/cmn/bg_dom.gif);
}


/* -- パンくず -- */
.bci_1 { background:url(../img/dom/breadcrumbBtn_1.png) no-repeat; }
.bci_2 { background:url(../img/dom/breadcrumbBtn_2.png) no-repeat; }
.bci_3 { background:url(../img/dom/breadcrumbBtn_3.png) no-repeat; }

.bct_on { color:#FF0087; }
.bct_on a {
	color:#FF0087;
	text-decoration:underline;
}


/* ボタン */
/* -- Btn Color -- */
/*
.btnBg {
	text-shadow:0 -1px 0 #99004A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFD0EB), to(#FF66BA));
	background: -moz-linear-gradient(top, #FFD0EB, #FF66BA);
}
.btnBgBtm {
	background: -webkit-gradient(linear, left top, left bottom, from(#FF66BA), to(#FF40BA));
	background: -moz-linear-gradient(top, #FF66BA, #FF40BA);
}
*/

/* -- Title関連 -- */
.ct_color {
	background:url(../img/dom/titleBg.png) bottom repeat-x;
}


/* -- 共通タイトル -- */
.ctl {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFA1D9), to(#FF007B));
	background: -moz-linear-gradient(top, #FFA1D9, #FF007B);
}


.ecb {
	background:url(../img/dom/exChargeBtn.png) no-repeat;
}


/*
.itemChoiceBtnOn {
	height:30px;
	line-height:30px;
	color:#FFF;
	text-align:center;
	text-shadow:0 -1px 0 #333;
	border:1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#979797));
	background: -moz-linear-gradient(top, #E8E8E8, #979797);
}
.itemChoiceBtnOff {
	height:30px;
	line-height:30px;
	text-align:center;
	text-shadow:0 1px 0 #FFF;
	border:1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C0C5FF));
	background: -moz-linear-gradient(top, #FFF, #C0C5FF);
}
*/



</pre></body></html>