@charset "UTF-8";

/* ----------------------------------------
 Base
---------------------------------------- */
html {
    height: 100%;
}
body {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-family: 'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
    height: 100%;
}
input[type='text'], input[type='tel'], textarea {
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: underline;
    color: #333;
}

#wrapper {
    min-width: 1000px;
}

/* ----------------------------------------
 Layout
--------------------------------------- */
#header {
    width: 100%;
    border-top: 4px solid #d00e31;
    padding-top: 10px;
    text-align: center;
    background: #ffffff;
}
#contents {
    width: 100%;
    background: #fff7e8 url(../img/structure/bg_contents_01.gif) 0 0 repeat-x;
}
#footer {
    width: 100%;
    border-top: 1px solid #c1c1c1;
}

/* ----------------------------------------
 Header
---------------------------------------- */
#headerInner {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    font-size: 85%;
    line-height: 27px;
}

#headerInner .point {
    background: transparent url(../img/icon/header_point.gif) 0 35% no-repeat;
    padding-left: 20px;
    margin: 0 30px 0 20px;
}

#headerInner .btn_confirm {
    display: block;
    width: 125px;
    height: 27px;
}
/** 2015/10/13 K.Moriuchi MOD #6967 START
#headerInner .btn_login,
#headerInner .btn_member,
#headerInner .btn_logout {
    display: block;
    width: 104px;
    height: 27px;
} **/

#headerInner .btn_member{
    display: block;
    width: 104px;
    height: 27px;
}
/** 2015/10/13 K.Moriuchi MOD #6967 END **/
/** 2015/10/13 K.Moriuchi ADD #6967 START**/
#headerInner .btn_login,
#headerInner .btn_logout {
    display: block;
    margin-top:1px;
    width: 96px;
    height: 26px;
}
/** 2015/10/13 K.Moriuchi ADD #6967 END**/


#headerInner .btn_confirm:hover {
    background-position: 0 1px;
}
#headerInner .btn_login:hover,
#headerInner .btn_member:hover,
#headerInner .btn_logout:hover {
    background-position: 0 0;
}

#headerInner .btn_confirm {
    background: transparent url(../img/button/header_register.gif) 0 -27px no-repeat;
    margin-right: 7px;
}
/** 2015/10/13 K.Moriuchi MOD #6967 START
#headerInner .btn_login {
    background: transparent url(../img/button/header_login.gif) 0 -27px no-repeat;
} **/

#headerInner .btn_login {
    background: transparent url(../img/button/header_login.gif) 0 -26px no-repeat;
}
/** 2015/10/13 K.Moriuchi MOD #6967 END **/
#headerInner .btn_member {
    background: transparent url(../img/button/header_mypage.gif) 0 -27px no-repeat;
    margin-right: 7px;
}

#headerInner .btn_logout {
    background: transparent url(../img/button/header_logout.gif) 0 -26px no-repeat;
}

#headerInner .btn_mypage:hover,
#headerInner .btn_logout:hover {
    background-position: 0 0;
}

/* 2015/06/30 MOD #6862 START
#headerInner .point_confirm {
    margin: -2px;
    padding: 0 30px 0 10px !important;
}
*/
#headerInner .m_btn_default a span {
background: url(../img/bullet/arrow_01.png) 95% center no-repeat !important;
margin-right: 0 !important;
padding: 0 30px 0 10px !important;
}
#headerInner .point_confirm {
    margin: -2px;
}
/* 2015/06/30 MOD #6862 END */

/** 2015/10/13 K.Moriuchi MOD #6967 START
#headerInner .logo {
    width: 220px;
} **/

#headerInner .logo {
    width: 200px;
}
/** 2015/10/13 K.Moriuchi MOD #6967 END **/

#headerInner .gmenu {
    width: 740px;
    height: 47px;
}

#headerInner .gmenu li {
    position: relative;
    float: left;
}

#headerInner .gmenu li a {
    display: block;
    width: 148px;
    height: 47px;
    background: transparent url(../img/button/header_menu.gif) 0 -47px no-repeat;
    position: relative;
}

#headerInner .gmenu li a.btn_menu { background-position: 0 -47px; }
#headerInner .gmenu li a.btn_menu:hover { background-position: 0 0; }
#headerInner .gmenu li a.btn_cart { background-position: -148px -47px; }
#headerInner .gmenu li a.btn_cart:hover { background-position: -148px 0; }
#headerInner .gmenu li a.btn_coupon { background-position: -296px -47px; }
#headerInner .gmenu li a.btn_coupon:hover { background-position: -296px 0; }
#headerInner .gmenu li a.btn_order { background-position: -444px -47px; }
#headerInner .gmenu li a.btn_order:hover { background-position: -444px 0; }
#headerInner .gmenu li a.btn_faq { background-position: -592px -47px; }
#headerInner .gmenu li a.btn_faq:hover { background-position: -592px 0; }

#headerInner .gmenu li a.btn_menu_hover { background-position: 0 0; }
#headerInner .gmenu li .btn_menu_list {
    display: none;
    position: absolute;
    left: 0;
    top: 47px;
    padding-top: 1px;
    z-index: 999;
}

#headerInner .gmenu li .btn_menu_list a {
    background: none;
    display: block;
    line-height: 47px;
    padding: 0 10px 0 25px;
    /* #14298 */
    /* background: #ffffff url(../img/bullet/arrow_01.png) 8px 45% no-repeat; */
    background: #ffffff url(../img/bullet/arrow_01.png) 95% 45% no-repeat;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#headerInner .gmenu li .btn_menu_list a:hover {
    background-color: #ffe3b3;
    text-decoration: none;
}

#headerInner .gmenu li .mark {
    position: absolute;
    left: 83px;
    bottom: 15px;
    background-color: #d00e31;
    padding: 0 5px;
    color: #ffffff;
    font-weight: bold;
    line-height: 160%;
    border-radius: 10px;
    text-indent: 0; /** 2015/10/13 K.Moriuchi ADD #6967 **/

}

#headerInner .gmenu li .coupon_mark {
    left: 100px;
}

/** 2015/10/13 K.Moriuchi ADD #6967 START **/
/*  dpoint
----------- */
#headerInner a#dpoint div {
}
#headerInner a#dpoint div p {
    float:left;
    margin-right:10px;
}
#headerInner a#dpoint {
    display:block;
    float:left;
/** 2016/01/14 MOD #7555 START **/
/*
    margin:0 10px;
*/
    margin:0 0 0 10px;
/** 2016/01/14 MOD #7555 END **/
    min-height:30px;
    padding-right:9px;
    background:url(/assets/pc/img/structure/point_icon.png) no-repeat top right;
}
#headerInner a#dpoint:hover {
    background-color:#f3f3f3;
}
#headerInner a#dpoint ul {
    float:right;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
#headerInner a#dpoint ul li {
    float:left;
    min-height:22px;
    padding:6px 5px 0;
    line-height:1;
}
#headerInner a#dpoint ul li img {
    margin-right:10px;
    vertical-align:bottom;
}
#headerInner a#dpoint ul li:first-child span {
    border-right:1px solid #ccc;
    padding-right:5px;
}
#headerInner a#dpoint ul.hide li:first-child span {
    border:none;
    padding:0;
}
/** 2015/10/13 K.Moriuchi ADD #6967 END **/


/* ----------------------------------------
 Footer
---------------------------------------- */
#footerInner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 1px;
    text-align: left;
    font-size: 85%;
    position: relative;
}

#footerInner .link_box {
    padding-bottom: 1px;
    line-height: 34px;
}

#footerInner .bbs {
    border-bottom: 1px solid #c1c1c1;
}

#footerInner .link_box .title,
#footerInner .dmarket .title {
    float: left;
    width: 148px;
    height: 34px;
}

#footerInner .link_box .ttl_information {
    background: #d5d5d5 url(../img/title/footer_01.gif) 20px 50% no-repeat;
}

#footerInner .link_box .ttl_help {
    background: #d5d5d5 url(../img/title/footer_02.gif) 20px 50% no-repeat;
}

#footerInner .link_box .links,
#footerInner .dmarket .links {
    float: left;
}

#footerInner .link_box .links li {
    float: left;
    margin-left: 20px;
    padding-left: 7px;
    background: transparent url(../img/bullet/arrow_02.png) 0 45% no-repeat;
}

#footerInner .dmarket {
    border-top: 1px solid #c1c1c1;
    padding-top: 20px;
}

#footerInner .dmarket .title {
    background: transparent url(../img/title/footer_03.gif) 20px 50% no-repeat;
    margin-right: 10px;
}

#footerInner .dmarket .links {
    width: 840px;
}

#footerInner .dmarket .links li {
    float: left;
    width: 84px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 85%;
}

#footerInner .dmarket .links li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2px;
}

#footerInner .copyright {
    position: absolute;
    bottom: -25px;
    color: #ffffff;
    width: 1000px;
    line-height: 15px;
    font-size: 90%;
}

#footerInner .copyright a {
    background: transparent url(../img/bullet/arrow_03.png) 0 35% no-repeat;
    padding-left: 10px;
    color: #ffffff;
}

#footerInner .copyright a:hover {
    color: #ffffff;
}

/* ----------------------------------------
 Contents
---------------------------------------- */
#contentsInner {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background: #ffffff url(../img/structure/bg_contents_02.gif) 0 0 repeat-x;
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
}

#contentsLeft {
    width: 220px;
    float: left;
    padding: 0 20px;
}

#contentsLeft .deliver_box {
    background-color: #e4ddd3;
    padding: 10px 10px 10px;
    font-size: 80%;
    line-height: 14px;
    border-radius: 6px;
    position: relative;
}

#contentsLeft .tab_left span,
#contentsLeft .tab_right span {
    width: 110px;
    height: 35px;
    display: block;
    float: left;
}

#contentsLeft .tab_left span { background: transparent url(../img/structure/tab_01.gif) 0 0 no-repeat; }
#contentsLeft .tab_right span { background: transparent url(../img/structure/tab_01.gif) -110px -35px no-repeat; }
#contentsLeft .tab_right span.noselect {
    background: #e4ddd3;
    border-radius: 0 6px 0 0;
    width: 108px;
    height: 33px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#contentsLeft .tab_left a span { background-position: 0 -35px; }
#contentsLeft .tab_right a span { background-position: -110px 0; }

#contentsLeft .tab_left a:hover span { background-position: 0 -70px; }
#contentsLeft .tab_right a:hover span { background-position: -110px -70px; }

#contentsLeft .tab_contents {
    background: transparent url(../img/structure/bg_tab_01.gif) 0 bottom no-repeat;
    padding: 10px;
    font-size: 85%;
    margin-bottom: 20px;
}

#contentsLeft .tab_contents .ttl_left_01 {
    background: transparent url(../img/title/left_01.gif) 0 0 no-repeat;
    width: 50px;
    height: 15px;
/* 2014/08/19 T.Minato ADD #5266 START */
    margin-top: 1px;
    margin-bottom: 5px;
/* 2014/08/19 T.Minato ADD #5266 END */
}

#contentsLeft .tab_contents .ttl_left_02 {
    background: transparent url(../img/title/left_02.gif) 0 0 no-repeat;
    width: 62px;
    height: 15px;
/* 2014/08/19 T.Minato ADD #5266 START */
    margin-top: 1px;
    margin-bottom: 5px;
/* 2014/08/19 T.Minato ADD #5266 END */
}

/* 2014/08/19 T.Minato ADD #5266 START */
#contentsLeft .tab_contents .ttl_area {
  padding: 5px 0;
}

#contentsLeft .tab_contents .ttl_left_btn_change a {
  background: transparent url(../img/button/change_address.png) 0 0 no-repeat;
  float: right;
  width: 64px;
  height: 21px;
}

#contentsLeft .tab_contents .ttl_left_btn_change a:hover {
  background: transparent url(../img/button/change_address_over.png) 0 0 no-repeat;
}
/* 2014/08/19 T.Minato ADD #5266 END */

#contentsLeft .tab_contents .arrow_01 {
    /* #14298 */
    /*
    background: transparent url(../img/bullet/arrow_01.png) 0 35% no-repeat;
    padding-left: 18px;
    */
    background: transparent url(../img/bullet/arrow_01.png) 95% 35% no-repeat;
    padding-right: 18px;
}

#contentsLeft .tab_contents .info_box {
    background-color: #ffffff;
    border: 2px solid #c1bbb0;
    border-radius: 2px;
    padding: 10px;
/* 2014/08/19 T.Minato DEL #5266 START */
/*    margin-top: 3px;*/
/* 2014/08/19 T.Minato DEL #5266 END */
}

#contentsLeft .tab_contents .info_box .icon {
    background-color: #766b5c;
    color: #ffffff;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#contentsLeft .tab_contents a.btn_left_status_confirm {
    display: block;
    width: 198px;
    height: 34px;
    margin: 5px 0 10px;
    background: transparent url(../img/button/left_status_confirm.png) 0 -34px no-repeat;
    -webkit-box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    -pie-box-shadow:  0px 1px 1px 1px #cccccc;
}

#contentsLeft .tab_contents a.btn_left_status_confirm:hover { background-position: 0 0; }

#contentsLeft .tab_contents a.btn_left_available_store {
    display: block;
    width: 199px;
    height: 35px;
    background: transparent url(../img/button/left_available_store.gif) 0 -35px no-repeat;
}

#contentsLeft .tab_contents a.btn_left_available_store:hover { background-position: 0 0; }

#contentsLeft .tab_contents_buttons {
    margin-top: -10px;
}

#contentsLeft .tab_contents_buttons a.btn_left_available_store_02 {
    display: block;
    width: 219px;
    height: 42px;
    background: transparent url(../img/button/left_available_store_02.gif) 0 -42px no-repeat;
}

#contentsLeft .tab_contents_buttons a.btn_left_available_store_02:hover { background-position: 0 0; }

#contentsLeft .tab_contents_buttons a.btn_left_available_menu_02 {
    display: block;
    width: 219px;
    height: 42px;
    background: transparent url(../img/button/left_available_menu_02.gif) 0 -42px no-repeat;
}

#contentsLeft .tab_contents_buttons a.btn_left_available_menu_02:hover { background-position: 0 0; }

#contentsLeft .left_genre_box {
    position: relative;
    margin-top: -10px;
}

#contentsLeft .left_genre_box .m_link_in_ttl a {
    font-size: 75%;
    line-height: 110%;
    top: 6px;
}

#contentsLeft .left_genre_box ul li.left_genre {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: relative;
}

#contentsLeft .left_genre_box ul li.left_genre_more {
    display: none;
}

#contentsLeft .left_genre_box ul li a {
    background: #f1f1f1 url(../img/structure/bg_left_genre.gif) 0 0 repeat-x;
    position: relative;
    display: block;
}

#contentsLeft .left_genre_box ul li a span.inner {
    background: transparent url(../img/bullet/arrow_01.png) 95% 50% no-repeat;
    display: block;
    border: 1px solid #ffffff;
    font-weight: bold;
}

#contentsLeft .left_genre_box ul li a span.inner img,
#contentsLeft .left_genre_box ul li a span.inner span.text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

#contentsLeft .left_genre_box ul li a span.inner img {
    border: 1px solid #cccccc;
    margin: 5px 10px 5px 5px;
    width: 48px;
    height: 48px;
}

#contentsLeft .left_genre_box ul li a span.inner span.text {
    width: 125px;
}

#contentsLeft .left_genre_box ul li a.hover,
#contentsLeft .left_genre_box ul li a:hover {
    background: #ffe3b3;
    text-decoration: none;
    color: #333333;
}

#contentsLeft .left_genre_box ul li a.hover span.inner,
#contentsLeft .left_genre_box ul li a:hover span.inner {
    border: 1px solid #ffe3b3;
}

#contentsLeft .left_genre_buttons {
}

#contentsLeft .left_genre_buttons a {
    display: block;
    background: transparent url(../img/structure/bg_left_genre_buttons.png) 0 -40px no-repeat;
    padding: 10px;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

#contentsLeft .left_genre_buttons a:hover {
    background-position: 0 0;
    text-decoration: none;
}

#contentsLeft .left_genre_buttons a span {
    padding-right: 18px;
    background: transparent url(../img/bullet/arrow_12.png) 100% 50% no-repeat;
    font-size: 90%;
}

#contentsLeft #left_genre_child_box {
    display: none;
}

#contentsLeft .left_genre_box ul li .left_genre_child {
    display: none;
    position: absolute;
    left: 218px;
    top: -1px;
    background-color: #ffe3b3;
    z-index: 999;
    border: 1px solid #cccccc;
    width: 340px;
    padding: 10px;
}

#contentsLeft .left_genre_box ul li .left_genre_child .buttons {
    margin-right: -5px;
}
#contentsLeft .left_genre_box ul li .left_genre_child .flex  {
    display: flex;
}

#contentsLeft .left_genre_box ul li .left_genre_child .buttons div {
    float:left;
    padding: 5px 0;
    margin: 0 5px 10px 0;
    width:165px;
    height:20px;
}



#contentsLeft .left_genre_box ul li .left_genre_child .buttons div.m_btn_default a span {
    /* #14298 */
    /* background-position: 5px 50% !important; */
    background-position: 5px 50%;
    padding-left: 22px !important;
}

#contentsLeft .left_genre_box ul li .left_genre_child .buttons div .btn_all_store {
    width: 122px;
}

#contentsLeft .left_genre_box ul li .left_genre_child .buttons div .btn_all_menu {
    width: 95px;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul {
    border-top: 1px solid #cccccc;
    clear:both;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #ffffff;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li a {
    background: #ffffff url(../img/bullet/arrow_01.png) 98% 50% no-repeat;
    position: relative;
    display: block;
    padding: 10px;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li a:hover {
    background: #ffd182 url(../img/bullet/arrow_01.png) 98% 50% no-repeat;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li .image {
    float: left;
    width: 40px;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li .image img{
    width: 40px;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li .info {
    float: left;
    margin-left: 5px;
    padding: 5px;
    width: 250px;
    word-break: break-all;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li .icons {
    padding-top: 10px;
    clear: both;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li .image img {
    border: 1px solid #cccccc;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li .info .name {
    font-weight: bold;
    margin-bottom: 5px;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li .info .score {
    font-size: 90%;
    color: #e24500;
    line-height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#contentsLeft .left_genre_box ul li .left_genre_child ul li .info .score img {
    margin-right: 5px;
}

#contentsLeft .left_recommend_01_box {
    margin: 0;
}

#contentsLeft .left_recommend_01_box ul li {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 8px;
    font-size: 85%;
    margin: 0;
    float: none;
}

#contentsLeft .left_recommend_01_box ul li .left {
    float: left;
    width: 92px;
}

#contentsLeft .left_recommend_01_box ul li .left > a > img  {
    max-width: 90px;
    max-height: 90px;
}

#contentsLeft .left_recommend_01_box ul li .right .title {
    display: block;
    width: 100%;
    padding: 0;
}

#contentsLeft .left_recommend_01_box ul li .right {
    float: right;
    width: 105px;
}

#contentsLeft .left_recommend_01_box ul li .right .text {
    margin-top: 2px;
}

#contentsLeft .left_store_box {
    position: relative;
}

#contentsLeft .left_store_box .ttl_left_store {
    background: transparent url(../img/title/left_store.gif) 0 0 no-repeat;
    width: 220px;
    height: 36px;
    margin: 0;
    padding: 0;
}

#contentsLeft .left_store_box .ttl_left_store span {
    line-height: 36px;
    padding-left: 40px;
    color: #ffffff;
}

#contentsLeft .left_store_box .search_box {
    border-bottom: 1px solid #ffffff;
    background-color: #e4ddd3;
    padding: 10px;
    border-radius: 0 0 6px 6px;
}

#contentsLeft .login_box {
    background-color: #e4ddd3;
    padding: 10px 10px 10px;
    font-size: 80%;
    line-height: 14px;
    border-radius: 6px;
    position: relative;
/** 2014/11/14 D.Yabushita DEL #5227 START **
    height: 121px;
** 2014/11/14 D.Yabushita DEL #5227 END **/
}

#contentsLeft .login_box .alert {
    position: absolute;
    bottom: 10px;
    width: 200px;
}

#contentsLeft .left_store_box .btn_left_store_01,
#contentsLeft .left_store_box .btn_left_store_02,
#contentsLeft .login_box .btn_left_store_03,
#contentsLeft .login_box .btn_left_store_04 {
    width: 200px;
    display: block;
    background: transparent url(../img/button/left_store.png) 0 0 no-repeat;
}

#contentsLeft .left_store_box .btn_left_store_01 { height: 40px; background-position: -200px 0px; }
#contentsLeft .left_store_box .btn_left_store_01:hover { background-position: 0px 0px; }
#contentsLeft .left_store_box .btn_left_store_02 { height: 40px; background-position: -200px -40px; }
#contentsLeft .left_store_box .btn_left_store_02:hover { background-position: 0px -40px; }
#contentsLeft .login_box .btn_left_store_03 { height: 41px; background-position: -200px -100px; }
#contentsLeft .login_box .btn_left_store_03:hover { background-position: 0px -100px; }
#contentsLeft .login_box .btn_left_store_04 { height: 41px; background-position: -200px -141px; }
#contentsLeft .login_box .btn_left_store_04:hover { background-position: 0px -141px; }

#contentsLeft .left_cart_box {
    margin: 0;
}

#contentsLeft .left_cart_box li {
    padding: 10px;
    background-color: #f6f2ed;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    font-size: 85%;
}

#contentsLeft .left_cart_box li.radius_bottom {
    border-bottom: 1px solid #cccccc;
    border-radius: 0px 0px 6px 6px;
}

#contentsLeft .left_cart_box li.column2 div.title {
    float: left;
    width: 40%;
}

#contentsLeft .left_cart_box li.column2 div.value {
    float: right;
    width: 60%;
    text-align: right;
}

#contentsLeft .left_cart_box li div.title {
    font-weight: bold;
}

#contentsLeft .left_cart_box li.radius_bottom div.value {
    color: #333333;
}

#contentsLeft .left_recommend_02_box {
    margin: 0;
}

#contentsLeft .left_recommend_02_box ul li {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    float: none;
    margin: 0;
    padding: 10px;
    font-size: 100%;
}

#contentsLeft .left_recommend_02_box .image {
    text-align: center;
}

#contentsLeft .left_recommend_02_box .image img {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

#contentsLeft .left_recommend_02_box .title {
    font-size: 90%;
    color: #333333;
    padding: 0;
    margin: 0;
}

#contentsLeft .left_recommend_02_box .price {
    font-size: 90%;
    margin-bottom: 10px;
}

#contentsLeft .left_recommend_02_box .button div {
    width: 100%;
}

#contentsRight {
    width: 720px;
    float: right;
    padding-right: 20px;
}

#contentsRight h2 {
    background: transparent url(../img/bullet/title_01.png) 0 50% no-repeat;
    font-size: 140%;
    font-weight: bold;
    line-height: auto;
    margin-bottom: 5px;
    height: 34px;
    padding: 11px 20px 0;
    color: #333;
}
#contentsRight #campaignBanner {
    display: block;
}

#contentsRight #campaignBanner .main_area {
    width: 500px;
    float: left;
    position: relative;
    overflow: hidden;
}

#contentsRight #campaignBanner .main_area .waku {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 100;
    background: transparent url(../img/structure/waku_main.png) 0 0 no-repeat;
}

#contentsRight #campaignBanner .main_area .waku_tl {
    left: 0;
    top: 0;
    background-position: 0px 0px;
}

#contentsRight #campaignBanner .main_area .waku_tr {
    right: 0;
    top: 0;
    background-position: -10px 0px;
}

#contentsRight #campaignBanner .main_area .waku_bl {
    left: 0;
    top: 240px;
    background-position: 0px -10px;
}

#contentsRight #campaignBanner .main_area .waku_br {
    right: 0;
    top: 240px;
    background-position: -10px -10px;
}

#contentsRight #campaignBanner .main_area_inner {
    width: 500px;
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

#contentsRight #campaignBanner .text_area {
    height: 30px;
    border: 1px solid #f9c794;
    background-color: #fcf6ee;
    border-radius: 6px;
}

#contentsRight #campaignBanner .main_area .main_banner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#contentsRight #campaignBanner .navi_area {
    width: 220px;
    float: right;
    position: relative;
}

#contentsRight #campaignBanner .navi_area .current {
    width: 212px;
    height: 117px;
    left: 8px;
    top: 124px;
    position: absolute;
    background: transparent url(../img/structure/bg_main_current.png) 0 0 no-repeat;
    background-size: 212px 104px;
}

#contentsRight #campaignBanner .navi_area .btn_up a span {
    margin: 0 0 10px 18px;
    width: 197px;
    height: 17px;
    display: block;
    background: transparent url(../img/button/main_updown.gif) 0 0 no-repeat;
}

#contentsRight #campaignBanner .navi_area .btn_up a:hover span {
    background-position: 0 -17px;
}

#contentsRight #campaignBanner .navi_area .btn_down a span {
    margin: 0 0 10px 18px;
    width: 197px;
    height: 17px;
    display: block;
    background: transparent url(../img/button/main_updown.gif) 0 -34px no-repeat;
}

#contentsRight #campaignBanner .navi_area .btn_down a:hover span {
    background-position: 0 -51px;
}

#contentsRight #campaignBanner .navi_area .m_btn_default {
    margin-left: 18px;
    width: 200px
}

#contentsRight #campaignBanner .navi_area .m_btn_default a span {
    line-height: 20px;
}

#contentsRight #campaignBanner .navi_area .navi_area_inner .thumbnail {
    /*margin: 0 0 0 18px;*/
    margin: 0 0 10px 18px;
    position: absolute;
    /* padding: 4px 0;*/
    padding: 1px 0;

}

#contentsRight #campaignBanner .navi_area .navi_area_inner {
    height: 198px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

#contentsRight #campaignBanner .text_area .text_area_inner {
    height: 20px;
    overflow: hidden;
    margin: 6px 0 0 10px;
    position: relative;
}

#contentsRight #campaignBanner .text_area .text_area_inner .text {
    font-size: 90%;
    padding-right: 30px;
    background: transparent url(../img/bullet/arrow_01.png) 100% 40% no-repeat;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

#contentsRight .main_new_menu_box {
    position: relative;
}

#contentsRight .main_new_menu_box .ttl_main_new_menu {
    background: transparent url(../img/title/main_new_menu.gif) 0 0 no-repeat;
    width: 720px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsRight .main_new_menu_box .ttl_main_new_menu span {
    line-height: 41px;
    padding-left: 45px;
    font-size: 95%;
}

#contentsRight .main_recently_store_box {
    position: relative;
}

#contentsRight .main_recently_store_box .ttl_main_recently_store {
    background: transparent url(../img/title/main_recently_store.gif) 0 0 no-repeat;
    width: 720px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsRight .main_recently_store_box .ttl_main_recently_store span {
    line-height: 41px;
    padding-left: 45px;
    font-size: 95%;
}

#contentsRight .main_recently_menu_box {
    position: relative;
}

#contentsRight .main_recently_menu_box .ttl_main_recently_menu {
    background: transparent url(../img/title/main_recently_menu.gif) 0 0 no-repeat;
    width: 720px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsRight .main_recently_menu_box .ttl_main_recently_menu span {
    line-height: 41px;
    padding-left: 45px;
    font-size: 95%;
}

#contentsRight .main_ranking_menu_box {
    position: relative;
}

#contentsRight .main_ranking_menu_box .ttl_main_ranking_menu {
    background: transparent url(../img/title/main_ranking_menu.gif) 0 0 no-repeat;
    width: 720px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsRight .main_ranking_menu_box .ttl_main_ranking_menu span {
    line-height: 41px;
    padding-left: 45px;
    font-size: 95%;
}

#contentsRight .main_ranking_store_box {
    position: relative;
}

#contentsRight .main_ranking_store_box .ttl_main_ranking_store {
    background: transparent url(../img/title/main_ranking_store.gif) 0 0 no-repeat;
    width: 720px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsRight .main_ranking_store_box .ttl_main_ranking_store span {
    line-height: 41px;
    padding-left: 45px;
    font-size: 95%;
}

#contentsRight .main_social_box {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
}

#contentsRight .main_information_box {
    position: relative;
}

#contentsRight .main_information_box .ttl_main_information {
    background: transparent url(../img/title/main_information.gif) 0 0 no-repeat;
    width: 720px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsRight .main_information_box .ttl_main_information span {
    line-height: 41px;
    padding-left: 40px;
}

#contentsRight .main_information_box ul li {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 8px;
    font-size: 85%;
}

#contentsRight .main_information_box ul li div {
    float: left;
}

#contentsRight .main_information_box ul li .date { width: 80px; }
#contentsRight .main_information_box ul li .text { width: 610px; }

#contentsRight .main_information_box ul li .text {
    padding-right: 10px;
}
#contentsRight .main_information_box ul li .text a {
    padding-left: 25px;
    background: transparent url(../img/bullet/arrow_01.png) 8px 2px no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
#contentsRight .main_information_box ul li .category {
    text-align: center;
    background-color: #766b5c;
    color: #ffffff;
    margin: 0 10px;
    padding: 2px 0;
}

#contentsBottom {
    clear: both;
    padding: 0 20px;
}

#contentsBottom .main_major_store_box {
    position: relative;
}

#contentsBottom .main_major_store_box li {
    width: 478.5px;
}

#contentsBottom .main_major_store_box li .m_menu_info {
    padding: 5px;
}

#contentsBottom .main_major_store_box .ttl_main_major_store {
    background: transparent url(../img/title/main_major_store.gif) 0 0 no-repeat;
    width: 960px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsBottom .main_major_store_box .ttl_main_major_store span {
    line-height: 41px;
    padding-left: 45px;
    font-size: 95%;
}

#contentsBottom .main_major_store_box ul.m_menu_2column li.bbn {
    border-bottom: none;
}

#contentsBottom .main_major_store_box ul.m_menu_2column li.more {
    display: none;
}

#contentsBottom .main_major_store_box ul.m_menu_2column li.more {
    display: none;
}

#contentsBottom .main_major_store_box .genre {
    width: 27%;
    float: left;
}

#contentsBottom .main_major_store_box .genre a {
    width: auto;
    border: none;
    margin: 5px;
    padding: 0;
    background-image: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #cccccc;
    width: 118px;
}

#contentsBottom .main_major_store_box .genre img {
    border-bottom: 1px solid #cccccc;
}

#contentsBottom .main_major_store_box .genre a {
    display: block;
    border: 1px solid #bbbbbb;
    background: #f0f0f0 url(../img/structure/bg_default_01.gif) 0 0 repeat-x;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    -pie-box-shadow:  0px 1px 1px 1px #cccccc;
    position: relative;
}

#contentsBottom .main_major_store_box .genre a:hover {
    border: 1px solid #f27f0c;
    background: #ffefd3 url(../img/structure/bg_default_02.gif) 0 118px repeat-x;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

#contentsBottom .main_major_store_box .genre span.text {
    /* #14298 */
    /* padding: 8px 10px 8px 27px; */
    padding: 8px 10px 8px 6px;
    display: block;
    /* #14298 */
    /* background: transparent url(../img/bullet/arrow_01.png) 10px 50% no-repeat; */
    background: transparent url(../img/bullet/arrow_01.png) 90% 50% no-repeat;
    font-size: 90%;
}
html>/**/body #contentsBottom .main_major_store_box .genre span.text {
    line-height:18px;
}

#contentsBottom .main_major_store_box .genre span.name {
    font-weight: bold;
}

html>/**/body #contentsBottom .main_major_store_box .genre span.name {
    vertical-align:middle;
}

#contentsBottom .main_major_store_box .genre span.number {
    font-weight: bold;
    color: #888888;
    font-size: 90%;
    margin-left: 3px;
}

#contentsBottom .main_major_store_box .stores {
    width: 73%;
    float: left;
}

#contentsBottom .main_major_store_box .stores li {
    width: 74px;
    border: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}

#contentsBottom .main_major_store_box .stores li a {
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
    background-image: none;
    text-align: center;
}

#contentsBottom .main_major_store_box .stores li img {
    border: 1px solid #cccccc;
}

#contentsBottom .ttl_main_search_01 {
    background: transparent url(../img/title/main_search_01.gif) 0 0 no-repeat;
    width: 960px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsBottom .ttl_main_search_01 span {
    line-height: 41px;
    padding-left: 45px;
    font-size: 95%;
}

#contentsBottom .m_map_japan {
    border-top: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#contentsBottom .m_main_search_01_box_inner {
    border-right: none;
    border-top: none;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#contentsBottom .m_map_japan .map_inner {
    position: static;
}

#contentsRight .main_common_menu_box {
    position: relative;
    border-top: 1px solid #cccccc;
}




.longfooter {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-size: 85%;
    line-height:1;
}
#InformationsNav, #helpNav {
    border-bottom:1px solid #c1c1c1;
}
#InformationsNav ul:after,
 #helpNav ul:after {
     content: "";
     clear: both;
     height: 0;
     display: block;
     visibility: hidden;
}
#InformationsNav li,
#helpNav li {
    float: left;
    margin-left: 20px;
    padding:10px 0 10px 7px;
    background: transparent url(../img/bullet/arrow_02.png) 0 45% no-repeat;
}
#dNaviBox {
    padding-top: 20px;
    clear:left;
    height: 195px;
}
#dNaviBox ul {
    width: 840px;
    float: left;
}
#dNaviBox li {
    float: left;
    width: 84px;
    height: 77px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 85%;
}
#dNaviBox li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2px;
}

#dNaviBox div {
    background: transparent url(../img/title/footer_03.gif) 20px 50% no-repeat;
    margin-right: 10px;
    float: left;
    width: 148px;
    height: 34px;
}

.copyright {
    margin-top:20px;
    width: 100%;
    background-color:#333;
}
.copyright p {
    margin:0 auto;
    width:960px;
    padding:7px 20px;
    font-size: 90%;
    color:#fff;
    text-align:right;
}
.set_order_type {
    display: none;
}

/* add Start for left navi*/

#contentsLeft .deliver_box.noaddr {
    background: #e35c0d;
}
#contentsLeft .deliver_box {
    padding: 10px;
    background: #928169;
}

#contentsLeft .deliver_box .i_shop {
color: #fff;
background: url(../img/icon/store.png) no-repeat 5px center;
padding-left: 40px;
background-size: 25px 25px;
line-height: 25px;
}

.mb_s {
margin-bottom: 10px !important;
}

#contentsLeft .deliver_box .search_container {
background: #fff9d9;
border-radius: 8px;
}

#contentsLeft .deliver_box .search_container .box {
padding: 10px;
border-bottom: 1px solid #b2ae97;
}

#contentsLeft .deliver_box .search_container .box:last-child {
border-bottom: none;
}

#contentsLeft .deliver_box .button {
background-color: #0e0e0e;
background: -moz-linear-gradient(top, #4b4b4b, #0e0e0e);
background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#0e0e0e));
color: #fff;
padding: 10px;
display: block;
border-radius: 6px;
border: 1px solid #262626;
}

/* add Start   for left navi*/
/* ボタン QA中ため 現時点では簡易で作成 */
#contentsLeft .left_search_box {
background-color: #f06b00;
padding: 0 10px 10px;
line-height: 14px;
border-radius: 0 0 6px 6px;
position: relative;
}
#contentsLeft .left_search_box .search_container {
background: #fff9d9;
font-size: 85%;
border-radius: 6px;
}
#contentsLeft .left_search_box .search_container .box:first-child {
border-top: none;
}
#contentsLeft .left_search_box .search_container .box:last-child {
border-bottom: none;
}

#contentsLeft .left_search_box .search_container .box {
padding: 10px;
border-top: 1px solid #fffbe8;
border-bottom: 1px solid #b2ae97;
}
/* add End   for left navi*/

#contentsRight .main_major_store_box {
    position: relative;
}

#contentsRight .main_major_store_box li.genre_box {
    width: 358.5px;
}

#contentsRight .main_major_store_box li .m_menu_info {
    padding: 5px;
}

#contentsRight .main_major_store_box .ttl_main_major_store {
    background: transparent url(../img/title/main_major_store_short.gif) 0 0 no-repeat;
    width: 720px;
    height: 41px;
    padding: 0;
    margin: 0;
}

#contentsRight .main_major_store_box .ttl_main_major_store span {
    line-height: 41px;
    padding-left: 45px;
    color: white;
    font-weight: normal;
    font-size: 95%;
}

#contentsRight .main_major_store_box ul.m_menu_2column li.bbn {
    border-bottom: none;
}

#contentsRight .main_major_store_box ul.m_menu_2column li.more {
    display: none;
}

#contentsRight .main_major_store_box ul.m_menu_2column li.more {
    display: none;
}

#contentsRight .main_major_store_box .genre {
    width: 36%;
    float: left;
}

#contentsRight .main_major_store_box .genre a {
    width: auto;
    border: none;
    margin: 5px;
    padding: 0;
    background-image: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #cccccc;
    width: 118px;
}

#contentsRight .main_major_store_box .genre img {
    border-bottom: 1px solid #cccccc;
}

#contentsRight .main_major_store_box .genre a {
    display: block;
    border: 1px solid #bbbbbb;
    background: #f0f0f0 url(../img/structure/bg_default_01.gif) 0 0 repeat-x;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    -pie-box-shadow:  0px 1px 1px 1px #cccccc;
    position: relative;
}

#contentsRight .main_major_store_box .genre a:hover {
    border: 1px solid #f27f0c;
    background: #ffefd3 url(../img/structure/bg_default_02.gif) 0 118px repeat-x;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

#contentsRight .main_major_store_box .genre span.text {
    /* #14298 */
    /* padding: 8px 10px 8px 27px; */
    padding: 8px 10px 8px 6px;
    display: block;
    /* #14298 */
    /* background: transparent url(../img/bullet/arrow_01.png) 10px 50% no-repeat; */
    background: transparent url(../img/bullet/arrow_01.png) 90% 50% no-repeat;
    font-size: 90%;
}

#contentsRight .main_major_store_box .genre span.name {
    font-weight: bold
}

#contentsRight .main_major_store_box .genre span.number {
    font-weight: bold;
    color: #888888;
    font-size: 90%;
    margin-left: 3px;
}

#contentsRight .main_major_store_box .stores {
    width: 64%;
    float: left;
}

#contentsRight .main_major_store_box .stores li {
    width: 74px;
    border: none;
    padding: 5px 0 5px 10px;
    margin: 0;
    float: none;
}

#contentsRight .main_major_store_box .stores li a {
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
    background-image: none;
    text-align: center;
}

#contentsRight .main_major_store_box .stores li img {
    border: 1px solid #cccccc;
}

#setOrderType{
    cursor: pointer;
}

.left_search_box > .search_container > .box > .button{
    background-color: #0e0e0e;
    background: -moz-linear-gradient(top, #4b4b4b, #0e0e0e);
    background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#0e0e0e));
    color: #fff;
    padding: 5px;
    display: block;
    border-radius: 6px;
    border: 1px solid #262626;
}

.left_search_box > .search_container > .box > .button > span.from_zip{
    background-image: url(../img/icon/postal_code.png);
    padding-left: 28px;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
}

.left_search_box > .search_container > .box > .button > span.from_daddress{
    background-image: url(../img/icon/address.png);
    padding-left: 28px;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
}

.tab_contents>.clearfix>a.setting_address{
width: 200px;
height: 34px;
display: block;
background: transparent url(../img/button/left_set_address.png) 0 -34px no-repeat;
}

.tab_contents>.clearfix>a.setting_address:hover {
background-position: 0px 0px;
}

/** 2015/11/17 ADD #7502 START **/
#headerInner p + div {
    height:30px;
}
/** 2015/11/17 ADD #7502 END **/
/** 2016/01/14 ADD #7555 START **/
/*  account
----------- */
#headerInner #daccount {
    display:table;
    float:left;
    width:260px;
    height:30px;
    border:1px solid #ccc;
    line-height:1;
    box-sizing:border-box;
}
#headerInner #daccount dt,
#headerInner #daccount dd {
    display:table-cell;
    vertical-align:middle;
    box-sizing:border-box;
}
#headerInner #daccount dt {
    width:80px;
    padding:0 5px;
    border-right:1px solid #ccc;
}
#headerInner #daccount dd {
    width:180px;
}
#headerInner #daccount dd a {
    display:block;
    width:170px;
    height:14px;
    padding:8px 5px 6px;
    background:url(/assets/pc/img/structure/daccount_icon_02.png) no-repeat 170px center;
}
#headerInner #daccount dd a:hover {
    background-color:#f3f3f3;
    text-decoration:none;
}
#headerInner #daccount dd.unissued {
    position:relative;
    padding-left:5px;
}
#headerInner #daccount dd.unissued a {
    display:inline;
    position:absolute;
    top:2px;
    right:2px;
    width:110px;
    height:11px;
    padding-top:7px;
    color:#fff;
    background:#c03 url(/assets/pc/img/structure/daccount_icon_01.png) no-repeat 112px center;
}
#headerInner #daccount dd.unissued a:hover {
    opacity:0.5;
}
/** 2016/01/14 ADD #7555 END **/
/** 2016/10/20 ADD #9087 利プロ START **/
#dd-header .searchBox {
    visibility:hidden;
}
#dd-globalNav .genreNav {
    display:none;
}
/** 2016/10/20 ADD #9087 利プロ END **/