@charset "utf-8";

/************************************************
 共通設定
************************************************ */

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 {
    font-weight: 300;
}

body {
    color: #000;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

/* 写真 */
img.picture {
    border: 1px solid #ccc;
}

/* ボタン */
.overlaid {
    position: relative;
    width: 100%;
}

.overlaid img {
    vertical-align: top;

}

.abs {
    position: absolute;
    z-index: 100;
    display: block;
}

.abs2 {
    position: absolute;
    z-index: 100;
    display: block;
}

.btn01 {
    width: 31.5%;
    height: auto;
    left: 0;
    right: -62.0%;
    top: 63.0%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .btn01 {
        width: 100%;
        height: auto;
        left: 0;
        right: -1%;
        top: 84.5%;
        margin: 0 auto;
    }
}


.btn02 {
    width: 100%;
    height: auto;
    left: 0;
    right: -1%;
    top: 83%;
    margin: 0 auto;
}

.btn03 {
    top: 83.9%;
}

.table {
    display: table;
    border-collapse: collapse;
    /*border: 1px solid #ccc;*/
    border: none;
    width: 100%;
}

.tr {
    display: table-row;
}

.td,
.th,
.table th,
.table td {
    padding: 0;
    text-align: left;
    display: table-cell;
    /*border: 1px solid #ccc;*/
    border: none;
    margin: 0;
    /*vertical-align: middle;*/
}

.th,
.table th {
    /*background: #f3f3f3;*/
    background: none;
    font-weight: 500;
}

.td,
.table td {
    padding: 0 0 48px 0;
    background: none !important;
}

@media screen and (max-width: 767px) {
    .tr {}

    .td,
    .th {
        display: block;
        border: 0;
        margin: 0 !important;
        ;
    }
}

@media screen and (max-width: 641px) {
    .tr {
        border: none;
    }

    /*.td, .th {
		display: block;
		border: 0;
		margin: 0 !important;;
	}*/
}


/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 980px;
    /*background: #fff;*/
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */

/* メイン部
----------------------------------------------- */
#main_column {
    display: block;
    position: relative;
    margin-bottom: 434px;
    background: #fff;
    z-index: 2;
}

@media screen and (max-width:1000px) {
    #main_column {
        margin-bottom: 345px;
    }
}

@media screen and (max-width:767px) {
    #main_column {
        margin-bottom: 574px;
    }

    body.myPage #main_column {
        margin-bottom: 500px;
    }
}



/* Home */
#home_column.colnum1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 64px;
    margin-bottom: 50px;
    background: #fff;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width:1000px) {
    #home_column.colnum1 {
        margin: 0 auto 0px auto;
        padding-top: 48px;
        margin-bottom: 50px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    #home_column.colnum1 {
        margin: 0 auto 0px auto;
        padding-top: 48px;
        margin-bottom: 50px;
        width: 100%;
    }
}

/* products 1カラム時 */
#products_column.colnum1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 64px;
    margin-bottom: 434px;
    background: #fff;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width:1000px) {
    #products_column.colnum1 {
        padding-top: 48px;
        margin-bottom: 345px;
    }
}

@media screen and (max-width:767px) {
    #products_column.colnum1 {
        padding-top: 48px;
        margin-bottom: 574px;
        width: 100%;
    }
}

/* 1カラム時 */
#main_column.colnum1.colnum_products_list {
    padding: 0 0 104px 0;
}

@media screen and (max-width:1000px) {
    #main_column.colnum1.colnum_products_list {
        padding: 0 0 80px 0;
    }
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 78%;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    float: left;
    width: 78%;
    padding: 0px 0px 0px 2%;
    box-sizing: border-box;
}

/* 2カラム時 (メイン部が右) */
@media screen and (min-width:768px) {
    #main_column.colnum2.right {
        float: right;
        width: 78%;
        padding: 0px 0 0px 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width:767px) {
    #main_column.colnum2.right {
        width: 100%;
        padding: 0px 10px 0px 10px;
        box-sizing: border-box;
    }
}

/* 3カラム時 */

@media screen and (min-width:768px) {

    #main_column.colnum3 {
        float: left;
        width: 60%;
        padding: 3px 2% 0px 2%;
        box-sizing: border-box;
    }
}

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

    #main_column.colnum3 {
        width: 100%;
        padding: 3px 10px 0px 10px;
        box-sizing: border-box;
    }
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 0px 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: #006B2F !important;
    text-decoration: underline;
}

a:link:hover,
a[href]:hover {
    color: #006B2F;
    text-decoration: underline;
}

#information a:link:hover {
    color: #019140;
    text-decoration: underline;
}

a.underline_none {
    text-decoration: none;
}



/* フォント
----------------------------------------------- */
h1,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
    font-weight: normal;
}

.category_title_h1 {
    position: relative;
    margin: 80px 0;
    padding: 0 0 24px;
    font-size: 32px;
    text-align: center;
    font-weight: 300;
}

.category_title_h1:after {
    overflow: hidden;
    float: none;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin: 0;
    background: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .category_title_h1 {
        position: relative;
        margin: 0 0 48px;
        padding: 0 0 24px;
        font-size: 32px;
        text-align: center;
        font-weight: 300;
    }
}

@media screen and (max-width:600px) {
    .category_title_h1 {
        position: relative;
        margin: 0 0 48px;
        padding: 0 0 24px;
        font-size: 24px;
        text-align: center;
        font-weight: 300;
    }
}



.category_title_h1.lineMove:after {
    width: 80px;
    transition: width;
    transition-duration: 1s;
}

/*@media screen and (max-width:768px){
	.category_title_h1.lineMove {
		position: relative;
		margin: 0 0 48px;
		padding: 0 0 24px;
		font-size: 20px;
		text-align: center;
		font-weight: 300;
	}
}*/



/*h2{
 font-size: 100%;
    line-height: 150%;
margin-bottom:15px;
}*/

.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: 0px;
}*/

input[type="text"] {
    border-radius: 0;
}


select {
    outline: none;
    -moz-appearance: none;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    border-radius: 0px;
}

.orderNumWrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.orderNumWrap:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #999;
    top: 55%;
    right: 5px;
    margin-top: -5px;
    transform: rotate(90deg);
}

.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: 75%;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    /* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 10px;
}

form {}

textarea {
    border: #81b8da 1px solid;
}

/* タイトル
----------------------------------------------- */
h2.title {}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#under02column_shopping h3,
#undercolumn_cart h3 {

    padding: 5px 5px 0px 10px;
    color: #222;
    border-bottom: 2px solid #bbbba4;
    font-size: 130%;
    font-weight: normal;
}

#mycontentsarea h3 {
    background: #f1f1ec;
    border-bottom: 2px solid #bbbba4;
    padding: 5px 5px 0px 10px;
    color: #222;
    font-size: 130%;
}

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 3px #f90;
    min-height: 82px;
    background: url("../img/common/bg_header.gif") repeat-x bottom #fffaf0;
    display: none;
}

#header {
    margin: auto;
    width: 980px;
}

#header_utility {
    float: right;
    width: 580px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


/* ロゴ
----------------------------------------------- */
#logo_area {
    padding-left: 10px;
    float: left;
    width: 390px;
    text-align: left;
}

#site_description {
    font-size: 90%;
}


/* ヘッダーナビ
----------------------------------------------- */
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 {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
}

#footer-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 0px;
    border-top: #DEDEDE solid 1px;
    border-bottom: #DEDEDE solid 1px;
}

#footer table {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: left;
}

#footer-inner table table {
    width: 270px;
    margin: 0;
    background: #FFF;
}

#footer-inner table table td {
    padding: 6px 3px 6px 3px;
    text-align: center;
}

.f10 {
    font-size: 10px;
    line-height: 14px;
}


/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
    width: 100%;
    text-align: center;
    margin: 15px auto 15px auto;
}

.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%;
    text-align: center;
}

@media screen and (min-width:768px) {
    div#complete_area .shop_information {
        padding: 20px 0 0 0;
        border-top: solid 1px #ccc;
        text-align: center;
        width: 60%;
        margin: 20px auto 0 auto;
    }
}

@media screen and (max-width:767px) {
    div#complete_area .shop_information {
        margin-top: 20px;
        padding: 20px 0 0 0;
        border-top: solid 1px #ccc;
        text-align: center;
    }
}

div#complete_area .shop_information .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}

#complete_area p {
    text-align: center;
    margin: 10px auto 10px auto;
}

#complete_area a {
    color: #333;
}


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

.loginarea {
    width: 620px;
    margin: 0 auto 20px auto;
    padding: 20px 15px;
    border: 5px solid #ccc;
}

div#undercolumn_login .loginarea .inputtext {
    width: 500px;
    margin: 15px auto 0 auto;
}

div#undercolumn_login .loginarea .inputbox {
    width: 460px;
    margin: 15px auto 0 auto;
    padding: 15px 20px;
    background: #f0f0f0;
}

div#undercolumn_login .loginarea .inputbox .passwd {
    margin: 15px 0 0 0;
}

div#undercolumn_login .loginarea .inputtext02 {
    width: 500px;
    margin: 15px auto 0 auto;
    font-size: 90%;
}

div#undercolumn_login .loginarea .inputbox02 {
    width: 460px;
    margin: 15px auto 0 auto;
    padding: 15px 20px;
    background: #f0f0f0;
    text-align: center;
}

.level2 {
    border-bottom: 1px solid #A4C788;
    background: url(../img/custom/icon02.gif) no-repeat 7px 12px;
    line-height: 180%;
    padding: 5px 0px 5px 17px;
    border-left: 1px solid #A4C788;
    border-right: 1px solid #A4C788;
}

.myconditionarea {
    clear: both;
    width: 500px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}

#category_area {
    margin-bottom: 15px;
}

.formlist img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

.areabloc {
    width: 132px;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    float: left;
}

.mt_20 {
    margin-top: 20px;
}

.kouji_cosme_banner a {
    box-sizing: border-box;
    padding: 103px 220px 0 65px;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: left;
}

.kouji_cosme_black {
    color: #000;
}

.kouji_cosme_red {
    color: #ef5300;
}


.nav01 a {
    display: block;
    width: 14.2%;
    min-height: 42px;
    background: url(../img/custom/navi01-base.gif) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 3%;
    box-sizing: border-box;
}


.nav02 a {
    display: block;
    width: 14.2%;
    background: url(../img/custom/navi02-base.gif) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 42px;
    padding: 3%;
    box-sizing: border-box;
}


.nav03 a {
    display: block;
    width: 14.2%;
    background: url(../img/custom/navi03-base.gif) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 42px;
    padding: 3%;
    box-sizing: border-box;
}


.nav04 a {
    display: block;
    width: 14.2%;
    background: url(../img/custom/navi04-base.gif) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 42px;
    padding: 3%;
    box-sizing: border-box;
}


.nav05 a {
    display: block;
    width: 14.2%;
    background: url(../img/custom/navi05-base.gif) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 42px;
    padding: 3%;
    box-sizing: border-box;
}


.nav06 a {
    display: block;
    width: 14.2%;
    background: url(../img/custom/navi06-base.gif) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 42px;
    padding: 3%;
    box-sizing: border-box;
}




.nav07 a {
    display: block;
    width: 14.2%;
    background: url(../img/custom/navi07-base.gif) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 42px;
    padding: 3%;
    box-sizing: border-box;
}


.nav01 a:hover {
    background: url(../img/custom/navi01-base_on.gif) no-repeat;
}

.nav02 a:hover {
    background: url(../img/custom/navi02-base_on.gif) no-repeat;
}

.nav03 a:hover {
    background: url(../img/custom/navi03-base_on.gif) no-repeat;
}

.nav04 a:hover {
    background: url(../img/custom/navi04-base_on.gif) no-repeat;
}

.nav05 a:hover {
    background: url(../img/custom/navi05-base_on.gif) no-repeat;
}

.nav06 a:hover {
    background: url(../img/custom/navi06-base_on.gif) no-repeat;
}

.nav07 a:hover {
    background: url(../img/custom/navi07-base_on.gif) no-repeat;
}