@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    color: #1E1B1B;
    font-family: Meiryo,Verdana,Arial,Helvetica,sans-serif;
    background-color: #ffffff;
    font-size: 80.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
}

/* 写真 */
img.picture {
    border: 1px solid #E9DDCF;
}

/* 商品画像 */
.product_image {
    width:150px;
    height:150px;
    float:left;
    margin: 10px;
}

.product_cell {
    border-right-style: none;
}

.border1 {
    border: solid 1px #e9ddd1;
}

.no_border {
    border: none;
}

/* ==============================================
 フレーム
=============================================== */
/* 全体を包括 */
.frame_outer {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* コンテンツ */
#container {
    margin: 0 auto;
    padding: 0 0;
    width: 980px;
    background: #fff;
    text-align: left;
}


/* ==============================================
 カラム指定
=============================================== */
/* トップ部
----------------------------------------------- */
#topcolumn1 {
    padding: 20px 0 0 0;
}

/* メイン部
----------------------------------------------- */
#main_column {
    padding: 10px 0 0;
}

/* 1カラム時 */
#main_column.colnum1 {
    margin: 0 auto;
    width: 95%;
    padding-top: 30px;
}

/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 75%;
}

/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    padding-left: 1.5%;
    float: left;
}

/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    padding-top: 20px;
    float: right;
}

/* 3カラム時 */
#main_column.colnum3 {
    padding-left: 0.5%;
    width: 53%;
    float: left;
}

/*1カラム時 コンテンツ*/
.contents1 {
    margin: 0 auto;
    width: 760px;
    padding-top: 20px;
}

/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 20px 0 0;
}
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
    float: right;
    width: 20%;
}

/* 他
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    margin: 0px;
    background: #e9ddd0;
    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;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* ボタンのホバーエフェクト */
.hover_change_image2:HOVER {
    -webkit-filter: brightness(1.1);
     -moz-filter: brightness(1.1);
     -o-filter: brightness(1.1);
     -ms-filter: brightness(1.1);
     filter: brightness(1.1);
}




/* 不可視設定
----------------------------------------------- */
.invisible {
    display: none;
}

/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
    color: #63320D;
    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%;
}
/*
p{
      display:inline;
}
*/

.sale_price {
    color: #1E1B1B0;
    font-size: 120%;
    font-weight: bold;
}

.price{
    color: #1E1B1B0;
    font-size: 120%;
    font-weight: bold;
}

.price2 {
    color: #F00;
    font-size: 120%;
    font-weight: bold;
}

.normal_price {
    font-size: 90%;
    font-weight: normal;
    margin: 5px 0px 3px;
}
.zaiko {
    font-size: 90%;
    font-weight: normal;
}
.point {
    color: #f00;
    font-weight: bold;
/*	display:inline; */
}
.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%;
}

.bold_bl{
    color: #000;
    font-weight: bold;
}

.large{
    font-size:120%
}
.more_large{
    font-size:140%
}


/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */
select {
    border: #ccc solid 1px ;
    padding: 1px 14px 0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #FFF url("../img/common/select_arrow_bl.gif") no-repeat right;
/*	overflow: hidden; /* IE,FireFox用　伸ばした分を隠す */
/*	width: 130%; /*IE,FireFox用 UI分を伸ばす */
}

select::-ms-expand {
  display: none; /*IE用 セレクト矢印を消す */
}

input[type='text'],
input[type='password'] {
    outline-color: #ed8502;
    border: solid 2px #EF8300;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* ラジオ・セレクトボックス */
/*
input[type=radio] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type=radio] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label {
        padding: 0 0 0 0px;
        height: 12px;
        width: 12px;
    }

    input[type=radio] + label::before {
        content: "";
        top: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 14px;
        height: 14px;

        background-color: white;
    }
    input[type=radio] + label::before {
        border: 1px solid #bbb;
        border-radius: 30px;
    }
*/
    /* チェック時デザイン */
/*
    input[type=radio]:checked + label::after {
        content: "";
        /*
        position: absolute;
        */
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;

        left: 10px;
        width: 6px;
        height: 6px;
        margin-left:4px;
        margin-top: -10px;
        background: #fff;
        border-radius: 18px;
    }
    input[type=radio]:checked + label::before {
        background-color: #bbb;
    }
}

*/

/*
input[type="radio"] {
    position      : relative;
    display       : inline-block;
    width         : 18px;
    height        : 18px;
    border        : 1px solid #666;
    border-radius : 100%;
    overflow      : hidden;
    cursor        : pointer;
}
*/

/*
input[type="radio"]:BEFORE {
    content          : '';
    display          : block;
    width            : 11px;
    height           : 11px;
    border-radius    : 100%;
    position         : absolute;
    top              : 2px;
    left             : 2px;
    z-index          : 1;
}
*/

/*ラジオボタン*/
/*
input[type="radio"]{
  -webkit-appearance: none;
  width:14px;
  height:14px;
  border:1.5px solid #EF8300;
  border-radius:15px;
  background:transparent;
  margin-right:5px;
  background: #fff;
}
input[type="radio"]:checked{
*/
/*  background:#19283C;

  position: absolute;
  opacity:1;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #EF8300;*/
/*
-webkit-appearance: none;
  width:14px;
  height:14px;
  border: 5px solid #EF8300;
  border-radius:15px;
  background:transparent;
  margin-right:5px;
  background: #fff;
}*/



/*input[type="radio"]{
  display: none;
    }

label{
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    }

label:before{
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 50%;
}

input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #EF8300;
}*/

input.input_bold{
    border: solid 2px #EF8300; !important
    }

.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;
}
.table-cell {
    display: table-cell;
}

/* タイトル
----------------------------------------------- */
#header h1{
    width: 76px;
    height: 106px;
    margin: 0 20px 0 0;
    float: left;
    }

h2.title {
/*  width: 950px;*/
    height: 28px;
    margin-bottom: 18px;
    padding: 6px 18px 3px;
/*    border-top: solid 1px #ebeced;*/
    color: #fff;
/*    background: url("../img/background/bg_tit_sub_01.jpg") repeat-x left bottom;*/
    background-color: #EF8300;
    font-size: 150%;
    font-weight: bold;
}



#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
    margin: 0 0 30px 0;
    padding: 10px 20px 10px 20px ;
    color: #000;
    /*background: url("../img/background/line_01.gif") repeat-x left bottom;*/
    font-size: 130%;
    font-weight:normal;
    background-color: #e9ddd1;
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
/*    border-bottom: solid 3px #f08300;
    min-height: 97px;
    min-height: 208px;*/
    background: url("../img/common/bg_header.gif") repeat-x top;
    max-width: 1080px;
    margin: 0 auto;
}
#header_wrap_cart {
    /*border-bottom: solid 1px #f08300;*/
    /*min-height: 97px;
    min-height: 208px;*/
    background: url("../img/common/bg_header.gif") repeat-x top #e9ddd0;
    max-width: 1080px;
    margin: 0 auto;
}
#header {
    margin: auto;
    width: 980px;
    padding: 20px 0 0 0;
}


#header_utility {
    float: right;
    width: 520px;
}

#header_utility2 {
    float: right;
    width: 520px;
}

#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}


/* ロゴ
----------------------------------------------- */
#logo_area {
    position: relative;
    width: 390px;
    margin-left:auto;
    margin-right:auto;
    padding-top:30px;
}

#header #logo_area {
    position: relative;
    width: 450px;
    float: left;
    padding: 0px;
    height: 118px;
}

#logo_area2{
    float:left;
    width: 200px;
    height:53px;
    margin-bottom: 18px;
}

#logo_area2 .title_copy{
    width:129px;
    height:20px;
    margin-top:0;
    float:left;
}

#logo_area2 .title_onlineshop{
    width:175px;
    height:20px;
    margin-top:7px;
    float:left;
}

#logo_area3{
    float:left;
    width: 340px;
    position:relative;
}

.header_food{
    float:left;
    width: 160px;
    height:46px;
    margin-right:10px;
    position:relative;
}

.header_coffee{
    float:left;
    width: 160px;
    height:46px;
    position:relative;
}

.header_coffee a, .header_food a{
    display: block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


#site_description {
    font-weight:bold;
    float: left;
}


/* ヘッダーナビ
----------------------------------------------- */
div#header_navi {
    float: right;
/*    width: 360px;*/
    height: 38px;
}
div#header_navi ul li {
    display: block;
    float: left;
    margin-left:13px;
}
div#header_navi ul li.mypage,
div#header_navi ul li.entry {
    /*margin-top: 6px;*/
}

div#header_utility2 ul {
    float: right;
    font-size:12px;
    margin-top: 2px;
}

div#header_utility2 ul li {
    display: block;
    float: left;
    margin-left:15px;
    padding-left:22px;
    padding-top:2px;
}

div#header_utility2 ul li.beginner{
    background: url("../img/icon/ico_beginner.gif") no-repeat 0;
}

div#header_utility2 ul li.guide{
    background: url("../img/icon/ico_guide.gif") no-repeat 0;
}

div#header_utility2 ul li.qa{
    background: url("../img/icon/ico_qa.gif") no-repeat 0;
}


div#header_utility2 a {
    color: #1E1B1B;
}

div#header_postage{
/*    width:370px; */
    height:24px;
    float:right;
    margin: 8px 0 14px 0;
/*  border:1px solid #E9DDCF;
    padding: 5px 0 5px 42px;
    background: url("../img/icon/ico_postage.gif") no-repeat 12px 5px;
    background-color:#FEFAF4; */

}

/* ヘッダーメインナビ
----------------------------------------------- */
div#header #main_nav {
    width: 100%;
}

#main_nav ul{
    float: left;
}

#main_nav ul li{
    float: left;
}

#main_nav ul li a{
    display: block;
    height: 70px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: top left;
    outline: none;
}





/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    margin: 0 auto;
    /* height: 105px; */
    background: #fdf7eb;
    /* border-top: solid 1px #E9DDCF; */
}
#footer {
    padding-top: 20px;
    /* width: 950px; */
    width: 100%;
    min-width: 980px;
    margin: 0 auto;
    height: 105px;
    background: #e9ddd1;
    border-top: solid 1px #E9DDCF;
}
#footer a{
    margin: 0px 15px 0 15px;
}
#footer p {
    margin: 0;
}
#pagetop {
    width: 210px;
    float: right;
    text-align: right;
}
#copyright {
    color: #573B32;
    width: 740px;
    margin: 0 auto;
    font-size: 98%;
    padding-top: 30px;
}

/* フッター追加分 */
#footer_wrap #footer_top {
    text-align: left;
    background-color: #fdf7eb;
    width: 980px;
    margin: auto;
}
#footer_wrap #footer_top a {
    text-decoration: underline;
}

#footer_top h2.ftl_title {
    margin-top: 1px;
    padding: 8px;
    border-bottom: solid 1px #f08300;
    color: #f08300;
    font-weight: bold;
    font-size: 17px;
}
#footer_top p {
    margin-bottom: 0;
}
#footer_top  .ftl_contents {
    padding: 8px;
    width: 48%;
}
#footer_top .menu1 {
    float: left;
}
#footer_top .menu2 {
    float: right;
}
#footer_top .menu3 {
    float: left
}
#footer_top:after {
    content: "";
    clear: both;
    display: block;
}
#footer_top  .ftl_contents div.contents_block {
    padding: 8px 0;
}
#footer_top  .ftl_contents div.contents_block p {
    padding-left: 15px;
}
#footer_top  .ftl_contents div.contents_block span.kome {
    color: #ff0000;
    font-weight: 400;
}
#footer_top  .ftl_contents div.contents_block p.fadica {
    float: left;
    width: 150px;
    height: 50px;
}
#footer_top  .ftl_contents div.contents_block .deliv {
    margin-left: 15px;
    width: 100%;
    border-collaspe: collaspe;
}
#footer_top teble,#footer_top th,#footer_top td{
    border: solid 1px #696969;
    background-color: #fdf7eb;
}
#footer_top th,#footer_top td {
    padding: 5px;
}
#footer_top th {
    text-align: center;
    background-color: #e9ddd0;
    font-weight: 400;
}
#footer_top .menu3 h2.contact {
    float: left;
    width: 70px;
}
#footer_top .menu3 .contents_block h2.address {
    padding-bottom: 20px;
}

/* ==============================================
 パーツ
=============================================== */
/* 必須マーク　※印置き換え
----------------------------------------------- */
.ico_required {
    display: none;
    width:36px;
    background: url("../img/icon/ico_required.gif") repeat-none;
    }

/* ボタン
----------------------------------------------- */
.btn_area {
    margin: 10px auto 30px auto;
    width: 100%;
    text-align: center;
}

.btn_area li {
    padding-right: 10px;
    display: inline;
}

.bkbtn_area {
    height: 100%;
    margin: 10px 0;
    width: 240px;
    text-align: left;
}
.mainbtn_area {
    height: 100%;
    margin: 10px 0 30px 0;
    width: 520px;
    text-align: left;
}


/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
    margin: auto;
    margin-bottom: 20px;
    width: 95%;
}

div#complete_area .message,
div#undercolumn_entry .message {
    margin-bottom: 5px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
    width: 100%;
}
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%;
}


/* レイアウト調整
----------------------------------------------- */
/*padding*/
.padding_2
{
    padding: 2px;
}

.padding_5
{
    padding: 5px;
}

.padding_10
{
    padding: 10px;
}

.padding_15
{
    padding: 15px;
}
/*margin*/
.margin-top_2
{
    margin-top: 2px;
}

.margin-top_5
{
    margin-top: 5px;
}

.margin-top_10
{
    margin-top: 10px;
}

.margin-top_15
{
    margin-top: 15px;
}

.margin-top_30
{
    margin-top: 30px;
}

.inline{
    display: inline-block;
}

.block{
    display: block;
}

/*罫線*/

hr.style-normal {
    border: 0;
    height: 1px;
    background: #E9DDCF;
}

/* 温度帯絞込み */
.temp_area {
    width:320px;
    float:right;
}
.temp_table_area {
    outline-color: #ed8502;
    border: solid 2px #EF8300;
    margin-top: -13px;
    padding: 15px 0px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
table.temp_table {
    border: 0px;
    margin:0px;
}
table.temp_table td {
    border: 0px;
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
}
.temp_title {
	position: relative;
	top: 3px;
	margin: 0px auto;
	z-index: 99;
	width:120px;
    outline-color: #ed8502;
    border: solid 2px #EF8300;
    background-color: #ffffff;
    text-align:center;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
