<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-JP";
/*-----------------------------
index of bace.css
-------------------------------
RESET
BACE
CLEARFIX
LAYOUT

※このCSSファイル（bace.css）は、サイト表示及び基本設定です。変更不可！
※ヘッダーやフッター等の共通表示に関するスタイル指定は、common.css で設定のこと。
-----------------------------*/


/*RESET
-----------------------------*/
* {
	margin: 0 ;
	padding: 0 ;
}
img {
	border: 0 ;
}
li {
	list-style: none ;
}
ul.style-disc li {
	list-style-type: disc ;
	margin: 0 0 0 10px ;
}
label {
	cursor: pointer;
}

/*BACE
-----------------------------*/
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
    line-height: 1.3em;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a {
	color: #0066cc ;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #ff9900 ;
}

/*CLEARFIX
-----------------------------*/
.clearfix:after {
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height: 0;
}
* html .clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*:first-child+html .clearfix {
	zoom: 1;
}

/*LAYOUT
-----------------------------*/
.left {
	float: left
}
.right {
	float: right
}
.text-right {
	text-align: right!important;
}
.text-center {
	text-align: center!important;
}

.end {
	margin: 0 !important;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	-webkit-filter:alpha(opacity=80) drop-shadow(1px 0px 2px #ccc);
	-webkit-filter:alpha(opacity=80) drop-shadow(1px 0px 2px #ccc);
	   -moz-filter:alpha(opacity=80) drop-shadow(1px 0px 2px #ccc);
	     -o-filter:alpha(opacity=80) drop-shadow(1px 0px 2px #ccc);
	        filter:alpha(opacity=80) drop-shadow(1px 0px 2px #ccc);
}

a:hover img.noOpacity {
	opacity: 1;
	-webkit-filter:alpha(opacity=100) drop-shadow(0px 0px 0px #ccc);
	-webkit-filter:alpha(opacity=100) drop-shadow(0px 0px 0px #ccc);
	   -moz-filter:alpha(opacity=100) drop-shadow(0px 0px 0px #ccc);
	     -o-filter:alpha(opacity=100) drop-shadow(0px 0px 0px #ccc);
	        filter:alpha(opacity=100) drop-shadow(0px 0px 0px #ccc);
}

/* 商品ページの説明箇所のみに反映 */
.sale_desc{
	font-size:14px !important;
}
</pre></body></html>