@charset "utf-8";

.wp-single{
/* ===================================================================
CSS information
file name  :common.css
style info :共通
=================================================================== */

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@-webkit-keyframes fade-out {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

html {
	font-size:14px;
	font-size: 3.684vw;
}
@media screen and (min-width: 480px) {
	html {
		font-size:18px;
		font-size: 3.684vw;
	}
}
@media screen and (min-width: 620px) {
	html {
		font-size: 23px;
		font-size: 3.684vw;
	}
}
@media screen and (min-width: 760px) {
	html {
		font-size: 28px;
	}
}
/*-----------------------------------------------
body
----------------------------------------------- */
body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
    line-height: 1.571; /* 44px */
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.50);
}
body >div.ui-page {
    width: 100%;
    max-width: 760px;
    margin: 0 auto !important;
    position: relative !important;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}
/*-----------------------------------------------
リンク指定
----------------------------------------------- */
a:link {
    color: #4265AE;
    text-decoration: none;
}
a:visited {
    color: #603E7D;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:hover img {
    opacity: 0.7;
}

/*右矢印リンクテキスト*/
.arrowRtxt {
    display: inline;
    clear: both;
    margin: 5px auto;
    padding-right: 15px;
    background: url(../img/common/ico_arrowR.png) right center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .arrowRtxt {
        background: url(../img/common/ico_arrowR2.png) right center no-repeat;
        -webkit-background-size: 10px 15px;
        background-size: 10px 15px;
    }
}
div,
li,
p {
-webkit-tap-highlight-color: rgba(0,0,0,0.50);}
img {
    max-width: 100%;
    height: auto;
    min-height: 1px;
}

iframe {
    max-width: 100%;
}

.status_icons {}
.status_icons li {
    display: inline;
    white-space: nowrap;
}
.status_icons .status_icon {
    display: inline-block;
    font-size: 0.57rem;
    line-height: 1.6;
    padding: 0 0.3rem;
    background: #326ba6;
    color: white;
    border-radius: 0.2rem;
    font-weight: bold;
    margin: 0.1rem;
}
/* オススメ */
.status_icons .icon_1 {background-color: #ef5024;}
/* 1本限り */
.status_icons .icon_2 {background-color: #326ba6;}
/* 優良品 */
.status_icons .icon_3 {background-color: #662d8f;}
/* 動画あり */
.status_icons .icon_4 {background-color: #eb1c24;}
/* NEW */
.status_icons .icon_5 {background-color: #efc511;}

/*-----------------------------------------------
clearfix
----------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
ul:not(.notclearfix):after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
dl:not(.notclearfix):after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
/*-----------------------------------------------
汎用
----------------------------------------------- */
.photoL {
    float: left;
    clear: left;
}
.photoR {
    float: right;
    clear: right;
}
.clear {
    clear: both;
}
.inner {
    padding: 10px;
}
.intro {
    padding: 5px 10px 10px;
    font-weight: bold;
}
.intro::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.intro .contact_img {
  width: 25%;
  float: left;
}
.intro .contact_img img {
  width: 100%;
  height: auto;
}
.intro p {
    line-height: 1.3;
}
.hidden {
    display: none;
}
.end {
    border-bottom: none!important;
}
.top {
    margin-bottom: 8px!important;
}
.bg_head {
    background: #EEE;
}
.pb {
    padding-bottom: 0!important;
}
/*-----------------------------------------------
font
----------------------------------------------- */
h2 {
    font-size: 20px;
}
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: bold;
}
em {
    font-weight: bold;
}
.attention {
color: #CC0000; }
.mini {
    font-size: 11px;
font-weight:normal; }
.fb {
    font-size: 15px;
    font-weight: bold;
}
.fn {
    font-weight: normal;
}
.price {
    color: #b12704;
    font-weight: bold;
}
.attentionSt {
    color: #CC0000;
    font-weight: bold;
}
/*-------------------------------------------------
レイアウト
----------------------------------------------- */
.frame_outer {
    overflow: hidden;
    width: 100%;
    background: #FFF;
}
#main-content {
    position: relative;
    z-index: 1;
}
.header_utility {
    position: relative;
    z-index: 2;
}
/*-----------------------------------------------
タイトル
----------------------------------------------- */
h2.title {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    text-align: left;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    margin: 0 0 15px 0;
    padding: 0 10px;
    background: #326ba6;
    background: -moz-linear-gradient(top, #326ba6 0%, #326ba6 48%, #2e649b 48%, #2e649b 52%, #2e649b 100%);
    background: -webkit-linear-gradient(top, #326ba6 0%,#326ba6 48%,#2e649b 48%,#2e649b 52%,#2e649b 100%);
    background: linear-gradient(to bottom, #326ba6 0%,#326ba6 48%,#2e649b 48%,#2e649b 52%,#2e649b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#326ba6', endColorstr='#2e649b',GradientType=0 );
    border-top: #868D99 1px solid;
    border-bottom: #C6C2C8 1px solid;
    -webkit-box-shadow: 1px 5px 5px #CCC;
    -moz-box-shadow: 1px 5px 5px #CCC;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
}
/*ボタンで展開するタイトルバー*/
.title_box {
    color: #FFF;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
    line-height: 45px;
    padding: 0 10px;
    margin: 0 0 15px 0;
    background: #494e57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494e57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #6D7481),color-stop(0.8, #505765),color-stop(1, #494e57));
    border-top: #74828B solid 1px;
    border-bottom: #74828B solid 1px;
    vertical-align: middle;
    clear: both;
}
.title_box h2 {
    font-size: 20px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    width: 85%;
    float: left;
    clear: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 45px;
    vertical-align: middle;
}
.title_box h3 {
    width: 85%;
    float: left;
    clear: left;
    font-size: 18px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    vertical-align: middle;
}
/*サブタイトル*/
h3.subtitle {
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
    padding: 0 10px;
    margin: 0 0 10px 0;
    background: #84949F;
    background: -moz-linear-gradient(center top, #96A4AF 0%,#84949F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96A4AF),color-stop(1, #84949F));
    border-top: #74828B solid 1px;
    border-bottom: #74828B solid 1px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
    -webkit-box-shadow: 1px 0px 1px #FFF;
    -moz-box-shadow: 1px 0px 1px #FFF;
    position: relative;
}
/*ボタンで展開するサブタイトルバー*/
.title_box_sub {
    color: #FFF;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    background: #84949F;
    background: -moz-linear-gradient(center top, #96A4AF 0%,#84949F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #96A4AF),color-stop(1, #84949F));
    border-top: #74828B solid 1px;
    border-bottom: #74828B solid 1px;
    vertical-align: middle;
    clear: both;
    position: relative;
}
.title_box_sub h2,
.title_box_sub h3 {
    font-size: 18px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    width: 85%;
    float: left;
    clear: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    vertical-align: middle;
}
.title_box_sub .b_expand {
    width: 22px;
    height: 21px;
    float: right;
    clear: right;
    position: absolute;
    top: -6px;
    right: 15px;
    z-index: 2;
    padding: 2px;
}
/*----------------------------------------------------
input/select
----------------------------------------------------*/
input {
    margin: 0;
    padding: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
input[type="text"] {
    margin: 5px 0;
}
input[type="number"] {
    padding: 5px 0;
    text-indent: 0;
}
input[type="number"]:first-child {
    margin-right: -2px;
}
input[type="radio"],
input[type="check"] {
    padding: 5px;
    line-height: 1.5;
    margin-right: 0.5em;
}
.text,
.textarea,
.dropdown {
    padding: 0.5em;
    margin: 0;
    border: #4C4C4C solid 1px;
    background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.textarea {
    width: 97%;
    padding: 0.5em;
    margin: 0 0 10px 0;
}
.cartin_quantity,
.box_point {
    width: 2.5em;
}
.boxLong {
    width: 95%;
}
.boxMedium {
    width: 35%;
}
.boxShort {
    width: 22%;
}
.boxHarf {
    width: 42%;
}
select.boxLong {
    width: 100%;
}
select.boxMedium {
    width: 40%;
}
select.boxShort {
    width: 25%;
}
select.boxHarf {
    width: 46%;
}
/*----------------------------------------------------
header
----------------------------------------------------*/
header {
    padding-bottom: 0.3rem;
    position: relative;
    z-index: 10;
}
header h1 {
    background: #326ba6;
    color: white;
    font-size: 0.5rem;
    white-space: nowrap;
    padding: 0.2rem 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ヘッダーロゴ
------------------------------------------------ */
header #logo_area {
    width: 40%;
    padding: 0.25rem 0 0 2.236%;
    float: left;
}
header #logo_area+.link_line {
    width: 15.78%;
    padding: 0.25rem 0 0 0;
    float: left;
}
/* ヘッダーナビ
------------------------------------------------ */
header .header_utility {
    padding: 0.25rem 1.3% 0 0;
    float: right;
}
header .header_utility >ul {
    display: flex;
    justify-content: right;
}
/* login_header */
.login_header {
    position: relative;
    width: 3.78rem;
}
.login_header::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: url(../img/header/img05.png) no-repeat left center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
}
/* login_header */
.header_cart {
    position: relative;
    width: 3.85rem;
}
.header_cart::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: url(../img/header/img05.png) no-repeat left center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
}
/* login_header */
.header_menu {
    position: relative;
    width: 3.21rem;
}
.header_menu .menu_wrap {
    max-width: 760px;
    display: none;
    opacity: 0;
    overflow: scroll;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    background: #f7f9f3;
    animation-duration: 0.5s;
    animation-name: fade-out;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-out;
}
.header_menu .menu_wrap.show {
    display: block;
    opacity: 1;
    animation-duration: 0.2s;
    animation-name: fade-in;
    -moz-animation-duration: 0.2s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-name: fade-in;
}
.header_menu .menu_wrap .menu_header {
    background: white;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
.header_menu .menu_wrap .menu_header ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.header_menu .menu_wrap .menu_header ul li+li {
    border-left: 1px solid #333333;
}
.header_menu .menu_wrap .menu_header ul li a img {
    height: 3.57rem;
}
.header_menu .menu_wrap .menu_header ul li.close_menu {
    border: none;
}
.header_menu .menu_wrap .menu_header ul li.close_menu img {
    height: 4.28rem;
}
.header_menu .menu_wrap .accordion >dt {
    position: relative;
}
.header_menu .menu_wrap .accordion >dt a::after {
    content: ".";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/icon/icon_open.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    top: 50%;
    margin-top: -0.75rem;
    right: 3%;
}
.header_menu .menu_wrap .accordion.open >dt a::after {
    content: ".";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/icon/icon_close.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    top: 50%;
    margin-top: -0.75rem;
    right: 3%;
}
.header_menu .menu_wrap .accordion2 >dt a::after {
    content: ".";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/icon/icon_open2.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    top: 50%;
    margin-top: -0.75rem;
    right: 3%;
}
.header_menu .menu_wrap .accordion2.open >dt a::after {
    content: ".";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/icon/icon_close2.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    top: 50%;
    margin-top: -0.75rem;
    right: 3%;
}
.header_menu .menu_wrap .accordion >dd {
    display: none;
}
.header_menu .menu_wrap .accordion.open >dd {
    display: block;
}
.header_menu .menu_wrap .submenu {
/*     border-top: 1px solid #4d4d4d; */
}
.header_menu .menu_wrap .submenu >li {
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fcfcfc 61%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#fcfcfc 61%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#fcfcfc 61%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 );
/*     border-bottom: 1px solid #4d4d4d; */
    line-height: 1;
}
.header_menu .menu_wrap .submenu >li+li {
    border-top: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .submenu.half {
    display: flex;
    flex-wrap: wrap;
}
.header_menu .menu_wrap .submenu.half >li {
    width: 50%;
}
.header_menu .menu_wrap .submenu.half >li:nth-child(2n) {
    box-sizing: border-box;
    border-left: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .submenu.half >li:nth-child(2) {
    border-top: none;
}
.header_menu .menu_wrap .submenu >li a {
    display: block;
    font-size: 1.2rem;
    padding: 1.1rem 4% 1.1rem 4%;
    color: #333333;
    font-weight: normal;
    background: url(../img/icon/icon01.png) no-repeat 97% center;
    -webkit-background-size: auto 1.2rem;
    background-size: auto 1.2rem;
}
.header_menu .menu_wrap .menu1 {
    width: 94.7%;
    margin: 0.6rem auto 1.5714rem;
    border: 1px solid #4d4d4d;
    background: white;
}
.header_menu .menu_wrap .menu1 >dl >dd >ul >li {
    border-top: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .menu1 >dl >dd dd {
    border-top: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .menu2 {
    width: 94.7%;
    margin: 0.714rem auto;
    background: white;
}
.header_menu .menu_wrap .menu2 >dl >dd {
    border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
}

.header_menu .menu_wrap .menu3 {
    width: 94.7%;
    margin: 0.6rem auto 1.5714rem;
    border: 1px solid #4d4d4d;
    background: white;
}
.header_menu .menu_wrap .menu3 >dl >dd li+li {
    border-top: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .menu3 >dl >dd dd {
    border-top: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .search {
    width: 94.7%;
    margin: 0.6rem auto 1.5714rem;
    border: 1px solid #4d4d4d;
    background: white;
}
.header_menu .menu_wrap .search .input_category {
    padding: 1rem 1rem 0 1rem;
}
.header_menu .menu_wrap .search .input_category select {
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem;
    box-sizing: border-box;
}
.header_menu .menu_wrap .search .input_name {
    padding: 1rem 1rem 0 1rem;
}
.header_menu .menu_wrap .search .input_name input {
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem;
    box-sizing: border-box;
    margin: 0;
}
.header_menu .menu_wrap .search .btn {
    padding: 1rem 1rem 0.5rem 1rem;
    width: 53%;
    margin: 0 auto;
}
.header_menu .menu_wrap .search .btn input {
    width: 100%;
    height: auto;
    padding: 0;
}
.header_menu .menu_wrap .bn01 {
    width: 85%;
    margin: 0.6rem auto 1.07rem;
    background: white;
}
.header_menu .menu_wrap .menu4 {
    width: 94.7%;
    margin: 0.6rem auto 1.07rem;
    border: 1px solid #4d4d4d;
    background: white;
}
.header_menu .menu_wrap .menu4 >dl >dd >ul >li+li {
    border-top: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .menu4 .half {
    display: flex;
    flex-wrap: wrap;
}
.header_menu .menu_wrap .menu4 .half li {
    width: 50%;
    border-top: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .menu4 .half li:nth-child(2n) {
    box-sizing: border-box;
    border-left: 1px solid #4d4d4d;
}
.header_menu .menu_wrap .bn02 {
    width: 95.5%;
    margin: 1.46rem auto 0.95rem;
    background: white;
}
.header_menu .menu_wrap .menu5 {
    width: 94.7%;
    margin: 0.6rem auto 1.07rem;
    background: white;
}
.header_menu .menu_wrap .menu5 >dl >dt {
    margin-bottom: 0.75rem;
}
.header_menu .menu_wrap .menu5 >dl >dd >ul {
    display: flex;
    justify-content: space-between;
}
.header_menu .menu_wrap .menu5 >dl >dd >ul li {
    width: 31.4%;
    font-size: 0.7rem;
}
.header_menu .menu_wrap .menu5 >dl >dd >ul li a {
    color: inherit;
}
.header_menu .menu_wrap .menu6 {
    width: 94.7%;
    margin: 1.0rem auto;
    display: flex;
    display:-webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header_menu .menu_wrap .menu6 li {
  width: 31.5%;
}
.header_menu .menu_wrap .menu6::after {
  content: none;
}

.header_menu .menu_wrap .bn03 {
    width: 95.5%;
    margin: 1.46rem auto 0.95rem;
    background: white;
}
.header_menu .menu_wrap .bn04 {
    width: 95.5%;
    margin: 1rem auto;
}
.header_menu .menu_wrap .bottom_banner {
    width: 88.95%;
    margin: 1rem auto 0.95rem;
    background: white;
}
.header_menu .menu_wrap .bottom_banner .item01 {
    width: 49.1%;
    float: left;
    margin-bottom: 0.9rem;
}
.header_menu .menu_wrap .bottom_banner .item02 {
    width: 49.1%;
    float: right;
    margin-bottom: 0.9rem;
}
.header_menu .menu_wrap .bottom_banner .item03 {
    clear: both;
    width: 99%;
    margin: 0 auto;
}

/* header_navi */
.header_navi >ul {
    position: relative;
    z-index: 10;
}
.header_navi >ul {
    display: flex;
}
.header_navi >ul >li >dl {}
.header_navi >ul >li >dl >dd {
    display: none;
    opacity: 0;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    right: 3%;
    padding: 0.5rem 0;
    animation-duration: 0.5s;
    animation-name: fade-out;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-out;
}
.header_navi >ul >li >dl.show >dd {
    display: block;
    opacity: 1;
    animation-duration: 0.2s;
    animation-name: fade-in;
    -moz-animation-duration: 0.2s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-name: fade-in;
}
.header_navi >ul >li >dl >dd ul {
    position: relative;
    width: 97.15%;
    margin: 0 auto;
}
.header_navi >ul >li >dl >dd ul::before {
	content: "";
	position: absolute;
	top: -0.8rem;
	left: 0;
 	margin-left: -15px;
	border: 0.5rem solid transparent;
	border-bottom: 0.5rem solid white;
}
.header_navi >ul >li:nth-child(1) >dl >dd ul::before {
    left: 3rem;
}
.header_navi >ul >li:nth-child(2) >dl >dd ul::before {
    left: 8.2rem;
}
.header_navi >ul >li:nth-child(3) >dl >dd ul::before {
    left: 13.7rem;
}
.header_navi >ul >li:nth-child(4) >dl >dd ul::before {
    left: 19.1rem;
}
.header_navi >ul >li:nth-child(5) >dl >dd ul::before {
    left: 24.5rem;
}
.header_navi >ul >li >dl >dd ul li {
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 );
}
.header_navi >ul >li >dl >dd ul li+li {
    margin-top: 1px;
}
.header_navi >ul >li >dl >dd ul li a {
    display: block;
    font-size: 1.214rem;
    line-height: 1;
    padding: 1.1rem;
    color: #333;
    background: url(../img/icon/icon01.png) no-repeat 98% center;
    -webkit-background-size: 0.71rem auto;
    background-size: 0.71rem auto;
}
.header_navi >ul >li >dl >dd ul li.cat182 a {
    color: #e8594f;
    font-weight: bold;
}
.header_navi >ul >li >dl.kakaku >dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
    padding: 0.1rem;
}
.header_navi >ul >li >dl.kakaku >dd ul li {
    width: 48.6%;
    margin: 0.7%;
}
.header_navi >ul >li >dl.kakaku >dd ul li a {
    background: #eb8617;
    background: -moz-linear-gradient(top, #eb8617 0%, #eb8617 48%, #db7b15 57%, #db7b15 100%);
    background: -webkit-linear-gradient(top, #eb8617 0%,#eb8617 48%,#db7b15 57%,#db7b15 100%);
    background: linear-gradient(to bottom, #eb8617 0%,#eb8617 48%,#db7b15 57%,#db7b15 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb8617', endColorstr='#db7b15',GradientType=0 );
    text-align: center;
    color: white;
    font-size: 0.92rem;
    font-weight: bold;
    border-radius: 0.4rem;
    box-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,0.3);
}

.navicate36 {
	color:#e8594f !important;
	font-weight:bold !important;}

.quantity,
.money {
    font-size: 14px;
    font-weight: bold;
}
.popup_cart hr.dashed:last-child {
    display: none;
}
hr.dashed {
    display: block;
    height: 1px;
    border: 0;
    border-top: #CCC dashed 1px;
    margin: 0.2em 0;
    padding: 0;
}
.free_money_area {
    font-size: 11px;
}
.dl_item {
    margin-top: 5px;
}

/*index menu/トップページヘッダー3列ボタン*/
.top_menu {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 5px 5px #ccc;
    -moz-box-shadow: 1px 5px 5px #ccc;
    background: #494E57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494E57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(0.8, #505765),color-stop(1, #494E57));
}
.top_menu ul {
    width: auto;
    margin: 0 auto;
    clear: both;
}
.top_menu ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    border-left: #747B83 solid 1px;
    border-right: #3D3D3D solid 1px;
    border-bottom: #141517 solid 1px;
    border-top: #A1A7AF solid 2px;
    box-sizing: border-box;
}
.top_menu ul li img {
    margin: 0 auto;
    display: block;
    clear: both;
}
.top_menu ul li a:link,
.top_menu ul li a:visited {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
    padding: 9px 0 8px 0;
    display: block;
    background: #494E57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494E57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(0.8, #505765),color-stop(1, #494E57));
    -webkit-transition: background-color 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-in;
}
.top_menu ul li a:hover {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    background: #5393C5;
    background: -moz-linear-gradient(center top, #5393C5 10%,#80B6E2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393C5),color-stop(1, #80B6E2));
    text-decoration: none;
}
.top_menu li:first-child {
    border-left: none;
}
.top_menu li:last-child {
    border-right: none;
}
/*-------------------------------------------------
footer
----------------------------------------------- */
footer.global_footer {
    padding: 0 0 10px 0;
    background: #E6E6E6;
    text-align: center;
}
.footer_utility {
    background: #E6E6E6;
}
/*フッター4列ボタン*/
.footer_navi {
    width: 100%;
    display: block;
    clear: both;
    padding: 0.5em 0;
    -webkit-box-shadow: 1px 1px 1px #FFF;
    -moz-box-shadow: 1px 1px 1px #FFF;
    background: #272a2b;
    background: -moz-linear-gradient(center top, #808080 0%,#272a2b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #808080),color-stop(1, #272a2b));
}
.footer_navi ul {
    width: 100%;
    display: block;
}
.footer_navi:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
}
.footer_navi li {
    width: 23%;
    height: 49px;
    display: block;
    margin: 0 1%;
    padding: 0;
    float: left;
    background: #202223;
    background: -moz-linear-gradient(center top, #282A2A 0%,#202223 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #282A2A),color-stop(1, #202223));
    text-align: center;
    color: #FFF;
    font-size: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2) inset,-3px -3px 3px 3px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2) inset,-3px -3px 3px 3px rgba(0,0,0,0.2) inset;
}
.footer_status_area {
    margin: 0;
    padding: 20px 10px 10px;
    text-align: center;
    background: #E6E6E6;
    border-bottom: #999 solid 1px;
}
.footer_status_area p:last-child {
    margin: 10px auto;
}
.guide_area {
    clear: both;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    border-top: #fff solid 1px;
}
.guide_area p {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.4;
}
.guide_area a {
    padding: 0.5em 0.3em;
    margin: 0.5em 0.1em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .guide_area p {
        font-size: 12px;
    }
}
footer.global_footer p.copyright {
    margin: 0;
    text-align: center;
    padding: 10px 0;
}

footer {
    width: 93.4%;
    margin: 0 auto;
}
footer .footer_bottom {
    background: #326ba6;
    color: white;
    font-size: 0.78rem;
    line-height: 1.54;
    text-align: center;
    padding: 0.46rem 0;
}
footer .footer_bottom .disppc {
    width: 92.1%;
    margin: 0.2rem auto;
}
footer .footer_bottom a,
footer .footer_bottom .ui-link {
    color: white;
    font-weight: normal;
    text-decoration: underline;
}

/*-------------------------------------------------
検索バー
----------------------------------------------- */
#search_area {
    padding: 10px;
    background: #E7E8E9;
    clear: both;
    text-align: center;
}
/*jqm追記*/
#search_area .ui-input-search {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: #CCC solid 1px;
}
.ui-input-text {
    width: 100% !important;
}
/*-------------------------------------------------
ローディング画像
----------------------------------------------- */
div.loading-overlay {
    display: block;
    opacity: .3;
    padding: 0;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}
div.loading-overlay span.loading-image {
    display: block;
    background: url(../img/common/ajax-loader.gif) 0 0 no-repeat;
    background-size: 32px 32px;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
}
/*-------------------------------------------------
ダイアログ
----------------------------------------------- */
.dialog-modal {
    display: none;
    background: #FFFFFF;
}
.dialog-inner {
    padding: 1.5em;
}

}