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,
font,
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 {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*トップページ*/
body {
    line-height: 1;
}
body {
        font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
        margin: 105px 0 0;
    }



.wrapper {
    margin: 0 auto;
    width: 960px;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
#title {
    color: white;
    font-size: 40px;
    text-align: center;
}
#title {
        margin-bottom: 100px;
    }

#title h1 {
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
    word-break: break-word;
}

#title h1 a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#title h1 a:hover {
    opacity: 0.5;
}

#title a img#logo {
    max-width: 960px;
}
#title #logo img {
    max-width: 960px;
}

nav {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
nav ul.menu {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

nav ul.menu li {
    float: left;
}

nav ul.menu li a {
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

nav ul.menu li:hover a {
    opacity: 0.5;
}

#category-menu span {
    text-align: center;
    -webkit-transition-duration: 0.2s ease-in-out;
    -moz-transition-duration: 0.2s ease-in-out;
    -ms-transition-duration: 0.2s ease-in-out;
    -o-transition-duration: 0.2s ease-in-out;
    transition-duration: 0.2s ease-in-out;
}

#category-menu span:hover {
    opacity: 0.5;
}

.item_list img {
    /*
				max-width: 300px;
				max-height: 300px;
		*/
}
br .clear {
    clear: both;
    line-height: 0;
}
.item_list li {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}

.item_list li:nth-child(3n) {
    margin-right: 0;
}
.item_list > *:first-child + * + * {
    margin-right: 0;
}

footer {
}
footer .footer_inner {
    color: gray;
    height: 13px;
    margin: 30px auto 40px;
    width: 100%;
}
footer .footer_inner li {
    float: left;
    margin-right: 35px;
}
footer .footer_inner li#sns {
    float: right;
    margin-right: 0;
}

footer .footer_inner a {
    color: #808080;
    font-family: "小塚ゴシック Pr6N";
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

footer .footer_inner a:hover {
    filter: alpha(opacity=70); /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* ie 8 */
    -moz-opacity: 0.7;
    opacity: 0.7; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
    zoom: 1;
}

span.fadein {
    color: black;
    font-size: 20px;
}
/*シングルページ*/
.kakaku {
    background-color: white;
    margin-top: 5px;
    overflow: hidden;
}
section.content {
    border-bottom: 1px solid #aaa;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
#pics {
    padding-bottom: 10px;
}
#pics li {
    padding-left: 10px;
    padding-top: 10px;
}
.thumbs li {
    padding-left: 10px;
    padding-top: 10px;
}
.outer {
    float: left;
    padding-bottom: 10px;
    width: 520px;
}
section.row {
    float: left;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    width: 440px;
}
.descri {
    float: left;
    margin: 10px;
    width: 420px;
}
.descri h2 {
    float: left;
    font-size: 28px;
}
p.price {
    float: left;
    font-size: 22px;
    margin-left: 50px;
    margin-top: 4px;
}
p.explanation {
    font-size: 18px;
    margin: 10px;
    text-align: center;
}
div.product {
    height: 40px;
    margin: 10px;
}
.buttonHover {
    background-color: #d95204;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    float: left;
    margin: auto 155px;
    padding: 10px 5px;
    text-align: center;
}
.buttonHover:hover {
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);
    opacity: 0.8;
}

/* update template */
.item-box {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 300px;
}

.item-box,
.item-box a {
    display: block;
    display: block/9;
    height: 300px;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 300px;
}

.item-box a {
    -ms-filter: "alpha(opacity=00)";
    filter: alpha(opacity=0); /* ie lt 8 */ /* ie 8 */
    margin-top: -300px;
    -moz-opacity: 0;
    opacity: 0; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0; /* Safari 1.x */
    position: absolute;
}
.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-box .item_meta {
    background-color: rgba(255, 255, 255, 0.8);
    /*margin: -190px auto 0;*/
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    height: 190px;
    margin-top: 1px;
    opacity: 1;
    padding: 110px 45px 0;
    position: relative;
    text-align: left;
    width: 210px;
    z-index: 0;
}

.item-box--soldout .item_meta {
    background-color: rgba(0, 0, 0, 0.8);
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    height: 24px;
    opacity: 1;
    padding: 145px 45px 135px;
    position: relative;
    text-align: left;
    width: 210px;
    z-index: 0;
}
.item-box--soldout .item_meta .price,
.item-box--soldout .item_meta .discountPrice,
.item-box--soldout .item_meta .item_title {
    display: none;
}
.item-box--soldout .item_meta .soldout {
    color: #ffa1c4;
    font-family: "helvetica";
    font-size: 25px;
    text-align: center;
}

.item-box .item_meta .item_title.show_on_hover {
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 1.5em;
    margin-bottom: 40px;
    overflow: hidden;
    padding-top: 3px;
    text-overflow: ellipsis;
}

.item-box .item_meta .comingSoon {
    color: #11beae;
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
}

.item-box .item_meta .preOrder, .item-box .item_meta .lottery, .item-box .item_meta .takeout {
    border: 1px solid #252525;
    box-sizing: border-box;
    display: inline-block;
    color: #252525;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    margin: 0 auto;
}

.item-box .item_meta .community {
    border: 1px solid #f2bb31;
    background-color: #f2bb31;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    margin: 0 auto;
}

.item-box .item_meta .price {
    font-size: 18px;
}
.item-box .item_meta .discountPrice {
    color: #e75c5c;
    margin: 0;
}
.item-box .item_meta .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-box .item_meta .discountPrice__calcPrice {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    white-space: nowrap;
}
.item-box .img-block {
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    width: 300px;
    /*text-align:center;*/
}

.item-box .img-block {
    display: block;
    height: 300px;
    text-align: center;
    width: 300px;
}

.item-box .img-block img {
    margin: 0 auto;
    max-height: 300px;
    max-width: 300px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

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

.headNavi {
    left: 10px;
    position: fixed;
    top: 5px;
    z-index: 2005;
}
.headNavi .itemSearch {
    display: inline-block;
    vertical-align: top;
}
.headNavi .languageSelect {
    display: inline-block;
    vertical-align: top;
}

/* ソーシャルボタン */
#mainFooter #social_button {
    float: right;
    margin: 0 auto;
    text-align: center;
    width: 240px;
}
#twitter-widget-0 {
    width: 70px;
}
.fb-like,
.fb_iframe_widget {
    vertical-align: top;
}

#widget {
    margin: 5px 0 0 0 !important;
}


/* Pinned Blog
-------------------------------------------------------------- */
.pinnedBlog {
    margin: 0 auto;
    width: 960px;
}
.pinnedBlog .pinnedBlog_title {
    font-size: 14px;
    text-align: center;
}
.pinnedBlog .pinnedBlog_title {
        padding: 0 0 40px;
    }

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

/* body.tempTop
-------------------------------------------------------------- */
body.tempTop .menu li {
    padding: 0;
    width: 100px;
}
body.tempTop section.itiran {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
body.tempTop hr#border {
    border: none;
    border-bottom: 1px solid #aaa;
    height: 1px;
    margin: 0;
}

/* body.tempDetail
-------------------------------------------------------------- */
body.tempDetail .menu li {
    color: black;
    text-align: center;
    width: 100px;
}
body.tempTop section.item_list {
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

#item_page_wrap {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 60px;
    width: 840px;
    word-wrap: break-word;
}

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

#item_page_wrap #second_column {
    float: right;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    margin-left: 40px;
    width: 300px;
}

#item_page_wrap .item_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
}

#item_page_wrap #item_detail {
    clear: both;
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    padding: 22px 0 0;
    text-align: left;
    width: 100%;
}
#item_page_wrap #second_column .item_priceArea {
    margin-bottom: 20px;
}
#item_page_wrap #second_column .item_priceArea--soldOut {
}
#item_page_wrap #second_column .item_priceArea--soldOut .item_price,
#item_page_wrap #second_column .item_priceArea--soldOut .discountPrice {
    text-decoration: line-through;
}
#item_page_wrap #second_column .item_price {
    font-size: 18px;
    line-height: 40px;
    margin-right: 12px;
    text-align: left;
}
#item_page_wrap #second_column .discountPrice {
    margin: 0 0 25px;
}
#item_page_wrap #second_column .discountPrice__default {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: line-through;
    vertical-align: top;
}
#item_page_wrap #second_column .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 #second_column .discountPrice__calcPrice {
    color: #e75c5c;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-right: 12px;
}
#item_page_wrap #second_column .comingSoon {
    color: #11beae;
    font-size: 19px;
    margin: 0 0 20px;
}
#item_page_wrap #second_column .soldout {
    color: #ff6598;
    display: inline-block;
    font-size: 15px;
    margin: 2px 0 0;
}

#item_page_wrap #second_column #itemAttention {
    clear: both;
    color: #b6b6b6;
    font-family: "小塚ゴシック Pr6N", sans-serif;
    font-size: 11px;
    line-height: 1em;
    margin-bottom: 40px;
    margin-top: 5px;
    text-align: left;
}
#item_page_wrap #second_column #itemAttention a {
    color: #b6b6b6;
}
#item_page_wrap #second_column #itemAttention a:hover {
    text-decoration: underline;
}
#item_page_wrap #second_column #itemAttention .attention {
    font-size: 11px;
    line-height: 1.4;
}
#item_page_wrap #second_column #itemAttention .attention.deliveryShortestDay {
    border: 1px solid #11BEAE;
    border-radius: 2px;
    box-sizing: border-box;
    color: #11BEAE;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 6px 0;
    width: 100%;
    text-align: center;
}
#item_page_wrap #second_column #itemAttention .attention.free {
    font-weight: bold;
}
#item_page_wrap #second_column #itemAttention .attention.free .free__text {
    color: #11BEAE;
    font-weight: bold;
}
#item_page_wrap #second_column #itemAttention .attention.salesPeriod {
}
#item_page_wrap .preOrder, #item_page_wrap .lottery, #item_page_wrap .takeout {
    margin: 16px 0;
}
#item_page_wrap .preOrder__label, #item_page_wrap .lottery .lottery__label, #item_page_wrap .takeout .takeout__label {
    border: 1px solid #252525;;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px;
    margin: 0 0 4px 0;
}
#item_page_wrap #itemAttention   .takeout__text {
    color: #252525;
    cursor: pointer;
    font-weight: bold;
    margin: 0 3px;
    text-decoration: underline;
}
#item_page_wrap .preOrder__data, #item_page_wrap .lottery .lottery__data {
    font-size: 12px;
    color: #252525;
    line-height: 1.6;
}
#item_page_wrap .takeout .takeout__data  {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

#item_page_wrap .lottery > * {
    margin-bottom: 8px;
}

#item_page_wrap
#second_column
.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;
}
#item_page_wrap
#second_column
.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;
    text-align: center;
}
#item_page_wrap
#second_column
.attention.salesPeriod.salesPeriod--available {
}
#item_page_wrap
#second_column
.attention.salesPeriod.salesPeriod--willEnd {
}
#item_page_wrap
#second_column
.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;
    text-align: center;
}

#item_page_wrap #second_column #purchase_form {
    margin-bottom: 40px;
}
#item_page_wrap #second_column #purchase_form label {
    color: #4d4d4d;
    font-size: 14px;
    margin-right: 15px;
}
#item_page_wrap #second_column #purchase_form #itemSelect {
    margin: 10px 0 30px;
    text-align: left;
}
#item_page_wrap #second_column #purchase_form #variationSelectWrap {
    display: block;
    margin-bottom: 15px;
}
#item_page_wrap #second_column #purchase_form #variationSelectWrap select {
    max-width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
#item_page_wrap #second_column #purchase_form .purchaseButton {
    text-align: left;
}
#item_page_wrap
#second_column
#purchase_form
.purchaseButton
.purchaseButton__btn {
    background-color: #666;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0;
    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
#second_column
#purchase_form
.purchaseButton
.purchaseButton__btn:hover {
    opacity: 0.6;
}
#item_page_wrap
#second_column
#purchase_form
.purchaseButton
.purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
#item_page_wrap
#second_column
#purchase_form
.purchaseButton
.purchaseButton__btn.purchaseButton__btn--notApplying:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

#item_page_wrap #item_detail {
    clear: both;
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    padding: 25px 0 0;
    text-align: left;
    width: 100%;
}

/*
 *#social
 */
#item_page_wrap #social {
    height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
    width: 245px;
}
#item_page_wrap #embedded_tag {
    text-align: center;
}
#item_page_wrap p {
    margin: 3px 0 5px;
}
#item_page_wrap #item_detail p {
    font-size: 14px;
    margin: 3px 0 5px;
}
#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: 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 {
    margin: 20px -11px 0 0;
    overflow: hidden;
    width: 511px;
}
#item_page_wrap #bx-pager a {
    display: block;
    float: left;
    margin: 0 13px 13px 0;
    max-height: 60px;
    max-width: 60px;
}
#item_page_wrap #bx-pager .small_img_box {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

#item_page_wrap #bx-pager .small_img_box img {
    max-height: 60px;
    max-width: 60px;
    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;
}

/* category
-------------------------------------------------------------- */

.wrapper #mainHeader nav ul li #category-menu:hover .category-list {
    padding: 20px 0 0;
}
.wrapper #mainHeader nav ul li #category-menu:hover .category-list ul {
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    box-shadow: none;
}
.wrapper #mainHeader nav ul li #category-menu:hover .category-list ul li {
    line-height: 1.5em;
    text-align: left;
}

.wrapper #mainHeader nav ul li #category-menu:hover .category-list ul li a {
    color: #4e4e4e;
    display: block;
    font-size: 12px;
    margin: 0 -1px;
    max-width: 250px;
    /* ▼1行制限 */
    overflow: hidden;
    padding: 10px 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* ▲1行制限 */
}
.wrapper
#mainHeader
nav
ul
li
#category-menu:hover
.category-list
ul
li
a:hover {
    opacity: 1;
    text-decoration: none;
}

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

a {
    color: #000;
}

/*====================================================================
 common
====================================================================*/
section.tmpBox {
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    line-height: 1.4;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    width: 960px;
}
.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 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: inline;
    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;
}

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

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

.template #category-menu .appsItemCategoryTag_lowerchild:hover,
.template
#category-menu
.appsItemCategoryTag_child:hover
.appsItemCategoryTag_lowerchild {
    display: block;
}

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

/* .childCategoryList01
-------------------------------------------------------------- */
.childCategoryList01 {
    margin: -40px 0 50px;
    text-align: center;
}

.childCategoryList01_child {
    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;
}

body.template {
}

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

#mainHeader {
        margin-bottom: 80px;
    }

/* mainFooter */
#mainFooter {
    height: 20px;
    margin: 60px 0 100px;
}
#mainFooter ul li {
    float: left;
    font-size: 12px;
    line-height: 20px;
    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 0 0 16px;
}
#mainFooter .sns.tw {
    float: left;
}
#mainFooter .sns.tw iframe {
    vertical-align:top;
}

#mainFooter li a {
    -webkit-transition-duration: 0.2s ease-in-out;
    -moz-transition-duration: 0.2s ease-in-out;
    -ms-transition-duration: 0.2s ease-in-out;
    -o-transition-duration: 0.2s ease-in-out;
    transition-duration: 0.2s ease-in-out;
}
#mainFooter li a {
    color: #808080;

    }

#mainFooter li a:hover {
    opacity: 0.6;
}

/*====================================================================
 about
====================================================================*/

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

.main #about {
    color: #7f7f7f;
    margin: 0 auto;
    padding: 40px 0;
    width: 840px;
}

.main #about h2 {
    color: #4d4d4d;
    font-family: "helvetica", sans-serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 85px;
    text-align: left;
    text-transform: uppercase;
}

.main #about h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}

.main #about p {
    font-family: ;
    font-size: 13px;
    line-height: 1.5em;
}

.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: 60px;
}
.inquirySection h1 {
    color: #4d4d4d;
    font-family: Helvetica;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 30px;
    margin: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
}
.inquirySection p {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}
.inquirySection form {
    margin: 50px 0 0;
}
.inquirySection dl {
    text-align: left;
}
.inquirySection dl dt {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.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 #c2c2c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    width: 820px;
}
.inquirySection dl dd textarea {
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 140px;
    padding: 10px;
    width: 820px;
}
@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}
.inquirySection .control-panel input#buttonLeave {
    background-color: #666;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 4px;
    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: 300px;
}
.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;
}
#inquiryConfirmSection dl dt {
    margin-bottom: 10px;
}
#inquiryCompleteSection p {
    line-height: 1.4em;
    margin: 30px 0 0;
}
#inquiryCompleteSection a {
    background-color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 4px;
    margin: 55px auto 0;
    padding: 16px 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: 300px;
}
#inquiryCompleteSection a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/*====================================================================
 common: 対象ページ郡
====================================================================*/
.boxRight {
    float: right !important;
}

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

/* クラス構成 */

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

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

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

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

    /* クラス構成 */
}

/**
 * apps: item_layout
 *************************************/
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading,
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description,
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_slider
{
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    color: #4d4d4d;
}
