/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}

q:before,q:after {content:'';}
abbr,acronym {border:0;}
   
r
body * {line-height:1.22em;}
/* body * {line-height:1.22em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */

body {
	font-family:'Arial Bold','メイリオ','ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height:170%;
	background-color:#FFFFFF;
	color:#333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(https://img05.shop-pro.jp/PA01106/172/etc/bg.png) fixed;
 }

img {
    vertical-align:bottom
}

.bold {
    font-weight:700
}

.cell_mar {
    margin:0 5px 0 15px
}

a:link    { color:#333;text-decoration:none;}
a:visited { color:#333;text-decoration:none;}
a:active  { color:#333;text-decoration:none;}
a:hover   { color:#33CC00;text-decoration:none;}

a img {
    -webkit-transition:.28s ease-in-out;
    -moz-transition:.28s ease-in-out;
    -o-transition:.28s ease-in-out;
    transition:.28s ease-in-out
}

a:hover img {
    filter:alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65
}

#container {
    width:1010px;
    margin:0 auto;
    padding:0 30px;
    text-align:left;
    background:#fff
}

div#gmo_CMSPbar { display: none; }

/* ************************************************ 
 *	ヘッダー画像＆ヘッダーメニュー
 * ************************************************ */

#header {
    text-align:left;
   margin-bottom:30px
}

.title {
    width:990px;
    height:140px;
    background:url(https://img05.shop-pro.jp/PA01106/172/etc/topbg990-201909.jpg?cmsp_timestamp=20190928141750
) no-repeat
}

.top_p {
margin-top:5px;
    padding:3px 10px;
    width:970px;
    background-color:#f1f1f1;
}



.top_link {
    font-size:90%;
    width:440px;
    text-align:right;
    padding:10px 15px 0 0;
    vertical-align:top
}

.top_link2 {
    width:370px;
    text-align:left;
    vertical-align:bottom;
    padding:0 0 15px 65px
}

.logo {
padding:45px 0 0 25px
}

.badge {
    text-align:left;
    padding:5px 0 0 290px;
    vertical-align:top
}

.title a:link    { color:#333;text-decoration:none;}
.title a:visited { color:#333;text-decoration:none;}
.title a:active  { color:#333;text-decoration:none;}
.title a:hover   { color:#33CC00;text-decoration:none;}               

.logo a:hover img {
    opacity:.75;
    filter:alpha(opacity=75);
    -ms-filter:"alpha( opacity=75 )";
    background:#FFFAF0
}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

.sidemenu {
	width:220px;
	color:#333;
	margin-bottom: 15px;
}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #e1e1e1;
	border-right: 3px solid #e1e1e1;
	border-bottom: 3px solid #e1e1e1;
	margin: 0 0px 30px 0px;
	padding:0 5px;
	font-size:10px;
	line-height:1.4em;
	}

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

.postage {
	border-top:1px solid #C3C3C3;
	padding:5px 0;
}

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

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

/* ------------------------------------- 
 *	商品カテゴリｰエリア
 * ------------------------------------- */

.side_cat {
    width:220px;
    text-align:left
}

/* ------------------------------------- 
 *	カテゴリｰアコーディオン
 * ------------------------------------- */

#catWrap{
    margin:0 auto;
	background-color:#fafafa;
}

#catWrap img {
    margin-top:10px
}

#catWrap h3{
   font-size : 12px;
   font-weight: bold;
   margin: 7px 0 0 7px;
   padding:0 0 0 13px;
   background:url(https://img05.shop-pro.jp/PA01106/172/etc/cate_big.png) no-repeat;
　 background-repeat:no-repeat;
   background-position:0px 5px;
   cursor: pointer;
}

#catWrap div ul {
    　　list-style-type:none;

    margin:0 0 0 13px
}

#catWrap div li{
       padding:0 0 0 13px;
        background:url(https://img05.shop-pro.jp/PA01106/172/etc/cate_small2.png) no-repeat;
　　　　background-repeat:no-repeat;
        background-position:0px 7px;
        line-height: 2.0; 
}



/* ------------------------------------- 
 *	グループ
 * ------------------------------------- */

#groupWrap{
    margin:0 auto 4px auto;
}

#groupWrap img{
   cursor:pointer;
}


#groupWrap div ul{
　　list-style-type:none;
}

#groupWrap div li{
}




/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#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;
}

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#menu_2 {
    color:#929292;
    font-size:90%;
    text-align:center;
    margin-top:15px
}

#copy {
	text-align:center;
	color:#432A16;
	font-size:80%;
}

#menu_2 a {color: #929292;}
#menu_2 a:link    {color: #929292;text-decoration: none;}
#menu_2 a:visited {color: #929292;text-decoration: none;}
#menu_2 a:active  {color: #929292;text-decoration: none;}
#menu_2 a:hover   {color: #929292;text-decoration: none;}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
     color:#333;
     margin-top:0;
     margin-bottom: 20px;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
div#btn_members_logout {
	padding:0px;
	text-align:center;
}

div#btn_members_login {
	padding:0px;
	text-align:center;
}

div#btn_members_signup {
	border-top:1px dotted #cccccc;
	padding:7px 0px 0px;
	margin:7px 0px 0px;
	text-align:center;
}

p.txt_members_desc {
	line-height:1.1em;
	margin:0px;
	font-size:11px;
	padding:0px 0px 7px;
}

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

.price_top {
	padding:0px;
	margin-top:3px;
}

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

/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 730px;
	height: 28px;
	color: #432A16;
	font-size: 11px;
	background: url(https://img05.shop-pro.jp/PA01106/172/etc/padenavi_bg_730.jpg) no-repeat;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	☆商品一覧表示のレイアウト
 * ------------------------------------- */

.product_wrap {
    width:730px;
    margin-top:10px
}

.product_list {
    float:left;
    width:243px;
    text-align:center;
    padding:0
}

.product_item {
    text-align:center;
    width:233px;
    margin:0 auto
}

.product_item img {
    width:226px;
    padding:2px
}

.product_item .name {
    font-size:10px;
    line-height:120%;
text-align:left;
    margin:5px 0 0
}

.product_item .price {
    color:#383371
}

.product_item .expl {
    color:#999;
    font-size:11px;
    line-height:120%;
    text-align:center;
    margin:5px 0
}

.product_list a,.product_list a:link,.product_list a:visited {
    text-decoration:none
}

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

/* ------------------------------------- 
 *	☆ＮＥＷのレイアウト
 * ------------------------------------- */

.product_newnew_wrap {
    width:730px;
    margin-top:15px
}

.product_newnew_list {
    float:left;
    width:182px;
    text-align:center;
    padding:0
}

.product_newnew_item {
    text-align:left;
    width:165px;
    background-color:#f6f6f6;
    margin:0 auto;
}

.product_newnew_item img {
    width:165px
}

.product_newnew_item .name {
    font-size:10px;
    line-height:120%;
text-align:left;
height:45px;
overflow:hidden;
padding: 0 7px;
    margin:5px 0 0
}

.product_newnew_item .price {
    color:#383371;
    line-height:1.9;
padding-right:7px;
text-align:right;

}

.product_newnew_item .expl {
    color:#999;
    font-size:10px;
    line-height:120%;
    text-align:left;
    margin:5px 0
}

.product_newnew_list a,.product_newnew_list a:link,.product_newnew_list a:visited {
    text-decoration:none
}

.product_newnew_list a:active,.product_newnew_list a:hover {
    text-decoration:none
}
                     
/* ------------------------------------- 
 * 　★サブカテゴリーのレイアウト★
 * ------------------------------------- */

.product_sublist_wrap {
    width:730px;
    margin:15px 0
}

.product_sublist {
    float:left;
    width:365px;
    margin:0 auto
}
.product_sublist img{
    width:355px;
}





.product_sub .name {
    line-height:120%;
    margin:5px 0 0
}

.product_sub .price {
    color:#383371
}

.product_sub .expl {
    color:#999;
    font-size:10px;
    line-height:120%;
    text-align:left;
    margin:5px 0
}

.product_sublist a,.product_sublist a:link,.product_sublist a:visited {
    text-decoration:none
}

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

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */

.nodata {
    width:90%;
    padding-top:20px;
    text-align:center;
    margin:0 auto
}

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

.price_all {
	padding:0px;
	margin:0px;
}

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

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

.price_search {
	padding:0px;
	margin:0px;
}

.discount_rate_search {
    padding:2px 0 0;
    color:red;
    margin:0
}


/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {width:730px;
	color:#333;
        margin-top:10px;
	}

#detail .main_img {
    width:540px;
    display:block;
    margin:0 auto
}

#detail .sub_wrap {
    width:550px;
    display:block;
    margin:10px auto 0
}

#detail .sub_wrap img {
    padding:0 5px 10px;
    float:left;
    width:100px
}

#detail .expl {
    line-height:150%;
    text-align:left;
    margin:30px 10px 10px 15px
}

#detail .table {
    font-size:120%;
    width:280px;
    text-align:left
}

#detail .table .cell_1 {
    color:#999;
    width:80px;
    height:28px
}

#detail .table .cell_2 {
    width:200px;
    height:28px
}

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

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

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 10px 0px 0px;
	}

#together .tog_main_title {
          width: 730px;
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #CC9966;
	text-align: left;
	}

#together .together_list {
	margin:10px 3px 10px 3px;
	float: left;
	width: 170px;
	text-align: center;
	}

#together img {
        width: 140px;
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

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

#trackback {
	margin: 0px 10px 20px 70px;
           width:83%;
	}

#trackback .tb_main_title {
    font-weight:bolder;
    margin-top:30px;
    padding-bottom:5px;
    border-bottom:5px solid #C96
}

#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CC9966;
	border-left: 1px solid #CC9966;
	border-right: 1px solid #CC9966;
	border-bottom: 1px solid #CC9966;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CC9966;
	border-bottom: 1px dotted #CC9966;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}

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

.price_detail {
        font-size:100%;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.discount_rate_detail {
	padding:0px 0px 5px;
	margin:0px;
	color:#ff0000;
	font-weight:bold;
}

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

#checkitem .ci_main_title {
    border-bottom:3px solid #C96;
    width:730px;
    font-weight:bolder;
    margin:20px 0;
    padding-bottom:5px;
    text-align:left
}

.checkitem_list {
    width:135px;
    margin:0 6px 10px 5px;
    float:left
}

.checkitem .price_top {
    margin-bottom:2px
}

.checkitem .ci_img {
    width:105px;
    border-color:#D1D1D1 #989898 #989898 #D1D1D1;
    border-style:solid;
    border-width:1px;
    padding:4px;
    margin-bottom:3px
}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
    width:564px;
    margin-bottom:15px
}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;

	font-weight:normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size: 10px;
	text-align:left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}
	
/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
	margin:0px;
}

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

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 714px;
	color:#333;
	margin-bottom: 15px;
	}


#ShopKeeper th {
	width: 200px;
	height: 28px;
           padding:10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 10px 0;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-bottom: 1px solid #cccccc;
	text-align:left;
           padding:10px 0;
	}


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

#PrivacyExplain {
	color:#333;
	margin-bottom: 15px;
	}

.pe_title {
	color: #432A16;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}

/* ------------------------------------- 
 *	★フリーページ★
  * ------------------------------------- */

.freepage {
    width:600px;
margin: 0 auto;
    font-size:16px;
    line-height:2.0
}
.freepage h3 {
    font-size:22px;
    font-weight:700;
    margin-bottom:5px
}
.freepage a:link    { color:#33CC00; text-decoration:underline;}
.freepage a:visited { color:#33CC00; text-decoration:underline;}
.freepage a:active  { color:#33CC00; text-decoration:underline;}
.freepage a:hover   { color:#99cc99; text-decoration:underline;}

.freepage h2 {
    font-size:24px;
    font-weight:700;
}

/* ------------------------------------- 
 *	特集
  * ------------------------------------- */

.tokusyu_img {width:500px;}

                         


/* ************************************************ 
 *	★トップバナー共通★
 * ************************************************ */

.search_area {
    width:170px;
    margin-left:550px
}

.search {
    background-color:#fff
}
/* ************************************************ 
 *	★パワーストーンの力　ミニ辞典★
 * ************************************************ */

.dictionary {
           width:730px;
           }
.dictionary h1{
          font-size:150%;
font-weight:bold;           }

.dictionary img{
          vertical-align:top !important;
         margin:10px;
           }



.dic_name {font-size:16px;
           padding:5px 0 5px 3px;
           }

.dic_mean1 {font-size:14px;
            padding:5px 25px 1px 0;
           }

.dic_mean2 {font-size:12px;
           line-height:1.8;
           vertical-align:top;
           padding:5px 30px 5px 10px;
           }

.itiran    {font-size:10px;
            margin-bottom:20px;}


.itiran a:link    { color:#333;text-decoration:none;}
.itiran a:visited { color:#333;text-decoration:none;}
.itiran a:active  { color:#333;text-decoration:none;}
.itiran a:hover   { color:#33CC00;text-decoration:none;}

.itiran_box{border:dotted 1px #d1d1d1;
           padding:5px 5px 5px 8px;
}
     



.prof   {font-size:100%;
           line-height:1.8;
                      }

/* ************************************************ 
 *	★大カテゴリー＞中カテゴリーページ★
 * ************************************************ */
.categide {
    width:730px;
    text-align:center;
    font-size:100%
}

.categide p {
    line-height:1.6!important
}

.categide a {
    line-height:1.6!important
}

.categide a:hover img {
    opacity:.85;
    filter:alpha(opacity=85);
    -ms-filter:"alpha( opacity=85 )";
    background:#fff
}

/* ************************************************ 
 *	★読み物★
 * ************************************************ */

.reading {
    margin:0;
	background-color:#fafafa
}



.reading_box {
    width:220px;

}
.reading ul{
margin:5px 0;

}
.reading li {
    font-size:100%;
    margin:auto 0 auto 5px;
    line-height:2.0;
    list-style-type:none;
    background-image:url(https://img05.shop-pro.jp/PA01106/172/etc/005.gif);
    background-repeat:no-repeat;
    background-position:0px 8px;
    padding-left:9px
}

/* ************************************************ 
 *	カレンダー
 * ************************************************ */

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px 8px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}




/*スマホ用右下ボタン_start*/
#cartBtnWrapper div img{
display: block;
height: 85px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: fixed;
right: 100px;
width: 70px;
z-index: 2147483647;

}

/*上に戻るボタンの下からの位置*/
.topBtn{
bottom: 10px;
}


/*スマホ用右下ボタン_end*/


.title_word {font-size:185%;
color:#404040;
vertical-align: bottom;
}
