<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", san-serif;
	line-height: 1.6em;
	background-color: #FFFFFF;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img{
	border: 0px;
}

a{
       text-decoration: none;
       color:#2f4f4f;
}

a:hover{
       text-decoration:underline;
}

a:hover{
      opacity:0.6;
      filter:alpha(opacity=60);
      -ms-filter: "alpha( opacity=60 )";
}

#search{
       padding-bottom: 15px;
}

p#newarrival{
        font-size: 12px;
        font-weight: bolder;
}

p#category{
        width: 180px;
        padding-top: 10px;
        line-height: 23px;
        font-size: 12px;
        font-weight: bolder;
        color: #000000;
}

.reclabel{
        padding-top: 15px;
        padding-left: 20px;
}

#viewcart{
        padding-bottom: 15px;
}

#cart{
       font-size: 11px;
       font-weight: bolder;
}

p#freepage{
        width: 180px;
        padding-top: 10px;
        line-height: 10px;
        font-size: 11px;
        font-weight: bolder;
        color: #000000;
}

#networks{
        padding-top: 20px;
        padding-bottom: 10px;
}

p.cont{
        text-decoration:none;
        font-weight: bold;
        font-size: 10px;
}

#footernav{
        font-weight: normal;
        font-size: 11px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:1000px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
 font-weight: bold;
 font-size: 11px;
}

/*leftとmainを囲む*/
.wrapper {
 width:800px;
 float:left;
}

/*　画面左側メニューの幅　*/
.left {
	float: right;
	width:180px;
        padding-right: 20px;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 560px;
        padding-left: 40px;
}

.right {
	float: left;
	width:180px;
        padding-left: 20px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

#group-list {
        border-top:solid 1px #000000;
        border-bottom:solid 1px #000000;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 23px;
        font-size: 8px;
        font-weight: bolder;
        color: #000000;
}</pre></body></html>