* {
	margin:0px;
	padding:0px;
}

body {
	margin:0;
	padding:0;
    background-position:center;
	background-color: #aaaaaa;
	font-size: 8pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #333333;
}
h1 {
	margin:0 0 10px 0;
}

h2 {
	margin: 0 0 5px 0;
	color: #595858;
	padding-top: 20px;
	letter-spacing:0.5em;
    font-size: 14px;
}

h3 {
	margin: 20px 0 5px 0;
	background-position: bottom;
	color: #595858;
	letter-spacing:0.5em;
    font-size: 12px;
}

h4 {
    margin-left:-10px;
    padding-left:0;
	font-size:12px;
	font-weight:bold;
}

h2.item {
    font-size: 20px;
    letter-spacing:0;  
}

a {
	padding:0;
	border-style:none;
}

img {
	margin:5px 0;
	padding:0;
	border-style:none;
}

ul, li {
	text-decoration:none;
	list-style-type:none;
}

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

.clear {
	clear: both;
}

.honbun {
	margin-bottom:100px;
}

/* ------------------------------------- 
 *	スペース
 * ------------------------------------- */

.break{
	margin-bottom: 15px;
	padding-bottom: 15px;
    margin-bottom: 0px\9;  /* IE7/8 only */ 
}

/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link {
	color:#403D3C;
	text-decoration: none;
}

a.honbun:link {
	text-decoration: underline;
}

a:visited {color: #251E1C; text-decoration: underline;}
a:active  {color: #251E1C; text-decoration: underline;}
a:hover {
	color:#999999;
	text-decoration: underline;
}

/*ショップタイトル-リンク色指定*/
#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}

/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

.contentsbox {
	width : 900px;
	background-color:#ECEAE3;
	margin:0 auto 0;
	padding:  0px 62px;
}

/*ページ中央の幅*/
#wrapper {
	margin:0;
	padding:0;
	width:900px;/* 初期モードで設定 */
}

#header {
	width: 900px;
	margin:0;
	padding:0 0 20px 0;
}

#side {
	width:210px;
	float:left;
	line-height:30px;
}

.side input {
    line-height: 30px; /* 文字の高さ */
	margin: 0px; /* 余白を消す */
	background-color: white; /* 背景 */
	border: 1px solid #999999; /* 罫線 */
	width: 190px; /* 幅 */
	padding-top: 0px; /* 余白 */
	padding-right: 5px; /* 余白 */
	padding-bottom: 0px; /* 余白 */
	padding-left: 5px; /* 余白 */
	height: 30px; /* 高さ */
}

.side button {
	line-height: 30px; /* 文字の高さ */
	padding-top: 0px; /* 余白 */
	padding-right: 10px; /* 余白 */
	padding-bottom: 0px; /* 余白 */
	padding-left: 10px; /* 余白 */
	background-color: white; /* 背景 */
	color: black; /* 文字色 */
	border: 1px solid #999999; /* 罫線 */
}
.side button:hover {
	background-color: #CC0066; /*背景色変更 */
	border-color: #FF66FF; /*ボーダーの色のみ変更 */
	color: white; /* 文字色 */
}

#main {
	width:650px;
	float:right;
}

#main ul {
       margin-left:20px;
}
 
#main ul li {
    margin-bottom: 5px;
	text-decoration:none;
	list-style-type:disc;
}

#footer {
	width:100%;
	padding-bottom:10px;
	text-align:center;
}

/* -------------------------------------
 *	ヘッダーナビ
 * ------------------------------------- */
ul#topnav{
	margin: 20px 0px 15px 0px;
	width: 904px;
	height: 17px;
}

ul#topnav li{float:left;list-style:none;}
ul#topnav li#top{width:90px;}
ul#topnav li#about{width:224px;}
ul#topnav li#store{width:164px;}
ul#topnav li#magazine{width:95px;}
ul#topnav li#original{width:188px;}
ul#topnav li#contact{width:141px;}

ul#topnav a{
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 904px;
	height: 17px;
	background:url(https://img08.shop-pro.jp/PA01200/352/etc/nav_top.png);
}
ul#topnav a#top{background-position:0px 0;width:90px;}	
ul#topnav a#about{background-position:-90px 0 ; width:224px;}
ul#topnav a#store{background-position:-314px 0 ; width:164px;}
ul#topnav a#magazine{background-position:-478px 0 ; width:95px;}
ul#topnav a#original{background-position:-573px 0 ; width:188px;}
ul#topnav a#contact{background-position:-761px 0 ; width:141px;}

ul#topnav a#top:hover, ul#topnav li.active a#top{background-position:0px -17px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-90px -17px;}
ul#topnav a#store:hover, ul#topnav li.active a#store{background-position:-314px -17px;}
ul#topnav a#magazine:hover, ul#topnav li.active a#magazine{background-position:-478px -17px;}
ul#topnav a#original:hover, ul#topnav li.active a#original{background-position:-573px -17px;}
ul#topnav a#contact:hover, ul#topnav li.active a#contact{background-position:-761px -17px;}
/* -------------------------------------
 *	サイドナビ
 * ------------------------------------- */
ul#sidenav {
	margin: 0px 0px 0px 0px;
	width: 209px;
}

ul#sidenav li {
	float:left;
	list-style:none;
	width:209px;}

ul#sidenav li#menu1 {height:58px;}
ul#sidenav li#menu2 {height:56px;}
ul#sidenav li#menu3 {height:111px;}
ul#sidenav li#menu4 {height:62px;}

ul#sidenav a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 209px;
	background:url(https://img08.shop-pro.jp/PA01200/352/etc/nav_side.png) no-repeat;
}

ul#sidenav a#menu1 {background-position:0px 0px; height:58px;}
ul#sidenav a#menu2 {background-position:0px -57px; height:57px;}
ul#sidenav a#menu3 {background-position:0px -115px; height:56px;}
ul#sidenav a#menu4 {background-position:0px -171px; height:56px;}
ul#sidenav a#menu5 {background-position:0px -227px; height:56px;}
ul#sidenav a#menu6 {background-position:0px -283px; height:56px;}
ul#sidenav a#menu7 {background-position:0px -339px; height:56px;}
ul#sidenav a#menu8 {background-position:0px -395px; height:56px;}
ul#sidenav a#menu9 {background-position:0px -455px; height:56px;}
ul#sidenav a#menu10 {background-position:0px -512px; height:115px;}

ul#sidenav a#menu1:hover, ul#sidenav li.active a#menu1 {background-position:-210px -0px;}
ul#sidenav a#menu2:hover, ul#sidenav li.active a#menu2 {background-position:-210px -57px;}
ul#sidenav a#menu3:hover, ul#sidenav li.active a#menu3 {background-position:-210px -115px;}
ul#sidenav a#menu4:hover, ul#sidenav li.active a#menu4 {background-position:-210px -171px;}
ul#sidenav a#menu5:hover, ul#sidenav li.active a#menu5 {background-position:-210px -227px;}
ul#sidenav a#menu6:hover, ul#sidenav li.active a#menu6 {background-position:-210px -283px;}
ul#sidenav a#menu7:hover, ul#sidenav li.active a#menu7 {background-position:-210px -339px;}
ul#sidenav a#menu8:hover, ul#sidenav li.active a#menu8 {background-position:-210px -395px;}
ul#sidenav a#menu9:hover, ul#sidenav li.active a#menu8 {background-position:-210px -455px;}
ul#sidenav a#menu10:hover, ul#sidenav li.active a#menu8 {background-position:-210px -512px;}

.subnav {
    margin-bottom: 40px;
}

.subnav img {
	margin-right: 8px;
}

/* ------------------------------------- 
 *	商品画像のサイズ・装飾設定(商品画像のサイズは「画像サイズ設定」で行います)
 * ------------------------------------- */

/* 画像のボーダー */
img.border {
	border:1px #CCC solid;
}
img.border2 {
	width:220px;
	border:1px #CCC solid;
}

/* メイン画像（大サイズ）*/
img.mainimg {
	width:300px;
	height:300px;
	border:1px #CCC solid;
	margin-bottom:10px;
}

/* 商品のその他画像のサイズ */
img.thumnail {
	width:142px;
	margin:5px 5px 0 5px;
}

img.thumnail_border {
	border:1px #CCC solid;
}

img {border:none;}
.small {font-size:10px;}
.right {text-align:right;}
.center {text-align:center;}


/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:0;
}
#header #title {
	padding-top:10px;
	float:left;
	padding-bottom:0px;
}

#header #title-r {
	padding-top:38px;
    font-size:12px;
	float:right;
}

#header #sns {
	float:right;
}

#header #facebook {
	float:left;
}

#header #instagram {
	float:left;
    margin-right: 10px;
}

#header #twitter {
	float:left;
    width:98px;
	margin-top: 8px;
}

#header #facebook_s {
	float:left;
    width:108px;
	margin-top: 8px;
}

/* ------------------------------------- 
 *	サイド内レイアウト
 * ------------------------------------- */

/*サイドメニューの背景*/
#side_menu {
	height:auto;
}

/*検索ボックス*/
#search {
	padding:0 0 0 0;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font-size:22px;
	margin-bottom:5px;
}

h1 img {
	width: 200px;
  	margin-top: 10px;
  	margin-bottom: -10px;
}

/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
}

#header_menu ul li img {
	height:12px;
	margin-right:5px;
}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#header #search .title {
	height:20px;
	background-position:left top;
}

#search select,input {
	margin-left:8px;
}
#search .button {
	width:76px;
	height:24px;
	margin-left:3px;
}

/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
	border-top:1px #CCC solid;
	margin-bottom:10px;
	padding-top:10px;
}

address {
	font-style:normal;
	margin:10px;
}

/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

dl {
	margin-bottom:10px;
} 

/* ------------------------------------- 
 *	灰色の部分（おすすめ商品、売れ筋商品、カテゴリのリスト）
 * ------------------------------------- */

#grayzone {
	margin-bottom:10px;
}

#grayzone .top {
	background-position:left top;
}
#grayzone .bottom {
	background-position:left bottom;
}

#grayzone dl {margin:0px 5px;}
#grayzone dt img {margin:2px 5px;}

/* リストのタイトル部分（四角の枠） */
#grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #7CD22C solid;
	margin-bottom:5px;
	padding-top:3px;
}

/* リスト部分（左端にオレンジ色の丸の画像） */
#grayzone dd {
	background:url(https://img.shop-pro.jp/tmpl_img/25/dd.gif) no-repeat;
	background-position:0px 6px;
	padding-left:12px;
	margin-bottom:3px;
}

#grayzone dd.sp {
	background:none;
	border-top:2px #FFF dotted;
	padding:0px;
	margin:3px;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
.grayzone {
	background:url(https://img.shop-pro.jp/tmpl_img/25/grayzone.gif) repeat-y;
	margin-bottom:10px;
}

.grayzone .top {
	background:url(https://img.shop-pro.jp/tmpl_img/25/grayzone_top.gif) no-repeat;
	background-position:left top;
}
.grayzone .bottom {
	background:url(https://img.shop-pro.jp/tmpl_img/25/grayzone_bottom.gif) no-repeat;
	background-position:left bottom;
}

.grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #7CD22C solid;
	margin-bottom:5px;
	padding-top:3px;
}

.grayzone dl {margin:0px 5px;}

.grayzone dt img {margin:2px 5px;}

.grayzone dd #btn_members_login,
.grayzone dd #btn_members_signup,
.grayzone dd #btn_members_logout {
	text-align:center;
}

.grayzone dd #btn_members_signup {
	padding-top:7px;
	margin-top:7px;
	border-top:2px #FFF dotted;
}

.grayzone dd #btn_members_signup span,
.grayzone dd #btn_members_logout span {
	font-size:10px;
	line-height:1.1em;
	display:block;
	padding-bottom:5px;
}


/* ------------------------------------- 
 *	カートの中身を見る
 * ------------------------------------- */
dl#cart dt {
	background-position:left top;
	text-align:center;
	padding-top:5px;
}

dl#cart dd {
	border-left:1px #91A823 solid;
	border-right:1px #91A823 solid;
	padding:2px 7px 2px 7px;
}

.subtotal {
	padding:5px 0;
}

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

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

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

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

/* ------------------------------------- 
 *	店主のコーナー
 * ------------------------------------- */
dl#owner {
	border-bottom:2px #7C8972 solid;
}

dl#owner dt {
	background:#7C8972 url(https://img.shop-pro.jp/tmpl_img/25/round_owner.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding:5px 0;
}

dl#owner dd {
	border-left:2px #7C8972 solid;
	border-right:2px #7C8972 solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	トラックバック、フリースペースのリスト
 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
	margin-bottom:5px;
}

dl#list dd {
	padding-left:17px;
	margin-bottom:3px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/dd_arrow.gif) no-repeat;
	background-position:1px 6px;
}

div.border {
	border-top:2px #7C8972 dotted;
	padding-bottom:5px;
	background:none;
}

/* ------------------------------------- 
 *	メールマガジン登録・解除
 * ------------------------------------- */

dl#mailmaga {
	border:1px #7C8972 solid;
}

dl#mailmaga dt {
	border-bottom:1px #7C8972 dotted;
	margin:5px;
	font-weight:bolder;
}

dl#mailmaga dd {
	text-align:center;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
}


/* ************************************************ 
 *	メインエリア
 * ************************************************ */

table.box {
	width:680px;
	margin:0px auto 0px auto;
}

/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.main_title {
	height:27px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/main_title.gif) repeat-x;
	background-position:left;
}

.main_title .point {
	height:27px;
	width:20px;
	float:left;
	background:url(https://img.shop-pro.jp/tmpl_img/25/main_title_point.gif) no-repeat;
	background-position:left;
}

.main_title .title {
	height:27px;
	margin-left:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/main_title_right.gif) no-repeat;
	background-position:right;
}
.main_title .title img {margin-top:6px;}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */

div.info {
	color:#666666;
	margin-top:-20px;
	margin-bottom:100px;
}

/* ------------------------------------- 
 *　フリースペース
 * ------------------------------------- */

.free_space {
	border:2px #CCC solid;
	padding:10px;
}

/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {margin-bottom:20px;}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
	margin:5px 2px;
	width:160px;
	float:left;
	text-align:center;
	font-size:10px;
}
.itemarea_s {
	margin:5px 1px;
}

/* ------------------------------------- 
 *	会員価格の表示 トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
}

.discount_rate_top {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	商品一覧・検索結果//アイテムリストの設定（一行表示の設定）
 * ------------------------------------- */

table.list {
	width:680px;
	border-top:1px #666666 solid;
	border-bottom:1px #666666 solid;
}

table.list td {
	padding:30px 5px;
}

/* 商品の名前 */
table.list div.name {
	padding:5px 0;
}

/* 商品の値段 */
table.list div.price {
	color:#666666;
	width:150px;
	float:right;
	text-align:right;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}


/* 並び順 */
.sort {
	width:680px;
	text-align:right;
	margin-bottom:5px;
}
.sort span,strong {
	padding:0px 7px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
    margin:5px 0;
}

.pagenavi span {
	padding:0px 7px;
	color:#000000;
}

/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

.category {
	float:right;
	width:340px;
}

/* カテゴリーの名前 */
.category_title {
	width:680px;
	font-size:20px;
	font-weight:bolder;
	padding:5px 10px;
	color:#333; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
}

dd#group-list {
	border-top:#FFF dotted 2px;
	padding:0px;
	margin:0px;
	height:1px;
	line-height:0px;
}

.group-list-link {
	margin:5px 0px 0px;
}

/* 会員価格の表示 商品一覧ページ用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_all {
	padding:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
}

div.manaita_sozai {
	width: 630px;
	height:264px;
	background-color:#FFF;
}

div.manaita_sozai img {
	margin: 0 20px 0 0;
	float: left;
}

div.manaita_sozai p{
	margin-top: 0px;
	padding: 0 10px 10px 20px;
	font-size:12px;
}

div.manaita_sozai h4{
	margin-top: 0px;
	padding: 25px 20px 15px 20px;
	font-size:large;
}

.tokucho {  
    text-indent: 0em;  
    margin-left: 3.0em;  
}  

ul.tokucho li {
    list-style-type:disc;
}

.tennenboku {
    font-size: smaller;
}

.tennenboku2 {
	border:#999 1px solid;
	padding:10px 25px;
}

table.tbl_sozai {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 650px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 90%;
}

table.tbl_sozai td {
  border: solid 1px #999;
  padding: 4px 6px;
  vertical-align: top;
  background: #FFFFFF;
}

table.tbl_sozai th {
  border: solid 1px #999;
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
div.ci {
	margin-bottom: 20px;
	}

div.ci div.title {
	background: url("https://img.shop-pro.jp/tmpl_img/25/arrow.gif") no-repeat scroll left center transparent;
	border-bottom: 2px dotted #7C8972;
	color: #7C8972;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 15px;
}

div.checkitem {
	margin:0 0 10px 0;
	float:left;
	padding: 0 15px 0 2px;
	width: 100px;
}

div.checkitem .ci_img {
	width:90px;
	border: 1px solid #CCCCCC;
}
/* ------------------------------------- 
 *	外枠
 * ------------------------------------- */

.main {
	width:650px;
	float:right;
	margin:0 0 0 30px;
	padding-bottom:80px;
}

.main li{
	margin-left:20px;
}

.main li img{
	list-style:none;
	float:left;
	padding-right:10px; 
}

.main li.last{
	list-style:none;
	padding:0px; 
}

.main li a{
	background-color:#999999;
}

.main table {
	margin-bottom:5px;
	padding:0;
	border-spacing: 18px;
}

.main table.items {
	margin-left:-10px;
	border-spacing: 0px;
}

.main table.items tr td {
	text-align:center;
	line-height:1.5;
	padding-bottom:20px;
}

.main img.item {
	float: left;
}

.main img.detail {
	float: right;
	margin-bottom:20px;	
}

.to_top {
	float: right;
}

/* ************************************************ 
 *	商品詳細ページ
 * ************************************************ */

div.detail {margin:0 0 100px;}

div.detail_img {
	width:340px;
	float:left;
	text-align:center;
}

/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

table.spec {
	float:right;
	background:#eceae3;/*商品価格表-罫線の色*/
	width:340px;
}

table.spec th {
	background:#eceae3;/*商品価格表右側セルの背景色*/
	padding:5px;
	width:120px;
	color:#333;/*商品価格表右側セルの文字色*/
	font-weight:normal;
	text-align:left;
}

table.spec td {
	background:#eceae3;/*商品価格表左側セルの背景色*/
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
	color:#333;/*商品価格表-販売価格の文字色*/
	font-weight:bolder;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	text-align:left;
	margin-top:10px;
}
div.cart_in img {
	width:132px;
	height:34px;
}

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

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

/* 商品の説明 */
div.explain {
	margin:0px 0 10px 0;
}
.explanation ul {
    margin-left:20px;
}

.explanation ul li {
	text-decoration:none;
	list-style-type:disc;
}

.explanation ol {
    margin-left:20px;
}
.explanation ol li {
	text-decoration:none;
	list-style-type: decimal;
}

/* 「この商品について問い合わせる」等のボタン */
div.etc {
	text-align:center;
	margin-top:10px;
}
div.etc img {
    margin:5px;
}

/* 会員価格の表示 商品詳細用 */
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

.discount_rate_detail {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:20px;}

div.tb div.title {
	color:#7C8972;
	font-size:14px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px dotted #cccccc;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#ECEAE3;
	margin:0px 10px 0px 10px;
}

/*トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#7C8972;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #cccccc;
	font-weight:bolder;
	padding:5px 0;
}

/* ************************************************ 
 *	商品検索結果
 * ************************************************ */
.search_result {
	margin:5px 20px 20px 20px;
}

/*検索条件の文字の色*/
.search_result strong {
	color:#000000;
}

/* 会員価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_search {
	padding:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ************************************************ 
 *	その他のページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}


table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}

table.option td {
	background:#FFF;
	padding:3px;
}

.option_btn {
	text-align:center;
}

/* 会員価格の表示 オプション用 */
.regular_price_stock {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
}

.discount_rate_stock {
	padding:2px 0px;
	color:#ff0000;
}

/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

table#shop {
	width:680px;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
}

table#shop td,th {padding:10px;}

table#shop th {
	width:170px;
	background:#DDD;
	text-align:left;
	font-weight:normal;
}
table#shop td {
	background:#eeeeee;
}

/* ------------------------------------- 
 *	プライバシーポリシー
 * ------------------------------------- */

div#privacy {
	margin:10px 20px 20px 20px;
	background:#eee;
	border:1px #CCC solid;
}

div#privacy .title_sp {
	padding:2px;
	}

div#privacy .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
}

div#privacy .note {
	padding:5px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}
	
/* ------------------------------------- 
 *	リンク画像
 * ------------------------------------- */

a:hover img.link {  
  opacity:0.8;
  filter: alpha(opacity=80);  
  -ms-filter: "alpha( opacity=080 )";  
} 

input.link:hover  {  
  opacity:0.8;
  filter: alpha(opacity=80);  
  -ms-filter: "alpha( opacity=080 )";  
} 

/* ------------------------------------- 
 *	文字
 * ------------------------------------- */

.attention {
	font-size:14px;
	font-weight:bold;
}

.limit {
	font-size:9px;
}

.red {
	color: red;
} 

/* ************************************************ 
 *	フリーページ
 * ************************************************ */
 /* ------------------------------------- 
 *	ご利用ガイド
 * ------------------------------------- */
.guide {
}
.guide img {
	margin:10px 0;
}
 div.explanation {
}
 div.return {
	 text-align:right;
	 font-size:11px;
	 margin:10px 0 50px 0;
	 padding-right:10px;
}

 /* ------------------------------------- 
 *	サービス紹介
 * ------------------------------------- */

.wrapping {
	width:624px;
	height:auto;
	background-color: #FFF;
}

.wrapping .sub_title {
	padding: 0px 0px 20px 50px;
	font-weight: bold;
}

h3#wrapping {
	font-size:14px;
}
h3#refine {
	font-size:14px
}

.wrapping h4 {
	padding: 20px 0px 0px 30px;
	font-size: 16px;
	letter-spacing:0.3em;
	line-height: 1.1em;
}

.wrapping h4 img {
	margin: 0px 0px 0px 0px;
}

.wrapping img {
	margin:0px 20px 0px 0px;
	float:left;
}

.wrapping p {
    padding: 0px 15px 15px 15px;
}

.wrapping ul {
	padding:0 20px 0 20px;
	margin-top: -20px;
}

.wrapping hr {
    border:none;
    border-top: dotted 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 0 30px 0;
}
.wrapping_sp {
	float: left;
	width: 20px;
}

.wrapping .attention {
    font-weight:normal;
    font-size:10px;
    margin: 0px 15px 0px 0px;
}

.wrapping a:link {
	color:#403D3C;
	text-decoration: underline;
}

.wrapping a:visited {color:#403D3C ; text-decoration: underline;}
.wrapping a:active  {color:#999999 ; text-decoration: underline;}
.wrapping a:hover {
	color:#999999;
	text-decoration: underline;
}

.initial_service img {
	 margin-bottom: 40px;
}

.initial_service .alphabet {
	font-size:400%;
	letter-spacing:0.5em;
	line-height: 1.5em;
}

.refine img {
    margin-bottom: 40px;
}

 /* ------------------------------------- 
 *	お取り扱い＆お手入れ
 * ------------------------------------- */

#handling h3 {
	margin: 20px 0 30px 0;
	background:url(https://img08.shop-pro.jp/PA01200/352/etc/h3_bar.png) repeat-y;
    color: #595858;
	height: 25px;
	line-height:25px;
	padding-left: 20px;
	letter-spacing:0.5em;
	font-size: large;
	font-weight:bolder;
}

ul#wash li {
	list-style-type:decimal;
	margin-bottom:30px;
}

ul#repairs li {
	list-style:circle;
	margin-bottom:30px;
}

/* event (クリスマスなど) */
a.event {
	transition:0.3s; 
}
a.event:hover {
    opacity: 0.7;
}
span.redbold {
	font-weight: bold;
    color: red;
}

/** girido **/
.girido li img {
  transition: 0.3s;
  display: inline-block;
  vertical-align:bottom;
  margin: 0;
}

.girido li {
  margin-top: 30px;
  margin-bottom: -5px;
  overflow: hidden;
  position: relative;
  border:2px #cac095 solid;
}
.girido img:hover {
  opacity: 0.5;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* what's new ///////////////////////*/
.whatsnew_title {
  text-align: center;
  margin: 50px 0 50px 0;
}
.whatsnew_title h1 span {
  font-bold: medium;
  border-bottom: 1px solid ;
  padding-bottom: 5px;
}
.whatsnew {
  margin: 0 auto;
  width: 980px;
  padding: 0 0 40px 0;
}
.whatsnew dl {
  display: block;
  width: 100%;
  margin:0 0 40px 0;
  padding:0 0 40px 0;
  border-bottom: dotted 1px #666666;
}
.whatsnew dd {
  position: relative;
  width: 50%;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  text-align: left;
}
.whatsnew dd:nth-child(2) {
  left: 40px;
  width: calc( 50% - 80px );
}
.whatsnew dd a {
  margin-top: 30px;
  display: block;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 10px 30px;
  color:#FFFFFF;
  font-size:11pt;
font-weight:bold;
  border:0;
  cursor:pointer;
-webkit-font-smoothing: antialiased;
  background-color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.whatsnew dd a:hover{
  background-color: #D1CDC6;
  color:#333333;
}

.whatsnew h3 {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 12pt;
  padding: 40px 0 10px 0;
  letter-spacing: .2em;
}
.whatsnew p {
  line-height: 160%;
  font-size: 10pt;
}
.whatsnew img {
  margin: 0;
}

.menu .sec3 {
  margin: 40px 0 0 0;
}
.menu .sec3 li {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  background-color: #000000;
}
.menu .sec3 .photo {
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: 1;
  opacity: 0.7;
}
.menu .sec3 a {
  position: relative;
  display: block;
  border: 0px #FFFFFF solid !important;
  padding: 40px 0;
  margin: 2px;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 11pt;
  color: #FFFFFF;
  z-index: 10;
}

/** 商品説明 **/
div.flow {
}
div.flow_left, div.flow_right {
    float: left;
}
div.flow_left {
    width: 300px;
}
div.flow_right {
    width: 350px;
    padding-left: 30px;
}
img.step {
    width: 62px;
}
