@charset "utf-8";

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Avenir", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #222;
}

.mincho {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

#body_wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.frame_outer {
    width: 100%;
    margin: 0 auto;
}

#container_wrap {
    position: relative;
    z-index: 1;
}
#container {
    margin: 0 auto;
    text-align: left;
}
#main_contents {
    width: 100%;
    margin: 0 auto;
}

#topcolumn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: left;
    z-index: 10;
}

.main_column {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

#maincolumn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    min-height: 500px;
}

#leftcolumn {
    width: 15%;
}
#rightcolumn {
    width: 15%;
}

#one_maincolumn {
    margin: 0 auto;
}
#two_maincolumn_left {
    width: 85%;
}
#two_maincolumn_right {
    width: 85%;
}
#three_maincolumn {
    width: 69%;
    padding-left: 0.5%;
}
#undercolumn {
    width: 100%;
    margin: 0 auto;
}
#bottomcolumn {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
#footerbottomcolumn {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 928px) {

    #leftcolumn {
        display: none;
    }
    #rightcolumn {
        display: none;
    }
    #two_maincolumn_left {
        width: 100%;
    }
    #two_maincolumn_right {
        width: 100%;
    }

    #bottomcolumn {
        width: 100%;
    }
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

a,
a:link,
a:visited {
    color: #222;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #222;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    _font-size: 100%;
    _line-height: 150%;
}
h1 {
    font-size: 100%;
}
h2 {
    display: none;
}
.normal_price {
    font-size: 90%;
}
.point {
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}
.attention {
    color: #de5656;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 90%;
}

.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
.select {
    border: solid 1px #ccc;
    height: 35px;
}

input[type="radio"] {
    transform: scale(1.5);
    margin-right: 12px;
    margin-left: 15px;
}
input[type="radio"].radio-flat {
    display: none;
}
input[type="radio"].radio-flat + label {
    display: inline-block;
    position: relative;
    margin: 0 8px 0 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
}
input[type="radio"].radio-flat + label + span {
    vertical-align: 0.5em;
}
input[type="radio"].radio-flat:checked + label {
    background-color: #1e90ff;
    border: 1px solid #1e90ff;
}
input[type="radio"].radio-flat:checked + label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea {
    border: solid 1px #ccc;
}
select {
    height: 30px;
    padding: 5px 5px 5px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        border: solid 1px #ccc;
    }
}

.text {
    height: 30px;
}

.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 300px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px;
}

.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}

#one_maincolumn .sub_area h3,
#two_maincolumn_right .sub_area h3,
#two_maincolumn_left .sub_area h3,
#three_maincolumn .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_login .login_area_troubleshooting h3,
#undercolumn_shopping h3,
#undercolumn_shopping_deliv h3,
#mypagecolumn h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #222;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 150%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}

.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.btn_area li {
    padding-right: 10px;
    display: inline;
}

div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message {
    margin: 40px 0;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    font-size: 200%;
    line-height: 1.8;
}
div#complete_area .message_detail {
    margin: 0 auto 40px;
    width: 680px;
    font-size: 140%;
    line-height: 180%;
}
div#complete_area .carrier_attention_area {
    width: 768px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    border: 1px solid #c00;
    font-size: 16px;
    color: #c00;
    font-weight: bold;
    line-height: 1.8;
}
div#complete_area #message_area .completeImg {
    margin: 0;
}
div#complete_area .shop_information {
    margin: 0 auto;
    width: 680px;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}
div#complete_area .attention_area {
    margin-top: 20px;
    padding: 15px;
    background: #ffcfd4;
    border: 1px solid #c00;
    font-size: 16px;
    color: #c00;
    font-weight: bold;
}
div#complete_area .attention_area .attention_message {
    float: left;
    margin-left: 30px;
    padding: 20px 0;
    width: 60%;
}
div#complete_area .attention_area .attention_message .cart_title {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #292929;
}
div#complete_area .attention_area .attention_message p.cart_products {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #292929;
}
div#complete_area .attention_area .purchase_link {
    float: left;
    width: 30%;
}
div#complete_area .attention_area .purchase_link a {
    display: block;
    width: 200px;
    margin: 60px auto;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #797979;
    font-size: 14px;
    color: #292929;
    font-weight: normal;
}

@media screen and (max-width: 479px) {

    div#complete_area .message {
        margin: 20px;
        font-size: 120%;
    }
    div#complete_area .message_detail {
        margin: 10px 28px;
        width: auto;
        font-size: 120%;
    }
    div#complete_area .carrier_attention_area {
        width: 90%;
        font-size: 120%;
    }
    div#complete_area .shop_information {
        margin: 20px auto 20px;
        width: 220px;
    }
    div#complete_area .attention_area {
        margin: 20px 20px 0;
    }
    div#complete_area .attention_area .attention_message {
        margin-left: 0;
        width: 100%;
    }
    div#complete_area .attention_area .attention_message p.cart_products {
        width: 100%;
    }
    div#complete_area .attention_area .purchase_link {
        padding-bottom: 10px;
        width: 100%;
    }
    div#complete_area .attention_area .purchase_link a {
        margin: 0 auto;
    }
}

/* Tipsy
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}
.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

#topicpath_area {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 1%;
}
#topicpath {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#topicpath li {
    font-size: 1.2vw;
}
#topicpath li a {
    color: #222;
    text-decoration: underline;
}
#topicpath li h2 {
    display: inline;
    font-size: 1.2vw;
    font-weight: normal;
}

@media screen and (max-width: 479px) {

    #topicpath_area {
        width: 100%;
    }
    #topicpath li,
    #topicpath li h2 {
        font-size: 3vw;
    }
}

#notice_modal_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    background: none;
    overflow: hidden;
}
.notice-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 0;
    margin: auto;
    overflow: hidden;
    z-index: 3000;
}
.notice-modal-inner {
    padding: 3% 0;
    text-align: center;
    box-sizing: border-box;
    background-color: #000000cc;
    color: #fff;
    font-size: 1.2vw;
}
.notice-modal-inner.error {
    background-color: #fff;
    border: 1px solid #de5656;
    color: #de5656;
    font-weight: bold;
}

@media screen and (max-width: 479px) {

    .notice-modal {
        width: 80%;
    }
    .notice-modal-inner {
        padding: 3%;
        font-size: 3.6vw;
    }
}

.alpha {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
}
.alpha:hover {
    opacity: .6;
}

.sp {
    display: none;
}
.pc {
    display: block;
}

@media screen and (max-width: 479px) {

    .sp {
        display: inline-block;
    }
    .pc {
        display: none;
    }
}
