html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    background: transparent;
    border: 0;
    border-style: none;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    outline: 0;
    padding: 0;
    text-justify: inter-ideograph; /* テキストの両端を揃える */
    vertical-align: baseline;
}

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

nav ul {
    list-style: none;
    margin-bottom: 10px;
}

blockquote,
q {
    quotes: none;
}

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

a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

body {
    color: #f5f5f5;
    font: 12px/19px Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5;
    overflow: visible;
}

.clear {
    clear: both;
    line-height: 0;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.page {
    margin: 0 auto;
    width: 960px;
}

section {
    color: #000;
}
.item_box section a {
    display: block;
    height: 400px;
    text-decoration: none;
    width: 300px;
}

#i18 select {
    border: none;
    border-radius: 0;
}
nav#global li.languageSelect {
    display: inline-block;
    padding-bottom: 15px;
}

#mainHeader {
    float: left;
    height: 100%;
    margin: 0 45px 0 20px;
    overflow: hidden;
    position: fixed;
    width: 290px;
}
.hidden {
    overflow: hidden;
}
#mainHeader h1 {
    color: #1a1a1a;
    margin: 130px 10px 0 0;
    word-wrap: break-word;
}
#mainHeader h1 a {
    font-family: "Arial";
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
}
#mainHeader #logo {
    margin: 135px 10px 0 0;
    max-height: 400px;
    max-width: 220px;
}
#mainHeader #logo img {
    max-height: 400px;
    max-width: 220px;
}

#leftbar {
    height: 100%;
    overflow-y: scroll;
    width: 305px;
}
@-moz-document url-prefix() {
    #leftbar {
        overflow-y: scroll;
    }
}

#leftContent {
}

.left-hand {
    background: #fff;
    border-right: 1px solid #eee;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 275px;
}

#scrollbarHidden {
    /*display: hidden;*/
    height: 100%;
    overflow-y: scroll;
    width: 292px;
}

#leftbar h1 {
    color: #b6b6b6;
    margin: 130px 10px 0 0;
    word-wrap: break-word;
}

nav#global {
    margin-top: 40px;
    text-transform: uppercase;
}
nav#global li {
    clear: both;
    font-size: 18px;
    margin-bottom: 15px;
}
nav#global li a {
    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;
}
nav#global li a:hover {
    opacity: 0.6;
}

#mainFooter nav#info {
    margin: 40px 0 0;
}
#mainFooter nav#info ul {
    margin-bottom: 20px;
}
#mainFooter nav#info ul #social_button {
    display: inline-block;
    margin-left: 15px;
    text-align: left;
}
#mainFooter nav#info ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: middle;
}
#mainFooter nav#info ul li a {
    color: #666;
    text-decoration: none;
}
#mainFooter nav#info li a:hover {
    color: #666;
}

body.sideColumnTemp #category-menu .category-list {
    margin-bottom: 40px;
    margin-top: 15px;
    width: 280px;
}
.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;
}
/* start sideColumnTemp */
body.sideColumnTemp #category-menu .category-list {
    display: block;
}
body.sideColumnTemp #category-menu:hover .category-list {
    display: block;
    padding: 0;
    position: static;
    z-index: 1;
}
body.sideColumnTemp #category-menu .category-list ul {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    min-width: 100px;
    padding: 0 10px 10px;
}
body.sideColumnTemp #category-menu .category-list ul li {
    border: none;
    float: none;
    height: auto;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
body.sideColumnTemp #category-menu .category-list ul li a {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
}
body.sideColumnTemp #category-menu .category-list ul li a:hover {
    border-bottom: none;
    text-decoration: underline;
}
/*  end sideColumnTemp */

.template #category-menu span {
    font-size: 18px;
    -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;
    /*font-weight: bold;*/
}
.template #category-menu span:hover {
    opacity: 0.6;
}

.template #category-menu .category-list ul {
    box-shadow: none !important;
}
.template #category-menu .category-list ul li {
    padding: 0;
}

.template ul li #category-menu .category-list ul {
    padding: 0 15px;
}
.template ul li #category-menu .category-list ul li {
    line-height: 1.2em;
    margin-bottom: 10px;
}
.template ul li #category-menu .category-list ul li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    /* ▼1行制限 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* ▲1行制限 */
}

/* 中カテゴリを表示 */
.template ul li #category-menu .category-list .appsItemCategoryTag_lowerchild {
    padding: 15px 0 0 20px;
}

/* Pinned Blog
-------------------------------------------------------------- */
.pinnedBlog {
    padding: 0 0 20px;
}
.pinnedBlog .pinnedBlog_title {
    font-size: 12px;
}
.pinnedBlog .pinnedBlog_title::before {
    content: "\e919";
    font-family: "baseicon";
    padding: 0 5px 0 0;
}
.pinnedBlog .pinnedBlog_title a {
    color: inherit;
}
.publish_date.blog_pinned::before {
    content: "\e929";
    font-family: "baseicon";
    padding: 0 2px 0 0;
}

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

/* .childCategoryList01
-------------------------------------------------------------- */
.childCategoryList01 {
    margin: -10px 0 30px;
    overflow: hidden;
}

.childCategoryList01_child {
    float: left;
    font-size: 14px;
    list-style-type: none;
    margin: 0 20px 0 0;
}
.childCategoryList01_link {
    display: inline-block;
    padding: 2px 5px;
    text-decoration: none;
}

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

#rightbar {
    float: right;
    margin: 135px 0 0;
    width: 645px;
}

#rightbar dl dd ul {
    list-style-type: none;
}

.item_box section {
    background-color: #f3f3f3;
    float: left;
    height: 400px;
    list-style: none;
    margin: 0 15px 15px 0;
    overflow: hidden;
    width: 300px;
}

.item_box section:hover {
    background-color: #ccc;
}
.item_box section .img_box {
    color: #000;
    display: block;
    font-family: "ヒラギノ角ゴ Pro";
    height: 270px;
    /*background-color: #ffffff;*/
    line-height: 270px;
    margin: 15px auto 0;
    overflow: hidden;
    text-align: center;
    width: 270px;
}
.item_box section img.item {
    max-height: 268px;
    max-width: 270px;
    vertical-align: middle;
}
.item_box section h2.item_title {
    font-size: 14px;
    font-weight: bold;
    height: 58px;
    line-height: 27px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
    text-decoration: none;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 270px;
    word-wrap: break-word;
}
.item_box section p.price {
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-top: 3px;
    width: 270px;
}
.item_box section .discountPrice {
    color: #e75c5c;
    margin: 0 auto 15px;
    padding: 3px 0 0;
    width: 270px;
}
.item_box section .discountPrice__ratio {
    border: 1px solid #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
    vertical-align: top;
}
.item_box section .discountPrice__calcPrice {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: top;
    white-space: nowrap;
}

.item_box section .soldout {
    margin: 3px auto 0;
    width: 270px;
}
.item_box section .soldout p.price {
    display: inline;
    padding-top: 0;
    text-decoration: line-through;
}

.item_box section .soldout span {
    color: #e27b8b;
    display: inline;
    margin: 0 0 0 15px;
}
footer {
    height: 30px;
    margin: 20px 0;
}
.footer {
    float: right;
    height: 30px;
    margin: 0;
    width: 610px;
}

.shop_box {
    margin: 15px;
    width: 615px;
}
.shop_box h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 7px;
}
.shop_box p {
    padding-top: 3px;
}
.shop_box a {
    padding-top: 3px;
}

.single_box {
    margin: 15px;
    width: 615px;
}
.single_box h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 7px;
}
.single_box p {
    padding-top: 3px;
}
.single_box a {
    padding-top: 3px;
}

.buy {
    background: #f7c725;
    height: 70px;
    margin-top: 20px;
    width: 300px;
}
.buy:hover {
    background: #f5f5f5;
    height: 70px;
    margin-top: 20px;
    width: 300px;
}
.buy p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 26px;
    text-align: center;
    text-decoration: none;
}

.info_box {
    margin: 15px;
    width: 615px;
}
.info_box h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 7px;
    text-align: center;
}
.info_box h3 {
    color: #f7c725;
    padding-top: 7px;
}
.info_box p {
    padding-top: 3px;
}
.info_box a {
    color: #f7c725;
    padding-top: 3px;
}

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

/* ソーシャルボタン */
#social_button {
    display: inline-block;
    margin-right: 30px;
    text-align: left;
}
#social #widget {
    display: inline-block;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

.fb-like,
.fb_iframe_widget {
    margin-right: -10px;
    vertical-align: top;
}

.fb-like iframe {
    max-width: none;
}

#leftContent .fb-like {
    margin-top: 10px;
    vertical-align: top;
}

#twitter-widget-0 {
    width: 105px !important;
}

#twitter-widget-1 {
    width: 105px !important;
}

#twitter-widget-2 {
    width: 105px !important;
}

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

/* body.tempDetail
-------------------------------------------------------------- */
#item_page_wrap {
    background-color: #f2f2f2;
    float: right;
    margin: 0 0 20px;
    padding: 55px;
    width: 500px;
    word-wrap: break-word;
}

#item_page_wrap #first_column {
}

#item_page_wrap #second_column {
    text-align: left;
}

#item_page_wrap header h1 {
    font-size: 24px;
    max-width: 100%;
}

#item_page_wrap #item_detail {
    font-size: 14px;
    line-height: 1.5em;
    margin: 50px 0 60px;
}
#item_page_wrap #price {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 auto 15px;
}
#item_page_wrap .discountPrice {
    margin: 5px 0 15px;
}
#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: 20px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
}

#item_page_wrap .price_soldout p {
    display: inline;
    text-decoration: line-through;
}
#item_page_wrap .price_soldout span {
    color: #e27b8b;
    display: inline;
    font-size: 16px;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

#item_page_wrap #itemAttention {
    color: #b6b6b6;
    font-size: 11px;
    line-height: 1em;
    margin-bottom: 10px;
}
#item_page_wrap #itemAttention p {
    line-height: 1.4;
}
#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 a {
    color: #b6b6b6;
}
#item_page_wrap #itemAttention a:hover {
    text-decoration: underline;
}
#item_page_wrap #itemAttention .free {
    font-weight: bold;
}
#item_page_wrap #itemAttention .free__text {
    color: #57bbae;
    font-weight: bold;
}
#item_page_wrap #purchase_form #itemSelect {
    font-size: 18px;
    margin: 10px 0 20px;
}
#item_page_wrap #purchase_form label {
    color: #4e4e4e;
    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: 445px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
#item_page_wrap #purchase_form #buy_button {
}
#item_page_wrap #purchase_form #buy_button input,
#item_page_wrap #purchase_form #buy_button .buy_button--noItem a {
    background-color: #4d4d4d;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    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 {
    opacity: 0.6;
}

#item_page_wrap #purchase_form #buy_button .buy_button--noItem a {
    display: block;
    text-align: center;
}

/*
 *#social
 */
#item_page_wrap #social {
    margin: 50px 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 {
}
#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: 18px -11px 24px 0;
    overflow: hidden;
    width: 511px;
}
#item_page_wrap #bx-pager a {
    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;
    width: 80%;
}

#reportBtn {
    display: inline-block;
    line-height: 27px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}

#reportBtn a {
    color: #4d4d4d;
    display: block;
    margin: -10px 0 0 15px;
    text-decoration: none;
}

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

.review01__reply {
    background: #fff !important;
}

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

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

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

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

/* mainFooter */
#mainFooter {
}
#mainFooter ul li {
    float: left;
    line-height: 30px;
    margin: 0 30px 0 0;
}
#mainFooter .socialBtnList {
}
#mainFooter .sns {
    float: left;
}
#mainFooter .sns.fb {
    float: right;
    margin: 0;
}
#mainFooter .sns.tw {
    float: left;
    margin: 0;
}

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

.main {
    background: #f2f2f2;
    height: auto;
    width: 645px;
}

.main #about {
    color: #4d4d4d;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding: 22px 0;
    text-align: left;
    width: 610px;
}

.main #about h2 {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 85px;
    text-align: left;
    text-transform: uppercase;
}

.main #about h3 {
    font-size: 22px;
}

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

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

.inquirySection {
    padding: 50px;
}
.inquirySection h1 {
    color: #1a1a1a;
    font-family: Helvetica Neue;
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
.inquirySection p {
    color: #000;
    font-family: "小塚ゴシック Pr6N", sans-serif;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}
.inquirySection form {
    margin: 30px 0 0;
}
.inquirySection dl {
    text-align: left;
}
.inquirySection dl dt {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
.inquirySection dl dt span {
    color: #e27b8b;
    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 #c6c6c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    width: 500px;
}
.inquirySection dl dd textarea {
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 140px;
    padding: 10px;
    width: 500px;
}
@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}
.inquirySection .control-panel input#buttonLeave {
    background-color: #4d4d4d;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 20px 0 0;
    padding: 14px 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: 200px;
}
.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 {
    line-height: 1.4em;
    margin: 30px 0 0;
}
#inquiryCompleteSection a {
    background-color: #4d4d4d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    display: block;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 30px auto 0;
    padding: 14px 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: 200px;
}
#inquiryCompleteSection a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/*====================================================================
 common: 対象ページ郡
====================================================================*/
/* カスタムデザインのデフォルト色 */
.mainHeaderNavColor {
    color: #333;
}

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

/* クラス構成 */

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

/*====================================================================
特定商取引・プライバシーポリシー
====================================================================*/
#privacy,
#law {
    background-color: #f2f2f2;
    color: #000;
    width: 645px;
}

/*====================================================================
 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: 関連情報
	*************************************/

    /* クラス構成 */
}
