@charset "utf-8";

/* RESET
----------------------------------------------- */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead  {
    border  : 0;
    margin  : 0;
    padding : 0;
}
caption, th, td {
    border-spacing : 0px;
    empty-cells    : show;
    text-align     : left;
    font-weight    : normal;
}
a img,
iframe {
    border : none;
}
ol,ul,li {
    list-style : none;
}
input,textarea,select,button {
    font-size   : 100%;
    font-family : inherit;
}

/* DEFAULT
----------------------------------------------- */
body {
    color       : #333;
    font-family : "メイリオ", "Mairyo", "ヒラギノ角ゴPro", "Verdana", "Arial", "Helvetica", sans-serif;
    font-size   : 80%;
    line-height : 150%;
    word-wrap   : break-word;
    -webkit-text-size-adjust : none;
    min-width: 1020px;
}
select {
    height  : 25px;
    padding : 3px;
    border  : 1px solid #ccc;
    border-radius: 3px;
}
/*写真*/
.picture {
    border : none;
}
/* 全体を包括 */
.frame_outer {
    margin     : 0 auto;
    text-align : center;
    width      : 100%;
}
/* コンテンツ */
#container {
    padding    : 0 0 50px;
    text-align : left;
    clear      : both;
}
#maincolumn_wrapper{
    width      : 1000px;
    margin     : 0 auto;
}
/* リンク設定 */
a {
    color : #333;
    text-decoration: none;
}
a:hover {
    color : #000;
    text-decoration: underline;
}
/* フォント */
h1,h2,h3,h4,h5 {
    font-size   : 100%;
    line-height : 150%;
}
.sale_price {
    color       : #333;
    font-weight : bold;
}
.normal_price {
    font-size   : 85%;
    font-weight : bold;
}
.point, .price {
  color: #CC0000;
    font-weight : bold;
  font-size: 120%;
}
.user_name {
    font-weight : bold;
}
.price_strong {
    font-size   : 140%;
}
.recommend_level {
    font-size   : 120%;
    padding     : 0 10px 0 0;
    color       : #ffcf11;
    width       : 85px;
    display     : block;
    float       : left;
}
.voice_title_name {
    display     : block;
    float       : left;
    word-break  : break-all;
}
.attention {
    color: #CC0000;
    font-weight:bold;
    clear : both;
  font-size: 120%;
}
#header_cart_area .attention,
#header_cart_area .price {
  color: #ea600c;
}
.attentionSt {
    color: #CC0000;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 85%;
}
.more {
    padding: 0 25px 0 0;
    text-align: right;
    font-size: 70%;
}
.cart_attention {
  font-size: 110%
}
.bold_red {
    font-weight: bold;
    color: #CC0000;
}
.caution {
    padding: 20px;
    border: 1px solid #CCCCCC;
    background: #FFDDDD;
}
.errorbox {
    margin: 10px 0;
    padding: 20px;
    color: #CC0000;
    font-weight: bold;
    font-size: 110%;
    border: 5px solid #FFB2B2;
    background: #FFF8F8;
    clear: both;
    overflow: hidden;
}
/* ボタン */
.btn_area {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    clear:both;
}
.entry_area .btn_area, .login_area .btn_area {
    margin: 0 auto;
}
/* フロート回り込み解除 */
.clearfix:after {
     height: 0;
     display: block;
     clear: both;
     line-height: 0;
     visibility: hidden;
     content: ".";
     font-size: 0;
 }
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}
/* 行揃え */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}
/* フォームパーツ */
input[type="text"],
input[type="password"] {
    height: 20px;
    margin: 0;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
textarea {
    margin: 0;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    margin: -1px;
    outline: none;
    border: 2px solid #999999;
}
#form1 h3 {
    margin: 0 0 15px;
    border-bottom:dotted 1px #333333;
}

/* COLUMN
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn {
    margin: 0 auto;
}
#footerbottomcolumn {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: left;
}
#bottomcolumn{
    padding: 0 0 20px;
    text-align: left;
}
/* サイドカラム */
#leftcolumn {
    width: 210px;
    float: left;
}
#rightcolumn {
    width: 240px;
    float: right;
}
/* 1カラム設定 */
#one_maincolumn {
    width: 100%;
    margin: 0 auto;
}
/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    width: 730px;
    float: left;
}
/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    width: 710px;
    float: right;
}
/* 3カラム設定 */
#three_maincolumn {
    width: 500px;
    padding-left: 20px;
    float: left;
}
/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    font-size: 95%;
}
#under01column {
    overflow: hidden;
}

/* FORM
----------------------------------------------- */
.select {
    border: 1px solid #ccc;
}
.box30 {
  width: 30px;
}
.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box175 {
    width: 175px;
}
.box180 {
    width: 180px;
}
.box190 {
    width: 190px;
}
.box200 {
    width: 200px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 410px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}
.box410 {
    width: 410px;
}
#h12 {
    height: 12px;
}
.h200 {
    height: 200px;
}
/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px!important;
}
ul.top {
    margin: 0 0 10px;
    line-height: 2.1;
    display: block;
    clear: both;
    overflow: hidden;
}
ul.top li {
    float: left;
}
.ng_top {
    margin-bottom: 0 !important;
}

/* TITLE
----------------------------------------------- */
h2.title {
    margin: 10px 0 15px;
    padding: 5px 10px;
    font-size: 120%;
}
#under01column h3 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #666;
    font-size: 120%;
}
#one_maincolumn .sub_area h3,
#two_maincolumn_right .sub_area h3,
#two_maincolumn_left .sub_area h3,
#three_maincolumn .sub_area h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    border-bottom: 1px solid #666;
    font-size: 120%;
}
#undercolumn_shopping h2 {
    padding: 0 0 10px;
    font-size: 130%;
  padding: 5px 10px;
}

/* TABLE
----------------------------------------------- */
table {
    width: 100%;
    margin: 15px auto 20px;
    border-top: 1px solid #CCC;
    border-collapse: collapse;
}
table th {
    padding: 15px;
    border-bottom: 1px solid #CCC;
    background-color: #f3eed5;
    vertical-align: top;
}
table td {
    padding: 15px;
    border-bottom: 1px solid #CCC;
}
.bg_gray {
    background: #f3eed5;
}
.white_headline {
    background:none;
}
.border_dotted {
    border-bottom: 1px dotted #CCC;
}
.noborder {
    border: none;
}
/* マイページ */
#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}
#mycontents_area .btn {
    margin:0 0 20px 0;
    text-align: right;
    float:right;
}
/* その他 */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

/* HEADER
----------------------------------------------- */
/* レイアウト */
#header_wrap {
    margin: 0 0 30px;
    background: url("../img/header/bg-header-new.png") repeat-x center top;
}
#header {
    width: 1000px;
    margin: 0 auto;
    min-height: 108px;
}
#logo_area {
  width: 150px;
    float: left;
    text-align: left;
  position: absolute;
  top: 0;
}
#header_catch {
  float: left;
  padding: 20px 0 17px 190px;
}
#header_wrap .header_right{
  background: url("../img/header/header_line01.png") no-repeat right bottom;
  width: 1000px;
}
#header_utility {
    text-align: left;
}
#errorHeader {
    padding: 5px;
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
}
/* ロゴ */
#description_wrap {
  width: 1000px;
  margin: 0 auto;
    height: 60px;
 }
#site_description {
  color: #512d02;
    display: -webkit-box;
    float: left;
    font-size: 85%;
    font-weight: lighter;
    line-height: 1.4;
    height: 3em;
    margin: 8px auto 0;
    overflow: hidden;
    padding: 0 10px 0 170px;
    text-align: left;
    width: 552px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#logo {
    padding: 0 0 45px;
}
/* テキストロゴ非表示 */
#logo_area p span {
    display: none;
}
/* メインイメージ */
#main_image {
    margin-bottom: 10px;
    text-align: center;
}

/* NAVIGATION
----------------------------------------------- */
/* ヘッダーナビ */
#header_navi {
    width: 409px;
    height: 38px;
    float: right;
}
#header_navi ul li {
    display: block;
    float: left;
}
#header_navi ul li.mypage,
#header_navi ul li.entry {
    margin-top: 6px;
}
/* サブナビ */
#header_subnavi {
    width: 270px;
}
#login_btn_area .left {
    float: left;
}
#login_btn_area .right {
    float: right;
}
.btn_area p {
    margin:0 0 20px;
    text-align:center;
}
#header_search {
    margin: 0;
    border: none;
  width: 320px;
  float: right;
}
#header_search td {
    padding: 0;
    border: none;
}
#header_search .header_item_search {
  padding: 0 7px 0 0;
}
#header_search input[type="text"]{
    padding: 3px 4px;
    border-radius: 3px;
}
#search_box {
  width: 335px;
  float: right;
  margin: 15px 0 15px;
  padding: 0 0 0 10px;
  border-left: 1px solid #512d02;
}
.block_outer {
    display: block; /* for IE8 */
}
.block_outer:after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
#subnavi_right {
  width: 280px;
  float: right;
}
#header_cart_area .information {
    padding: 0 0 0 5px;
    letter-spacing: -0.05em;
    float: right;
    line-height: 1.8;
}
#header_cart_btn {
    padding: 0 16px 0 0;
    text-align: right;
}
.item {
    font-size:110%;
  float: left;
  margin: 0 10px 0 0;
}
.total {
    font-size:110%;
  float: right;
}
.postage {
    font-size: 85%;
}
#header_cart_area .attention_s{
  font-size: 80%;
}
#header_cart_area {
  padding: 12px 0 0;
}
#header_cart_area .item,
#header_cart_area .total {
  font-size: 95%;
}
#header_cart_area .attention,
#header_cart_area .total .price {
  font-size: 135%;
}
  /* グローバルナビ */
#global_navi {
    width: 960px;
    text-align: left;
    clear: both;
}
#global_navi li {
    display: inline;
    float: left;
}
#navi01 {
    width: 200px;
}
#navi02 {
    width: 201px;
}
#navi03 {
    width: 180px;
}
#navi04 {
    width: 190px;
}
#navi05 {
    width: 189px;
}

/* インヘッダーブロック
----------------------------------------------- */
#headerInternalColumn {
    float: right;
}

/* HEADER LOGIN
----------------------------------------------- */
#header_login_area {
    color: #124d32;
  float: right;
    width: 255px;
}
#header_login_area p.btn {
    color: #512d02;
    display: block;
    vertical-align: middle;
    font-size: 80%;
    letter-spacing: -0.1em;
    line-height: 1.6;
    overflow: hidden;
    margin: 0 0 1px;
  text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header_login_area p.btn a {
  color: #512d02;
}
#header_login_area .point {
    color: #000;
}
#header_login_area li {
    display: inline-block;
  font-size: 110%;
  font-weight: bold;
    vertical-align: top;
}
#header_login_area li a {
  color: #124d32;
    display: inline-block;
    padding: 4px 0 3px 29px;
}
#header_login_area ul {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #8b5a2c inset;
    display: flex;
    justify-content: space-around;
    padding: 6px 0 4px;
}
#header_login_area .header_utility_box {
    margin: 12px 0 0;
}
#header_login_area .header_entry_btn a {
    background: url("../img/header/entry-new.png") no-repeat left center;
}
#header_login_area .header_login_btn a {
    background: url("../img/header/login-new.png") no-repeat left center;
}

/* FOOTER
----------------------------------------------- */
#footer_wrap {
  margin: 0 auto;
  background: #124d32;
}
#footer {
  margin: auto;
  padding: 20px 0 0;
  width: 1000px;
  color: #fff;
  background: url("../img/common/bg_footer.png") no-repeat right bottom;
  text-align: center;
}
.pagetop_wrap {
  background: url(/user_data/packages/default/img/common/bg-pagetop.png) repeat-x 50% 100%;
  height: 53px;
}
#pagetop {
  width: 1000px;
  margin: 0 auto;
  padding: 17px 0;
  text-align: right;
}
#copyright {
  text-align: center;
  font-size: 85%;
  letter-spacing: 0;
  background: #f3eed5;
  color: #1e0606;
  padding: 20px 0;
}
#footer_line {
  width: 1000px;
  margin: 0 auto;
}
#footer_guide {
  font-size: 90%;
  text-align: center;
  padding: 20px 0;
}
#footer_guide li {
  border-right: 1px solid #fff;
  display: inline;
}
#footer_guide li.end {
  border-right: none;
}
#footer_guide li a {
  padding: 0 20px 0;
  color: #fff;
  font-size: 14px;
}
#footer_address {
  width: 1000px;
  padding: 10px 0 30px 0;
  border-bottom: dotted 1px;
  margin: 0 auto;
  color: #fff;
}
/* FOOTER SHOPPING GUIDE
----------------------------------------------- */
#shoppingguide_area {
    padding: 20px 0 0;
    font-size: 90%;
    border-top: 2px solid #EBEBEB;
}
#shoppingguide_box {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}
#shoppingguide_area h2 {
    padding: 0 0 10px;
}
#shoppingguide_area h3 {
    font-size: 110%;
}
#shoppingguide_area p {
    padding: 0 0 10px;
}
#shoppingguide_area .block_body_left {
    width: 280px;
    padding: 0 60px 0 0;
    float: left;
}
#shoppingguide_area .block_body_right {
    width: 280px;
    float: right;
}
#shoppingguide_area .gray {
    padding: 10px 10px 0;
    background: #EAEAEA;
}
#shoppingguide_area table {
    margin: 0 0 20px;
}
#shoppingguide_area th,
#shoppingguide_area td{
    padding: 4px 8px;
}
#shoppingguide_area th{
    border-right: 1px solid #ccc;
    width: 110px;
}

/* COMPLETE MESSAGE
----------------------------------------------- */
#undercolumn_shopping #complete_area {
    width: 45%;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#complete_area .shop_information {
    padding: 10px 0 0;
}
#complete_area .message,
#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
#undercolumn_shopping #shop_information {
    width: 47%;
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
    float: right;
}
#undercolumn_shopping #shop_information th {
    background: #F5F5F5;
}
#undercolumn_shopping #shop_information td {
    border-bottom: 1px solid #CCC;
}
#undercolumn_shopping #shop_information .name {
    margin-bottom: 10px;
}
#completepage_entry {
    padding: 15px;
    background: #FFE6E6;
}
#completepage_entry .entry_attention {
    font-size: 150%;
    color: #FF0000;
    text-align: left;
}
#completepage_entry td {
    background: #FFF;
}
#completepage_entry .btn_agree_n_entry {
}
#undercolumn_shopping .information {
    width: 67%;
    float: left;
    overflow: hidden;
}
#completepage_entry p {
    text-align:center;
}

/* BLOCK
----------------------------------------------- */
/* ブロック共通 */
#container .block_body {
}
.side_column {

}
.side_column .block_body {
}
.main_column .block_body {
    padding: 0 0 30px;
    overflow: hidden;
}
.side_column .block_body .box {
    width: 145px;
}
.main_column .block_outer {
    margin-bottom: 20px;
    clear: both;
}
.main_column h2 {
    margin: 0 0 20px;
    border-left: 5px solid #124d32;
}
.main_column h2 span {
    padding: 5px 0 5px 10px;
    font-size: 125%;
    color: #000;
    display: block;
}
.side_column h2 {
    border-bottom: 2px solid #999;
}
/* リスト */
#container .block_outer .block_body dl.formlist {
    margin-bottom: 8px;
}
#container .block_outer .block_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .block_outer .block_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    font-size: 85%;
    background: url("../img/icon/ico_arrow.gif") no-repeat left center;
}
#container .block_outer .block_body dl.formlist span {
    vertical-align: top;
}
/* タイトルの背景 */
#login_area h2,
#search_area h2,
#calender_area h2,
#cart_area h2,
#cart h2,
#category_area h2,
#recommend_area h2,
#ranking_area h2,
#inquiry_area h2,
#newitem_area h2,
#favorite_area h2,
#eventandcampaign_area h2,
#guide_area h2 {
    padding: 7px 0 7px 5px;
    border-style: solid;
}
/* ヘッダー上、フッター下のブロックエリア */
#topcolumn,
#bottomcolumn {
    clear: both;
}
/* メインカラム用画像 */
.main_column #ranking_area .block_body .productImage,
.main_column #inquiry_area .block_body .productImage {
    width: 90px;
    margin-bottom: 10px;
    float: left;
}
#newitem_area .productImage,
#whobought_area .productImage,
.listphoto {
    width: 160px;
    height: 160px;
    margin: 0 0 10px;
    text-align: center;
    position: relative;
}
#undercolumn_list .listphoto {
  width: 180px;
  height: 180px;
  margin: 0 0 10px;
  text-align: center;
  position: relative;
}

/* サイドカラム用画像 */
.side_column #recommend_area .block_body .productImage,
.side_column #inquiry_area .block_body .productImage {
    width: auto;
    float: none;
    text-align: center;
}
.side_column #ranking_area .block_body .productImage {
    width: 50px;
    float: left;
    text-align: center;
}
.productImage a:hover img,
.listphoto a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/* 左右の割り振り  */
.main_column #newitem_area .product_item,
.main_column #recommend_area .product_item,
.main_column #ranking_area .product_item,
.main_column #inquiry_area .product_item,
#whobought_area .product_item {
    width: 160px;
    padding: 0 23px 20px 0;
    float: left;
}
.main_column #newitem_area .product_item_end,
.main_column #recommend_area .product_item_end,
.main_column #ranking_area .product_item_end,
.main_column #inquiry_area .product_item_end,
#whobought_area .product_item_end {
    width: 160px;
    padding: 0 0 20px 0;
    float: right;
}
/* サイドカラム用テキスト */
.side_column #recommend_area .block_body .productContents,
.side_column #inquiry_area .block_body .productContents {
    clear: both;
}
.side_column #ranking_area .block_body .productContents {
    width: 130px;
    float: right;
}

/* NEWS
----------------------------------------------- */
#news_area {
    padding: 0 0 30px;
}
#news_area .rss {
    float: right;
    overflow: hidden;
  padding: 20px 0;
}
#news_area .block_body {
    padding: 0 0 10px;
}
#news_area .news_contents {
    height: auto !important;
    height: 260px;
    max-height: 430px;
    padding-right: 10px;
    overflow: auto;
    overflow-y: scroll;
}
#news_area .newslist {
    width : 100%;
    padding: 10px 0 3px;
    border-bottom: 1px dotted #999;
    clear: both;
}
#news_area .newslist dt {
    color: #fff;
    font-weight: bolder;
    display: block;
    float: left;
  background: #4d7f04;
  padding: 2px 5px;
  font-size: 120%;
  border-radius: 5px;
}
#news_area dl.newslist dd {
    width: 565px;
    display: block;
    float: right;
  padding: 0 15px 25px;
}
#news_area dl.newslist dd a {
    font-weight: bolder;
  color: #4d7f04;
}
#news_area dl.end {
    padding: 10px 0;
}
.news_title{
    display: block;
    font-weight: bold;
  color: #4d7f04;
  font-size: 120%;
  line-height: 25px;
}
#news_area dd .mini{
    color: #666;
  font-size: 14px;
  line-height: 1.5em;
}
/* NEWITEM
----------------------------------------------- */
#newitem_area .block_body {
    padding: 10px 0;
}
#newitem_area .productImage img {
    max-width: 100%;
}
.statusicons {
  padding: 5px 0;
    display: block; /* for IE8 */
}
.statusicons:after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
.statusicons li {
    min-height: 1em;
  margin: 5px 5px 0 0;
    padding: 4px 14px 2px;
    text-align: center;
  font-size: 120%;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    display: block;
    float: left;
  font-weight: bold;
    line-height: 1.2;
}
#detailrightbloc .statusicons li {
    float: none;
    display: inline-block;
    margin: 5px 2px 0 0;
    vertical-align: bottom;
}
/* 商品ステータスアイコン背景色 */
.statusicons li.status_deliv_free {
    font-size: 130%;
    padding: 6px 14px 4px;
}
.status1,
.status2,
.status_deliv_free {
    background: #c62300;
    border-color: #c62300;
    color: #fff;
}
.status3,
.status4,
.status5,
.status8,
.status9 {
    background: #fff;
    border-color: #c9c9c9;
    color: #000;
}
.status7 {
    background: #000;
    border-color: #000;
    color: #fff;
}
.status6,
.status10,
.status11 {
    background: #e5e5e5;
    border-color: #c9c9c9;
    color: #000;
}
.status12,
.status13,
.status14 {
    background: #fff;
    border-color: #e71f19;
    color: #e71f19;
}
.comment{
    font-size: 90%;
    color: #575757;
}

/* CART
----------------------------------------------- */
#cart_area .information {
    padding: 10px;
}
#cart_area .postage {
    margin-top: 10px;
    padding: 5px;
    background: #EEE;
}
#cart_area .btn {
    padding: 10px 0;
    text-align: center;
}

/* CATEGORY
----------------------------------------------- */
#category_area #categorytree {
    padding: 5px 10px;
}
#category_area li a {
    padding: 0;
    color: #333;
    display: block;
}
#category_area li.level1 p {
    margin: 5px 0;
    padding: 5px 10px;
}
#category_area li.level1 p {
    font-weight: bold;
    background: #EBEBEB;
}
#category_area li.level1 li.level2 p {
    margin:  0 0 5px;
    padding: 0 0 0 15px;
    font-size: 95%;
    font-weight: lighter;
    border-bottom: 1px dotted #ccc;
    background: url("../img/icon/arr_guide.png") no-repeat left center;
}
#category_area li.level1 li.level3 p {
    margin:  0 0 5px;
    padding: 0 0 0 15px;
    font-size: 85%;
    background: none;
}
#category_area li.level1 li.level4 p {
    margin:  0 0 5px;
    padding: 0 0 0 20px;
    font-size: 80%;
    background: none;
}
#category_area li.level1 li.level5 p {
    margin:  0 0 5px;
    padding: 0 0 0 25px;
    font-size: 75%;
    background: none;
}
.onlink:link {
    text-decoration: underline;
}
.onlink:visited {
    color: #666;
}
.onlink:hover {
    color: #000;
}

/* CATEGORY LIST
----------------------------------------------- */
#undercolumn_categorylist .root_category {
    margin: 0 0 20px;
    padding: 10px;
    font-size: 120%;
    background: #EBEBEB;
}
#undercolumn_categorylist .child_category {
    padding: 0 0 20px;
    font-size: 110%;
}
#undercolumn_categorylist .child_category li {
    width: 204px;
    display: inline-block;
    margin: 0 15px 20px 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
    vertical-align: top;
}
#undercolumn_categorylist .child_category li:before {
    content: "・";
}

/* GUIDE
----------------------------------------------- */
.guidelist li {
    padding: 5px 0;
    border-bottom: 1px dotted #999;
}
.guidelist a {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.guidelist a:hover {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot_on.png") no-repeat left center;
}

/* LOGIN
----------------------------------------------- */
#container #login_area .block_body {
    padding: 10px;
}
#container #login_area .block_body p {
    margin-bottom: 5px;
}
#container #login_area .block_body .btn {
    text-align: center;
}
#container .login_area dl.formlist {
    width: 420px;
    margin: 10px auto;
}
#container .login_area dl.formlist dt {
    margin-bottom: 5px;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    text-align: left;
}
#container #login_area .block_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}
.login_memory {
    margin: 5px auto 0;
    text-align: center;
}

/* SEARCH
----------------------------------------------- */
#search_area .block_body {
    padding: 10px;
}
#search_area .block_body .btn {
    text-align: center;
}

/* CALENDAR
----------------------------------------------- */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .block_body {
    padding: 10px 0;
}
#calender_area table {
    width: 190px;
    margin: 0 auto;
    border: none;
    font-size: 90%;
}
#calender_area table td {
    padding: 1px 3px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align: center;
}
#calender_area th {
    padding: 1px 3px;
    background: #CCC;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    font-size: 90%;
    text-align: center;
}
#calender_area .off {
    color: #FFF;
    background: #C03A3A;
}
#calender_area .today {
    background-color: #D7D7D7;
    font-weight: bold;
}
#calender_area .information {
    margin-left: 10px;
    padding: 0 0 15px;
    font-size: 90%;
}
#calender_area .attention{
    width: 190px;
    margin: 0 auto;
    padding: 5px 0 0;
    font-size: 80%;
}
#calender_area .border caption,
#calender_area .last caption {
    border-top: 1px dotted #999999;
    padding: 16px 0 0;
    margin: 20px 0 5px;
}



/* RECOMMEND
----------------------------------------------- */
/* 共通 */
#whobought_area .product_item {
    margin-bottom: 10px;
    padding: 0 23px 0 0;
    border: none;
}
#inquiry_area .block_body,
#guide_area .block_body {
    padding: 5px 10px 10px;
}
#ranking_area .block_body,
#recommend_area .block_body,
#rank_luckrec_area {
    padding: 10px 10px 0;
  width:1000px;
  margin:0 auto;
}
#news_area img,
#recommend_area .block_body img,
#ranking_area .block_body img,
#inquiry_area .block_body img,
#whobought_area .product_item img {
    margin: 0 5px 0 0;
}
#recommend_area .block_body h3,
#inquiry_area .block_body h3,
#ranking_area .block_body h3 {
    font-size: 90%;
    font-weight: bold;
}
#whobought_area h3{
    margin: 0;
    border: none;
}
/* サイドカラム用 */
.side_column #recommend_area .product_item,
.side_column #inquiry_area .product_item {
    margin-bottom: 10px;
}
.side_column #ranking_area .product_item {
    margin: 0 0 10px;
    border-bottom: 1px dotted #999;
}

/* RANKING
----------------------------------------------- */
#ranking_area .sale_price {
    color: #000;
    font-size: 80%;
}
#ranking_area .price {
    color: #000;
    font-weight: normal;
}

/* ENQUETE
----------------------------------------------- */
#inquiry_area .inquirylist li{
    padding: 5px 0;
    border-bottom: 1px dotted #999;
}
#inquiry_area .inquirylist a {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
#inquiry_area .inquirylist a:hover {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot_on.png") no-repeat left center;
}

/* SHOP INFO
----------------------------------------------- */
#shopinformation_area #table_left {
    width: 325px;
    margin: 0;
    float: left;
}
#shopinformation_area .right {
    float: right;
    overflow: hidden;
}
#shopinformation_box {
    padding: 10px 0 0;
}
#table_left th,
#table_left td{
    padding: 4px 8px;
}
#shopinformation_area p{
    font-size: 90%;
    color: #666;
}

/* ADDED BLOCK
----------------------------------------------- */
/* 共通 */
#container .block_outer #banner_area .block_body {
    border: none;
}
.main_column .block_outer #banner_area .block_body ul {
    width: 100%;
}
.main_column .block_outer #banner_area .block_body ul li {
    float: left;
}
.main_column .block_outer #banner_area .block_body ul li.sub_01 {
    padding-right: 8px;
}
#leftcolumn .block_outer #banner_area .block_body ul li,
#rightcolumn .block_outer #banner_area .block_body ul li {
    margin-bottom: 8px;
}
#eventandcampaign_area a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.banner_left {
    float: left;
}
.banner_right {
    float: right;
}
/* お気に入り */
#favorite_area .block_body {
    padding: 10px;
    text-align: center;
}
/* 左右バナー */
#banner_right_contact_area {
    margin: 0 0 15px;
}
/* 左右検索窓 */
#search_products_side_area {
    margin: 0 0 18px;
}
#search_products_side_area #search_form {
    display: flex;
    justify-content: space-between;
    width: 240px;
}
#search_products_side_area input[type=text],
#search_products_side_area input[type=search] {
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: top;
    width: 206px;
    -webkit-appearance:none;
    margin: 0;
}
@media all and (-ms-high-contrast: none){
    #search_products_side_area input[type=text],
    #search_products_side_area input[type=search] {
        width: 186px;
    }
}
#search_products_side_area input[type=submit] {
    background: url("../img/icon/icon-search-side.png") no-repeat 0 0;
    border: none;
    cursor: pointer;
    height: 34px;
    width: 34px;
}
#search_products_side_area input[type=submit]:hover {
    opacity: 0.8;
}

/* ぱんくず
----------------------------------------------- */
#pan {
    height: 1.5em;
    margin: 0 0 30px;
    padding: 2px 0 2px 20px;
    font-size: 95%;
    background: url("../img/icon/ico_pan.png") no-repeat left center;
  color: #124d32;
}
#pan li{
    display: inline;
}
#pan a{
  color: #124d32;
}
#pan strong{
  font-size: 16px;
}
/* LIST
----------------------------------------------- */
#category_img {
    padding: 0 0 10px;
}
#category_info {
    padding: 0 0 20px;
}
#product_numbers {
    float: left;
}
#product_numbers .attention {
 color: #202020;
}
/* ページ送り */
.pagenumber_area {
    clear: both;
    overflow: hidden;
  padding: 30px 0;
}
.pagecond_area {
    margin-bottom: 20px;
    padding: 1em 10px 0 10px;
    background: #f3eed5;
    border: 1px solid #f3eed5;
}
.pagecond_area li {
    margin: 0 0 1em 0;
}
.pagecond_area li ul li {
    background: url("../img/icon/arr_guide.png") no-repeat left center;
    display: inline-block;
    margin: 0 1em 0 -5px;
    padding: 0 0 0 15px;
}
.pagenumber_area .change {
    padding: 5px 0 10px 0;
    float: right;
    text-align: right;
    white-space: nowrap;
  color: #124d32;
  font-weight: normal;
}
.pagenumber_area .change ul li {
    border-right: solid 1px #ccc;
    display: inline-block;
    padding: 0 15px 0 12px;
  color: #124d32;
}
.pagenumber_area a {
  color: #124d32;
}
.pagenumber_area .change ul li:first-child {
    border-left: solid 1px #ccc;
}
.pagenumber_area .change ul li strong {
    padding: 0 5px 0 5px;
  font-weight: bold;
}
.pagenumber_area .select_numbers {
    padding: 0 0 0 10px;
}
#page_navi_top_outer{
    margin: 0 0 20px;
    padding: 0 0 10px 0;
  background: url("../img/block/detail_line01.png") no-repeat top center;
}
#page_navi_top {
    clear: both;
}
#page_navi_bottom {
    clear: both;
}
#page_navi_top .navi{
    padding: 10px 0;
    text-align: center;
}
#page_navi_bottom .navi{
    padding: 20px 20px;
    text-align: center;
  margin: 0 0 30px;
}
#page_navi_top .navi a,
#page_navi_bottom .navi a{
    margin: 0 3px 0 0;
    padding: 10px 12px;
    display: inline;
    background: #FFF;
  border: 1px solid #e0d2b8;
  border-radius: 3px;
}
#page_navi_top .navi a:hover,
#page_navi_bottom .navi a:hover{
    text-decoration: none;
    background: #CCC;
}
#page_navi_top .navi strong,
#page_navi_bottom .navi strong{
    margin: 0 3px 0 0;
    padding: 10px 12px;
    display: inline;
  border: 1px solid #e0d2b8;
  background: #e0d2b8;
  border-radius: 3px;
}
/* レイアウト（リストタイプ） */
/*
.list_area {
    padding: 0 0 30px;
    overflow: auto;
}
.listphoto {
    float: left;
}
#two_maincolumn_right div.listrightbloc,
#two_maincolumn_left div.listrightbloc {
    width: 530px;
    float: right;
}
.listrightbloc_head {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}
.listrightbloc_head h3 {
    width: 350px;
    float: left;
    overflow: hidden;
}
.listrightbloc_head .price_area {
    width: 170px;
    float: right;
    overflow: hidden;
}
.listrightbloc h3 {
    font-weight: bold;
    font-size: 120%;
}
.listphoto .detail_btn {
    padding: 5px 0 0;
}
.listrightbloc .detail_btn {
    margin-bottom: 20px;
}
.listrightbloc .pricebox {
    margin: 0 0 10px 0;
}
.listrightbloc .cart_area {
    padding: 10px;
    background: #EBEBEB;
}*/
/* レイアウト（グリッドタイプ） */
.list_area {
    width: 220px;
  padding: 15px 0 30px;
  margin:  0 25px 0 5px;
    float: left;
  background: url("../img/background/frame_item_top.png") no-repeat center top;
}
.list_area_end {
    width: 220px;
  padding: 15px 0 30px;
  margin: 0 5px 0 0;
    float: right;
  background: url("../img/background/frame_item_top.png") no-repeat center top;
}
.listrightbloc_head {
    overflow: hidden;
}
.listrightbloc_head .price_area {
    overflow: hidden;
  margin: 10px 0;
}
/* メインカラム用 1カラム時*/
#one_maincolumn div.listrightbloc {
    width: 74%;
    float: right;
}
/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
    width: 74%;
    float: right;
}
/* 商品ステータス */
.listrightbloc ul.status_icon {
    width: 100%;
    margin-bottom: 10px;
}
.listrightbloc ul.status_icon li {
    margin-right: 5px;
    float: left;
}
/* コメント */
.listrightbloc .listcomment {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 14px;
    color: #575757;
  padding: 0 0 10px 0;
}
/* 規格 */
.listrightbloc .classlist {
    overflow: hidden;
}
.listrightbloc dl {
    width: 100%;
}
.listrightbloc dt {
    margin: 3px 0 0;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.listrightbloc dd {
    display: inline-block;
}
.listrightbloc dd p.attention {
    margin-top: 5px;
}
/* カートに入れる */
.classcat_list_left {
    width: 63%;
    float: left;
    overflow: hidden;
}
.listrightbloc .cartin {
    width: 37%;
    margin: 0;
    float :right;
}
.list_cart_btn {
    padding: 0 0 5px;
}
.listrightbloc .quantity {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.listrightbloc input.box {
    width: 40px;
}
.listrightbloc .cartin .quantity .box {
    width: 70px;
}
.listrightbloc .cartin_btn {
    width: 160px;
    float :left;
}
/* 検索結果 */
.condition_area {
    width: 566px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}
/* SOLDOUTアイコン */
.overlay-sold {
    width: 180px;
    height: 180px;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    text-align: left;
    background: url("../img/picture/soldout_180.png");
}
* html .overlay-sold {
    width: 150px;
    height: 150px;
    filter:progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/picture/soldout.png',sizingMethod='scale');
    background: none;
    cursor: pointer;
    text-align: left;
}
.overlay-new {
    width: 42px;
    height: 42px;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    text-align: left;
    background: url("../img/picture/new.png");
}
* html .overlay-new {
    width: 42px;
    height: 42px;
    filter:progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/picture/new.png',sizingMethod='scale');
    background: none;
    cursor: pointer;
    text-align: left;
}
#ranking_area .overlay-sold {
  width: 220px;
  height: 220px;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  text-align: left;
  background: url("../img/picture/soldout_220.png");
}
#recommend_area .overlay-sold {
  width: 180px;
  height: 180px;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  text-align: left;
  background: url("../img/picture/soldout_180.png");
}
#whobought_area .overlay-sold {
  width: 160px;
  height: 160px;
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
  text-align: left;
  background: url("../img/picture/soldout_160.png");
}

/* DETAIL COMMON
----------------------------------------------- */
#detailarea {
    min-height: 420px;
}
#detailphotobloc .photo img{
    width: 360px;
}
#subdetail_area {
    position: relative;
}
.sub_area {
  width: 86px;
    margin: 5px 5px 0 0;
    float: left;
}
.sub_area:last-child {
    margin: 5px 0 0 0;
}
#detailphotobloc .photo a,
.sub_area a {
    display: block;
}
p.subtext {
    clear: both;
    display: none;
    font-size: 100%;
    line-height: 1.2;
    padding: 0;
    position: absolute;
    top: 60px;
}
p.subtext strong {
    display: block;
    height: 1.3em;
    overflow: auto;
    width: 360px;
}
p.subtext span {
    display: block;
  height: 3em;
    line-height: 1.6;
    overflow: auto;
    width: 360px;
}
div.subphotoimg_main img,
div.subphotoimg img {
  max-width: 86px;
  max-height: 86px;
}
div.subphotoimg {
  width: 86px;
}
/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
    width: 37%;
    float: left;
}
#one_maincolumn #detailrightbloc {
    width: 63%;
    float: right;
}
#one_maincolumn p.subtext {
    margin-bottom: 20px;
}
/* 2カラム用 */
#two_maincolumn_left div#detailphotobloc,
#two_maincolumn_right div#detailphotobloc {
    width: 360px;
    float: left;
}
#two_maincolumn_left #detailrightbloc,
#two_maincolumn_right #detailrightbloc {
    width: 330px;
    float: right;
}
/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
    width: 49%;
    float: left;
}
#three_maincolumn #detailrightbloc {
    width: 50%;
    float: right;
}
#three_maincolumn p.subtext {
    margin-bottom: 20px;
}

/* 商品詳細 LPエリア */
#lp_products_area {
    text-align: center;
  background: url(../img/block/detail_line01.png) no-repeat bottom;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

#lp_products_area div {
    text-align: left;
  padding: 0 90px;
}
#lp_products_area #lp_products_img {
    text-align: center;
  margin: 0 auto 30px;
  padding: 0;
}
#lp_products_area #lp_products_img img {
    max-width: 100%;
}
#lp_products_area #lp_products_name {
  color: #ad1a15;
  font-weight: bold;
  font-size: 161%;
  line-height: 150%;
  margin-bottom: 5px;
}
#lp_products_area #lp_products_text {
  line-height: 1.4;
  font-size: 124%;
}
#lp_products_area div:last-of-type {
    margin-bottom: 0;
}

/* DETAIL
----------------------------------------------- */
#detailrightbloc h2 {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 160%;
    border: none;
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
    margin: 0 0 10px;
    padding: 0 0 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}
#detailrightbloc .main_comment {
    margin-bottom: 20px;
}
#detail_maintopbloc{
  background: url("../img/block/detail_line01.png") no-repeat bottom center;
}
#detail_maintopbloc .main_comment {
  font-size: 110%;
  margin: 0 0 50px;
  padding: 0 0 30px;
}

/* 商品コード */
.product_code {
    display: inline;
    font-size: 80%;
}
#classcat_matrix {
    font-size: 80%;
}
#classcat_matrix th,
#classcat_matrix td {
    text-align: center!important;
}
/* ソーシャルチェック */
#socialcheck_area {
    margin: 0 0 20px;
    clear: both;
}
#socialcheck_table {
    margin: 0;
    border: none;
}
#socialcheck_table td {
    padding: 0;
    border: none;
}
#socialcheck_thumbnail {
    width: 90px;
}
#socialcheck_area li {
    padding: 0 10px 0 0;
    display: inline;
    float: left;
}
#socialcheck_area li img {
    vertical-align: bottom;
}
#socialcheck_area .twitter-btn {
    width: 75px;
}
#socialcheck_area .google-btn {
    width: 60px;
}
/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
    font-size: 120%;
    display: inline;
}
/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    padding: 0 0 10px;
    font-size: 150%;
}
/* ポイント */
#detailrightbloc .detail_point {
    padding: 0 0 2px;
    font-size: 85%;
}
#detailrightbloc .point dt,
#detailrightbloc .point dd {
    display: inline;
}
#point_default,
.point_unit_default {
    color: #C00;
}
#point_dynamic {
    color: #C00;
}
/* 発送日目安 */
#detail_deliverydate{
    padding: 0 0 20px;
}
/* 規格 */
#detailrightbloc div.classlist {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
#detailrightbloc .classlist {
    margin-bottom: 5px;
}
#detailrightbloc ul {
    width: 100%;
    margin-bottom: 20px;
}
#detailrightbloc ul li {
    vertical-align: top;
    float: left;
}
/* メーカー */
#detailrightbloc .maker dt,
#detailrightbloc .maker dd {
    display: inline;
}
/* メーカーURL */
#detailrightbloc .comment1 dt,
#detailrightbloc .comment1 dd {
    display: inline;
}
/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
    margin-left: 1em;
}
/* カート */
#detailrightbloc .cart_area {
    text-align: left;
}
#detailrightbloc .quantity {
    padding: 0 0 5px;
    display: inline;
}

#detailrightbloc .cartin {
    padding: 10px 0 5px;
}
#detailrightbloc .cartin_btn {
}
#btn_contact {
  text-align: center;
  margin: 0 0 50px;
  font-size: 14px;
  font-weight: bold;
  color: #ea5e09;
}
#btn_contact a {
  color: #ea5e09;
}
#btn_contact img {
  padding: 0 5px;
}
#detailrightbloc .favorite_btn {
    width: 160px;
    float: right;
}

#detailspecarea th,
#detailspecarea td{
    padding: 5px 10px;
}
#detailrightbloc .sub_text strong {
  font-weight: normal;
  font-size: 110%;
  line-height: 1.6;
}
#detailrightbloc .sub_text span {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.6;
  display: block;
}

/* 会員様限定ページ */
.product_member_only_btn .btn_enter_color:first-child{
    float: left;
}

/* カートへ移動ボタン */
#syas_btn_detail_move_cart {
    bottom : 90px;
    cursor: pointer;
    display : none;
    position : fixed;
    right : 10px;
    z-index: 101;
}

.product_tag span {
    background-color: #fff;
    border: 1px solid #f3a302;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
    margin: 10px 10px 0 0;
    display: inline-block;
    line-height: 1.1;
    padding: 5px 10px;
}
.product_tag span.cool_tag {
    background-color: #3285e4;
    color: #fff;
    border: none;
    padding: 5px 15px;
}
.product_tag span.disable_tag {
    background-color: #bfbfbf;
    border: none;
}

/* CUSTOMERS' VOICE
----------------------------------------------- */
#customervoice_area {
    padding: 35px 0 0;
    clear: both;
}
#customervoice_area .review_bloc {
    margin-bottom: 20px;
    text-align: right;
}
#customervoice_area .review_bloc p {
    float: left;
}
#customervoice_area .review_bloc .review_btn {
    float: right;
}
#customervoice_area ul {
    max-height: 760px;
    overflow: auto;
}
#customervoice_area li {
    margin-bottom: 20px;
}
.voicetitle-information {
    border-top: 1px solid #ccc;
    background: #f5f5f5;
}
#customervoice_area .voicetitle {
    color      : #333;
    float      : left;
    font-size  : 110%;
    font-weight: bold;
    padding    : 10px 0 8px 15px;
    width      : 60%;
}
#customervoice_area .voicedate {
    color      : #666;
    font-size  : 95%;
    padding    : 10px 15px 8px 0;
    text-align : right;
    word-break : break-all;
}
#customervoice_area .voicedate a{
    color: #666;
}
#customervoice_area .voicecomment{
    background : #fff;
    color      : #666;
    clear      : both;
    padding    : 10px 15px 0 11px;
}

/* RELATED ITEMS
----------------------------------------------- */
#whobought_area {
  padding: 0 0 30px;
}

/* CONTACT
----------------------------------------------- */
#undercolumn_contact {
    width: 100%;
    margin: 0 auto;
}
#undercolumn_contact table br {
    margin:0 0 20px;
}
.zipimg img {
    vertical-align: middle;
}

/* MYPAGE
----------------------------------------------- */
/* 共通設定 */
#mypagecolumn h2,
#mypage h2 {
    margin: 0 0 20px;
}
#mypagecolumn h3,
#mypage h3 {
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #CCC;
}
#mypagecolumn h3 strong,
#mypage h3 strong {
    padding: 0 0 0 10px;
    border-left: 5px solid #333;
}
#mypagecolumn .order_information {
    padding: 10px 0;
    border-top: 1px solid #CCC;
}
#mypagecolumn .order_statement {
    width: 500px;
    padding: 5px 0 0;
    float: left;
    overflow: hidden;
}
#mypagecolumn .mypage_detailbtn_area {
    float: right;
    overflow: hidden;
}
#mypagecolumn .btn_reorder {
    margin: 0 0 30px;
    text-align: right;
    clear: both;
    overflow: hidden;
}
#mypagecolumn .pagenumber_area {
    border-top: 1px dotted #CCC;
    background: none;
}
#mynavi_area {
    width: 210px;
}
#mynavi_area ul {
    border-bottom: 1px solid #CCC;
}
#mynavi_area .mynavi_list {
    margin-bottom: 20px;
}
#mynavi_area .mynavi_list li {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.mynavi_list a {
    background: url(../img/button/btn_mypage_navi.png) no-repeat 10px 50%;
    padding: 13px 10px 10px 25px;
    display: block;
}
.mynavi_list a:hover,
.mynavi_list .selected {
    background-color: #f3eed5;
}
#mypage_point_announce {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 5px #EEE;
}
#mycontents_area .inforamtion {
    width: 420px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#mycontents_area .add_address {
    float: right;
    overflow: hidden;
}
#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}
.mypage_detailbtn_area.btn_back_color a{
    height: 40px;
}
#btn_delete_favorite a{
    background: none repeat scroll 0 0 #999999;
    border-radius: 3px 3px 3px 3px;
    display: block;
    height: 25px;
    width: 65px;
}
#btn_delete_favorite a:hover{
    background: #7A7A7A;
}
#mycontents_area .refusal_btn{
    margin: 0 auto 10px;
    float: none;
}

/* カート、ログイン共通ボタン */
.single_btn,
.single_btn li {
    width: 350px;
}
.single_btn_250,
.single_btn_250 li {
    width: 250px;
}
.double_btn {
    width: 520px;
}
.double_btn li {
    width: 250px;
}

.triple_btn {
    width: 770px;
}
.triple_btn li {
    width: 250px;
}
.triple_btn .single {
    margin: 0 10px;
}


.btn_back_color,
.btn_area .refusal_btn .btn_enter_color {
    float: left;
}
.btn_enter_color,
.btn_area .refusal_btn .btn_back_color {
    float: right;
}
.btn_back_color a,
.btn_back_color input {
    height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #999999;
    display: block;
}

.btn_back_color_slim a,
.btn_back_color_slim input {
    height: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #999999;
    display: block;
}

.btn_back_color a:hover,
.btn_back_color input:hover,
.btn_back_color_slim a:hover,
.btn_back_color_slim input:hover
 {
    background: #7A7A7A;
}
.btn_enter_color a,
.btn_enter_color input {
    height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #900;
    display: block;
}
.btn_enter_color a:hover,
.btn_enter_color input:hover {
    background:#7A0000;
}
#deliv_label .btn_back_color {
    padding: 0 0 10px;
}
.deliv_label_text{
    display: block;
}
#undercolumn_customer .btn_back_color{
    padding: 0 0 10px;
    display: block;
}
/* 購入履歴一覧/詳細 */
#mycontents_area ul.mycondition_area {
    padding: 0 0 15px 0;
}
#mycontents_area ul.mycondition_area li {
    border-bottom: solid 1px #ccc;
    float: left;
    margin: 0 30px 0 0;
    padding: 12px 0 8px 0;
    width: 340px;
}
#mycontents_area ul.mycondition_area li:first-child + *,
#mycontents_area ul.mycondition_area li:first-child + * + * + * {
    margin: 0;
}
#mycontents_area ul.mycondition_area li span {
    font-weight: bold;
}
#mycontents_area_table th {
    border: solid 1px #ccc;
    font-weight: bold;
    text-align: center;
}
#mycontents_area_table td {
    border: solid 1px #ccc;
    padding: 10px;
}
#mycontents_area_table td:first-child {
    border-right: none;
    text-align: center;
    width: 80px;
}
#mycontents_area_table td:first-child + * {
    border-left: none;
    padding: 15px 15px 15px 0;
    text-align: left;
    vertical-align: top;
    width: 300px;
}
#mycontents_area_table td:first-child + * a {
    text-decoration: underline;
}
#mycontents_area_table td:first-child + * + * {
    text-align: right;
    width: 75px;
}
#mycontents_area_table td:first-child + * + * + *{
    text-align: right;
    width: 45px;
}
#mycontents_area_table td:first-child + * + * + * + *{
    text-align: right;
    width: 90px;
}
#mycontents_area_table tr.mycontents_sum th {
    text-align: right;
}
#mycontents_area_table tr.mycontents_sum th:first-child {
    background-color: #fff;
    border: none;
}
#mycontents_area_table tr.mycontents_sum td {
    text-align: right;
}

.add_address {
    margin-bottom: 20px;
}
#mycontents_area .deliv_status_area a {
    text-decoration: underline;
}
/* 会員登録内容変更/退会 */
#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #CCC;
    text-align: center;
}
#mycontents_area .message_area p {
    margin-bottom: 20px;
}

/* ENTRY PAGE
----------------------------------------------- */
#undercolumn_entry .kiyaku_text {
    width: 94%;
    height: 300px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFF;
}

/* LOGIN PAGE
----------------------------------------------- */
#undercolumn_login {
    clear: both;
    overflow: hidden;
}
#undercolumn_login h3 {
    text-align: center;
}
#undercolumn_login .login_area {
    width: 420px;
    height: 356px;
    padding: 15px;
    border: 1px solid #BBB;
    float: left;
    overflow: hidden;
}
#undercolumn_login .entry_area {
    width: 420px;
    height: 341px;
    padding: 15px 15px 30px;
    border: 1px solid #BBB;
    float: right;
    overflow: hidden;
}
.entry_area .btn_area {
    margin:0 auto;
}
#undercolumn_login .merit {
    margin: 20px 0 30px;
    font-size:150%;
    color:#990000;
}
#undercolumn_login .login_area .inputbox {
    margin: 15px auto;
}
#undercolumn_login a {
    text-decoration:underline;
}
#undercolumn_login .btn_entry {
    margin: 20px 0 10px;
}
.login_area .single_btn,
.entry_area .single_btn{
    margin: 0 auto;
}
/* ERROR
----------------------------------------------- */
#undercolumn_error .message_area {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}
#undercolumn_error .message_area .error {
    padding: 120px 0;
}
/* 404ページ */
#notfound_message_area {
    border: 1px solid #ccc;
    font-size: 120%;
    margin: 70px auto;
    padding: 45px 50px 0;
    width: 500px;
}
#notfound_message_area h2 {
    border: none;
    font-size: 180%;
    font-weight: lighter;
    line-height: 1.2;
    margin: 0 0 30px;
}
#notfound_message_area p,
#errorpage_search {
    margin: 0 0 45px;
}
#notfound_message_area h3 {
    font-weight: lighter;
}
#notfound_message_area h3.title_errorpage_link {
    border-bottom: 1px solid #999;
    font-size: 110%;
    margin: 0 0 10px;
}
#notfound_message_area a {
    text-decoration: underline;
}
#notfound_message_area a:hover {
    text-decoration: none;
}
#notfound_message_area input[type = text] {
    display: inline-block;
    vertical-align: top;
    width: 420px;
}
#notfound_message_area ul {
    margin: 0 0 35px;
}
#notfound_message_area li {
    background: url("../img/icon/arr_guide_left.png") no-repeat left center;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 127px;
}

/* CART PAGE
----------------------------------------------- */
#undercolumn_cart .point_announce {
    width:560px;
    margin: 20px 0;
    line-height: 140%;
    float: left;
}
#undercolumn_cart .btn_back_next {
    width:390px;
    margin:20px 0;
    float:right;
    text-align:right;
}
#undercolumn_cart .btn_back_next .btn_enter_color {
    width:190px;
    height:45px;
    float:right;
}
#undercolumn_cart .btn_back_next .btn_back_color {
    width:190px;
    height:45px;
    float:left;
}
#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}
#undercolumn_cart p {
    margin: 10px 0;
}
#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}
#undercolumn_cart dt {
    float: left;
}
#undercolumn_cart .delete_btn {
    padding: 5px 0 0;
}
#undercolumn .empty {
    text-align: left;
}
.form_area {
    margin-bottom: 30px;
}
.free_shipping_text {
    padding: 10px 15px;
    border: 1px solid #CCC;
    background: #FFDDDD;
    font-size: 120%;
    line-height: 1.5em;
}
.free_shipping_text .price {
    font-size: 120%;
    letter-spacing: -1px;
}
.free_shipping_text a {
 text-decoration: underline;
}
#form1 {
    margin-bottom: 30px;
}
#undercolumn_list #form1 {
    display: none;
}
#checkout {
     border: none;
 }

/* under01column, under02column
----------------------------------------------- */
#undercolumn .flow_area,
#under01column .flow_area,
#under02column .flow_area {
    margin: 0 0 40px;
}
#under01column th img,
#mypagecolumn th img,
#windowcolumn th img {
    margin: 0 0 0 10px;
    vertical-align: middle;
}
#under01column th th em {
    color: #000;
    font-weight: bold;
}
#under01column .email,
#under01column .address,
#mypagecolumn .email,
#mypagecolumn .address {
    margin: 0 0 5px;
}

/* UNDERCOLUMN_SHOPPING
----------------------------------------------- */
#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
}
#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px;
}
#undercolumn_shopping .pay_area02 .txtarea {
    width: 97.5%;
    height: 150px;
    margin: 5px auto 0;
    padding: 9px;
    border: 1px solid #ccc;
}
#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}
#undercolumn_shopping .point_area {
    margin: 40px auto 0;
}
#undercolumn_shopping .point_announce th {
    border-bottom: none;
}
#undercolumn_shopping .point_attention {
    border: none;
}
#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}
#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}
#undercolumn_shopping .point_on {
    padding: 0 15px 0 0;
}
#address_area {
    width: 100%;
}
#address_area p.btn_back_color{
    float: none;
    margin: 0 0 5px;
}
div.delive_table_wrap{
    margin: 0 0 50px;
}
#undercolumn_shopping #multipule_delivdata{
    padding: 20px 0 0;
}
#undercolumn_shopping #multipule_delivdata div.btn_back_color,
#undercolumn_customer #multipule_delivdata div.btn_back_color {
    float: none;
    margin: 0 0 5px;
    padding: 0;
    width: 170px;
}
#multipule_delivdata a{
    height: 35px;
}
#attention_delivery_label{
    color: #cd0000;
    font-size: 130%;
}
.btn_area ul {
    margin: 0 auto;
    overflow: hidden;
}
.btn_area .btn_back_color {
    float: left;
}
.address_choice li {
    display: inline;
}
.addbtn {
    margin: 20px 0 0;
    float: right;
    overflow: hidden;
}
.addr_change img,
.addr_del img {
     margin: 2px 0 0;
}
#undercolumn_shopping table {
    margin: 30px 0 60px;
}
#undercolumn_shopping .point_announce {
    width: 27%;
    margin: 0;
    float: left;
}
#undercolumn_shopping .point_use {
    width: 65%;
    padding: 20px;
    border: 1px solid #CCC;
    float: right;
}
#undercolumn_shopping .confirm_btn_area {
    text-align: right;
    float: right;
    overflow: hidden;
}
#undercolumn_shopping .btn_back_color,
#undercolumn_entry .btn_back_color {
    width: 250px;
}
table#shippingaddress_choice{
    margin: 0 0 25px;
}
#undercolumn_shopping #shippingaddress_choice .btn_back_color {
    width: 125px;
}
#confilm_information {
    float: left;
    overflow: hidden;
}
#payment .payment_image{
    margin: 0 0 5px;
}

/* クレジットカード決済入力 */
#payment_form .information {
    float: none;
}
#payment_form_body .btn_area ul{
    width: 520px;
    overflow: hidden;
}
#payment_form_body .btn_area li{
    float: right;
}
#payment_form_body .btn_area li:first-child{
    float: left;
}

/* プライバシーポリシー
----------------------------------------------- */
#undercolumn_privacy h3 {
    margin: 15px 0 10px;
    padding: 0 0 5px;
    font-size: 130%;
    border-bottom: 1px dotted #CCC;
}
#undercolumn_privacy .border_left {
    padding: 0 0 0 10px;
    border-left: 4px solid #666;
}
#undercolumn_privacy li{
    list-style-type: disc;
    list-style-position: inside;
}

/* ご利用ガイド
----------------------------------------------- */
#undercolumn_shoppingguide p {
    padding: 0 0 20px;
}
#shoppingguide_naviarea {
    width: 690px;
    margin: 0 auto 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
    font-size: 110%;
    font-weight: bold;
    overflow: hidden;
}
#shoppingguide_naviarea li {
    padding: 0 15px 10px 0;
    float: left;
    overflow: hidden;
}
#shoppingguide_naviarea li.end {
    padding: 0 0 10px;
    float: right;
    overflow: hidden;
}
#shoppingguide_naviarea li a {
    width: 176px;
    min-height: 25px;
    padding: 12px 12px 8px 32px;
    background: #EBEBEB url('../img/icon/ico_arrow_guide.png') no-repeat 10px 50%;
    text-decoration: none;
    display: block;
}
#shoppingguide_naviarea li a:hover {
    text-decoration: underline;
    background: #CCC url('../img/icon/ico_arrow_guide.png') no-repeat 10px 50%;
}
#undercolumn_shoppingguide h3 {
    margin: 30px 0 10px;
    padding: 0 0 5px;
    font-size: 130%;
    border-bottom: 1px dotted #CCC;
}
#undercolumn_shoppingguide .border_left {
    padding: 0 0 0 10px;
    border-left: 4px solid #666;
}
#undercolumn_shoppingguide .shopping_flow {
    width: 670px;
    margin: 0 auto 10px;
    padding: 10px;
    border: 3px solid #EBEBEB;
}
#undercolumn_shoppingguide .shopping_flow h4 {
    font-size: 120%;
}
.arrow_guide {
    padding: 0 0 10px;
    text-align: center;
}
.creditcard_image {
    padding: 20px 0;
}
.creditcard_image li {
    display: inline;
}
#conveniencestore_information {
    border-top: none;
}
#conveniencestore_information th {
    background: none;
    text-align: center;
}
#conveniencestore_information th img {
    display: block;
    margin: 0 auto 10px auto;
}
#conveniencestore_end th,
#conveniencestore_end td {
    border-bottom: none;
}
.information_box h4 {
    margin: 10px 0;
    padding: 0 0 0 20px;
    background: url("../img/icon/ico_gray.gif") no-repeat left center;
    font-size: 115%;
}
.information_box h5 {
    padding: 0 0 0 15px;
}
#undercolumn_shoppingguide .information_box p {
    padding: 15px;
}
.information_box table {
    width: 690px;
    margin: 20px auto;
}
.tel_infobox {
    width: 260px;
    margin: 10px 0 0 45px;
    padding: 15px;
    background: #EAEAEA;
    text-align: center;
    float: left;
    overflow: hidden;
}
.tel_infobox strong {
    font-size: 150%;
}
.mail_infobox {
    width: 260px;
    margin: 10px 45px 0 0;
    padding: 15px;
    background: #EAEAEA;
    text-align: center;
    float: right;
    overflow: hidden;
}

/* POPUP WINDOW
----------------------------------------------- */
/* 共通設定 */
#windowcolumn {
    height: 100%;
    margin: 15px 10px 0;
    padding: 10px;
    border-top: 3px solid #666;
    background: #FFF;
}
#window_area {
    width: 910px;
    height: auto !important;
    min-height: 300px;
    margin: 15px auto 0;
    padding-bottom: 20px;
}
#window_area p.information {
    margin-bottom: 20px;
}
#window_area .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 140%;
}
/* お客様の声の書き込み、新しいお届け先の追加・変更 */
#review{

}
#window_area #forgot {
    width: 440px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #CCC;
    text-align: left;
}
#window_area #forgot .mailaddres {
    margin-bottom: 10px;
}
/* 商品詳細拡大写真、カート拡大写真 */
#bigimage,
#cartimage {
    margin-top: 15px;
    background-color: #FFF;
    text-align: center;
}
#bigimage img,
#cartimage img {
    padding: 10px;
    background-color: #FFF;
}
/* 郵便番号検索 */
#zipsearchcolumn {
    width: 460px;
    margin: 15px auto 0;
    border-top: 5px solid #FFA85C;
    border-bottom: 5px solid #FFA85C;
    background-color: #FFF;
}
#zipsearchcolumn h2 {
    width: 460px;
    margin: 0 0 15px 0;
}
#zipsearch_area {
    width: 460px;
    margin: 15px auto 0;
}
#zipsearchcolumn .btn {
    margin: 15px 0 30px;
    text-align: center;
}
#zipsearch_area #completebox p {
    padding: 60px 5px;
    text-align: center;
}

/* スマートフォンで見るボタン
----------------------------------------------- */
.change-sp-box {
    padding: 40px 0;
    text-align: center;
    background: #333;
    color: #FFF;
    font-size: 200%;
    font-weight: lighter;
}
.change-sp-box a {
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
}

/* 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 {
    width: 9px;
    height: 5px;
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
}
.tipsy-n .tipsy-arrow {
    margin-left: -4px;
    top: 0;
    left: 50%;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    margin-left: -4px;
    left: 50%;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    left: 10px;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    right: 10px;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    top: 50%;
    right: 0;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    top: 50%;
    left: 0;
}

/* 印刷用
----------------------------------------------- */
@media print {
    body {
        zoom: 75%;
    }
}

/* 画像透過調整
----------------------------------------------- */
.touka a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* TOP調整
----------------------------------------------- */
#concept_area{
  padding: 0;
}
#concept_area {
  text-align: center;
  background: url("../img/block/bg_omoi.jpg") no-repeat;
  padding: 120px 0 20px;
}
#blog_contents_area {
  padding: 0;
}
#blog_contents_area ul {
  float: left;
  width: 720px;
  margin: 0 0 35px 1px;
}
#blog_contents_area h2,
#news_area h2 {
  padding: 7px 0;
  line-height: 60px;
  font-size: 20px;
  width: 730px;
  font-family: YuMincho, '游明朝',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  border: none;
  background: url("../img/block/top_line01.png") no-repeat bottom;
}
#blog_contents_area .title_icon,
#news_area .title_icon,
#ranking_area .title_icon,
#recommend_area .title_icon,
#rank_luckrec_area .title_icon {
  float: left;
}
#blog_contents_area ul li {
  width: 222px;
  float: left;
  padding: 10px 0 0 18px;
}
#blog_contents_area .blog_list_end {
  float: right;
}
#news_area .news_media {
  text-align: center;
  margin: 30px auto;
}
#ranking_area h2,
#recommend_area h2,
#rank_luckrec_area h2 {
  padding: 7px 0;
  line-height: 60px;
  font-size: 20px;
  width: 1000px;
  font-family: YuMincho, '游明朝',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  border: none;
  background: url("../img/block/top_line02.png") no-repeat bottom;
}
#recommend_area .productImage img {
  width: 180px;
  height: 180px;
  margin: 0 0 10px;
  text-align: center;
  position: relative;
}
#recommend_area .productImage {
  width: 180px;
  height: 180px;
  margin: 0 0 10px;
  text-align: center;
  position: relative;
}
#ranking_area .productImage {
  width: 220px;
  height: 220px;
  margin: 0 0 10px;
  text-align: center;
  position: relative;
}
#ranking_area .product_item {
  float: left;
  width: 220px;
  padding: 30px 40px 0 0;
}
#ranking_area .product_item_end {
  float: right;
  width: 220px;
  padding: 30px 0 40px;
}
#recommend_area .product_item {
  float: left;
  width: 180px;
  padding: 30px 25px 0 0;
}
#recommend_area .product_item_end {
  float: right;
  width: 180px;
  padding: 30px 0 25px;
}
#ranking_area .product_name {
  padding: 10px 0 0;
}
#ranking_area .product_name a,
#recommend_area .product_name a,
#whobought_area .product_name a {
  font-size: 16px;
}
#ranking_area .product_comment,
#recommend_area .product_comment {
  font-size: 14px;
}
#ranking_area .price,
#recommend_area .price {
  font-size: 16px;
  color: #ea5e09;
  font-weight: normal;
}
#ranking_area .sale_price,
#recommend_area .sale_price {
  font-size: 16px;
  color: #ea5e09;
  padding: 10px 0;
}
#ranking_area .before_tax,
#recommend_area .before_tax,
#whobought_area .before_tax {
  font-size: 12px;
}
#right_banner_area ul li {
  margin: 0 0 10px;
}
.block_outer #right_weather_area {
  padding: 20px;
  border: 1px solid #b3b3b3;
}
#right_content_area{
  margin: 10px 0 ;
  background: url("../img/block/side_line01.png") no-repeat bottom;
}
#right_content_area ul {
  padding: 20px 0 20px 10px;
  background: url("../img/block/side_line01.png") no-repeat top;
}
#right_content_area ul li {
  padding: 7px 0;
  background: url("../img/block/bg_right_content_icon.png") no-repeat left;
}
#right_content_area ul li a {
  padding: 0 0 0 15px;
  font-size: 14px;
}
/* detail調整
----------------------------------------------- */
#personal_reco_area h2,
#check_history_area h2 {
  padding: 20px 0;
  font-size: 20px;
  width: 730px;
  font-family: YuMincho, '游明朝',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  border: none;
  background: url("../img/block/top_line02.png") no-repeat bottom;
}
#whobought_area h2 {
  padding: 20px 0;
  margin: 0 0 30px;
  font-size: 20px;
  width: 730px;
  font-family: YuMincho, '游明朝',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  border: none;
  background: url("../img/block/top_line02.png") no-repeat bottom;
}
#detailspecarea {
  margin: 0 0 50px;
  background: url("../img/block/detail_line01.png") no-repeat top;
}
#detailspec_box {
  font-size: 105%;
  padding: 30px 0;
}
#whobought_area .price {
  font-size: 16px;
  color: #ea5e09;
  font-weight: normal;
  padding: 10px 0;
}

/* spec */
.detail_spec_area {
    margin: 0 auto 20px;
    padding: 12px 15px 10px;
    text-align: left;
    background-color: #f3ede5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.detail_spec_area:first-of-type {
  margin-top: 60px;
}
.detail_spec_area div.spec_name {
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 12px;
}
.detail_spec_area div.spec_text {
    padding: 7px 15px;
    margin-bottom: 10px;
    color: #505050;
    font-size: 12px;
    line-height: 150%;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/* spec */

/* list調整
----------------------------------------------- */
#undercolumn_list .point,
#undercolumn_list .price {
  color       : #ea600c;
  font-weight : bold;
  font-size: 16px;
}
#undercolumn_list .frame_list {
  width: 220px;
  padding: 10px 0 0;
  background: url("../img/background/bg_list.png") repeat;
}
#undercolumn_list .frame_bottom {
  padding: 0 0 15px;
  background: url("../img/background/frame_item_bottom.png") no-repeat left bottom;
}
#undercolumn_list .list_box {
  margin: 0 auto;
  width: 180px;
}
#undercolumn_list .listrightbloc_head h3 {
  font-size: 16px;
}
#undercolumn_list .price02_small {
  font-size: 12px;
}
/* 楽レコ調整
----------------------------------------------- */
#personal_reco_area {
  margin: 0 0 20px;
  padding: 0;
}
#rank_luckrec_area .pv_ranking_box,
#personal_reco_area .personal_reco_box,
#check_history_area .check_history_box {
  float: left;
}
#rank_luckrec_area .pv_ranking_item {
  width: 130px;
  float: left;
  margin: 0 0 0 15px;
}
#rank_luckrec_area .pv_ranking_no {
  text-align: center;
  padding: 20px 0;
}
#rank_luckrec_area .product_name,
#personal_reco_area .product_name {
  font-weight: bold;
  padding: 10px 0;
}
#rank_luckrec_area .price,
#personal_reco_area .price {
  font-size: 15px;
  font-weight: normal;
  color: #ea600c;
}
#rank_luckrec_area .price_s,
#personal_reco_area .price_s {
  font-size: 11px;
}
#personal_reco_area .personal_reco_item {
  width: 130px;
  float: left;
  margin: 0 0 0 20px;
}
#check_history_area .check_history_item {
  float: left;
  margin: 0 0 0 20px;
}
#personal_reco_area div:first-child,
#check_history_area div:first-child,
#rank_luckrec_area .pv_ranking_box div:first-child {
  margin: 0;
}
/* DETAIL マトリックスカート部分
----------------------------------------------- */
#matrix_box {
  margin: 15px auto;
}
#matrix_box th {
  text-align: center;
  padding: 10px 5px;
  background-color: #eee;
  border: 1px solid #CCC;
  vertical-align: middle;
  font-size: 14px;
}
#matrix_box td {
  border: 1px solid #CCC;
}
.matrix_number {
  width: 210px;
}
.matrix_number_item {
  max-width: 210px;
  padding: 10px;
}
.matrix_number_item b {
  font-size: 15px;
 }
.matrix_number_item span {
  font-size: 12px;
}
.matrix_plice {
  width: 90px;
}
.matrix_plice_item {
  max-width: 80px;
  text-align: center;
  padding: 10px 5px;
}
.matrixsale_plice {
  width: 110px;
}
.matrixsale_plice_item{
  max-width: 100px;
  text-align: center;
  color: #f00;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 5px;
}
.matrixsale_plice_item span {
  font-size: 14px;
}
.matrix_zaiko {
  width: 60px;
}
.matrix_zaiko_item {
  max-width: 50px;
  text-align: center;
  font-size: 14px;
  padding: 10px 5px;
}
.matrix_quantity {
  width: 60px;
}
.matrix_quantity_item {
  text-align: center;
  max-width: 50px;
  padding: 10px 12px;
}
.matrix_cart {
  width: 190px;
}
.matrix_cart_item .attention,
.matrix_cart_item .st {
  text-align: left;
  font-size: 115%;
}
.matrix_cart_item {
  text-align: center;
  padding: 5px 10px 30px;
}
.matrix_name {
  text-align: left;
}
.matrix_name_item {
  text-align: center;
}
.matrix_quantity_item .box30 {
  float: left;
  margin: 0 2px 0 0;
  height: 25px;
}
.quantity_btn_wrap {
  float: left;
}
.quantity_btn_wrap a {
  display: block;
}
.quantity_plus_btn {
  margin: 0 0 1px;
}
#matrix_box .free_band span {
    background: #c62300;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.1em;
    line-height: 100%;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}

/* non stock */
#matrix_box tr.non_stock_line {
    border: none;
    background: rgba(255,255,255,0.8) url(/user_data/packages/default/img/icon/detail-soldout.png) no-repeat 50% 50%;
    display: block;
    position: absolute;
    z-index: 100;
}
#matrix_box tr.non_stock_line > td {
    border: none;
    padding: 0;
}
/* non stock */

/*right_navi:JS*/
.hide_box {
  background: #fff;
  width: 0;
  top: 0;
  right: 240px;
  position: absolute;
  z-index: 10000;
  overflow: hidden;
}
.show {
  width: auto;
  border: solid 2px #cdbd98;
  box-shadow: -5px 10px 20px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: -5px 10px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 10px 20px 0px rgba(0,0,0,0.25);
}
#right_nav_area .block_body>ul {
  position: relative;
}
#right_nav_area li {
  /*position: relative;*/
  padding: 0 0 5px;
}
#right_nav_area ul a {
  display: block;
}
#right_nav_area ul ul {
  width: 176px;
  position: relative;
  border-left: solid 2px #cdbd98;
  margin: 0 0 0 -2px;
  height: 510px;
}
.m460 {
  margin: 0 0 0 460px !important;
}
#right_nav_area ul ul li {
  padding: 0;
  position: static;
}
#right_nav_area ul ul a {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}
#right_nav_area ul ul .item_area a {
  padding: 0;
  font-size: 12px;
  color: #005f27;
}
#right_nav_area ul ul .item_area .right_nav_photo a {
  padding: 0;
}
#right_nav_area ul ul a.active {
  background: #005f27;
  color: #fff;
  text-decoration: none;
}
.item_area {
  display: none;
  border: solid 2px #cdbd98;
  width: 410px;
  position: absolute;
  top: -2px;
  right: 176px;
  padding: 20px 10px 20px 40px;
  background: #fff;
  border-bottom: none;
  height: 470px;
  overflow-y: auto;
}
.item_box {
  float: left;
  width: 120px;
  margin: 0 10px 15px 0;
}
.w598 {
  width: 598px;
}
.item_box a:hover img,
.item_box_large a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.item_box_large p {
  margin: 0 10px 10px 0;

}

/* 品切れ時表示テキスト調整 */
#undercolumn_list .soldout_comment_box {
  margin: 15px 0 10px;
}
#undercolumn_list .soldout_comment {
  background-color:#fff;
  border:1px solid #000;
  position:relative;
  padding: 10px;
}
#undercolumn_list .soldout_comment:before {
  border:10px solid transparent;
  border-bottom-color:#fff;
  border-top-width:0;
  top:-9px;
  content:"";
  display:block;
  left:45%;
  position:absolute;
  width:0;
  z-index:1;
}
#undercolumn_list .soldout_comment:after {
  border:10px solid transparent;
  border-bottom-color:#000;
  border-top-width:0;
  top:-10px;
  content:"";
  display:block;
  left:45%;
  position:absolute;
  width:0;
}
#undercolumn_list .statusicons {
  margin: -5px 0 5px;
}
/* キャンペーンコード */
#undercolumn_cart .campaign_code_box {
  margin: 0 auto;
  width: 600px;
}
#undercolumn_cart .campaign_code_box {
  background-color: #fff;
  position: relative;
  padding: 10px;
  text-align: center;
}
#undercolumn_cart .campaign_code {
  background-color: #fdd;
  position: relative;
  padding: 25px 10px;
  font-weight: bold;
  font-size: 120%;
}
#undercolumn_cart .campaign_code:before {
  border: 10px solid transparent;
  border-bottom-color: #fdd;
  border-top-width:0;
  top: -9px;
  content: "";
  display: block;
  left:50%;
  position:absolute;
  width: 0;
  z-index: 1;
}
#undercolumn_cart .campaign_code:after {
  border: 10px solid transparent;
  border-top-width: 0;
  top: -10px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
}
#undercolumn_cart .campaign_code span {
  color: #CC0000;
}
#undercolumn_cart .campaign_code p {
  margin: 0 0 10px;
}
#undercolumn_cart .campaign_code a {
  border-radius: 3px;
  background: #900;
  display: block;
  width: 100px;
  height: 40px;
  color: #fff;
  text-align: center;
}
#undercolumn_cart .campaign_code table {
  border: none;
  width: 410px;
  margin: 0 auto;
}
#undercolumn_cart .campaign_code td {
  border: none;
  padding: 0 5px;
}
#undercolumn_cart .campaign_code a:hover {
  background: #7A0000;
  border-radius: 3px;
}
#undercolumn_cart .campaign_key {
  width: 300px;
  height: 30px;
}


/* add */
.pb10 {
  padding-bottom: 10px !important;
}
.fz130 {
  font-size: 120% !important;
}
.d_ib {
  display: inline-block !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

/* ポップアップ */
#msg_success_cartin {
  font-size: 140%;
  margin: 35px 0 30px;
}
#form_cartin_confirm {
  padding: 25px 0 0;
  position: relative;
}
#form_cartin_confirm dt {
  font-size: 130%;
  margin: 0 0 20px;
  line-height: 1.4;
}
#form_cartin_confirm dd {
  margin: 0 0 20px;
}
#form_cartin_confirm a:hover {
  text-decoration: none;
}
#form_cartin_confirm a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#cboxClose {
  display: none;
}
#btn_popup_close {
  position: absolute;
  right: 0;
  top: 0;
}
#popup_btn_wrap a:first-child {
  margin: 0 5px 0 0;
}
#popup_btn_wrap a {
  display: inline-block;
}

/* メンテナンス */
.maintenance_day {
  font-size: 21px;
  color: #124d32;
  margin: 0 0 80px;
  display: block;
}

/* セール時表示ブロック（ヘッダー下部） */
#header_sale_area {
  background: #FFF;
  margin: 0 0 10px;
}
#header_sale_area .block_body {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#header_sale_area p {
  color: #4d7f04;
  font-size: 120%;
  padding: 10px 0;
}
#header_sale_area strong {
  font-weight: bold;
  font-size: 150%;
}

/* 各ブログの紹介 */
#blog_contents_area .blog_title {
  padding: 0;
  z-index: 1;
}
#blog_contents_area li {
  position: relative;
}
#blog_contents_area .title {
  position: absolute;
  top: 0;
  left: 19px;
  z-index: 2;
  text-align: center;
}
#blog_contents_area .photo_box {
  margin: 19px 0;
  position: relative;
  text-align: center;
}
#blog_contents_area .photo_box .photo {
  margin: 1px 0;
}
#blog_contents_area .photo_box a:hover img.photo {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#blog_contents_area .photo_box .filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* トップページ・一覧ページ RSSフィード読み込み
----------------------------------------------- */
.title_block_recipe_area {
  background: url(/user_data/packages/default/img/icon/icon-title-recipe.png) no-repeat 0 100%;
  color: #45503c;
  display: inline-block;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 0.3em;
  padding: 5px 0 7px 65px;
  vertical-align: top;
}
.block_recipe_area_wrap {
  background: #fff;
  border-radius: 3px;
  margin: 0 0 50px;
}
.block_recipe_area_wrap a:hover {
  text-decoration: none;
}
.block_recipe_area_wrap a:hover img,
.block_recipe_area_wrap a:hover .name_block_recipe_area,
.block_recipe_area_wrap a:hover .label_block_recipe_area,
.btn_more_block_recipe_area a:hover {
    opacity: 0.8;
}
.img_block_recipe_area {
  display: block;
  margin: 0 0 5px;
  overflow: hidden;
  position: relative;
}
.img_block_recipe_area img {
  max-width: 100%;
}
.btn_more_block_recipe_area {
  margin: 0 auto;
  text-align: center;
  width: 520px;
}
.btn_more_block_recipe_area a {
  background: #f1f1f1;
  border-radius: 5px;
  color: #6a6a6a;
  display: block;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  padding: 10px;
}
.btn_more_block_recipe_area span {
  background: #f1f1f1 url(/user_data/packages/default/img/icon/icon-new-tab.png) no-repeat 100% 50%;
  display: inline-block;
  height: 22px;
  padding: 0 35px 0 0;
}
.cate_name_block_recipe_area {
  background-color: rgba(255, 236, 57, 0.8);
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: lighter;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.name_block_recipe_area {
  color: #6f6f6f;
  display: block;
  height: 2.3em;
  letter-spacing: 0.1em;
  line-height: 1.2;
  overflow: hidden;
}
.label_block_recipe_area {
  border: 1px solid #998267;
  color: #998267;
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 1px 0;
  text-align: center;
}
.block_recipe_area_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_recipe_area_wrap ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

/* トップページ */
.block_top_recipe_area {
  background: url(/user_data/packages/default/img/block/bg-recipe-top.png) repeat-x center top;
  height: 508px;
  margin: 50px 0 0;
}
.block_top_recipe_area .title_block_recipe_area_outer {
  padding: 25px 0 30px;
  text-align: center;
}
.block_top_recipe_area .block_recipe_area_wrap {
  margin: 0 auto;
  width: 1000px;
}
.block_top_recipe_area .block_recipe_area_wrap ul {
  padding: 30px 24px 0;
}
.block_top_recipe_area .block_recipe_area_wrap ul li {
  margin: 0 0 25px 9px;
  width: 305px;
}
.block_top_recipe_area .block_recipe_area_wrap ul li:first-child {
  margin: 0 0 25px 0;
}
.block_top_recipe_area .img_block_recipe_area {
  height: 180px;
  width: 305px;
}
.block_top_recipe_area .name_block_recipe_area {
  font-size: 15px;
  margin: 0 0 10px;
  word-break: break-all;
}
.block_top_recipe_area .btn_more_block_recipe_area {
   padding: 0 0 25px;
}
/* 一覧ページ */
.block_cate_relate_recipe {
  background: url(/user_data/packages/default/img/block/bg-recipe.png) no-repeat 0 0;
  height: 376px;
  margin: 0 0 30px;
}
.block_cate_relate_recipe .title_block_recipe_area_outer {
  padding: 10px 0;
  text-align: center;
}
.block_cate_relate_recipe .block_recipe_area_wrap {
  margin: 0 auto;
  width: 690px;
}
.block_cate_relate_recipe .block_recipe_area_wrap ul {
  padding: 20px 20px 0;
}
.block_cate_relate_recipe .block_recipe_area_wrap ul li {
  margin: 0 0 25px 5px;
  width: 210px;
}
.block_cate_relate_recipe .block_recipe_area_wrap ul li:first-child {
  margin: 0 0 25px 0;
}
.block_cate_relate_recipe .img_block_recipe_area {
  height: 122px;
  width: 210px;
}
.block_cate_relate_recipe .name_block_recipe_area {
  font-size: 13px;
  margin: 0 0 5px;
}
.block_cate_relate_recipe .btn_more_block_recipe_area {
  padding: 0 0 20px;
}
/* 詳細 サブ画像 */

.syas_detail_sub_cont {
  color: #4f4f4f;
  margin: 0 0 80px;
  padding: 0 90px;
}
.syas_detail_sub_cont img {
  max-width: 100%;
}
.syas_detail_sub_cont_separate {
  content: "";
  clear: both;
  display: block;
}
.syas_detail_sub_cont + .syas_detail_sub_cont_separate {
  background: url(../img/block/detail_line01.png) no-repeat top center;
  padding: 30px 0 0;
}
.main_column h2.syas_detail_sub_title {
  border: none;
  color: #ae1717;
  font-size: 190%;
  margin: 0;
}
.syas_detail_sub_comment {
  line-height: 1.8;
  font-size: 130%;
  margin: 0 auto;
  padding: 10px 0 0;
}
.syas_detail_sub_img {
  margin: 30px 0 0;
  text-align: center;
}
.detail_sub_caption {
  display: block;
  font-weight: bold;
  margin: 0 0 20px;
}
