@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 : 0;
    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 : #000;
  font-family : Times New Roman, "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size   : 80%;
    line-height : 150%;
    word-wrap   : break-word;
    -webkit-text-size-adjust : none;
}
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      : 960px;
  margin: 0 auto 70px;
}
/* リンク設定 */
a {
    color : #000;
    text-decoration: none;
}
a:hover {
    color : #000;
    text-decoration: underline;
}
a:hover img,
a:active img,
input[type='image']:hover,
input[type='image']:active {
  /* background: #FFF;*/
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* フォント */
h1,h2,h3,h4,h5 {
    font-size   : 100%;
    line-height : 150%;
}
.sale_price {
  margin: 0 0 10px;
  color : #B80000;
  /*font-weight : bold;*/
}
.normal_price {
    font-size   : 86%;
    /*font-weight : bold;*/
}
.point, .price {
    color       : #B80000;
    /*font-size: 86%;*/
    font-weight : bold;
}
.user_name {
    font-weight : bold;
}
.price_strong {
    font-size   : 136%;
}
.recommend_level {
    padding     : 0 10px 0 0;
    color       : #C1AC00;
    width       : 85px;
    display     : block;
    float       : left;
  font-weight: lighter;
}
.voice_title_name {
    display     : block;
    float       : left;
    word-break  : break-all;
}
.attention {
    color: #B80000;
    font-weight:bold;
    clear : both;
  font-style: normal;
}
.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%;
}
.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 5px;
    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,
#footerbottomcolumn {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: left;
}
#bottomcolumn{
  margin: 70px 0 0;
    padding: 0 0 20px;
    text-align: left;
    background: #EEE;
}
/* サイドカラム */
#leftcolumn {
    width: 210px;
    float: left;
}
#rightcolumn {
    width: 210px;
    float: right;
}
/* 1カラム設定 */
#one_maincolumn {
    width: 100%;
    margin: 0 auto;
}
/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    width: 710px;
    padding-left: 1.5%;
    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;
}
.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box180 {
    width: 180px;
}
.box190 {
    width: 190px;
}
.box200 {
    width: 200px;
}
.box227 {
  width: 227px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 410px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}
.box410 {
    width: 410px;
}
.box421 {
  width: 421px;
}
#h15 {
    height: 15px;
}
#h14 {
  height: 14px;
}
.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: 20px 0;
  background: url("../img/background/bg_title.gif") no-repeat;
  border-bottom: 1px dotted #BBB;
  font-weight: lighter;
  font-size: 179%;
}
#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: 20px 0;
    /*font-size: 130%;*/
}

/* 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: #F5F5F5;
    vertical-align: top;
}
table td {
    padding: 15px;
    border-bottom: 1px solid #CCC;
}
.bg_gray {
    background: #F5F5F5;
}
.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 10px;
    background: url("../img/background/bg_header.gif") repeat-x;
}
#header {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 50px;
}
#logo_area {
    width: 336px;
    float: left;
    text-align: left;
}
#header_utility {
    padding: 18px 0 0;
    text-align: left;
}
#errorHeader {
    padding: 5px;
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
}
/* ロゴ */
#logo {
    padding: 18px 0 16px;
}
/* テキストロゴ非表示 */
#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 {
    clear: both;
}
#subnavi_left {
    float: left;
  margin: 0 14px 0 0;
}
#login_btn_area {
    padding: 0 0 9px;
}
#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;
  width: 264px;
  float: right;
  border: none;
}
#header_search td {
    padding: 0;
    border: none;
  text-align: right;
  border-collapse: collapse;
}
#header_search input[type="text"]{
  padding: 4px 5px;
  border-radius: 0;
  border-right: none;
  font-size: 90%;
}
#header_search input[type="text"]:focus {
  border-width: 1px;
}
.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 {
  float: right;
  background: url("../img/background/bg_stripe.gif");
}
#header_cart_area {
  padding: 5px 5px 5px 62px;
  background: url("../img/background/bg_cart.png") no-repeat 0 bottom;

}
#header_cart_area .information {
  width: 130px;
  float: left;
  padding: 0 0 0 5px;
  font-size: 86%;
  line-height: 120%;
}
#header_cart_area .item {
  padding: 3px 0 0;
}
#header_cart_area .item span {
  display: block;
  margin: 0 0 2px;
}
#header_cart_area .item em {
  font-weight: lighter;
  font-style: normal;
}
#header_cart_btn {
    float: right;
}

/* グローバルナビ */
#global_navi {
  position: absolute;
  top: 97px;
  width: 960px;
  padding: 0 0 6px;
  text-align: left;
  clear: both;
  background: url("../img/background/shadow-center.png") no-repeat center bottom;
}
#global_navi li {
    display: inline;
    float: left;
  width: 192px;
  height: 45px;
}
#global_navi li a:hover img,
#global_navi li a:active img {
  opacity: 1;
}


/* インヘッダーブロック
----------------------------------------------- */
#headerInternalColumn {
    float: right;
    margin: 0 0 10px;
}

/* HEADER LOGIN
----------------------------------------------- */
#header_login_area .block_body {
  float: right;
}
#header_login_area .login_list {
  padding: 5px 0 0;
}
#header_login_area .login_list li {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px dotted #CCC;
}
#header_login_area .login_list .last {
  margin: 0;
  padding: 0;
  border: none;
}
#header_login_area .login_list li a {
  display: block;
}
#header_login_area ul.formlist {
    margin-top: 5px;
}
#header_login_area ul.formlist li {
    float: left;
}
#header_login_area ul.formlist li.mail {
    width: 155px;
    padding-left: 28px;
    background: url("../img/common/ico_arrow_login.gif") no-repeat left;
    font-size: 90%;
}
#header_login_area ul.formlist li.password {
    padding-right: 5px;
}
#header_login_area ul.formlist li.login_memory {
    padding-right: 5px;
    font-size: 90%;
}
#header_login_area ul.formlist li.forgot {
    margin-top: 3px;
    padding-right: 5px;
    font-size: 90%;
}
#header_login_area ul.formlist li.btn {
    width: 53px;
    padding-right: 5px;
}
#header_login_area p.btn {
    width: 200px;
    display: block;
    vertical-align: middle;
    font-size: 80%;
    line-height: 1.6;
    float: left;
    overflow: hidden;
}
#header_login_area p.btn span {
  display: block;
}
#header_login_area p.btn em {
  font-style: normal;
}
#header_login_area .point {
    color: #000;
}
#header_login_area .btn_utility {
    width: 60px;
    float: right;
    overflow: hidden;
}
#header_login_area input[type=image] {
    padding: 2px 0 0;
    vertical-align: middle;
}

/* FOOTER
----------------------------------------------- */
#footer_wrap {
    margin: 0 auto;
}
#footer {
    margin: auto;
    padding: 15px 0;
    background: #000;
}
#pagetop {
    text-align: center;
    background: #FFF url("../img/background/shadow-center2.png") no-repeat center bottom;
    border-bottom: 1px solid #FFF;
}
#pagetop a {
    width: 198px;
    display: inline-block;
}
#copyright {
    float:right;
  padding: 3px 0 0;
    text-align: right;
    font-size: 85%;
    letter-spacing: 0;
}

#footer_line {
    width: 960px;
    margin: 0 auto;
}
#footer_guide {
    text-align: left;
    float: left;
}
#footer_guide li {
  border-right: 1px solid #FFF;
  display: inline;
}
#footer_guide li.end {
    border-right: none;
}
#footer_guide li a {
  padding: 0 16px 0 16px;
  color: #FFF;
}
#footer_guide li.first a {
  padding: 0 16px 0 0;
}
#footer_guide li.end a {
  padding: 0 0 0 16px;
}

/* FOOTER SHOPPING GUIDE
----------------------------------------------- */
/* メールマガジン登録 **/
#magazine_entry {
  width: 960px;
  margin: auto;
  padding: 50px 0 30px;
  border-bottom: 1px dotted #CCC;
}
#magazine_entry h2 {
  float: left;
}
#postcarrier_mailcustomer_input_form {
  width: 735px;
  float: right;
  padding: 3px 0 0;
  text-align: right;
}
#postcarrier_mailcustomer_input_form input {
  vertical-align: middle;
}
#postcarrier_mailcustomer_input_form input[type=text] {
  margin: 2px 0 0;
  padding: 5px 12px;
  height: 20px;
  float: left;
}
#postcarrier_mailcustomer_input_form a {
  display: inline-block;
}
#complete_area .btn_area a {
  background: #CD0000;
  color: #FFFFFF;
  display: inline-block;
}

/* ショッピングガイド **/
#shoppingguide_area {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
    font-size: 90%;
}
#shoppingguide_box {
  float: left;
}
#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: 240px;
    padding: 0 10px 0 0;
    float: left;
}
#shoppingguide_area .block_body_right {
    width: 240px;
    float: right;
}
#shoppingguide_area ul {
  padding: 10px;
}
#shoppingguide_area li {
  padding: 0 4px 8px 14px;
  background: url("../img/common/arr_footer.jpg") no-repeat left 0.45em;
}

#footer_official {
  float: right;
}

/* 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 .block_body {
  margin: 0 0 20px;
}
.side_column .block_body .box {
    width: 145px;
}
.main_column .block_outer {
    margin: 0 0 30px;
    clear: both;
}
.main_column h2 {
    margin: 0 0 20px;
}
.main_column h2 span {
    padding: 5px 0 5px 10px;
    font-size: 125%;
    color: #000;
    display: block;
}
.side_column h2 {
}
/* リスト */
#container .block_outer .block_body dl.formlist {
    margin-bottom: 15px;
}
#container .block_outer .block_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .block_outer .block_body dl.formlist dt {
  margin-bottom: 1px;
  font-size: 85%;
  color: #333;
}
#container .block_outer .block_body dl.formlist span {
    vertical-align: top;
}
/* ヘッダー上、フッター下のブロックエリア */
#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;
}
#recommend_area .productImage,
#whobought_area .productImage,
.listphoto {
    width: 160px;
    height: 160px;
    margin: 0 0 10px;
    text-align: center;
    position: relative;
}
#newitem_area .productImage {
  width: 110px;
  height: 110px;
  margin: 0 0 10px;
  text-align: center;
  position: relative;
}

#recommend_area .productContents_section,
.listrightbloc .productContents_section {
  margin: 0 0 8px;
  padding: 6px 1px 6px 6px;
  background: url("../img/background/bg_stripe.gif") repeat;
}
#recommend_area h3,
.listrightbloc h3 {
  color: #181818;
  font-size: 86%;
  line-height: 140%;
  font-weight: lighter;
}
#recommend_area .comment,
.listrightbloc .listcomment{
  margin: 0 0 8px;
  font-size: 86%;
  color: #666;
  line-height: 140%;
}
#recommend_area .price,
.listrightbloc .price {
  font-weight: lighter;
}

#recommend_area .sale_price,
.listrightbloc .sale_price {
  margin: 0 0 8px;
  font-size: 86%;
}
#recommend_area .sale_price .price_strong,
.listrightbloc .sale_price .price_strong {
  padding: 0 2px 0 0;
  font-size: 154%;
}

/* サイドカラム用画像 */
.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: 60px;
    float: left;
    text-align: center;
}
.productImage a:hover img,
.listphoto a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/* 左右の割り振り  */
.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 10px 10px 0;
    float: left;
}
.main_column #newitem_area .product_item {
  width: 110px;
  padding: 0 20px 10px 0;
  float: left;
}
.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;
}
.main_column #newitem_area .product_item_end {
  width: 110px;
  padding: 0 0 10px 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 h2 {
  width: 214px;
  float: left;
}
#news_area {
  height: 36px;
  background: url("../img/background/bg_stripe.gif") repeat;
  position: relative;
}
#news_area .block_body {
  width: 735px;
  padding: 9px 0 0 11px;
  float: right;
}
#news_area .news_contents {
    overflow: hidden;
}
#news_area dl.newslist dt {
  width: 5em;
  float: left;
  margin: 0 8px 0 0;
  color: #666;

}
#news_area dl.newslist dd {
  width: 492px;
  height: 1.5em;
  overflow: hidden;

}
#news_area dl.newslist dd a {
  text-decoration: underline;
}
#news_area dl.newslist dd a:hover {
  text-decoration: none;
}

#news_area .news_btn_area {
  position: absolute;
  top: 6px;
  right: 0;
}
#news_area .news_btn_area a {
  display: inline-block;
}
#news_area .news_list_btn {
  border-right: 1px solid #CCC;
}

/* NEWITEM
----------------------------------------------- */
#newitem_area h3{
  font-size: 86%;
  font-weight: lighter;
  line-height: 140%;
}
.statusicons {
  margin: 0 0 3px;
  display: block; /* for IE8 */
}
.statusicons:after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
.statusicons li {
  width: 64px;
  margin: 0 4px 3px 0;
  padding: 3px 4px;
  text-align: center;
  font-size: 86%;
  font-weight: bold;
  line-height: 110%;
  color: #FFF;
  display: block;
  float: left;
  background: #C1AC00;
}
#newitem_area .statusicons li {
  width: 102px;
}

/* CART
----------------------------------------------- */
#cart_area .block_body {
  margin: 0 0 10px;
}
#cart_area .information {
    padding: 10px;
}
#cart_area .item span {
  display: block;
  font-size: 102%;
}
#cart_area .postage {
  margin: 10px 0 0;
  padding: 5px;
  background: #EEE;
  font-size: 86%;
  text-align: center;
}
#cart_area .item em,
#cart_area .postage em {
  font-style: normal;
  font-weight: bold;
}
#cart_area .postage .price {
  padding: 0 2px 0 4px;
}
#cart_area .btn {
    padding: 0 0 10px 0;
    text-align: center;
}

/* CATEGORY
----------------------------------------------- */
#category_area #categorytree {
}

#category_area li a {
    padding: 0;
    display: block;
}
#category_area li a:link,
#category_area li a:visited,
#category_area li a:hover,
#category_area li a:active {
  color: #000;
  text-decoration: none;
}
#category_area li.level1 {
  margin: 0 0 10px;
}
#category_area li.level1 p {
  letter-spacing: 1px;
  line-height: 120%;
}
#category_area li.level1 > p > a {
  padding: 20px 10px;
  border-bottom: 1px solid #CCC;
}
#category_area li.level1 li.level2 > p > a {
  border-bottom: 1px dotted #BBB;
}
#category_area li.level1 li.level2 > p > a {
  background: #FFF url("../img/common/arr_block.jpg") no-repeat 9px 1.1em;
  padding: 12px 20px 12px 22px;
}
#category_area li.level1 li.level2 > p > a:hover,
#category_area li.level1 li.level2 > p > a:active,
#category_area li.level1 li.level2 > p > a:focus {
  background: #000 url("../img/common/arr_block_on.png") no-repeat right center;
  color: #FFF;
}
#category_area li.level1 li.level3 p {
    font-size: 85%;
    background: none;
}
#category_area li.level1 li.level3 > p > a {
  padding: 6px 18px 5px 36px;
}
#category_area li.level1 li.level3 > p > a:hover,
#category_area li.level1 li.level3 > p > a:active,
#category_area li.level1 li.level3 > p > a:focus {
  background: #000 url("../img/common/arr_cate_l3.png") no-repeat right center;
  color: #FFF;
}
#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:visited {
    color: #000;
}
.onlink:hover {
    color: #000;
  text-decoration: none;
}

/* CATEGORY LIST
----------------------------------------------- */
#undercolumn_categorylist .root_category {
    margin: 0 0 10px;
    padding: 10px;
    font-size: 120%;
    background: #EBEBEB;
}
#undercolumn_categorylist .child_category {
    padding: 5px 15px 15px;
    font-size: 110%;
}
#undercolumn_categorylist .child_category li {
    padding: 0 0 10px;
}

/* GUIDE
----------------------------------------------- */
.guidelist li {
  padding: 14px 15px 14px 26px;
    border-bottom: 1px dotted #CCC;
  background: url("../img/common/arr_block.jpg") no-repeat 9px 1.25em;
    line-height: 120%;
}
/* LOGIN (サイドブロック) id="login_area"
----------------------------------------------- */
#container #login_area .block_body {
    padding: 0 10px 10px;
}
#container #login_area .block_body .formlist {
  margin: 15px 0;
}
#container #login_area .block_body input[type=text],
#container #login_area .block_body input[type=password] {
  margin: 0 0 5px;
  padding: 4px 8px;
}
#container #login_area .block_body input[type=checkbox] {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
#container #login_area .block_body p {
    margin-bottom: 5px;
}
#container #login_area .block_body .btn {
    text-align: center;
}

/* LOGIN (ページ) class="login_area"
----------------------------------------------- */
#container .login_area .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 {
  display: block;
}
.login_memory {
    margin: 5px auto 0;
    text-align: center;
}

/* SEARCH
----------------------------------------------- */
#search_area .block_body {

}
#search_area .block_body {
  padding: 10px 10px 0;
}
#search_area .block_body .btn {
  padding: 0 0 10px 0;
  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;
    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;
}
#calender_area .border caption,
#calender_area .last caption {
    border-top: 1px dotted #999999;
    padding: 16px 0 0;
    margin: 20px 0 5px;
}



/* RECOMMEND
----------------------------------------------- */
/* 共通 */
#recommend_area .block_body {
}
#whobought_area .product_item {
    margin-bottom: 10px;
    padding: 0 23px 0 0;
    border: none;
}
#ranking_area .block_body {
    margin: 0 0 10px;
    padding: 10px 10px 0;
}
#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;
}
#inquiry_area .block_body h3 {
    font-size: 90%;
    font-weight: bold;
}
#whobought_area h2 {
  padding: 0;
}
#whobought_area h3{
  margin: 0 0 12px;
  padding: 5px;
  background: url("../img/background/bg_stripe.gif") repeat;
  color: #181818;
  font-size: 86%;
  font-weight: lighter;
  line-height: 140%;
}
/* サイドカラム用 */
.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;
}
.side_column #ranking_area .product_item .rank_name {
  margin: 0 0 10px;
}
.side_column #ranking_area .product_item .productImage a {
    display: block;
}

/* RANKING
----------------------------------------------- */
#ranking_area .block_body h3 {
  font-size: 86%;
  line-height: 140%;
}
#ranking_area .sale_price {
    color: #000;
    font-size: 86%;
    line-height: 120%;
}
#ranking_area .price {
    color: #B80000;
    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;
}

/* ぱんくず
----------------------------------------------- */
#pan {
    height: 1.5em;
  margin: 0 0 16px;
    padding: 2px 0;
    font-size: 95%;
}
#pan li{
  display: inline;
  color: #666;
}
#pan a{
  text-decoration: underline;
  color: #000;
}
#pan a:hover {
  text-decoration: none;
}

/* LIST
----------------------------------------------- */
#category_img {
    padding: 0 0 10px;
}
#category_info {
  margin: 0 0 22px;
  padding: 0 0 50px;
  line-height: 140%;
  border-bottom: 1px solid #CCC;
}

#product_numbers {
    float: left;
  font-size: 102%;
}
#product_numbers .attention {
  padding: 0 2px 0 0;
}
/* ページ送り */
.pagenumber_area {
    clear: both;
    overflow: hidden;
}
.pagecond_area {
    margin-bottom: 20px;
    padding: 10px;
    background: #EEE;
    border: 1px solid #CCC;
}
.pagenumber_area .change {
    float: right;
  white-space: nowrap;
}
.pagenumber_area .change ul {
  padding: 3px 0 0;
  float: left;
}
.pagenumber_area .change li {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #666;
  text-align: right;
}
.pagenumber_area .change a {
  color: #000;
  text-decoration: underline;
}
#narrow_down {
    padding: 5px 0 0;
    white-space: normal;
}
.pagenumber_area .select_numbers {
  float: right;
  padding: 0 0 0 10px;
  color: #333;
}
#page_navi_top_outer{
    margin: 0 0 50px;
}
#page_navi_top {
    clear: both;
  margin: 0 0 50px;
}
#page_navi_bottom {
    clear: both;
}
#page_navi_top .navi{
    padding: 10px 0 20px;
    text-align: center;
}
#page_navi_bottom .navi{
    padding: 40px 20px 20px;
    text-align: center;
}
#page_navi_top .navi a,
#page_navi_bottom .navi a{
  margin: 0 3px 0 0;
  padding: 12px 16px;
  display: inline;
  color: #000;
  background: #EEE;
}
#page_navi_top .navi a:hover,
#page_navi_bottom .navi a:hover{
  text-decoration: none;
  color: #FFF;
  background: #000;
}
#page_navi_top .navi strong,
#page_navi_bottom .navi strong{
  margin: 0 3px 0 0;
  padding: 12px 16px;
  display: inline;
  background: #EEE;
  font-weight: lighter;
}
/* レイアウト（リストタイプ） */
/*
.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: 160px;
    padding: 0 23px 30px 0;
    float: left;
}
.list_area_end {
    width: 160px;
    padding: 0 0 30px;
    float: right;
}
.listrightbloc_head {
    overflow: hidden;
}
.listrightbloc_head .price_area {
    overflow: hidden;
}
/* メインカラム用 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 .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: 160px;
    height: 160px;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    text-align: left;
    background: url("../img/picture/soldout.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: 39px;
    height: 38px;
    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;
}
/* DETAIL COMMON
----------------------------------------------- */
#undercolumn #form1{
  margin: 0 0 30px;
}
#detailphotobloc .photo img{
    max-width: 360px;
  border: 1px solid #CCC;
}
.sub_area {
    width: 49px;
    margin: 3px 3px 0 0;
    float: left;
}
.subphotoimg_main img {
    max-width: 47px;
  border: 1px solid #CCC;
}
/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
    width: 37%;
    float: left;
}
#one_maincolumn #detailrightbloc {
    width: 63%;
    float: right;
}
#one_maincolumn div.subtext {
    width: 69%;
    margin-bottom: 20px;
    float: left;
}
#one_maincolumn div.subphotoimg {
    width: 25%;
    float: right;
    text-align: right;
}
#one_maincolumn p.subtext {
    margin-bottom: 20px;
}
/* 2カラム用 */
#two_maincolumn_left div#detailphotobloc,
#two_maincolumn_right div#detailphotobloc {
    width: 364px;
    float: left;
}
#two_maincolumn_left div#detailphotobloc .photo a ,
#two_maincolumn_right div#detailphotobloc .photo a {
  display: block;
}

#two_maincolumn_left #detailrightbloc,
#two_maincolumn_right #detailrightbloc {
    width: 330px;
    float: right;
}
#two_maincolumn_left p.subtext,
#two_maincolumn_right p.subtext {
    margin-bottom: 10px;
}
#two_maincolumn_left div.subphotoimg a,
#two_maincolumn_right div.subphotoimg a {
  display: block;
}
#two_maincolumn_left div.subphotoimg img,
#two_maincolumn_right div.subphotoimg img {
    max-width: 47px;
    max-height: 47px;
  border: 1px solid #CCC;
}
#two_maincolumn_left .subtext,
#two_maincolumn_right .subtext {
    padding: 5px 0 0;
    display: block;
    font-size: 80%;
    line-height: 1.2;
}
/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
    width: 49%;
    float: left;
}
#three_maincolumn #detailrightbloc {
    width: 50%;
    float: right;
}
#three_maincolumn div.subtext {
    width: 63%;
    margin-bottom: 20px;
    float: left;
}
#three_maincolumn p.subtext {
    margin-bottom: 20px;
}
#three_maincolumn div.subphotoimg {
    width: 35%;
    float: right;
    text-align: right;
}

/* DETAIL
----------------------------------------------- */
#detailrightbloc h2 {
  margin: 0 0 20px;
  padding: 24px 0;
  font-size: 179%;
  line-height: 140%;
  letter-spacing: 2px;
  border-bottom: 1px dotted #BBB;
  background: url("../img/background/bg_detail.jpg") no-repeat;
}
#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;
}
/* 商品コード */
.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 30px;
    padding: 7px;
    clear: both;
}
#socialcheck_box {
  display: table;
}
#socialcheck_box li {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
#socialcheck_area li img {
    vertical-align: bottom;
}
#socialcheck_area .twitter-btn {
    width: 90px;
}
#socialcheck_area .google-btn div {
    width: 60px !important;
}
/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
  padding: 0 0 2px;
  font-size: 120%;
  color: #666;
}
/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    padding: 0 0 10px;
  font-size: 93%;
  font-weight: bold;
}
#detailrightbloc .sale_price dt #price02_default,
#detailrightbloc .sale_price dt #price02_dynamic,
#detailrightbloc .sale_price dt .priceunit,
#detailrightbloc .sale_price dd #price02_default,
#detailrightbloc .sale_price dd #price02_dynamic,
#detailrightbloc .sale_price dd .priceunit {
  font-size: 195%;
}
/* ポイント */
#detailrightbloc .detail_point,
#detail_deliverydate {
  padding: 0 0 2px;
  font-size: 102%;
}
#detailrightbloc .point dt,
#detailrightbloc .point dd {
    display: inline;
}
#point_default,
.point_unit_default {
  color: #B80000;
}
#point_dynamic {
  color: #B80000;
}
/* 発送日目安 */
#detail_deliverydate{
    padding: 0 0 20px;
}
#detail_deliverydate .deliverydate_attention {
  color : #B80000;
}
/* 規格 */
#detailrightbloc div.classlist {
    width: 100%;
}
#detailrightbloc .classlist {
    margin-bottom: 5px;
}
#detailrightbloc ul {
    width: 100%;
    margin-bottom: 10px;
}
#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 {
  padding: 20px 0 0;
  border-top: 1px solid #CCC;
    text-align: left;
}
#detailrightbloc .quantity {
    padding: 0 0 5px;
    display: inline;
}

#detailrightbloc .cartin {
    padding: 20px 0 5px;
}
#detailrightbloc .cartin_btn {
}
#detailrightbloc #btn_contact {
    width: 197px;
    float: left;
}
#detailrightbloc .favorite_btn {
    width: 128px;
    float: right;
}

#detailspecarea {
  margin: 30px 0 0;
}
#detailspecarea th,
#detailspecarea td{
    padding: 10px 15px;
}

/* Shop Comment */
.main_comment {
  display: table;
  margin: 0 0 10px;
  padding: 10px 20px;
  background: url("../img/background/bg_stripe.gif") repeat;
}
.main_comment h3 {
  display: table-cell;
  vertical-align: middle;
  width: 123px;
  padding: 0 20px 0 0;
  border-right: 1px solid #DDD;
}
.main_comment .main_comment_detail {
  display: table-cell;
  vertical-align: middle;
  width: 506px;
  padding: 0 0 0 20px;
  font-size: 102%;
  line-height: 140%;
  color: #666;
}
/* 会員様限定ページ */
.product_member_only_btn .btn_enter_color:first-child{
    float: left;
}

/* 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 {
    margin-right: 10px;
    padding-top: 3px;
    float: left;
}
#customervoice_area li {
    margin-bottom: 20px;
}
.voicetitle-information {
    background: url("../img/background/bg_stripe.gif") repeat;
}
#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;
}
/*  Privilege Area
----------------------------------------------- */
.privilege_area {
  margin: 0 0 50px;
  padding: 15px;
  border: 5px solid #C2AD00;
  background: url("../img/background/bg_privilege.png") no-repeat top right;
}
.privilege_area .privilege_img {
  width: 100px;
  float: left;
}
.privilege_area .privilege_desc {
  width: 555px;
  float: right;
}
.privilege_area .privilege_desc h3 {
  margin: 0 0 10px;
}
.privilege_area .privilege_desc p {
  font-size: 111%;
  line-height: 140%;
  font-weight: bold;
}
.privilege_area h4 {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px dotted #BBB;
  font-weight: lighter;
}
.privilege_area h4,
.privilege_area .privilege_detail {
  font-size: 102%;
  color: #666;
}

/* RELATED ITEMS
----------------------------------------------- */
#whobought_area {
    padding: 35px 0 20px;
}

/* 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 {
    height:20px;
    padding: 15px 10px 10px;
    display: block;
    background:#FFF;
}
.mynavi_list a:hover,
.mynavi_list .selected{
    background:#EFEFEF;
}
#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 div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: 1px solid #CCC;
    background: #F9F9F9;
}
#mycontents_area div.mycondition_area p {
    text-align: center;
}
#mycontents_area div.mycondition_area .btn {
    width: 160px;
    margin-top: 15px;
    float: right;
}
#mycontents_area .text {
    margin:0 40px 0 0;
}
.add_address {
    margin-bottom: 20px;
}
/* 会員登録内容変更/退会 */
#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;
    padding: 15px;
    border: 1px solid #BBB;
    float: left;
    overflow: hidden;
}
#undercolumn_login .entry_area {
    width: 420px;
    min-height: 208px;
    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;
}

/* 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;
    border: 1px solid #CCC;
    background: #FFDDDD;
    font-size: 120%;
}
.free_shipping_text .price {
    font-size: 120%;
    letter-spacing: -1px;
}
.free_shipping_text a {
 text-decoration: underline;
}
#form1 {
    margin-bottom: 50px;
}
#undercolumn_list #form1 {
    display: 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_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;
}
/*  Banner_Side
----------------------------------------------- */
#banner_side01 a,
#banner_side02 a {
  display: block;
  margin: 0 0 10px;
}

/* 印刷用
----------------------------------------------- */
@media print {
    body {
        zoom: 75%;
    }
}