/* ************************************************
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

/* --- 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:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}

body * {line-height:1.5em; word-break:break-all;}
/* line-height:1.5em;について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

/* --- Reset End --- */
.gothic {
    font-family: 'Quicksand', '小塚ゴシック Pro L','Kozuka Gothic Pro Light', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, sans-serif;
}

.mincho {
    font-family: 'Crimson Text', '小塚明朝 Pro R', 'Kozuka Mincho Pro', '小塚明朝 Std R', 'Kozuka Mincho Std', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

body {
    font-family: 'Quicksand', '小塚ゴシック Pro L','Kozuka Gothic Pro Light', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, sans-serif;
    line-height:1.4em;
    margin:0px;
    padding:0px;
    text-align:center;
font-size:14px;
color:#333333;
}

img {
    vertical-align:bottom;
}

.bold {
    font-weight:bold;
}

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

a:link    {color:#a6708c;text-decoration:underline;}
a:visited {color:#a6708c;text-decoration:underline;}
a:active  {color:#a6708c;text-decoration:underline;}
a:hover   {color:#ee0000;text-decoration:underline;}

a:hover img{opacity:0.7;}

.clear {clear:both; padding-bottom:30px;}

/* ************************************************
 *	見出し（吹き出し）
 * ************************************************ */

h3 {
    color: #444;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 32px;
    border-bottom: 1px solid #888;
}
h3:before, h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #d14;
    margin: auto;
}
h3:before {
    top: -6px;
    left: 0px;
}
h3:after {
    top: 6px;
    left: 6px;
}

h3.small {
    color: #444;
    font-weight:bold;
    font-size: 16px;
    position: relative;
    padding: 0 0 5px 32px;
    border-bottom: 1px solid #888;
}
h3.small:before, h3.small:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #d14;
    margin: auto;
}
h3.small:before {
    top: -6px;
    left: 0px;
}
h3.small:after {
    top: 6px;
    left: 6px;
}

h4 {
    font-size: 14px;
    font-weight:300;
    position: relative;
    margin:0 0 4px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}


/* ************************************************
 *	ヘッダーメニュー
 * ************************************************ */

#header {
    margin:0px;
}

.title {
    width:950px;
    /* 	height:60px; */
    font-weight:bold;
    text-align:left;
    margin:10px 0;
color:#0000cc;
font-size:22px;
}

.title a         {color:#0000cc;}
.title a:link    {color:#0000cc; text-decoration:none;}
.title a:visited {color:#0000cc; text-decoration:none;}
.title a:active  {color:#0000cc; text-decoration:none;}
.title a:hover   {color:#0000cc; text-decoration:none;}

.title_table {
    width:950px;
    font-weight:normal;
    text-align:left;
    margin:10px 0;
    color:#333;
    font-size:14px;
}


#gbn {
    border:1px #ccc solid;
    margin-bottom:15px;
}

#gbn1 {width:115px;}
#gbn2 {width:113px;}
#gbn3 {width:114px;}
#gbn4 {width:113px;}
#gbn5 {width:114px;}
#gbn6 {width:113px;}
#gbn7 {width:114px;}
#gbn8 {width:154px;text-align:right;}

.menu_1 {
    width:950px;
    height:150px;
    padding:0px 15px 0px 0px;
    margin:0px;
    line-height:0em;
    text-align:right;
    font-size:10px;
}

.menu_1 img{
    vertical-align:top;
}

.menu_1 a         {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:link    {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:visited {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:active  {color:#FFFFFF; text-decoration:underline;}
.menu_1 a:hover   {color:#FFFFFF; text-decoration:underline;}

#linkSpacer{
    margin:0px 5px 0px 5px;
}

/* -- Header Logo -- */
.header-logo-image a img {
    width: 410px;
    height: 90px;
}

/* -- Phone and Fax numbers -- */

.header-info-numbers .header-tel {
    color: #B92A2C;
    font-style: oblique;
    font-size: 31px;
    line-height: 36px;
}

.header-info-numbers .header-tel i {
    font-size: 20px;
    vertical-align: middle;
    height: 25px;
    margin-right: 6px;
}

.header-info-numbers .header-fax {
    font-style: oblique;
    font-size: 18px;
    line-height: 24px;
}

.header-info-numbers .header-fax i {
    font-size: 15px;
    vertical-align: middle;
    height: 19px;
    margin-right: 6px;
}

/* ************************************************
 *テキストメニューcss
 * ************************************************ */

#menu {
    display: flex;
    justify-content: space-around;
    margin: 0 0 30px;
}

#menu li {
    font-family: 'Crimson Text', '小塚明朝 Pro R', 'Kozuka Mincho Pro', '小塚明朝 Std R', 'Kozuka Mincho Std', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 15px;
    height: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 17px 0;
    padding: 0 40px;
    border-right: 1px solid #aaa;
}

#menu li:last-of-type {
    border-right: none;
}

#menu li a, #menu li a:visited, #menu li a:link {
    color: #4A4A4A;
    text-decoration: none;
}

#menu li a:hover {
    opacity: 0.7;
}




/* ************************************************
 *	左側メニュー
 * ************************************************ */
#side_area {
    padding-right:29px;
    text-align:left;
    margin: 0 0 40px;
}

#side_area > table {
    margin-bottom: 20px;
}


table.sidemenu {
    width:195px;
    margin-bottom:25px;
color:#333333;
width: "195";
}

.side_title {
    width:195px;
    height: 32px;
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    font-weight: 800;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 32px;
}

.side_text {
    text-align:center;
    padding:10px 0;
background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
line-height:1.2em;
}

.side_text_members,
.side_text_cart {
    display:block;
    text-align:center;
    padding-top:10px;
}

.side_text ul li{
    padding-bottom:10px;
    color: #b93f5c;
}

.side_text ul li img{
    vertical-align:middle;
}

.side-recommend .side_title {
    background: #b93f5c;
    color: #fff;
}

.side-top-seller .side_title {
    background: #f3d5ce;
    color: #b9302e;
}

.side-search .side_title {
    background: #4D8351;
    color: #fff;
}

.side_cat_bottom {
    width:195px;
    height:2px;
background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
}

.side_bottom {
    display:block;
    width:195px;
    height:2px;
background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
}

.st_contents {
    overflow:hidden;
    width:175px;
    text-align:left;
}

.st_contents ul {
    list-style: disc outside none;
    padding: 0 0 0 25px;
}

.side-search .st_contents {
    width: 100%;
    text-align: center;
}

.side_text a         {
    color:#a6708c;
    text-decoration:underline;
    font-size: 14px;
}
.side_text a:link    {color:#a6708c; text-decoration:underline;}
.side_text a:visited {color:#a6708c; text-decoration:underline;}
.side_text a:active  {color:#a6708c; text-decoration:underline;}
.side_text a:hover   {color:#ee0000; text-decoration:underline;}

#manager_name {
    margin:5px 0px;
    font-weight:bold;
    text-align:center;
}
.manager_img {
    max-width: 100%;
    height: auto;
}


/* -------------------------------------
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
    margin-bottom:25px;
}

.side_cat_text {
    width:195px;
background:#FFFFFF;
overflow:hidden;
}

.side_cat_text_group {
    width:195px;
background:#FFFFFF;
overflow:hidden;
}

.side_cat_text .st_contents {
    border-top:1px #e6e6e6 solid;
}

.side_cat_text_group .st_contents {
    border-top:1px #e6e6e6 dotted;
}

.side_cat_text .st_contents,
.side_cat_text_group .st_contents{
    padding:10px;
background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
}

.side_cat_text .st_contents a,
.side_cat_text_group .st_contents a {
    background:transparent url(https://img.shop-pro.jp/tmpl_img/32/rs_m_rect.gif) 0px 3px no-repeat;
    padding-left:15px;
}

.side_cat_img {
    padding:10px 0px 0px;
}

.side_cat_text a,.side_cat_text_group a                 {color:#0000cc; text-decoration:underline;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#0000cc; text-decoration:underline;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#0000cc; text-decoration:underline;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#0000cc; text-decoration:underline;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#ee0000; text-decoration:underline;}

/* -------------------------------------
 *	カートを見る
 * ------------------------------------- */
.show-cart {
    display: block;
    width: 100%
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0;
}

.show-cart:active, .show-cart:visited, .show-cart:link {
    color: #B92A2C;
}

.show-cart:hover {
    color: #c6878b;
}

.show-cart i {
    font-size: 26px;
    margin-right: 2px;
    vertical-align: middle;
}

/* -------------------------------------
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
    width:175px;
    overflow:hidden;
    margin:3px 0px 3px 0px;
    padding:5px;
    font-size:10px;
border-left:2px solid #c6878b;
border-right:2px solid #c6878b;
}
.incart_name {
    text-align:left;
}
.subtotal {
    padding:5px 0;
}
.stotal {
    text-align:right;
}
.total {
    padding:5px 0;
    border-top:1px dotted #C3C3C3;
    text-align:right;
    margin:0;
}

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

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

.viewcart {
    padding:5px 0;
    text-align:center;
}
/* -------------------------------------
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
    text-align:center;
}

#btn_members_signup span,
#btn_members_logout span {
    display:block;
    font-size:10px;
    line-height:1.1em;
    padding:8px 0px 3px;
    text-align:center;
}

/* -------------------------------------
 *	商品検索
 * ------------------------------------- */
.side_form_select {
    width:175px;
    margin-bottom:5px;
}

.side_form_input {
    width:120px;
    margin-right:5px;
}


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

#footer {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(https://img21.shop-pro.jp/PA01391/710/etc/P4204405_s.jpg?cmsp_timestamp=20170619152215) no-repeat;
    background-position: center;
}


.footer-menu {
    width: 600px;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: left;
    position: relative;
    background-color: #322B22;
    display: inline-block;
}

.footer-menu > ul {
    position: relative;
    margin: 0 0 30px 5%;
    padding: 0;
    float: left;
}

.footer-menu > ul:first-of-type {
    width: 40%;
}

.footer-menu > ul:nth-of-type(2) {
    width: 50%;
}

.footer-menu > ul > li {
    font-family: 'Crimson Text', '小塚明朝 Pro R', 'Kozuka Mincho Pro', '小塚明朝 Std R', 'Kozuka Mincho Std', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 14px;
    line-height: 2.8em;
}

.footer-menu > ul > li a, .footer-menu > ul > li a:hover, .footer-menu > ul > li a:visited, .footer-menu > ul > li a:link, .footer-menu > ul > li a:active {
    text-decoration: underline;
    color: #F0FCED;
}

.footer-menu > ul > li a:hover {
    opacity: 0.7;
}

.footer-menu .company-address {
    width: 100%;
    color: #F0FCED;
    font-size: 13px;
    line-height: 1.5em;
    clear: both;
    margin: 0 0 20px;
    text-align: center;
}

#copy {
    width: 100%;
    color: #F0FCED;
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 10px;
    text-align: center;
}

/* ************************************************
 *	コンテンツ共通
 * ************************************************ */

.main-content {
    width: 950px;
    border: none;
}
.main-content td {
    border-spacing: 0;
    border-collapse: collapse;
}

.bx-controls.bx-has-pager {
    margin-bottom: 52px;
}

.main_title {
    width:726px;
    padding-bottom:15px;
    margin: 0 0 30px;
}

.main_title .column-tag {
    color: #B92A2C;
    position: relative;
    padding: 9px 0 3px 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Crimson Text', '小塚明朝 Pro R', 'Kozuka Mincho Pro', '小塚明朝 Std R', 'Kozuka Mincho Std', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    line-height: 18px;
    border: none;
    border-top: 1px solid #B92A2C;
    border-bottom: 1px solid #B92A2C;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.main_title .column-tag .column-tag-deco {
    display: inline-block;
    position: relative;
    padding: 10px 12px;
    top: -6px;
    margin: -10px 10px -10px -8px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Quicksand', '小塚ゴシック Pro L','Kozuka Gothic Pro Light', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #B92A2C;
    color: #fff;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

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

.price_top {
    padding:0px;
    margin:0px;
    font-size:12px;
    color:#ff0000;
}

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

.common_image img{
    margin-bottom:15px;
    display:block;
}


/* -------------------------------------
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
    margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {

}

#shop_info .cont {
    padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_deli_bg.gif) 0px 0px repeat-y;}
#shop_info_sct_img {margin-top:20px;}

#right_pay_deli_bg {
    height:2px;
    background:transparent url(https://img.shop-pro.jp/tmpl_img/32/right-pay_deli_bg.gif) 0px 0px no-repeat;
    width:726px;
}


/* ************************************************
 *	TOPコンテンツ
 * ************************************************ */

/* -------------------------------------
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
    width:726px;
    margin:0px 0px 30px;
    /* 	border:#e5e5e5 solid 1px; */
}

.info_title {
    font-weight:bold;
    margin:0px 0px 10px;
    padding:15px 15px 0px;
}

.info_text {
    padding:0px 15px 15px;
color:#333333;
}


/* -------------------------------------
 *	フリースペース
 * ------------------------------------- */
.free_space {
    text-align:left;
color:#333333;
}

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

/* -------------------------------------
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
    width:726px;
    height:28px;
color: #333333;
background:#e7e7e7;
margin-bottom:1px;
}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
    text-decoration:underline;
color:#0000cc;
}

.sort_01 a:active,
.sort_01 a:hover {
    text-decoration:underline;
color:#ee0000;
}

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

.price_all {
    padding:0px;
    margin:0px;
    font-size:14px;
    color:#ff0000;
}

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


/* -------------------------------------
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
    width:726px;
    height:28px;
color:#333333;
background:#e7e7e7;
margin-bottom:1px;
}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
    text-decoration:underline;
color:#0000cc;
}

.sort_02 a:active,
.sort_02 a:hover {
    text-decoration:underline;
color:#ee0000;
}

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

.price_search {
    padding:0px;
    margin:0px;
    font-size:14px;
    color:#ff0000;
}

.discount_rate_search {
    padding:0px;
    margin:0px;
    color:#333333;
}

/* -------------------------------------
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
    width:726px;
    height:28px;
    background:#e7e7e7;
    margin-bottom:15px;
}

.pagenavi a {
color:#a6708c; text-decoration:underline;
}


/* -------------------------------------
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
    position: relative;
    width:100%;
    margin: 0 -15px 80px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product_list:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

.product_item {
    width: 170px;
    float: left;
    margin: 0 11px 0 0;
    text-align:center;
}

.product_item .name {
    margin:10px 0px 0px;
    color:#333333;
    overflow: hidden;
}

.product_item .price {
    margin:5px 0px 0px;
    font-weight:bold;
}

.product_item .expl {
    color:#333333;
    line-height:120%;
    text-align:left;
    margin:5px 0px;
}

.product_item a {
    color:#a6708c;
    text-decoration:underline;
}
.product_item a:link    {color:#a6708c; text-decoration:underline;}
.product_item a:visited {color:#a6708c; text-decoration:underline;}
.product_item a:active  {color:#a6708c; text-decoration:underline;}
.product_item a:hover   {color:#ee0000; text-decoration:underline;}

.product_list .product_item > a {
    width: 170px;
    height: 170px;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0 2px 4px #aaa;
}

.product_list .product_item > a img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* -------------------------------------
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
    width:726px;
color:#333333;
margin-bottom:15px;
}

.footstamp a         {color:#0000cc; text-decoration:underline;}
.footstamp a:link    {color:#0000cc; text-decoration:underline;}
.footstamp a:visited {color:#0000cc; text-decoration:underline;}
.footstamp a:active  {color:#0000cc; text-decoration:underline;}
.footstamp a:hover   {color:#ee0000; text-decoration:underline;}

.txt-f10 {
    font-size:10px;
}

.footstamp img {
    vertical-align:middle;
}

/* -------------------------------------
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
    text-align:center;
    margin: 60px 0;
}

/* -------------------------------------
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
    border-bottom: 5px solid #ABABAB;
    font-weight: bolder;
    margin-top: 30px;
    padding-bottom: 5px;
    text-align: left;
}

.checkitem_list {
    position: relative;
    width: 100%;
    margin: 0 -15px 60px 0;
}


.checkitem_list:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

.checkitem {
    width: 90px;
    text-align: center;
    float: left;
    margin: 0 15px 0 0;
}

.checkitem .name {
    margin:10px 0px 0px;
    color:#333333;
    overflow: hidden;
}

.checkitem .price {
    margin:5px 0px 0px;
    font-weight:bold;
}

.checkitem .expl {
    color:#333333;
    line-height:120%;
    text-align:left;
    margin:5px 0px;
}

.checkitem a {
color:#a6708c;
text-decoration:underline;
}
.checkitem a:link    {color:#a6708c; text-decoration:underline;}
.checkitem a:visited {color:#a6708c; text-decoration:underline;}
.checkitem a:active  {color:#a6708c; text-decoration:underline;}
.checkitem a:hover   {color:#ee0000; text-decoration:underline;}

.checkitem_list .checkitem > a {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0 2px 4px #aaa;
}

.checkitem_list .checkitem > a img {
    max-width: 200%;
    max-height: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.detail_cont {
    width:726px;
}

.detail_img_block {
    float:left;
    width: 360px;
}

.detail_txt_block {
    width: 340px;
    float: right;
    text-align: left;
}

.product_name {
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}

.detail_img {
    margin-bottom:20px;
    border:1px solid #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.detail_img > a {
    width: 360px;
    height: 360px;
    display: block;
    overflow: hidden;
    position: relative;
}

.detail_img img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.detail_other {
    margin: 0 -15px 0 0;
}

.detail_other .sub {
    display: inline-block;
    margin: 0 8px 15px 0;
    position: relative;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.detail_other .sub a {
    width: 110px;
    height: 110px;
    display: block;
    overflow: hidden;
    position: relative;
}

.detail_other .sub img {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-detail-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 40px;
}

.product-detail-table tr:nth-of-type(odd) {
    background-color: #EEEEEE;
}

.product-detail-table tr th {
    padding: 12px 4px 8px 10px;
    line-height:18px;
    vertical-align: top;
    font-size: 13px;
    font-weight: 100;
    width: 30%;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.product-detail-table tr td {
    padding: 8px 4px 8px 10px;
    line-height:18px;
    vertical-align: middle;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.product-detail-table tr .cont {
    font-size: 15px;
    font-weight: 600;
    width: 70%;
}

.product-detail-table tr .price_detail {
    font-size: 20px;
    line-height: 29px;
    color: #BB3232;
    font-style: oblique;
    margin: 0 0 10px;
}

.product-detail-table tr .price_detail_notation {
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}

.product-detail-table .number-of-purchase {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.product-detail-table .number-of-purchase tr, .product-detail-table .number-of-purchase tr td {
    margin: 0;
    padding: 0;
}

.product-detail-table .number-of-purchase tr td {
    vertical-align: middle;
}

.product-linkList {
    margin: 0 0 30px;
}

.add-cart {
    background-color: #BB3232;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    padding: 8px 60px;
    cursor: pointer;
}

.add-cart i {
    margin-right: 2px;
}

.add-cart:hover, .add-cart:active {
    background-color: #fff;
    color: #BB3232;
    border: #BB3232 1px solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* --- product detail input by seller --- */

.expl_block {
    margin-bottom:60px;
    font-size: 16px;
    line-height: 29px;
}

.expl_block h1 , .expl_block h2, .expl_block h3, .expl_block h4 {
    color: #BB3232;
    font-family: 'Crimson Text', '小塚明朝 Pro R', 'Kozuka Mincho Pro', '小塚明朝 Std R', 'Kozuka Mincho Std', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.expl_block p {
    font-size: 16px;
    line-height: 29px;
}

.sk_link_other {
    margin-bottom:20px;
}

.txt_option {
    margin-bottom:20px;
    background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_option.gif) 0px 3px no-repeat;
    padding-left:15px;
}

.txt_back {
    margin-bottom:10px;
    background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_back.gif) 0px 0px no-repeat;
    padding-left:22px;
}

.txt_tell {
    margin-bottom:10px;
    background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_tell.gif) 0px 3px no-repeat;
    padding-left:22px;
}

.txt_inq {
    margin-bottom:10px;
    background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_inq.gif) 0px 0px no-repeat;
    padding-left:22px;
}
.txt_review {
    margin-bottom:10px;
    background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_review.gif) 0px 0px no-repeat;
    padding-left:22px;
}
.txt_reviewpost {
    margin-bottom:20px;
    background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_post.gif) 0px 0px no-repeat;
    padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
    margin-bottom:20px;
}

.rs_pd_cart_btn {
    margin-bottom:10px;
}

.btn_quick {
}


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

.price_detail {
    padding:0px;
    margin:0px;
    font-size:14px;
    color:#ff0000;
    font-weight:bold;
}

.discount_rate_detail {
    padding:0px;
    margin:0px;
    color:#333333;
}

p#sk_link_other {
    text-align:center;
    margin-top:10px;
}

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

/* -------------------------------------
 *	商品一覧
 * ------------------------------------- */

.category-sort {
    margin: 20px 0 30px;
    padding: 20px 20px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: #BB3232 1px solid;
}

.category-sort > span, .category-sort a{
    margin-left: 20px;
}

.category-pager {
    width: 100%;
    margin: 0 0 40px;
}

.category-pager ul {
    text-align: center;
}

.category-pager ul li {
    display: inline-block;
    margin: 0 20px;
}

/* -------------------------------------
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
    margin:65px 0px 0px;
}

#together .tog_main_title {
    margin:0px 0px 15px;
}

#together .together_list {
    margin:0px 3px;
    float:left;
    width:175px;
}

#together .together_list img {
    border:1px solid #999999;
    max-width: 155px;
}

/* -------------------------------------
 *	トラックバック
 * ------------------------------------- */
#trackback {
    margin:30px 0px 15px;
}

#trackback .tb_main_title {
    font-weight:bold;
    margin:0px 0px 5px;
}


#trackback .tb_url {
    padding:6px 8px;
    border:1px solid #e7e7e7;
}

#trackback .tb {
}

#trackback .tb_date {
    padding:10px 0px;
}

#trackback .tb_title {
    padding:0px 0px 10px;
}

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

#trackback .tb_state {
    padding:0px;
}

/* ************************************************
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
    margin:15px auto;
    padding:5px 0px;
    background:#e7e7e7;
    height:auto;
    width:564px;
}

#Option .main_title .cont {
    padding:0px 5px;
}


#Option .option_table {
    width:564px;
    margin-bottom:5px;
border-left:1px solid #eaeaea;
border-top:1px solid #eaeaea;
}

#Option .option_cell1 {
    text-align:left;
    font-weight:normal;
    padding:5px 5px 5px 6px;
border-right:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
}

#Option .option_cell2 {
    text-align:left;
    padding:5px;
    background-color:#FFFFFF;
    padding:2px 6px 2px 6px;
border-right:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
}

#Option .option_cell3 {
    text-align:left;
    padding:5px;
    background-color:#FFFFFF;
    padding:2px 10px 2px 6px;
border-right:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
}

div#Option table.main_title td{
    text-align:left;
}

/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
    padding:0px;
    margin:0px;
    text-decoration:line-through;
    color:#333333;
}

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

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

/* ************************************************
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */

.payment_img {
    width:30px;
    height:30px;
    margin:3px;
}

#ShopKeeper {
    width:726px;
    margin-bottom:15px;
color:#333333;
border-top:1px solid #eaeaea;
}

#ShopKeeper th {
    width:200px;
    overflow:hidden;
    padding:10px;
    font-weight:normal;
    text-align:left;
border-left: 1px solid #eaeaea;
border-right:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
}

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

#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
    border-right:none;
    border-top:none;
    border-left:none;
    border-bottom:none;
}

#ShopKeeper th img,
#ShopKeeper td img {
    vertical-align:middle;
}

/* ---- 検索結果 ---- */
.txt-search {
    padding: 20px;
    background: #e7d4d7;
    border-radius: 4px;
    margin: 0 0 10px;
}

.txt-hitNum {
    margin-bottom: 10px;
    padding: 12px 20px;
    border-radius: 4px;
    color: #000;
}

.txt-search strong,
.txt-hitNum strong {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 4px;
}




/* ************************************************
 *	プライバシーポリシー
 * ************************************************/
.privacy-description {
    width: 100%;
    margin: 0 0 30px;
}

.privacy-description:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

.privacy-description p {
    font-size: 16px;
    font-weight: 200;
    line-height: 32px;
    font-family: 'Crimson Text', '小塚明朝 Pro R', 'Kozuka Mincho Pro', '小塚明朝 Std R', 'Kozuka Mincho Std', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}


#PrivacyExplain {
    margin-bottom:60px;
    color: #333333;
}

.pe_title {
    padding-top: 20px;
    color: #333333;
    border-top: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 16px;
}

.pe_note {
    font-size: 13px;
    font-weight: 200;
    line-height: 24px;
    margin: 5px 0 30px 20px;
}

/* ************************************************
 *	float解除
 * ************************************************ */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility:
            hidden;
}

.clearfix {
    display:inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
    border-collapse:collapse;
    margin:10px auto 10px;
    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;
}

/*************
テーブル（標準）
*************/
table.std{
    width:100%;
    border-collapse:collapse;
    margin:0 auto 30px;
}

table.std th{
    background-color:#efefef;
    text-align:center;
    padding:8px;
    border:1px solid #CCC;
    font-size:14px;
    font-weight:normal;
    letter-spacing:1px;
}

table.std td{
    border-collapse:collapse;
    background-color:#fff;
    text-align:left;
    font-size:14px;
    padding:8px;
    border:1px solid #ccc;
}
.chui{
    font-size:90%;
    color:#FF0000;
}
/*************
テーブル（noline）
*************/
table.nl{
    width:100%;
    border-collapse:collapse;
    margin:0 auto 30px;
}

table.nl th{
    background-color:#efefef;
    text-align:center;
    padding:8px;
    border:0px solid #CCC;
    font-size:14px;
    font-weight:normal;
    letter-spacing:1px;
}

table.nl td{
    border-collapse:collapse;
    background-color:#fff;
    text-align:left;
    font-size:14px;
    padding:8px;
    border:1px solid #ccc;
}
.chui{
    font-size:90%;
    color:#FF0000;
}

/*************
テーブル（バナー）
*************/
table.bnr{
    width:100%;
    border-collapse:collapse;
    margin:0 auto 20px;
}

table.bnr th{
    background-color:#efefef;
    text-align:center;
    padding:8px;
    border:1px solid #CCC;
    font-size:14px;
    font-weight:normal;
    letter-spacing:1px;
}

table.bnr td{
    border-collapse:collapse;
    background-color:#fff;
    text-align:left;
    font-size:14px;
    padding:10px 0;
    border:none;
}
.chui{
    font-size:90%;
    color:#FF0000;
}

/*************
リスト（標準）
*************/
.list {
    border-top: 1px solid #e6e6e6;
    margin-top:10px;
    padding: 30px 10px 10px;
    overflow: hidden;
    position: relative;
}
.list ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.list ul li {
    background:url(https://img21.shop-pro.jp/PA01344/638/etc/bullet_blue.png?cmsp_timestamp=20160215134901) 0px 17px no-repeat;
    text-align:center;
    /* 	width:130px; */
    float: left;
    margin-right: 5px;
    padding: 10px;
    /*  border: 1px solid #999; */
    position: relative;
    left: -50%;
}

/*************
float
*************/
.left {
    float: left;
    padding:0 20px 20px 0;
}
.right {
    float: right;
    padding:0 0 20px 20px;
}

/*************
新着情報リスト
*************/
dl.list_wn {
    overflow: hidden;
    zoom: 1;
    width: 690px;
    font-size: 14px;
    margin-bottom: 20px;
}
dl.list_wn dt {
    background:url(https://img21.shop-pro.jp/PA01344/638/etc/ya_brown.png?cmsp_timestamp=20160327152247) 0px 6px no-repeat;
    margin-bottom: 5px;
    padding:0 0 5px 20px;
    width: 100px;
    float: left;
    clear: both;
    font-weight: bold;
}
dl.list_wn dd {
    height:70px;
    margin-bottom: 5px;
    padding: 0 0 5px 120px;
    border-bottom: 1px dotted #999;
}
/*************
イメージbox
*************/
ul.image-box{
    width: 720px;
    margin: 20px 0 0;
    padding: 0px;
}
ul.image-box li{
    float: left;
    width: 240px;
    list-style: none outside;
    margin: 0 0 20px;
    text-align: center;
}
ul.image-box li img{
    width: 230px;
    margin: 0px 0px 10px;
}

/* -------------------------------------
Agricultural - 法人案内
-------------------------------------- */

.field-image {
    margin: 0 0 40px;
}

.field-image:last-of-type {
    margin-bottom: 0;
}

.field-image .caption {
    margin: 0 0 2px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 100;
    font-family: 'Quicksand', '小塚ゴシック Pro L','Kozuka Gothic Pro Light', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, sans-serif;
}

.field-image img {
    max-width: 100%;
}


/* -------------------------------------
Company - 法人案内
-------------------------------------- */

.company-description {
    width: 100%;
    margin: 0 0 60px;
}

.company-description:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

.company-description p {
    font-size: 16px;
    font-weight: 200;
    line-height: 32px;
    font-family: 'Crimson Text', '小塚明朝 Pro R', 'Kozuka Mincho Pro', '小塚明朝 Std R', 'Kozuka Mincho Std', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.company-description.image-left img{
    float: left;
    margin: 0 15px 15px 0;
}

.company-description.image-right img {
    float: right;
    margin: 0 0 15px 15px;
}

.company-summary {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 60px;
}

.company-summary tr:nth-of-type(odd) {
    background-color: #EEEEEE;
}

.company-summary tr th {
    width: 25%;
    padding: 10px 20px 10px 0 ;
    font-size: 12px;
    font-weight: 100;
    text-align: right;
}

.company-summary tr td {
    width: 75%;
    padding: 10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.company-map {
    margin: 0 0 60px;
}

.company-map h4 i {
    margin: 0 4px 0 0;
}

/* -------------------------------------
Specified Commercial Transaction 特定商取引法に基づく表記
-------------------------------------- */
.specified-commercial-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 60px;
}

.specified-commercial-table tr:nth-of-type(odd) {
    background-color: #EEEEEE;
}

.specified-commercial-table tr th {
    width: 25%;
    padding: 10px 20px 10px 0 ;
    font-size: 12px;
    font-weight: 100;
    text-align: right;
}

.specified-commercial-table tr td {
    width: 75%;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

/* -------------------------------------
Back to Top Button
-------------------------------------- */
#top-link-block {
    width: 100%;
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 20px;
    left: 0;
}

#top-link-block .container {
    width: 950px;
    margin: 0 auto;
}

#top-link-block a {
    color: #B92A2C;
    font-size: 40px;
    line-height: 1em;
    margin-left: auto;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
}

#top-link-block.hidden {
    visibility: hidden;
}


/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/

.info-box {
    margin: 0 0 60px;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.info-box:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

.info-box img {
    margin: 10px 10px 10px 0;
}

.info-date {
    font-size: 11px;
    line-height: 11px;
    margin: 8px 0 20px 0;
    padding: 0;
}

.info-thumbnail {
    float: left;
}

.info-thumbnail img {
    margin-top: 0;
}

.info-box blockquote {
    font-family: 'Crimson Text', '小塚明朝 Pro R', 'Kozuka Mincho Pro', '小塚明朝 Std R', 'Kozuka Mincho Std', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-weight: 400;
    background-color: #eee;
    line-height: 28px;
    padding: 10px;
}