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,
b,
u,
i,
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;
}

* {
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    -webkit-font-smoothing: antialiased;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font: #ccc normal 20px/32px;
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    margin: 0 auto;
}

a {
    color: #8f8f8f;
    display: block;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    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: #b6b6b6;*/
}
nav span:hover {
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* Structure
-------------------------------------------------------------- */

#content {
    margin: 0 auto 100px;
    width: 960px;
    *zoom: 1;
}

/* header
-------------------------------------------------------------- */
.container {
    background-color: #fff;
    width: 100%;
}

.container #header {
    height: 17px;
    margin: 0 auto;
    padding: 31.5px 0;
    text-align: center;
    width: 960px;
}

.container #header nav {
    line-height: 25px;
}

.container #header nav ul {
}

.container #header nav ul li {
    font-family: "Orator Std";
    font-size: 17px;
    letter-spacing: 0.2px;
    margin: 0 30px;
    text-align: center;
}
.container #header nav ul li:first-child {
    margin-left: 0;
}

.container #header nav ul li a {
}
.container #header nav ul li a:hover {
    opacity: 0.6;
}

#logo {
    margin: 90px auto 60px;
    max-width: 960px;
    text-align: center;
}

a#logo img {
    margin: 0 auto;
    max-height: 800px;
    max-width: 980px;
}

h1 a#logo {
    font-size: 37px;
    letter-spacing: 2px;
    line-height: 37px;
    text-align: center;
    word-wrap: break-word;
}

/* navigation
-------------------------------------------------------------- */
#navigation {
    margin: 30px auto 100px;
    width: 180px;
}

.nav-link {
    color: #333;
    float: left;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    text-decoration: none;
}
.nav-link:last-child {
    margin-right: 0;
}

/* category
-------------------------------------------------------------- */
.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: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(100, 100, 100);
    cursor: pointer;
    margin: 0;
    min-width: 100px;
    padding: 7px 0;
}
.template #category-menu .category-list ul li {
    border: none;
    float: none;
    height: auto;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.template #category-menu .category-list ul li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
}
.template #category-menu .category-list ul li a:hover {
    border-bottom: none;
    text-decoration: underline;
}

.container #header nav ul li #category-menu:hover .category-list {
    padding: 20px 0 0;
}
.container #header nav ul li #category-menu:hover .category-list ul {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    min-width: 100px;
}
.container #header nav ul li #category-menu:hover .category-list ul li {
    line-height: 1.5em;
}

.container #header nav ul li #category-menu:hover .category-list ul li a {
    color: #fff;
    display: block;
    max-width: 250px;
    /* ▼1行制限 */
    overflow: hidden;
    padding: 7px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* ▲1行制限 */
}
.container #header nav ul li #category-menu:hover .category-list ul li a:hover {
    opacity: 1;
}

/* 中カテゴリを表示 */
.container
#header
nav
ul
li
#category-menu
.appsItemCategoryTag_child
.appsItemCategoryTag_lowerchild {
    background: #3a3a3a;
    display: none;
    left: 100%;
    position: absolute;
    top: -7px;
    z-index: -1;
}

.container
#header
nav
ul
li
#category-menu
.appsItemCategoryTag_lowerchild:hover,
.container
#header
nav
ul
li
#category-menu
.appsItemCategoryTag_child:hover
.appsItemCategoryTag_lowerchild {
    display: block;
}

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

/* .childCategoryList01
-------------------------------------------------------------- */
.childCategoryList01 {
    margin: -30px auto 60px;
    text-align: center;
    width: 960px;
}

.childCategoryList01_child {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.4em;
    line-height: 2;
}

.childCategoryList01_link {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
}

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

/* item display
-------------------------------------------------------------- */
.item-container {
    background-color: #fff;
    float: left;
    height: 300px;
    margin: 10px;
    position: relative;
    width: 300px;
}
.item-container:hover .item-detail {
    bottom: 0;
    opacity: 1;
}
.item-container a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 300px;
}

.item-img {
    height: 270px;
    line-height: 270px;
    margin: 15px;
    overflow: hidden;
    text-align: center;
    width: 270px;
}

.item-img img {
    max-height: 270px;
    max-width: 270px;
    vertical-align: middle;
}

.item-detail {
    bottom: -163px;
    margin: 15px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 270px;
}
.item-detail .point {
    background-color: transparent;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    height: 0;
    margin: 0 auto;
    width: 0;
}
.item-detail .price {
    background-color: #fff;
    color: #4d4d4d;
    font-size: 12px;
    padding: 15px 0;
}
.item-detail .discountPrice {
    background-color: #fff;
    color: #e75c5c;
    margin: 0;
    padding: 15px 0;
}
.item-detail .discountPrice__ratio {
    border: 1px solid #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
}
.item-detail .discountPrice__calcPrice {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
}
.soldout {
    background-color: #fff;
    height: 54px;
    width: 100%;
}

.soldout .price {
    background-color: #fff;
    color: #4d4d4d;
    float: left;
    font-size: 12px;
    padding: 15px 0;
    text-decoration: line-through;
}
.soldout span {
    background-color: #fff;
    color: #ff5698;
    float: left;
    font-size: 12px;
    padding: 21px 0 0 15px;
}

.item-detail .item-name {
    background-color: #fff;
    color: #4d4d4d;
    display: block;
    font-size: 19px;
    height: 44px;
    overflow: hidden;
    padding-top: 25px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.soldout .item-name {
    background-color: #fff;
    clear: both;
    color: #4d4d4d;
    display: block;
    font-size: 19px;
    height: 44px;
    overflow: hidden;
    padding-top: 25px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.item-detail .description {
    background-color: #fff;
    color: #808080;
    font-size: 12px;
    height: 30px;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-border {
    width: 100%;
}

/* item information
-------------------------------------------------------------- */
.single-item-name {
    border-left: 10px solid #e29f2a;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
}

.item-info-container {
    margin: 50px auto;
    overflow: hidden;
    width: 100%;
    *zoom: 1;
}

.item-images-container {
    float: left;
    margin-bottom: 100px;
    width: 50%;
}
.item-images-container .item-big-img {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 400px;
}
.item-images-container .item-big-img img {
    border: 1px solid #eee;
    width: 100%;
}
.item-images-container .item-small-img {
    height: 50px;
    margin: 10px auto;
    overflow: hidden;
    width: 400px;
}
.item-images-container .item-small-img ul li {
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
.item-images-container .item-small-img ul li img {
    border: 1px solid #eee;
    height: 50px;
    width: 50px;
}

.item-detail-container {
    float: right;
    width: 50%;
}

.item-page-detail {
    position: relative;
}
.item-page-detail h2 {
    font-size: 2em;
    line-height: 2em;
}
.item-page-detail p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.price {
    font-size: ;
    font-size: 1.5em;
    line-height: 2em;
}

.notice p {
    color: #b6b6b6;
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 10px;
}

.buy-action .buy-button {
    bottom: 0;
}

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

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

.main {
    background: #fff;
    height: auto;
    margin: 0 auto 30px;
    width: 960px;
}

.main #about {
    color: #808080;
    margin: 0 auto;
    padding: 75px 0;
    text-align: left;
    width: 830px;
}

.main #about h2 {
    color: #42210b;
    font-family: "Orator Std";
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    text-align: left;
    text-transform: uppercase;
}

.main #about h2 {
    font-size: 32px;
}

.main #about p {
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    padding-bottom: 70px;
}

.main #about .social {
    border-top: 1px solid #b2b2b2;
    padding: 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;
}

.shop-about {
    border-bottom: 1px solid #eee;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 100px;
    text-align: center;
    width: 100%;
}

.shop-info-page {
    margin: 50px auto;
    overflow: hidden;
    text-align: left;
    width: 970px;
    *zoom: 1;
}

.shop-img {
    float: left;
    text-align: center;
    width: 50%;
}
.shop-img img {
    max-width: 100%;
    width: 100%;
}

.shop-info-detail {
    float: right;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    padding: 0 10px 10px;
    text-align: left;
    width: 50%;
    *zoom: 1;
}
.shop-info-detail h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}
.shop-info-detail p {
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
}

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

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

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

.inquirySection {
    padding: 50px;
}
.inquirySection h1 {
    color: #42210b;
    font-family: "Orator Std";
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 40px;
    margin: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
}
.inquirySection p {
    color: #42210b;
    font-family: "小塚ゴシック Pr6N", sans-serif;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}
.inquirySection form {
    margin: 50px auto 0;
    width: 650px;
}
.inquirySection dl {
    text-align: left;
}
.inquirySection dl dt {
    color: #42210b;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}
.inquirySection dl dt span {
    color: #fb7c8a;
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
    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: 630px;
}
.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: 630px;
}
@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}
.inquirySection .control-panel input#buttonLeave {
    background-color: #333;
    border: none;
    color: #fff;
    display: block;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 3px;
    margin: 55px auto 0;
    padding: 12px 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 340px;
}
.inquirySection .control-panel input#buttonLeave:hover {
    cursor: pointer;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#inquiryConfirmSection p {
    color: #000;
    font-size: 13px;
    line-height: 13px;
}
#inquiryConfirmSection dd {
    font-size: 12px;
    padding-left: 15px;
}
#inquiryCompleteSection p {
    color: #333;
    line-height: 1.4em;
    margin: 30px 0 0;
}
#inquiryCompleteSection a {
    background-color: #333;
    color: #fff;
    display: block;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 3px;
    margin: 45px auto 0;
    padding: 14px 0;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 410px;
}
#inquiryCompleteSection a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/* nice buttons
-------------------------------------------------------------- */
.button {
    background-color: red;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 150px;
}
.button:hover {
    background-color: #c00;
}

.buy-button {
    background-color: #fe9eae;
    margin: 50px auto;
}
.buy-button:hover {
    background-color: #c00;
}

.more-button {
    background: orange;
    margin: 0 auto;
}
.more-button:hover {
    background-color: red;
}

/* terms
-------------------------------------------------------------- */
.terms-heading {
    border-left: 10px solid #e29f2a;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 1em;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

.terms {
    width: 100%;
}
.terms h2 {
    font-size: 1em;
    margin-bottom: 0.5em;
}
.terms h3 {
    margin-bottom: 0.5em;
}
.terms p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-left: 20px;
}
.terms ul {
    margin: 30px 0 50px;
    padding-left: 30px;
}
.terms ul li {
    font-size: 0.9em;
}

/* footer
-------------------------------------------------------------- */
footer {
    bottom: 0;
    clear: both;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    margin: 50px auto 0;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    width: 960px;
    *zoom: 1;
}
footer nav {
    float: left;
    margin: 0 10px 30px 0;
    width: 300px;
}

.footer-terms {
    float: left;
}
.footer-terms li {
    float: left;
    margin-right: 10px;
}
.footer-terms li:last-child {
    margin-right: 0;
}
.footer-terms li a {
    color: #333;
    font-size: 12px;
}
.footer-terms li a:hover {
    opacity: 0.7;
}

.copy {
    color: #ccc;
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: right;
}

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

/* ソーシャルボタン */
#social_button {
    margin: -23px 0;
    text-align: left;
}
#social #social_button {
    clear: both;
}

footer #social_button {
    float: right;
    margin: -2px 0 0 0;
    width: 215px;
}
.fb-like,
.fb_iframe_widget {
    vertical-align: top;
}
#twitter-widget-0 {
    width: 105px !important;
}
#twitter-widget-1 {
    width: 105px !important;
}

#widget {
    margin: 0;
}

#widget a {
    font-weight: bold;
}

/* Pinned Blog
-------------------------------------------------------------- */
.pinnedBlog {
    margin: 0 auto;
    width: 960px;
}
.pinnedBlog .pinnedBlog_title {
    font-size: 14px;
    padding: 0 0 40px;
    text-align: center;
}
.pinnedBlog .pinnedBlog_title::before {
    content: "\e919";
    font-family: "baseicon";
    padding: 0 5px 0 0;
}
.pinnedBlog .pinnedBlog_title a {
    color: inherit;
    display: inline;
}
.publish_date.blog_pinned::before {
    content: "\e929";
    font-family: "baseicon";
    padding: 0 2px 0 0;
}

/* body.tempTop
-------------------------------------------------------------- */

/* body.tempDetail
-------------------------------------------------------------- */
#item_page_wrap {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 65px 60px;
    width: 980px;
    word-wrap: break-word;
}

#item_page_wrap #first_column {
    float: left;
    width: 450px;
}

#item_page_wrap #second_column {
    float: right;
    width: 380px;
}
#item_page_wrap header {
    margin: 0 0 40px;
}
#item_page_wrap header h1 {
    font-family: "AxisStd", sans-serif;
    font-size: 27px;
    line-height: 1.5em;
    text-align: left;
}

#item_page_wrap #item_detail {
    clear: both;
    color: #808080;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 70px;
    width: 100%;
}
#item_page_wrap #price {
    font-family: "AxisStd", sans-serif;
    font-size: 21px;
    font-weight: normal;
    text-align: left;
}
#item_page_wrap .discountPrice {
    font-family: "AxisStd", sans-serif;
    font-weight: normal;
    margin: 0;
}
#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;
    display: block;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
}
#item_page_wrap .price_soldout {
    height: 21px;
}
#item_page_wrap .price_soldout p {
    float: left;
    text-decoration: line-through;
}
#item_page_wrap .price_soldout span {
    color: #ff6598;
    float: left;
    font-size: 15px;
    margin: 4px 0 0 15px;
}
#item_page_wrap #itemAttention {
    clear: both;
    color: #969696;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 11px;
    line-height: 1em;
    margin: 25px 0 10px;
    text-align: left;
}
#item_page_wrap #itemAttention p {
    line-height: 1.4;
    margin-bottom: 5px;
}
#item_page_wrap #itemAttention .deliveryShortestDay {
    border: 1px solid #57bbae;
    color: #57bbae;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
}
#item_page_wrap #itemAttention .free {
    font-weight: bold;
}
#item_page_wrap #itemAttention .free__text {
    color: #57bbae;
    font-weight: bold;
}

#item_page_wrap #purchase_form {
    font-family: "AxisStd", sans-serif;
    margin: 80px 0 0;
}
#item_page_wrap #purchase_form #itemSelect {
    border-top: 1px solid #b2b2b2;
    margin: 0 0 30px;
    padding-top: 30px;
    text-align: left;
}
#item_page_wrap #purchase_form #variationSelectWrap {
    display: block;
    margin-bottom: 15px;
}
#item_page_wrap #purchase_form #itemSelect #variationSelectWrap select {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

#item_page_wrap #purchase_form #buy_button {
    text-align: center;
}
#item_page_wrap #purchase_form #buy_button input,
#item_page_wrap #purchase_form #buy_button .buy_button--noItem a {
    background-color: #333;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    height: 50px;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100%;
}
#item_page_wrap #purchase_form #buy_button input:hover,
#item_page_wrap #purchase_form #buy_button .buy_button--noItem a:hover {
    background-color: #666;
    color: #fff;
}

#item_page_wrap #purchase_form #buy_button .buy_button--noItem a {
    display: block;
    line-height: 50px;
}

/*
 *#social
 */
#item_page_wrap #social {
    margin: 60px 0 0;
}
#item_page_wrap #embedded_tag {
    text-align: center;
}
#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 {
}
#item_page_wrap .bxslider .img_box {
    height: 450px;
    line-height: 450px;
    text-align: center;
    vertical-align: middle;
    width: 450px;
}
#item_page_wrap .bxslider .img_box img {
    max-height: 450px;
    max-width: 450px;
    vertical-align: middle;
}
#item_page_wrap #bx-pager {
    margin: 20px -12px 0 0;
    overflow: hidden;
    width: 462px;
}
#item_page_wrap #bx-pager a {
    float: left;
    margin: 0 10px 10px 0;
    max-height: 56px;
    max-width: 56px;
}
#item_page_wrap #bx-pager .small_img_box {
    cursor: pointer;
    height: 56px;
    line-height: 56px;
    text-align: center;
    vertical-align: middle;
    width: 56px;
}
#item_page_wrap #bx-pager .small_img_box img {
    max-height: 56px;
    max-width: 56px;
    vertical-align: middle;
}

#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;
}

#reportBtn {
    float: left;
    margin-bottom: 30px;
    margin-top: 35px;
    text-decoration: none;
    width: 50px;
}

#reportBtn a {
    color: #000;
    color: #898989;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 12px;
}

#reportBtn a:hover {
    text-decoration: underline;
}

.template #category-menu span {
}

/* common */
nav {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

nav ul.menu {
    display: inline-block;
}

.menu li {
    color: black;
    float: left;
    text-align: center;
}
.boxRight {
    float: right !important;
}

/* mainFooter */
#mainFooter {
}
#mainFooter a {
    color: #333;
    font-size: 12px;
}
#mainFooter ul li {
    float: left;
    line-height: 30px;
    margin: 0 30px 0 0;
}
#mainFooter ul li:last-child {
    margin: 0;
}
#mainFooter .socialBtnList {
}
#mainFooter .sns {
    float: left;
}
#mainFooter .sns.fb {
    float: right;
    margin: 0;
}
#mainFooter .sns.tw {
    float: left;
    margin: 9px 0 0;
}

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

/*====================================================================
 common
====================================================================*/
section.tmpBox {
    background-color: #fff;
    color: #333;
    line-height: 1.4;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    width: 960px;
}

/* カスタムデザインのデフォルト色 */
.mainHeaderNavColor {
    color: #42210b;
}

/**
 * page: トップページ
 * about: body.topPage
 *************************************/

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

/* 送料詳細 */
#postageInfoLayer p {
    font-size: 11px;
    text-align: left;
}
#postageInfoLayer p a {
    color: #969696;
    display: inline;
}
#postageInfoLayer p a:hover {
    text-decoration: underline;
}

/*====================================================================
 jquery
====================================================================*/

/**
 * file: detail_of_item.ctp
 * jquery: jquery.bxslider.js
 *************************************/
/* jquery.bxslider */
.bx-wrapper {
    height: 450px;
    width: 450px;
}

/*====================================================================
 for sp
====================================================================*/
@media screen and (max-width: 480px) {
    /**
   * page: ページ名
   * about: 関連情報
   *************************************/

    /* クラス構成 */
    /* 特定のページに適用するcss */
}
