/* common
-------------------------------------------------------------- */
body {
    color: #777;
    font-size: 13px;
    line-height: 1.2;
    margin: 20px 0 0;
    padding: 50px 0;
    text-align: center;
}
body{
        background-color: #fff;
        font-family: "PT Sans Narrow", sans-serif;
    }

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,
t,
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;
    vertical-align: baseline;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
    quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
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;
}

ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
.clearfix {
    clear: both;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

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

body{
}

.wrapper {
    margin: 0 auto;
    width: 980px;
}
a {
    color: black;
    text-decoration: none;
}
li {
    list-style: none;
}

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

#social #social_button {
    float: left;
    margin: 0 10px 0 0;
}

.fb-like,
.fb_iframe_widget {
    vertical-align: top;
}
.fb-like iframe {
    height: 20px;
}
#widget {
    margin: 0 !important;
}

/* .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-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: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0 -1px;
    max-width: 250px;
    /* ▼1行制限 */
    overflow: hidden;
    padding: 7px 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* ▲1行制限 */
}
.template #category-menu .category-list ul li a:hover {
    border-bottom: none;
    text-decoration: underline;
}

.template #category-menu .category-list ul li {
    display: block;
}

/* 中カテゴリを表示 */
.template
#category-menu
.appsItemCategoryTag_child
.appsItemCategoryTag_lowerchild {
    display: none;
    left: 98%;
    position: absolute;
    top: -10px;
    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 {
    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;
}

/* 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: "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;
}

/* .tempTop
-------------------------------------------------------------- */
.tempTop .container {
    margin: 0 auto;
    width: 960px;
}

.tempTop h2 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    margin: 0 0 10px;
}
.tempTop img {
    border-style: none;
}

.tempTop p {
    margin: 10px 0;
}

.tempTop a {
    text-decoration: none;
}

.tempTop .row {
    font-size: 0;
    line-height: 0;
    padding-left: 0;
}

.tempTop .column {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
    zoom: 1;
}

.tempTop #mainHeader {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
    z-index: 100;
}

.tempTop #search_container {
    display: inline-block;
    margin: 18px 0 0 10px;
    vertical-align: bottom;
    zoom: 1;
}
.tempTop #main_navigation {
    height: 23px;
}
.tempTop #main_navigation {
        margin-top: 85px;
        margin-bottom: 30px;
    }

.tempTop #main_navigation ul {
}

.tempTop #main_navigation ul:first-child {
    display: inline-block;
    zoom: 1;
}

.tempTop #main_navigation li {
    color: #222;
    box-sizing: border-box;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 30px;
    max-width: 400px;
    padding: 0 8px 3px;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.tempTop #main_navigation li:hover {
    border-bottom: solid 2px #222;
}

.tempTop #main_navigation .selected {
}

.tempTop #main_navigation .selected a {
}

.tempTop #main_navigation .child_navigation a {
    font-size: 14px;
    line-height: 17px;
}

.tempTop #base_search input {
    background: url(//dhskp7m6mg2zv.cloudfront.net/theme_assets/1839/magglas.png)
        no-repeat 5px 50% #fff;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 2px 10px 2px 23px;
    position: relative;
    top: 2px;
    width: 100px;
}

.tempTop #base_search input:focus {
    color: #000;
    outline: 0;
}

.tempTop #base_search_results {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    left: auto;
    line-height: 19px;
    right: 2px;
    top: 29px;
}

#base_search_results .item {
    border-top: 1px solid #d5d5d5;
}

#base_search_results .title {
    font-weight: bold;
}

#base_search_results .price {
    color: #999;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

/* #products
-------------------------------------------------------------- */
#products {
    width: 100%;
}

#products .product_list {
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 230px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-align: left;
    -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: 230px;
}

#products .product_list .image_container {
    height: 230px;
    line-height: 230px;
    overflow: hidden;
    text-align: center;
    width: 230px;
}
#products .product_list .image_container img {
    max-height: 230px;
    max-width: 230px;
    vertical-align: top;
}

#products .product_list a {
    bottom: 0;
    display: block;
    -ms-filter: "alpha(opacity=00)";
    filter: alpha(opacity=0); /* ie lt 8 */ /* ie 8 */
    height: 230px;
    left: 0;
    -moz-opacity: 0;
    opacity: 0; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0; /* Safari 1.x */
    overflow: hidden;
    position: relative;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -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: 230px;
}
#products .product_list 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;
}

#products .product_list .item_meta {
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    height: 100%;
    padding: 90px 20px 0;
    width: 100%;
}
#products .product_list .item_title {
    font-size: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#products .product_list .item_priceArea {
    line-height: 1;
    text-align: left;
}
#products .product_list .item_priceArea.item_priceArea--soldout {
}
#products .product_list .item_priceArea.item_priceArea--soldout .price,
#products .product_list .item_priceArea.item_priceArea--soldout .discountPrice {
    text-decoration: line-through;
}
#products .product_list .price {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    text-align: left;
}
#products .product_list .discountPrice {
    line-height: 1;
    margin: 15px 0 0;
    text-align: left;
}
#products .product_list .discountPrice__ratio {
    border: 1px solid #e75c5c;
    color: #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
}
#products .product_list .discountPrice__calcPrice {
    color: #e75c5c;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    white-space: nowrap;
}
#products .product_list .soldout {
    color: #ed87b4;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
}

#products .product_list .comingSoon {
    color: #11beae;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
}

#products .product_list .preOrder {
    border: 1px solid #252525;
    box-sizing: border-box;
    color: #252525;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 88px;
    line-height: 24px;
    margin: 8px 0 0 0;
}

/* .item_top
-------------------------------------------------------------- */
#products .item_top {
    height: 470px;
    margin-bottom: 10px;
    width: 960px;
}
#products .item_top .product_list {
    height: 470px;
    width: 470px;
}
#products .item_top .product_list a {
    height: 470px;
    width: 470px;
}
#products .item_top .product_list:last-child {
    margin-right: 0;
}
#products .item_top .product_list .item_meta {
    padding: 210px 100px 0;
}
#products .item_top .product_list .image_container {
    display: inline-block;
    height: 470px;
    line-height: 470px;
    position: relative;
    width: 470px;
    z-index: 0;
}
#products .item_top .product_list .image_container img {
    max-height: 470px;
    max-width: 470px;
}
#products .item_top .product_list .item_title {
    font-size: 18px;
    margin-bottom: 10px;
}
#products .item_top .product_list .price {
    margin-top: 20px;
}
#products .item_top .product_list .discountPrice {
    margin: 20px 0 0;
}

/* .item_lists
-------------------------------------------------------------- */
#products .item_lists {
    height: auto;
}
#products .item_lists .product_list:nth-child(4n) {
    margin-right: 0;
}

/* body.tempDetail
-------------------------------------------------------------- */
#item_page_wrap {
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px;
    width: 880px;
    word-wrap: break-word;
}

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

#item_page_wrap #second_column {
    float: right;
    margin: 0 0 0 30px;
    width: 350px;
}

#item_page_wrap h1 {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 45px;
    text-align: left;
}

#item_page_wrap #item_detail {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 45px;
    text-align: left;
}
#item_page_wrap .item_priceArea {
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
}
#item_page_wrap .item_priceArea.item_priceArea--soldOut .price,
#item_page_wrap .item_priceArea.item_priceArea--soldOut .discountPrice {
    text-decoration: line-through;
}
#item_page_wrap .price {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
}
#item_page_wrap .discountPrice {
    margin: 0 0 10px;
    text-align: left;
}
#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: 22px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
}

#item_page_wrap .soldout {
    color: #ff6598;
    font-size: 19px;
    margin: 20px 0;
    text-align: left;
}

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

#item_page_wrap #itemAttention {
    clear: both;
    color: #969696;
    font-size: 11px;
    line-height: 1em;
    margin: 5px 0 45px;
    text-align: left;
}
#item_page_wrap #itemAttention .attention {
    line-height: 1.4;
}
#item_page_wrap #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 #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 {
}
#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 .preOrder {
    margin: 16px 0;
    text-align: left;
}
#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 4px;
    margin: 0 0 6px 0;
}
#item_page_wrap .preOrder__data {
    font-size: 12px;
    color: #252525;
}
#item_page_wrap #purchase_form #itemSelect {
    font-size: 20px;
    margin: 10px 0 45px;
    text-align: left;
}
#item_page_wrap #purchase_form #variationSelectWrap {
    display: block;
    margin-bottom: 15px;
}
#item_page_wrap #purchase_form label {
    font-size: 14px;
}
#item_page_wrap #purchase_form #variationSelectWrap select {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

#item_page_wrap #purchase_form .purchaseButton {
    text-align: left;
}
#item_page_wrap #purchase_form .purchaseButton .purchaseButton__btn {
    background-color: #333;
    border: none;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    line-height: 53px;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
#item_page_wrap #purchase_form .purchaseButton .purchaseButton__btn:hover {
    background-color: #666;
    color: #fff;
    cursor: pointer;
}
#item_page_wrap
#purchase_form
.purchaseButton
.purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
    background-color: #666;
    opacity: 0.7;
}
#item_page_wrap
#purchase_form
.purchaseButton
.purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled:hover {
    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: #333;
    font-size: 0.8em;
}
#item_page_wrap #embedded_tag textarea {
    width: 80%;
}

/* jquery.bxslider */
#item_page_wrap .bxslider {
}
#item_page_wrap .bxslider {
    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 {
    margin: 30px -11px 0 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 {
    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;
}

#twitter-widget-0 {
    width: 70px;
}

.template #category-menu span {
    letter-spacing: 2px;
}

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

/*====================================================================
 common
====================================================================*/

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

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

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

#mainHeader h1 {
}
#mainHeader h1 {
    }

#mainHeader a#logo {
    font-size: 42px;
    max-width: 960px;
}
#mainHeader a#logo {
        display: block;
        margin: 100px 0 25px;
    }

#mainHeader a#logo img {
    max-width: 960px;
}
#mainHeader a#logo img {
        margin-top: 40px;
    }

#main_navigation ul {
    font-size: 16px;
}

#mainFooter {
    margin: 60px auto 30px;
    padding-top: 50px;
    width: 960px;
}
#mainFooter ul li {
    float: left;
    line-height: 20px;
    margin: 0 30px 0 0;
}
#mainFooter ul li a {
    font-size: 12px;
    text-decoration: none;
}
#mainFooter ul li a {
        color: #000;
    }

#mainFooter ul li a:hover {
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60); /* ie lt 8 */ /* ie 8 */
    -moz-opacity: 0.6;
    opacity: 0.6; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    -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;
    zoom: 1;
}

#mainFooter .socialBtnList {
}
#mainFooter .sns {
    float: left;
}
#mainFooter .sns.fb {
    float: right;
    margin: 0;
}
#mainFooter .sns.tw {
    float: left;
    margin: 0 10px 0 0;
}
#mainFooter .sns.tw iframe {
    vertical-align: top;
}

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

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

.main #about {
    color: #333;
    margin: 0 auto;
    padding: 50px 0;
    text-align: left;
    width: 780px;
}

.main #about h2 {
    color: #1a1a1a;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 3px;
    margin-bottom: 65px;
    text-align: left;
    text-transform: capitalize;
}

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

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

.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 {
    margin: 0 auto;
    padding: 50px;
    width: 780px;
}
.inquirySection h1 {
    color: #1a1a1a;
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 26px;
    text-align: left;
    text-transform: capitalize;
}
.inquirySection p {
    color: #000;
    font-family: "小塚ゴシック Pr6N", sans-serif;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}
.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 #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.inquirySection dl dd textarea {
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 135px;
    padding: 10px;
    width: 100%;
}
@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}
.inquirySection .control-panel input#buttonLeave {
    background-color: #999;
    border: none;
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 55px 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: 410px;
}
.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: #999;
    color: #fff;
    display: block;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 55px 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;
}

/*====================================================================
 common: 対象ページ郡
====================================================================*/
/* カスタムデザインのデフォルト色 */
.mainHeaderNavColor,
.footerNav {
    color: #000;
}
.template #category-menu .category-list ul a {
    color: #000;
}

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

/* トップページ */
.tempTop {
}

/**
 * page: shop.ctp
 * about: .tempTop
 *************************************/
.tempDetail #mainFooter ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tempDetail .product p a {
    font-size: 11px;
}

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

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

/**
 * file: detail_of_item.ctp
 * jquery: jquery.bxslider.js
 *************************************/
/* jquery.bxslider */
.bx-wrapper {
    height: 500px;
    width: 500px;
}
.bxslider {
}
.bxslider .img_box {
    height: 500px;
    line-height: 500px;
    text-align: center;
    vertical-align: middle;
    width: 500px;
}
.bxslider .img_box img {
    max-height: 490px;
    max-width: 490px;
    vertical-align: middle;
}
#bx-pager {
    margin: 30px 0 10px;
    overflow: hidden;
}

#bx-pager .small_img_box {
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
#bx-pager .small_img_box img {
    max-height: 80px;
    max-width: 80px;
    vertical-align: middle;
}

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

    /* クラス構成 */
}
