@CHARSET "UTF-8";
/* //////////////////////////////////////////////////////////
common
////////////////////////////////////////////////////////// */

img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    max-width: 100% !important;
    height: auto !important;
}

* {
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a,
input[type="checkbox"],
input[type="radio"],
label {
    cursor: pointer;
}

*:focus {
    outline: none !important;
}

div.goodsdetail_wrap.section_body {
	margin-top: 15px;
}

a#goodsName_link.goodsName {
	color: #665145;
	text-decoration: none;
}

/* for Android
--------------------------------------------------------- */
p, div {
    background-image: url(../img/common/dummy.gif);
}

/* //////////////////////////////////////////////////////////
	Default CSS Initialization
////////////////////////////////////////////////////////// */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    /*font-weight: normal;*/
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul, li {
    list-style: none;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "メイリオ", Meirio, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    margin: 0 auto;
    width: 100%;
    color: #333;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    line-height: 120%;
    background: #fbf4f0;
    text-shadow: none;
    overflow: hidden;
}

/* =========================================================
Layout
========================================================= */
.contents {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 0 40px 0;
}

@media screen and (max-width: 600px) {
    .contents {
        padding: 0;
    }
}

.contents_inner {
    width: 1040px;
    margin: 0 auto;
    background: #fbf4f0;
    color: #333;
    padding: 0;
    border: 0;
    display: block;
    text-align: left;
}

/* ----- 共通コンテンツボックス ----- */
.contents .section_body {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #efddd2;
    border-radius: 8px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.02);
}

.contents .section_wrap {
    margin: 0 auto 30px;
}

.main_column .section_wrap {
    margin: 0 auto 30px;
}

.main_column .section_body {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #efddd2;
    border-top: 3px solid #99877d;
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.02);
}

.main_column .section_body_inner {
    padding: 15px;
}

.section_wrap.limited_discount_section .section_body,
.section_wrap.program_section .section_body {
    border-top: 3px solid #d93d70;
}

.side_column .section_wrap {
    margin: 0 0 20px 0;
}

.side_column .section_body {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #efddd2;
    border-radius: 6px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.02);
    font-size: 90%;
}

.section_body_simple {
    border: 0;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    /* ----- 共通コンテンツボックス ----- */
    .contents .section_body {
        width: 100%;
        border: 0;
        border-radius: 0;
        background: #fff;
        padding: 10px;
        box-shadow: none;
    }

    .contents .section_wrap {
        margin: 0 auto;
    }

    .contents .section_wrap.news_important_sp {
        margin: 10px auto 0;
    }

    .main_column .section_wrap {
        margin: 0 auto;
    }

    .main_column .section_wrap.slider_bnr_section {
        margin: 0 auto 10px;
    }

    .main_column .section_body {
        width: 100%;
        border: 0;
        border-top: 0;
        border-radius: 0;
        background: #fff;
        padding: 0;
        box-shadow: none;
    }

    .main_column .section_body_inner {
        padding: 10px;
    }

    .section_wrap.limited_discount_section .section_body,
	.section_wrap.program_section .section_body {
        border-top: 3px solid #d93d70;
    }

    .side_column .section_wrap {
        margin: 0;
    }

    .side_column .section_body {
        width: 100%;
        border: 0;
        border-radius: 6px;
        background: #fff;
        padding: 10px;
        box-shadow: none;
        font-size: 100%;
    }

    .side_menu_section .section_body {
        padding: 15px;
        border-radius: 4px;
        background: #fbf4f0;
    }

    .section_body_simple {
        border: 0;
        padding: 10px;
        background: #fff;
    }
}

/* 見出し
--------------------------------------------------------- */
.h {
    font-weight: bold;
    margin: 6px;
    color: #665145; /* デフォルトカラー */
}

.contents .h,
.main_column .h {
    font-size: 120%;
    margin: 8px 10px;
}

.side_column .h {
    font-size: 100%;
    margin-top: 30px;
}

.side_column .section_wrap:first-child .h,
.side_column .section_wrap .h:first-child {
    margin-top: 8px;
}

.contents h2.h,
.main_column h2.h {
    font-size: 120%;
    margin: 8px 10px;
}

.contents h3.h,
.main_column h3.h {
    font-size: 110%;
    margin: 8px 10px;
}

.color-browm {
    color: #665145;
}

.color-pink {
    color: #d93d70;
}

@media screen and (max-width: 600px) {
    /* 見出し
    --------------------------------------------------------- */
    .contents .h,
    .main_column .h,
    .contents h2.h,
    .main_column h2.h,
    .contents h3.h,
    .main_column h3.h {
        margin: 0;
        background-color: #fbf4f0;
        background-image: linear-gradient(to bottom, #fbf4f0, #fff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf4f0', endColorstr='#ffffff');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbf4f0', endColorstr = '#ffffff')";
        background-image: -moz-linear-gradient(top, #fbf4f0, #ffffff);
        background-image: -ms-linear-gradient(top, #fbf4f0, #ffffff);
        background-image: -o-linear-gradient(top, #fbf4f0, #ffffff);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#fbf4f0), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #fbf4f0, #ffffff);
        padding: 0.8em 6px 0.5em;
        display: block;
        border-top: 10px solid #fff;
        border-bottom: 2px solid #99877d;
        vertical-align: middle;
        text-align: left;
        color: #665145;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    .side_column .h {
        font-size: 14px;
    }

    .side_column .section_wrap:first-child .h,
    .side_column .section_wrap .h:first-child {
        margin-top: 0;
    }

	ul#relatedLinkResults {
	    font-size: 80%;
	}

}

/* ----- ライン装飾 ----- */
.wrap_border_brown {
    border-top: 3px solid #99877d;
}

.wrap_border_pink {
    border-top: 3px solid #d93d70;
}

/* ----- アイコンフォント ----- */
i.fa,
i.im {
    font-size: 180%;
    margin: 0 8px;
    font-weight: normal;
    color: #baa99f;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

a:hover i {
    text-decoration: none !important;
}

@media screen and (max-width: 600px) {
    /* =========================================================
    Layout
    ========================================================= */
    .contents {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .contents_inner {
        width: 100%;
    }

    /* ----- カラム分け ----- */
    .column_wrapper {

    }

    .main_column {
        width: 100%;
        display: block;
        background: #fff;
    }

    .side_column {
        width: 100%;
        display: block;
        background: #fff;
    }

    .side_column .keyword {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #GoodsDetailMovie .contents_inner {
        width: 100%;
    }

    #GoodsDetailMovie .section_body {
        padding: 10px;
        text-align: center;
    }

    /* ----- 動画の大きさ ----- */
    #GoodsDetailMovie .movie_wrap {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    #GoodsDetailMovie .movie_wrap video {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
}
