<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 {
	margin: 0px;
	padding: 0px;
	
	background-color: #FFF;
	background-repeat: repeat-x;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	word-wrap: break-word;
}

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

img {
	border: 0px;
}

ul, li {
margin : 0 ;
padding : 0 ; 
list-style : none ;
}


a {
color: #000000;
text-decoration: underline;
}
a:link {
color: #000000;
text-decoration: underline;
}
a:visited {
color: #000000;
text-decoration: underline;
}
a:hover {
color: #ACAC9D;
text-decoration: underline;
}
a:active {
color: #000000;
text-decoration: underline;
}


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

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

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

.header h1 {
	float: left;
	height: 45px;
	width: 289px;
	margin-top: 27px;	
}

.header_r {
	float:right;
	text-align:right;
	margin-top: 17px;
}

.header_r_sq {
	font-size: 9px;
}

/* ***最上部＆サイドメニューの指定 */

.header_r_a {
	font-size: 11px;
	margin-bottom: 7px;
}

.header_r_a a:link{
    color:#000000;
    text-decoration:none;
}
.header_r_a a:visited{
    color:#000000;
    text-decoration:none;
}
.header_r_a a:hover{
color: #ACAC9D;
text-decoration: underline;
}
.header_r_a a:active{
    color:#000000;
    text-decoration:none;
}

.header_bottom {
	float: left;
	width: 100%;
	background-image: url(https://img15.shop-pro.jp/PA01209/641/etc/header_bottom_line.png?20130625114330);
	background-repeat: repeat-x;
	height: auto;
	margin-top: 8px;
	background-position: top;
}

.cart_log {
	float: right;
	height: auto;
	width: auto;
	text-align: right;
}

.Yokoso {
	float: left;
	width: auto;
	height: auto;
	vertical-align: middle;
	padding-top: 7px;
}


/*　画面左側サイドメニューの指定　*/
.side {
	float: left;
	width: 200px;
}

.side_midasi {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: auto;
	width: auto;
}

.midasi_head {
	height: 19px;
	width: auto;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ACAC9D;
	vertical-align: middle;
	padding-left: 4px;
	margin-left: 3px;
}

.side h3 {
	font-size: 14px;
	height: auto;
	width: auto;
}


.side dl {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	width: auto;
	padding-left: 0px;
}

.side dl dd {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.75em;
}

.side dl dt {
	font-size: 12px;
	color: #652103;
	padding-bottom: 8px;
	font-weight: normal;
}

.side dl .sDdDetail {
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding-bottom: 15px;
}

.side .all_link {
	clear: both;
	float: right;
	font-size: 12px;
	margin-top: 5px;
	height: auto;
	width: auto;
	margin-bottom: 27px;
}

.SMidasiUl {
	padding-top: 2px;
	line-height: 2.2em;
}

.SMidasiLi {
	padding-bottom: 4px;
	font-weight: bold;
	color: #666;
	padding-left: 16px;
	padding-top: 3px;
}

.SMidasiUl li {
	padding-left: 20px;
}

.SUlEnd {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;	
	
}

/* サイド見出し商品名リンク */
.SMidasiUl a:link,.SMidasiUl a:visited,.SMidasiUl a:active{
    text-decoration:none;
}

.SMidasiUl a:hover{
    text-decoration:underline;
}
.SMidasiUl a:active{
    text-decoration:none;
}

/* サイド見出しカテゴリーリンク */
.SMidasiLi a:link,.SMidasiLi a:visited,.SMidasiLi a:active{
    text-decoration:none;
		color: #666;
}

.SMidasiLi a:hover{
    text-decoration:underline;
}
.SMidasiLi a:active{
    text-decoration:none;
}

.SideBanner {
	margin-top: 15px;	
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/*　画面右側メイン画面指定　*/
.main {
	float: left;
	width: 765px;
	height: auto;
	margin-left: 25px;
	margin-top: 0px;
}

.main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 25px;
}


/* おすすめ商品のコーナー */

.RecommendBox {
	height: auto;
	width: auto;
	margin-top: 15px;
}

.RcSBox {
	height: auto;
	width: 143px;
	margin-right: 10px;
	float: left;
	clear: none;
}

.RcTxt {
	margin-top: 4px;
	color: #666;
}

/* おすすめ商品、履歴の写真サイズ強制適用*/

.HistoryP {
	width:143px;
}

.RcTxt a:link,.RcTxt a:visited,.RcTxt a:active{
    text-decoration:none;
		color: #666;
}

.RcTxt a:hover{
    text-decoration:underline;
		color: #666;
}
.RcTxt a:active{
    text-decoration:none;
		color: #666;
}


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

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

/*　フッター（コピーライト）　*/

.BTButtonDiv {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.BTButton {
	clear: left;
	float: right;
	height: auto;
	width: auto;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.BTCButton {
	clear: left;
	height: auto;
	width: auto;
	margin-top: 10px;
}

.footer {
	width: 100%;
	background-color: #f2f2f2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	height: auto;
	float: left;
	min-width:1030px;
}

.footerInside {
	height: auto;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
}

.footerBox1 {
	height: auto;
	width: 237px;
	margin-left: 6px;
	float: left;
}
.footerBox23 {
	height: auto;
	width: 237px;
	margin-left: 10px;
	float: left;
}
.footerBox4 {
	height: auto;
	width: 237px;
	margin-left: 10px;
	margin-right: 6px;
	float: left;
}

.CopyRight {
	font-size: 10px;
	color: #999;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}


/* -------------------------------------
*     商品一覧、検索結果用のCSS
* ------------------------------------- */

/* パンくずリスト */

.PanKuzu a:link,.PanKuzu a:visited,.PanKuzu a:active{
    text-decoration:none;
		color: #666;
}

.PanKuzu a:hover , .PanKuzu a:active{
    text-decoration:none;
}

.SortList {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	float: right;
}

.SortList a:link,.SortList a:visited,.SortList a:active{
    text-decoration:none;
		color: #666;
}

.SortList a:hover , .SortList a:active{
	text-decoration: underline;
}

/* リストCSS */

.ListRecommendBox {
	height: auto;
	width: auto;
	margin-top: 15px;
}

.ListRcSBox {
	height: auto;
	width: 240px;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
	clear: none;
	padding: 0px;
}

.ListRcTxt {
	margin-top: 4px;
	color: #666;
	padding: 3px;
}

.OutTxt {
	border: 1px dotted #666;
	padding: 3px;
	margin-top: 8px;
	height: auto;
	width: auto;
	color: #666;
}

.ListRcTxt a:link,.ListRcTxt a:visited,.ListRcTxt a:active{
    text-decoration:none;
		color: #666;
}

.ListRcTxt a:hover{
    text-decoration:underline;
		color: #666;
}

.ListRcTxt a:active{
    text-decoration:none;
		color: #666;
}

.ListSummary{
	height: auto;
	width: 765px;
	margin-top: 25px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	float: left;
	text-align: right;
	color: #666;
	font-size: 11px;
}

/* 検索結果表示用 */

.SearchResSum {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}

.SearchResSum p {
	color: #666;
	text-align: left;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* -------------------------------------
*     注意書き用の見出し
* ------------------------------------- */

.RedTxt {
	font-weight: bold;
	color: #440300;
	}


/* -------------------------------------
*     ★★★フリーページ用のCSS★★★
* ------------------------------------- */

#MainPhoto {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 30px;
}

.siocomment {
	font-weight: normal;
	color: #666;
	float: left;
	margin-top: 20px;
}

.FreeBox {
	color: #666;
	padding-top: -30px;
}

.FreeMidashi {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	margin-top: 5px;
}

.FreeHead {
	color: #540600;
}

.FreeCatch {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	margin-top: -7px;
}

.FreeCatchTop {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	margin-top: -7px;
}

.PhotoR {
	float: right;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-left: 10px;
}

.PhotoR2 {
	float: right;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 80px;
	margin-left: 10px;
}

.PhotoRTop {
	float: right;
	clear: both;
	height: auto;
	width: auto;
	margin-left: 10px;
}

.BodyTxt { 
	overflow:auto;
	zoom:1;
	}

.CopaIndent {
	margin-left: 70px;
}

.CopaText {
	margin-left: 30px;
}

#Copa {
	float: left;
	height: 100%;
	width: 440px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #550600;
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
}

/* -------------------------------------
*     ページ下部のバナーコーナー
* ------------------------------------- */

#BannerCorner {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 50px;
}

/* -------------------------------------
*    フッター文字関係の定義
* ------------------------------------- */

.FootTtl1 {
	font-weight: bold;
	color: #730F17;
	margin-bottom: 5px;
	font-size: 13px;
	margin-top: 18px;
}

.FootTtl2 {
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	font-size: 12px;
}

.FootTtl3 {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

.FootTtl4 {
	font-weight: bold;
	color: #333;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.8em;
}

.FtHr{
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.LogoImg {
	margin-top: 10px;
	margin-bottom: 10px;
}

.FtBody {
	color: #666;
	font-size: 11px;
}

.BottomLB {
	margin-bottom: 10px;	
}

/* -------------------------------------
*    初めての方へ や 特商の表記等のCSS
* ------------------------------------- */

h2.TokusyouH2 , a h2.TokusyouH2 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-style: none;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #57150C;
	padding-left: 7px;
	text-decoration: none;
	height: auto;
	width: 765px;
}

.PrBold {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#Intro {
	float: left;
	height: auto;
	width: 525px;
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

#IntroRight {
	float: left;
	height: auto;
	width: 215px;
	margin-left: 25px;
	margin-top: 10px;
}

#Thx {
	margin-top: 30px;
}

.HajimeteLB {
	margin-bottom: 15px;
}

.HajimeteLB a img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.HajimeteLB a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}


.IntroBox {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 20px;
	margin-bottom: 20px;
}

.IntroBox h3 {
	color: #333;
}

.caution1 {
	height: auto;
	width: 100%;
	border-width: thin;
	border-style: solid;
	border-color: #CCC;
	padding: 6px;
	font-size:11px
}

.caution2 {
	height: auto;
	width: 100%;
	border-width: thin;
	border-style: solid;
	border-color: #CCC;
	padding: 6px;
	margin-top:25px;
	font-size:11px
}

/* -------------------------------------
*    各ページに表示する重要な注意書き
* ------------------------------------- */

#TopFreeInformation {
	float: left;
	height: auto;
	width: 735px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	color: #751E04;
	border: thin solid #CCC;
}

.CautionMidashi {
	font-weight: bold;
	margin-bottom: 8px;
	color: #F00;
}
.YuPacket {
  margin-top:11px;
  margin-bottom:5px;
  padding:3px;
  width:120px!important;
  color:#fff;
  background-color:#ED1C24;
  clear:both;
  text-align:center;
}
.YuPacketTxt {
  clear:both;
}</pre></body></html>