@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #666;
    font-family: "メイリオ", sans-serif;
/*    background-color: #f5f5f5;  */
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
    max-width: 279px;
}

div#detailphotobloc .photo img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
}

div#detailphotobloc .photo {
    position: relative;
    width: 290px;
    height: 290px;
    overflow: hidden;
    display: block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.mb10{margin-bottom:10px; }
/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 1020px;
    background: #fff;
    text-align: left;
}

h2.sub_title {
    border: 3px double #ccc;
    background-color: #EFEFEF;
    color: #005E15;
    font-size: 15px;
    padding: 3px 10px 0;
    display: flex;
}

h2.title2 {
    padding: 6px 0 8px 10px;
    background: #fff6dc;
    height: 15px;
    border-top: 1px solid #FF9900;
    font-size: 14px;
    color: #333;
}
.right_font {
    text-align: right;
}
/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 10px 0 0;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 80%;
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 78%;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    padding-right: 1.5%;
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 0.5%;
    width: 59%;
    float: left;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 10px 0 0;
}
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #fff;
    text-align: left;
    clear: both;
}

/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}


/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #39c;
    text-decoration: none;
}
a:link:hover,
a[href]:hover {
    color: #f60;
    text-decoration: underline;
}


/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}
.sale_price {
    color: #f00;
}
.normal_price {
    font-size: 90%;
}
.point {
    color: #f00;
    font-weight: bold;
}
.user_name {
    font-weight: bold;
}
.recommend_level {
    color: #ecbd00;
}

.attention {
    color: #f00;
}
.attentionSt {
    color: #f00;
    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;
}


/* フォーム
----------------------------------------------- */
select {
    border: solid 1px #ccc;
}
input[type='text'],
input[type='password'] {
    border: solid 1px #ccc;
    padding: 2px;
}
input[readonly='readonly'] {
    background-color: #eee;
}
.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box80 {
    width: 80px;
}
.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 { /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}


/* タイトル
----------------------------------------------- */
h2.title {
    margin-bottom: 10px;
    padding: 2px 10px;
    border: 3px double #ccc;
    background-color: #EFEFEF;
    font-size: 18px;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    color: #f60;
    background: url("../img/background/line_01.gif") repeat-x left bottom;
    font-size: 120%;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    border-top: solid 7px #2CA32E;
    width: 100%;
    height: 128px;
    background: linear-gradient(white, #F3FCF3);
}
div#header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
#header_utility {
    float: right;
    width: 580px;
}


ul.header_link {
    display: inline-flex;
    float: right;
    border: 2px solid #005e15;
    padding: 0 5px;
    position: absolute;
    top: 1px;
    right: 2px;
    margin: 0;
}

ul.header_link li {
    padding: 4px 18px;
    background-color: #fff;
    background-image: url("../img/icon/icon04.png");
    background-position: 6px center;
    background-repeat: no-repeat;
}
ul.header_link a {
    color: #005e15;
    font-weight: bold;
    text-align: center;
}

.head_bnr {
    float: left;
    padding-left: 12px;
    position: relative;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}

div.tel_area {
    float: right;
    margin: 6px 2px;
}

div.tel_area p.left_tel {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    float: left;
    background-image: url("../img/icon/tell_icon.png");
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 8px;
}

p.tel_font {
    color: #99CC66;
    font-size: 21px;
    padding: 6px;
    float: right;
}

span.mini_font {
    display: block;
    font-size: 10px;
    padding-left: 33px;
}
.green_font {
    float: right;
    text-align: right;
}
/* ロゴ
----------------------------------------------- */
#logo_area {
    padding-left: 10px;
    float: left;
    text-align: left;
}
#site_description {
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
    margin: 5px auto 0;
    font-weight: bold;
    height: 27px;
    padding-top: 8px;
}



/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
    width: 409px;
    height: 38px;
}
div#header_navi ul li {
    display: block;
    float: left;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    margin-top: 6px;
}


/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    width: 100%;
    background: #949494;
    color: #fff;
}
#footer {
    margin: 0 auto;
    padding: 15px 0;
    width: 950px;
    position: relative;
}

#pagetop {
    position: absolute;
    right: 0px;
    top: -23px;
}

#pagetop a {
    display: block;
    z-index: 999;
    padding: 4px 0 0 4px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 120px;
    height: 20px;
    background-color: #949494;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size:10px;
}
#pagetop a:hover {
    background-color: #ccc;
    color:#222;
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.5s;
}

.footer_link {
    float: left;
}

#copyright {
    float: right;
    font-size: 97%;
}
.footer_link a {
    color: #fff;
}
.footer_link a:hover {
    color: #fff;
}
/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin-bottom: 20px;
}
div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}
div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}



/* 特定商取引に関する法律に基づく表記
----------------------------------------------- */
.blue_bb16 {
    color: #003bc2;
    font-weight: bold;
    font-size: 16px;
}

.pink_bb16 {
    color: #c20044;
    font-weight: bold;
    font-size: 16px;
}

.t16b {
    font-weight: bold;
    font-size: 16px;
}

/* カート内メッセージ */
p.attention_msg {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

/* ご利用ガイド   */

div.guide {
    padding: 10px 5px;
}
div.guide h2 {
    background-color: #EFEFEF;
    font-size: 14px;
    padding: 6px 10px;
    margin: 10px 0;
}
div.guide h3 {
    border-left: 6px solid #005E15;
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid;
    margin: 5px 0;
}

div.guide p {
    padding: 3px 10px;
}

/* ご利用ガイド  */

.paid_area h3 {
    background-color: #4BA194;
    padding: 7px 10px;
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
}

div.step {
    padding: 10px;
    margin: 10px;
}
div.step span {
    display: block;
    margin: 8px 0;
    color: #FFA162;
    font-size: 15px;
    font-weight: bold;
}

div.step p {
    padding-left: 10px;
    text-decoration: underline;
}
ul.kome_list {
    background-color: #eee;
    border-radius: 3px;
    padding: 12px 20px;
    font-size: 13px;
    margin: 10px 0;
}
ul.kome_list li {
    text-indent: -1.5em;
    padding-left: 5px;
    padding: 3px 7px;
}

ul.kome_list span {
    padding: 3px;
}
div.step div {
    padding: 10px;
}
div.contact {
    border: 3px solid #4BA194;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom:10px;
}

div.contact .tel {
    font-size: 19px;
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

.listarea li {
    list-style-type: disc;
    margin: 5px 20px 5px 25px;
}

.bold_title {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px;
    display: block;
}

.mt20 {
    margin-top: 20px;
}

/* クロネコあんしん決済サービス */
.guide b {
    font-size: 13px;
}

div.content1 {
    padding: 5px;
    margin: 10px 2px;
}

.content1 b {
    margin: 4px 0;
    display: inline-block;
}
div.content1 span.red {
    display: block;
    padding: 2px 20px;
    text-decoration: underline;
    font-weight: bold;
    color: red;
}

div.content2 {
    border-radius: 4px;
    padding: 10px 5px;
    margin: 10px 5px;
    background-color: #EFEFEF;
}

span.red_comment {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

div.contact_area {
    font-weight: bold;
    font-size: 14px;
}
span.block1 {
    margin: 10px 0;
    display: block;
    background-color: #F7FDF7;
    font-size: 15px;
    padding: 10px;
    font-weight: bold;
    border: 3px solid #005E15;
    border-radius: 4px;
}
ul.kuroneko_list {
    padding-left: 20px;
}
span.link {
    padding: 2px 7px;
    display: block;
}

div.mokuji {
    display: table;
    width: 99%;
    margin: 0 auto;
    padding-top: 10px;
}
div.mokuji .row {
    display: table-row;
}
div.mokuji .cell {
    display: table-cell;
    width: 50%;
    border: 1px solid #949494;
}
div.cell p {
    background-color: #005E15;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    font-size: 13px;
}
div.cell ul {
    padding: 10px 0 10px 20px;
}
div.mokuji li {
    background-image: url("../img/icon/yajirushi.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 4px;
    font-size: 12px;
}

div.cell a {
    padding-left: 22px;
}
/*  送料・手数料について   */
div.tesuuryou_block h4 {
    padding: 10px 0;
}

span.red_unb {
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

