html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

/* BASE
-------------------------------------------------------------- */
/* I need this.
-------------------------------------------------------------- */
* {
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
}

html {
    width: 100%;
}

body {
    background: #fff;

    -webkit-font-smoothing: antialiased;
}
body {
        font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    }

a {
    color: #b6b6b6;
    display: block;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a:hover {
    color: #8f8f8f;
}


/* Get Start Happy Cording
-------------------------------------------------------------- */
/* Structure
-------------------------------------------------------------- */
.left-hand {
    background: #fff;
    border-right: 1px solid #eee;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 275px;
    z-index: 2005;
}

#scrollbarHidden {
}
#right-hand {
    margin: 0 0 0 295px;

    *zoom: 1;
}
#right-hand {
        padding: 110px 0 0;
    }

/* header
-------------------------------------------------------------- */
#logo {
    display: block;
    left: 0;
    top: 0;
}

#logo img {
    max-height: 100px;
    max-width: 100%;
    vertical-align: middle;
}

#logo h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    word-wrap: break-word;
}

.left-nav-link,
.template .menu li {
    color: #ccc;
    display: block;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.left-nav-link,
    .template .menu li {
        font-family: "Frutiger Roman", sans-serif;
    }

.left-nav-link:hover,
.template .menu li:hover {
    background-color: #fafafa;
}
.template .menu li.itemSearch,
.template .menu li.languageSelect {
    padding: 19px 0;
}
.template .menu li.itemSearch:hover,
.template .menu li.languageSelect:hover {
    background-color: #fff;
}
.menu li a {
    padding: 19px 0;
}
.menu li #category-menu {
    padding: 19px 0;
}
ul.menu li #category-menu .category-list ul li a {
    display: block;
    margin: 0 10px 0 45px;
    /* ▼1行制限 */
    overflow: hidden;
    padding: 7px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* ▲1行制限 */
}
ul.menu li #category-menu .category-list ul li a:hover {
    text-decoration: none;
}
.template #category-menu {
    display: block;
}
.template #category-menu span {
    cursor: pointer;
}
.template #category-menu .category-list {
    display: none;
}
.template #category-menu:hover .category-list {
    display: block;
    padding: 10px 0 0;
    position: absolute;
    z-index: 9999;
}
.template #category-menu .category-list ul {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(100, 100, 100);
    cursor: pointer;
    margin: 0;
    min-width: 100px;
    padding: 10px;
}
.template #category-menu .category-list ul li {
    border: none;
    float: none;
    height: auto;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.template #category-menu .category-list ul li a {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
}
.template #category-menu .category-list ul li a:hover {
    border-bottom: none;
    text-decoration: underline;
}
.template #category-menu {
    line-height: 1.5em;
}
#home #category-menu:hover .category-list {
    margin-top: 12px;
    padding: 0;
    position: relative;
}
#home #category-menu .category-list ul {
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

.template #category-menu span {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.template #category-menu span:hover {
    color: #8f8f8f;
}

/* 中カテゴリを表示 */
.template #category-menu #appsItemCategoryTag .appsItemCategoryTag_child:hover {
    background: #fafafa;
}

.template #category-menu #appsItemCategoryTag .appsItemCategoryTag_lowerchild {
    padding: 0;
}
.template
#category-menu
#appsItemCategoryTag
.appsItemCategoryTag_lowerchild:hover {
    background: #f5f5f5;
}

.template
#category-menu
#appsItemCategoryTag
.appsItemCategoryTag_lowerchild
li
a {
    padding: 7px 0 7px 10px;
}

.template
#category-menu
#appsItemCategoryTag
.appsItemCategoryTag_lowerchild
li:hover {
    background: #f0f0f0;
}

/* Pinned Blog
 -------------------------------------------------------------- */
.pinnedBlog {
}
.pinnedBlog {
        padding: 20px 10px;
    }

.pinnedBlog .pinnedBlog_title {
    font-size: 12px;
}
.pinnedBlog .pinnedBlog_title::before {
    content: "\e919";
    font-family: "shopicon";
    padding: 0 5px 0 0;
}
.pinnedBlog .pinnedBlog_title a {
    color: inherit;
    display: inline;
}
.publish_date.blog_pinned::before {
    content: "\e929";
    font-family: "shopicon";
    padding: 0 2px 0 0;
}

/* .categoryTitle01
-------------------------------------------------------------- */
.tempTop .categoryTitle01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 40px;
}

/* .childCategoryList01
-------------------------------------------------------------- */
.childCategoryList01 {
    margin: -24px 0 20px;
    overflow: hidden;
}

.childCategoryList01_child {
    float: left;
    font-size: 14px;
    list-style-type: none;
    margin: 0 30px 0 0;
}
.childCategoryList01_link {
    line-height: 2;
    text-decoration: none;
}

.childCategoryList01_link:hover {
    text-decoration: underline;
}

.left-nav-link:last-child:last-child {
    border-bottom: 1px solid #eee;
}

.left-hand .shop-info {
    border-top: 1px solid #eee;
    color: #333;
    line-height: 25px;
    padding: 20px;
}
.left-hand .twitter,
.left-hand .facebook {
    background-color: #88acdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-left: 20px;
    padding: 5px 20px;
}
.left-hand .facebook {
    background-color: #3b5998;
    margin-left: 10px;
}


.nav-footer {
    clear: both;
    margin: 30px 0 0 305px;
    padding: 30px 0 100px;
    text-align: left;
}
.nav-footer .copy {
    color: #ccc;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
}
.nav-footer ul li {
    float: left;
    line-height: 20px;
    margin: 0 50px 0 0;
}
.nav-footer a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}
.nav-footer a {
        color: #333;
    }

.nav-footer a:hover {
    text-decoration: underline;
}

.nav-footer .socialBtnList {
}
.nav-footer .sns {
    float: left;
}
.nav-footer .sns.fb {
    float: right;
    margin: 0 0 0 16px;
}
.nav-footer .sns.tw {
    float: left;
    margin: 0;
}
.nav-footer .sns.tw iframe {
    vertical-align: top;
}

/* item information
-------------------------------------------------------------- */
.single-item-name {
    border-bottom: 1px solid #eee;
    font-size: 30px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    width: 100%;
}

.item-info-container {
    margin: 50px auto;
    overflow: hidden;
    width: 800px;
    *zoom: 1;
}
.item-info-container .item-info-left {
    float: left;
    text-align: center;
    width: 50%;
}
.item-info-container .item-info-left img {
    min-height: 300px;
    width: auto;
}
.item-info-container .item-info-right {
    float: right;
    padding-left: 30px;
    text-align: left;
    width: 50%;
}
.item-info-container .item-info-right .detail {
    color: #333;
    font-size: 18px;
    line-height: 23px;
}
.item-info-container .item-info-right .price {
    color: #aaa;
    font-size: 25px;
    line-height: 40px;
    margin: 50px 0 20px;
}
.item-info-container .item-info-right .notice {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 20px;
}

.more {
    border-top: 1px solid #eee;
    clear: both;
    margin: 50px 0;
    padding-top: 50px;
    text-align: center;
}

/* about
-------------------------------------------------------------- */

.main {
    background: #fff;
    height: auto;
    width: 835px;
}

.main #about {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    padding: 70px 0;
    width: 655px;
}

.main #about h2 {
    color: #4d4d4d;

    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 90px;
    text-align: left;
    text-transform: uppercase;
}
.main #about h2 {
        font-family: "Frutiger Roman", sans-serif;
    }

.main #about h2 a {
    color: #4d4d4d;
}
.main #about p {
    line-height: 1.5em;
    text-align: left;
}
.main #about p {
        font-family: "ヒラギノ角ゴ Pro", sans-serif;
    }

.main #about .social {
    margin: 40px 0 0;
    text-align: center;
    width: 100%;
}
.main #about .social > ul {
    display: inline-block;
}
.main #about .social ul li {
    float: left;
    margin-right: 15px;
}
.main #about .social ul li:last-child {
    margin-right: 0;
}

/*====================================================================
 inquiry: お問い合わせ
====================================================================*/

.inquirySection {
    padding: 70px 90px;
}
.inquirySection h1 {
    color: #4d4d4d;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}
.inquirySection h1 {
        font-family: "Frutiger Roman", sans-serif;
    }

.inquirySection p {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}
.inquirySection p {
        font-family: "小塚ゴシック Pr6N", sans-serif;
    }

.inquirySection form {
    margin: 50px 0 0;
}
.inquirySection dl {
    text-align: left;
}
.inquirySection dl dt {
    color: #000;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}
.inquirySection dl dt span {
    color: #fd7c8b;
    font-size: 11px;
    line-height: 11px;
    margin-left: 10px;
    vertical-align: baseline;
}
.inquirySection dl dd {
    margin-bottom: 20px;
}
.inquirySection dl dd input {
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    width: 635px;
}
.inquirySection dl dd textarea {
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 135px;
    padding: 10px;
    width: 635px;
}
@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}
.inquirySection .control-panel input#buttonLeave {
    background-color: #e5e5e5;
    border: none;
    -moz-box-shadow: 2px 2px 1px #b2b2b2;
    box-shadow: 2px 2px 1px #b2b2b2;
    color: #666;
    cursor: pointer;
    display: inline;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.inquirySection .control-panel input#buttonLeave:hover {
    background-color: #ccc;
    cursor: pointer;
}
.inquirySection .control-panel input#buttonLeave:active {
    background-color: #b2b2b2;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    left: 3px;
    position: relative;
    top: 3px;
}
#inquiryConfirmSection p {
    font-size: 12px;
    line-height: 12px;
}
#inquiryConfirmSection form {
    margin: 30px 0 0;
}
#inquiryConfirmSection dd {
    color: #979797;
    font-size: 12px;
    padding-left: 15px;
}
#inquiryCompleteSection p {
    line-height: 1.4em;
    margin: 30px 0 0;
}
#inquiryCompleteSection a {
    background-color: #e5e5e5;
    border: none;
    -moz-box-shadow: 2px 2px 1px #b2b2b2;
    box-shadow: 2px 2px 1px #b2b2b2;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 30px 0 0;
    outline: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#inquiryCompleteSection a:hover {
    background-color: #ccc;
}
#inquiryCompleteSection a:active {
    background-color: #b2b2b2;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    left: 3px;
    position: relative;
    top: 3px;
}

.shop-info-wrapper {
    display: inline;
    float: left;
    margin-left: 25.53191%;
    margin-right: 2.12766%;
    width: 74.46809%;
}

.shop-info-detail {
    padding: 10px;
}

.shop-links {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.web,
.email,
.address,
.shop-address {
    float: left;
    font-size: 1em;
    line-height: 1.5em;
    margin-right: 10px;
}

.shop-about-header-wrapper {
    border-bottom: 1px solid #eee;
    width: 100%;
}

.shop-about-header {
    margin: 0 auto;
    width: 600px;
}

.shop-about {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 100px;
    text-align: center;
}

.shop-info-page {
    margin: 50px auto;
    overflow: hidden;
    width: 600px;
    *zoom: 1;
}
.shop-info-page .shop-img {
    height: 300px;
    overflow: hidden;
    width: 100%;
}
.shop-info-page .shop-img img {
    width: 100%;
}
.shop-info-page .shop-info-detail {
    font-size: 18px;
    line-height: 23px;
    margin: 30px 0;
    text-align: left;
}
.shop-info-page .visit-shop {
    background-color: #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin: 30px 0;
    text-decoration: none;
}
.shop-info-page .visit-shop:hover {
    background-color: #909090;
    color: #fff;
}

/* nice buttons
-------------------------------------------------------------- */
.button {
    background-color: #f83020;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    text-align: center;
    width: 200px;
}
.button:hover {
    background-color: #fff;
}

.buy-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 40px auto;
}
.buy-button:hover {
    background-color: #ef751f;
}

.more-button {
    background: orange;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
}
.more-button:hover {
    background-color: #ef751f;
}

/* terms
-------------------------------------------------------------- */
.terms-page {
    border-bottom: 1px solid #ddd;
}

.terms-heading {
    border-bottom: 1px solid #eee;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 1em;
    padding-left: 8.51064%;
    padding-top: 2.18em;
}

.terms {
    #margin-left: -20px;
    display: inline;
    float: right;
    margin-left: 8.51064%;
    margin-right: 0;
    padding: 30px 200px 50px 0;
    width: 91.48936%;
}
.terms h2 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    margin: 20px 0;
}
.terms h3 {
    font-weight: bold;
    margin: 20px 0;
}
.terms p {
    line-height: 1.2em;
}
.terms ul {
    margin-bottom: 50px;
}
.terms ul li {
    margin-bottom: 10px;
}

#sp_link {
    margin: 30px 0;
}
#sp_link a {
    background: #444;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 4;
    list-style: none;
    padding: 9px;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* common */
.truncate {
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* common
-------------------------------------------------------------- */

#i18 {
    display: table;
    margin: 0 auto;
}
#i18 select {
    border: 1px solid #000;
    border-radius: 0;
    display: block;
}

/* ソーシャルボタン */
#social_button {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

#social #social_button {
    float: left;
    margin: 0;
    margin-right: 15px;
    width: 225px;
}

#twitter-widget-0 {
    width: 75px;
}
#twitter-widget-1 {
    width: 75px;
}
.fb-like,
.fb_iframe_widget {
    vertical-align: top;
}

#widget {
    float: left;
    margin: 0 !important;
}

/* item_template
-------------------------------------------------------------- */
#item_page_wrap {
    margin-left: 305px;
    width: 840px;
    word-wrap: break-word;
}

#item_page_wrap header h1 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4d4d4d;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 115px auto 0;
    min-width: 840px;
    padding: 70px 90px 55px;
    text-align: left;
    width: 840px;
}
#item_page_wrap header h1 {
        font-family: "ヒラギノ角ゴ Pro", sans-serif;
    }

#item_page_wrap .radius_box {
    background-color: #fff;
    margin: 0 auto;
    width: 840px;
}

#item_page_wrap #first_column {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 90px 50px;
    width: 840px;
}

#item_page_wrap #second_column {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin: 0 auto;
    padding: 0 90px 70px;
    width: 840px;
}

#item_page_wrap #item_detail {
    color: #333;
    font-size: 13px;
    line-height: 1.7em;
    margin: 10px 0 25px;
    text-align: left;
}
#item_page_wrap #item_detail {
        font-family: "ヒラギノ角ゴ Pro", sans-serif;
    }

#item_page_wrap .item-priceArea {
    margin: 0 0 20px;
}
#item_page_wrap .item-priceArea.item-priceArea--soldOut .item-price,
#item_page_wrap .item-priceArea.item-priceArea--soldOut .discountPrice {
    text-decoration: line-through;
}
#item_page_wrap .item-price {
    color: #000;
    font-size: 23px;
    margin-bottom: 25px;
    text-align: left;
}
#item_page_wrap .item-price {
        font-family: "小塚ゴシック Pr6N", sans-serif;
    }

#item_page_wrap .discountPrice {
    margin: 0 0 25px;
    text-align: left;
}
#item_page_wrap .discountPrice {
        font-family: "小塚ゴシック Pr6N", sans-serif;
    }

#item_page_wrap .discountPrice__default {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: line-through;
    vertical-align: top;
}
#item_page_wrap .discountPrice__ratio {
    border: 1px solid #e75c5c;
    color: #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 10px;
    padding: 0 5px;
    vertical-align: top;
}
#item_page_wrap .discountPrice__calcPrice {
    color: #e75c5c;
    font-size: 23px;
    font-weight: bold;
    line-height: 45px;
    padding: 10px 0 0;
}

#item_page_wrap .soldout {
    color: #ff6598;
    display: inline;
    font-size: 18px;
    margin: 4px 0 0 15px;
}
#item_page_wrap .soldout {
        font-family: "Frutiger Roman", sans-serif;
    }

#item_page_wrap .comingSoon {
    color: #11beae;
    font-size: 19px;
    margin: 0 0 20px;
}

#item_page_wrap .preOrder {
    margin: 16px 0;
}

#item_page_wrap .preOrder__label {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
}

#item_page_wrap .preOrder__data {
    font-size: 12px;
    color: #252525;
}

#item_page_wrap #itemAttention {
    color: #989898;
    font-size: 11px;
    line-height: 1em;
    margin-bottom: 30px;
    text-align: left;
}
#item_page_wrap #itemAttention .attention {
    line-height: 1.4;
}
#item_page_wrap #itemAttention .attention.deliveryShortestDay {
    border: 1px solid #11BEAE;
    color: #11BEAE;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px 10px;
}
#item_page_wrap #itemAttention .attention.free {
    font-weight: bold;
}
#item_page_wrap #itemAttention .attention.free .free__text {
    color: #11BEAE;
    font-weight: bold;
}
#item_page_wrap #itemAttention .attention.salesPeriod {
    width: 330px;
}
#item_page_wrap #itemAttention .attention.salesPeriod.salesPeriod--term {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px 0 10px 14px;
}
#item_page_wrap #itemAttention .attention.salesPeriod.salesPeriod--willStart {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 10px 0 10px 14px;
    text-align: center;
}
#item_page_wrap #itemAttention .attention.salesPeriod.salesPeriod--available {
}
#item_page_wrap #itemAttention .attention.salesPeriod.salesPeriod--willEnd {
}
#item_page_wrap #itemAttention .attention.salesPeriod.salesPeriod--finish {
    border: 1px solid #999;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px 0 10px 14px;
    text-align: center;
}
#item_page_wrap #purchase_form #itemSelect {
    font-size: 22px;
    margin: 35px 0 40px;
    text-align: left;
}
#item_page_wrap #purchase_form #itemSelect label {
    font-size: 14px;
    margin-right: 15px;
}
#item_page_wrap #purchase_form #variationSelectWrap {
    display: block;
    margin-bottom: 15px;
}
#item_page_wrap #purchase_form #variationSelectWrap select {
    max-width: 605px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

#item_page_wrap #purchase_form .purchaseButton {
    text-align: center;
    margin-bottom: 30px;
}
#item_page_wrap #purchase_form .purchaseButton .purchaseButton__btn {
    background-color: #e5e5e5;
    border: none;
    -moz-box-shadow: 2px 2px 1px #b2b2b2;
    box-shadow: 2px 2px 1px #b2b2b2;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    　-webkit-box-shadow: 2px 2px 1px #b2b2b2;
}
#item_page_wrap #purchase_form .purchaseButton .purchaseButton__btn:hover {
    background-color: #ccc;
}
#item_page_wrap #purchase_form .purchaseButton .purchaseButton__btn:active {
    background-color: #b2b2b2;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) inset;
    left: 3px;
    position: relative;
    top: 3px;
}
#item_page_wrap
#purchase_form
.purchaseButton
.purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/*
 *#social
 */
#item_page_wrap #social {
    margin: 40px 0 0;
}
#item_page_wrap #embedded_tag {
    text-align: center;
}
#item_page_wrap p {
    margin: 5px 0;
}
#item_page_wrap #embedded_tag p {
    color: #b6b6b6;
    font-size: 0.8em;
}
#item_page_wrap #embedded_tag textarea {
    width: 80%;
}

/* jquery.bxslider */
#item_page_wrap .bxslider {
    display: block;
    margin: 0;
    padding: 0;
}
#item_page_wrap .bxsliderWrap {
    float: left;
    height: 500px;
    margin-right: 15px;
    width: 500px;
}
#item_page_wrap .bxslider .img_box {
    height: 500px;
    line-height: 500px;
    text-align: center;
    vertical-align: middle;
    width: 500px;
}
#item_page_wrap .bxslider .img_box img {
    max-height: 500px;
    max-width: 500px;
    vertical-align: middle;
}
#item_page_wrap #bx-pager {
    float: left;
    height: 500px;
    overflow: hidden;
}
#item_page_wrap #bx-pager a {
    max-height: 76px;
    max-width: 76px;
}
#item_page_wrap #bx-pager a + a {
    margin-top: 14px;
}
#item_page_wrap #bx-pager .small_img_box {
    cursor: pointer;
    height: 76px;
    line-height: 76px;
    text-align: center;
    vertical-align: middle;
    width: 76px;
}
#item_page_wrap #bx-pager .small_img_box img {
    max-height: 76px;
    max-width: 76px;
    vertical-align: middle;
}
#item_page_wrap #bx-pager .mCSB_inside > .mCSB_container {
    margin-right: 24px;
}

#reportMessage {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #468847;
    font-size: 14px;
    margin: 20px;
    padding: 14px;
    width: 80%;
}

.item-box {
    display: inline-block;
    height: 300px;
    line-height: 300px;
    margin: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.item-box a {
    display: block;
    filter: alpha(opacity=0); /* ie lt 8 */
    -ms-filter: "alpha(opacity=00)"; /* ie 8 */
    height: 300px;
    -moz-opacity: 0;
    opacity: 0; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0; /* Safari 1.x */
    position: absolute;
    text-align: center;
    width: 300px;
}
.item-box a:hover {
    filter: alpha(opacity=100); /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)"; /* ie 8 */
    -moz-opacity: 1;
    opacity: 1; /* FF lt 1.5, Netscape */
    -khtml-opacity: 1; /* Safari 1.x */
    zoom: 1;
}

.item-meta {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7000,EndColorStr=#7000);
    height: 280px;
    margin: 10px;
    padding: 105px 45px 70px;
    width: 280px;
}
.item-meta {
        font-family: "ヒラギノ角ゴ Pro", sans-serif;
    }

.item-meta .item-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    max-height: 75px;
    text-align: left;
}
.item-meta .item-priceArea.item-priceArea--soldOut {
}
.item-meta .item-priceArea.item-priceArea--soldOut .item-price,
.item-meta .item-priceArea.item-priceArea--soldOut .discountPrice {
    text-decoration: line-through;
}
.item-meta .item-price {
    font-size: 12px;
    text-align: left;
}
.item-meta .discountPrice {
    margin: 0;
    text-align: left;
}
.item-meta .discountPrice__ratio {
    border: 1px solid #e75c5c;
    color: #e75c5c;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
    vertical-align: top;
}
.item-meta .discountPrice__calcPrice {
    color: #e75c5c;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: top;
    white-space: nowrap;
}
.item-meta .comingSoon {
    color: #11beae;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.item-meta .soldout {
    color: #e27b8b;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.item-meta .preOrder {
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px;
    text-align: center;
    line-height: 18px;
    vertical-align: top;
    margin: 0 0 6px;
}
.item-image {
    display: inline;
    max-height: 300px;
    max-width: 300px;
    vertical-align: middle;
    z-index: -1;
}

/* body.tempTop
-------------------------------------------------------------- */
body.tempTop .left-hand {
    overflow: hidden;
}

#scrollbarHidden > nav {
    text-align: center;
}

#scrollbarHidden:before,
#scrollbarHidden:after {
    content: " ";
    display: table;
}

#scrollbarHidden:after {
    clear: both;
}

#scrollbarHidden {
    *zoom: 1;
}

/* body.tempDetail
-------------------------------------------------------------- */
body.tempTop .left-hand {
    overflow-y: scroll;
}

/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/

/*====================================================================
 common
====================================================================*/
body.template {
}

/* clearfix */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

section.tmpBox {
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    line-height: 1.4;
    margin: 100px auto 0;
    padding: 50px 0;
    text-align: center;
    width: 600px;
}

#mainHeader {
}
#mainHeader h1 {
    width: 100%;
}
#mainHeader h1 a {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    word-wrap: break-word;
}
#mainHeader h1 a {
        margin: 120px 10px 30px;
    }



/*====================================================================
 common: 対象ページ郡
====================================================================*/

/**
 * page: shop.ctp
 * about: body.tempTop
 *************************************/
body.tempTop {
}

/* クラス構成 */

/**
 * page: shop.ctp
 * about: body.tempDetail
 *************************************/
body.tempDetail {
}

/**
 * page: shop.ctp
 * about: body.tempTop
 *************************************/

/* 送料詳細 */
#postageInfoLayer p a {
    color: #989898;
    display: inline;
}
#postageInfoLayer p a:hover {
    text-decoration: underline;
}

/*====================================================================
特定商取引・プライバシーポリシー
====================================================================*/
#privacy,
#law {
    margin: 0;
    padding: 60px;
    width: 835px;
}
#privacy h2,
#law h2 {
    margin: 10px 0 0;
}
