@charset "Shift_JIS";

/* --------------------------------------------------------------------
    ユーザー定義　画像hover表現
--------------------------------------------------------------------- */
#header a:hover img,
.leftmenuframe_ a:hover img,
.rightmenuframe_ a:hover img,
.img_ a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background-color:transparent\0/;
}

/* --------------------------------------------------------------------
    ユーザー定義　ヘッダー
--------------------------------------------------------------------- */
#header {
    width: 100%;
    margin-bottom: 15px;
    zoom:1;
}
#top #header {
    margin-bottom: 5px;
}
#header:after,
#header .header_inner_:after,
#header #headernav:after,
#header ul.customer_menu_:after,
#header #globalnav:after {
    content: "";
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
#header #headernav {
    height: 30px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    zoom:1;
}
#header #headernav .inner_ {
    margin: 0 auto;
    padding: 0 20px;
}
#header #headernav .catch_ {
    float: left;
    color: #888;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 0;
}
#header #headernav .catch_ strong {
    color: #888;
    font-weight: normal;
}
#header ul.sns_menu_ {
    float:right;
}
#header ul.sns_menu_ li {
    float:left;
    margin-right: 4px;
}
#header ul.sns_menu_ li img {
    width: 23px;
    margin: 4px 0;
}
#header ul.customer_menu_ {
    float:right;
    margin-right: 8px;
}
#header ul.customer_menu_ li {
    float:left;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0;
    margin:0 0 0 15px;
}
#header ul.customer_menu_ li#gnav_cart {
    padding: 0;
}
#header ul.customer_menu_ li a {
    display: block;
	color: #888888;
}
#header ul.customer_menu_ li#gnav_help {
	position: relative;
}
#header ul.customer_menu_ li#gnav_help .switch_ {
    padding-left: 16px;
    background: url(../img/usr/common/icon_help.png) left 3px no-repeat;
}
#header ul.customer_menu_ li#gnav_help .switch_ span {
    padding-right: 16px;
    background: url(../img/usr/common/icon_help_arrow.png) right center no-repeat;
}
#header ul.customer_menu_ li#gnav_help ul.header_guide_list_ {
	width: 180px;
	margin: 0;
	padding: 0;
	background: #3c3c3c;
	position: absolute;
	top: 30px;
	right: -15px;
	z-index: 10;
	display: none;
}
#header ul.customer_menu_ li#gnav_help ul.header_guide_list_ li {
	margin: 0;
	padding: 0;
	border-top: #555555 1px solid;
	float: none;
}
#header ul.customer_menu_ li#gnav_help ul.header_guide_list_ li:first-child {
	border-top: none;
}
#header ul.customer_menu_ li#gnav_help ul.header_guide_list_ li a {
	padding: 14px 10px;
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #ffffff;
	background: #3c3c3c url(../img/usr/common/header_guide_arrow.png) right center no-repeat;
}
#header ul.customer_menu_ li#gnav_help ul.header_guide_list_ li a:hover {
	background: #545454 url(../img/usr/common/header_guide_arrow.png) right center no-repeat;
}
#header ul.customer_menu_ li#gnav_login a {
    padding-left: 20px;
    background: url(../img/usr/common/icon_login.png) left center no-repeat;
}
#header ul.customer_menu_ li#gnav_entry a {
    padding-left: 15px;
    background: url(../img/usr/common/icon_customer.png) left center no-repeat;
}
#header ul.customer_menu_ li#gnav_cart a {
    color: #fff;
    padding: 6px 10px 6px 35px;
    background: #43c0b6 url(../img/usr/common/icon_cart.png) 12px center no-repeat;
}
#header ul.customer_menu_ li#gnav_logout a {
    padding-left: 20px;
    background: url(../img/usr/common/icon_login.png) left center no-repeat;
}
#header ul.customer_menu_ li#gnav_mypage a {
    padding-left: 15px;
    background: url(../img/usr/common/icon_customer.png) left center no-repeat;
}
#header ul.header_guide_ {
    float: right;
    padding: 9px 0;
}
#header ul.header_guide_ li {
    float: left;
    font-size: 11px;
    line-height: 12px;
    border-left: 1px solid #888;
}
#header ul.header_guide_ li:first-child {
    border-left: none;
}
#header ul.header_guide_ li a {
    display: block;
    color: #888;
    padding: 0 7px;
}
#header #reviewbanner a{
    background: url(../img/usr/common/review.png) center top repeat-x;
    height: 44px; 
    display: block;
    width: 100%;
    text-indent: -9999px;
}
#header #headerbottom {
    position: relative;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #f3f3f3;
}
#top #header #headerbottom {
    border-bottom: none;
}
#header #headerbottom .inner_ {
    width: 1080px;
    margin: 0 auto;
}
#header #headerbottom .inner_:after {
    content: "";
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
#header #sitelogo {
    margin: 0 0 15px 0;
    padding: 0;
    float:left;
}
#header #globalnav {
    float: right;
}
#header #globalnav > li {
    float: left;
    text-align: center;
    padding-bottom: 15px;
    background: url(../img/usr/common/arrow_gray_b.png) center bottom 15px no-repeat;
}
#header #globalnav > li:hover {
    background: url(../img/usr/common/arrow_brown_b.png) center bottom 15px no-repeat;
}
#header #globalnav > li > a {
    display: block;
    width: 133px;
    height: 60px;
    padding-top: 5px;
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#header #globalnav > li:last-child > a {
    border-right: 1px solid #e6e6e6;
}
#header #globalnav > li > a:hover {
    text-decoration: none;
}

#header #globalnav .gnav_box_ {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    text-align: left;
    background: rgba(60, 60, 60, 0.95);
    z-index: 100;
}
#header #globalnav .gnav_box_inner_ {
    display: table;
    width: 1080px;
    padding: 30px 0 5px 0;
    margin: 0 auto;
}
#header #globalnav .gnav_block_ {
    display: table-cell;
    vertical-align: top;
    padding-right: 45px;
}
#header #globalnav .gnav_block_:last-child {
    padding-right: 0;
}
#header #globalnav .gnav_block_ h2 {
    color: #ffffff;
    font-size: 12px;
	font-weight: bold;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}
#header #globalnav .gnav_block_ h2 a {
    display: block;
    color: #ffffff;
    background: url(../img/usr/common/arrow_gray_r3.png) no-repeat 98% center;
}
#header #globalnav .gnav_block_ h2 a:hover {
    color: #43c0b6;
}
#header #globalnav .gnav_block_ ul {
    margin-bottom: 30px;
}
#header #globalnav .gnav_block_ ul li {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.7px;
    line-height: 2.3;
    border-bottom: 1px dotted #555555;
}
#header #globalnav .gnav_block_ ul li a {
    color: #e5e5e5;
    display: block;
    background: url(../img/usr/common/arrow_gray_r3.png) no-repeat 98% center; 
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}
#header #globalnav .gnav_block_ ul li a:hover {
    color: #43c0b6;
    background-color: #3b2825;
}

/* --------------------------------------------------------------------
    ユーザー定義　TOPページヘッダー 検索
--------------------------------------------------------------------- */
#header #header_middle {
    background: #e5e5e5;
}
#header #header_middle .inner_ {
    overflow: hidden;
    width: 1080px;
    margin: 0 auto;
}
#header #header_middle #trend_keyword_ {
    overflow: hidden;
    float: right;
}
#header #header_middle #search_box_ {
    overflow: hidden;
    float: left;
    padding: 7px 0;
}
#header #header_middle #search_box_ form {
    position: relative;
    float: left;
    width: 390px;
}
#header #header_middle #search_box_ input[type=image] {
    float: left;
    padding: 0;
}
#header #header_middle #search_box_ .keyword_ {
    width: 340px;
    height: 30px;
    float: right;
    font-size: 11px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    margin: 0;
    border: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: #fff;
}
#header #header_middle #search_box_ .placeholder_ {
    color: #b1b1b1;
    position: absolute;
    top: 0px;
    left: 35px;
    font-size: 11px;
    line-height: 30px;
}
#header #header_middle #search_box_ .to_searchdetail {
    float: left;
    line-height: 30px;
    margin-left: 15px;
}
#header #header_middle #search_box_ .to_searchdetail a {
    display: inline-block;
    color: #2a1b18;
    font-size: 12px;
    text-decoration: underline;
}

#header #header_middle #trend_keyword_ {
    padding: 10px 0;
}
#header #header_middle #trend_keyword_ dl {
}
#header #header_middle #trend_keyword_ dt,
#header #header_middle #trend_keyword_ dd {
    float: left;
    line-height: 24px;
}
#header #header_middle #trend_keyword_ dt {
    color: #3c3c3c;
    font-size: 12px;
    padding-right: 10px;
    border-right: 3px solid #ffffff;
}
#header #header_middle #trend_keyword_ dd a {
    display: block;
    color: #3c3c3c;
    font-size: 11px;
    line-height: 12px;
    padding: 0 15px;
    margin: 6px 0;
    border-right: 1px solid #c8c8c8;
}
#header #header_middle #trend_keyword_ dd a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------------------
    ユーザー定義　ビジュアル
--------------------------------------------------------------------- */
#mainvisual {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
}
#mainvisual .cover_top_,
#mainvisual .cover_bottom_ {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
#mainvisual .cover_top_ {
    top: 0;
}
#mainvisual .cover_bottom_ {
    bottom: 45px;
}
#mainvisual .inner_ {
    width: 590px;
    margin: 0 auto;
}
#mainvisual .bx-wrapper {
    margin: 0 auto;
}
#mainvisual .bx-viewport {
    overflow: inherit !important;
    margin-bottom: 35px;
}
#mainvisual .bx-viewport:before,
#mainvisual .bx-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 342px;
    background: #fff;
    z-index: 1;
}
#mainvisual .bx-viewport:before {
    left: -10px;
}
#mainvisual .bx-viewport:after {
    right: -10px;
}
#mainvisual .bx-pager {
}
#mainvisual .bx-pager-item {
    display: inline-block;
}
#mainvisual .bx-pager-item a {
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    margin: 0 12px;
    background: #dddddd;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#mainvisual .bx-pager-item a.active {
    background: #c7ac65;
}
#mainvisual .bx-controls-direction {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 730px;
    margin: 0 auto;
}
#mainvisual .bx-prev,
#mainvisual .bx-next {
    display: block;
    width: 14px;
    height: 25px;
    text-indent: -9999px;
}
#mainvisual .bx-prev {
    float: left;
    background: url(../img/usr/visual/prev.png) left center no-repeat;
}
#mainvisual .bx-next {
    float: right;
    background: url(../img/usr/visual/next.png) right center no-repeat;
}
#mainvisual .comment_ {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 520px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
}
/* --------------------------------------------------------------------
    ユーザー定義　h1タグ
--------------------------------------------------------------------- */
h1.catch_{
	width: 1080px;
	margin: 0 auto 28px;
	text-align: center;
}


/* --------------------------------------------------------------------
    ユーザー定義　item_box_
--------------------------------------------------------------------- */
.item_box_ {
    margin-bottom: 50px;
}
.item_box_ > ul {
    width: 100%;
}
.item_box_ > ul:after {
    content: "";
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.item_box_ > ul > li {
    position: relative;
    float: left;
    padding-bottom: 6px;
    background: url(../img/usr/box_shadow.png) center bottom no-repeat;
}
.item_box_ > ul > li > .inner_block_ {
    display: block;
    border: 1px solid #e6e6e6;
}

.item_box_ .item_col3_ > li {
    width: 353px;
    padding-bottom: 8px;
    margin-right: 10px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}
.item_box_ .item_col3_ > li:nth-of-type(3) {
    margin-right: 0;
}
.item_box_ .item_col3_ > li .desc_ {
    text-align: center;
    padding: 20px 20px 50px;
}
.item_box_ .item_col3_ > li h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: url(../img/usr/common/col3_ttl_bg.png) center bottom no-repeat;
}
.item_box_ .item_col3_ > li .txt_ {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-align: left;
}
.item_box_ .item_col3_ > li ul {
    text-align: left;
    margin-top: 20px;
}
.item_box_ .item_col3_ > li ul li {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 5px;
}
.item_box_ .item_col3_ > li ul li a {
    color: #89663c;
    text-decoration: underline;
    padding-left: 15px;
    background: url(../img/usr/common/arrow_gold_r.png) left center no-repeat;
}
.item_box_ .item_col3_ > li ul li a:hover {
    color: #6dc0e9;
}
.item_box_ .item_col4_ li {
    width: 263px;
    margin-right: 9px;

}
.item_box_ .item_col4_ li:nth-of-type(4n+0),
.item_box_ .item_col4_ li:nth-of-type(4) {
    margin-right: 0;
}
.item_box_ .item_col4_ dl {
    padding: 25px 20px 50px;
}
.item_box_ .item_col4_ dt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#top #block_of_itemhistory{
	clear: both;
	margin-bottom: 50px;
}

/* --------------------------------------------------------------------
    ユーザー定義　商品紹介
--------------------------------------------------------------------- */
.intro_box_ {
}
#top .intro_box_ {
    margin-bottom: 50px;
}
.intro_box_ .intro_category_ {
}
.intro_box_ .intro_category_ ul:after {
    content: "";
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.intro_box_ .intro_category_ li {
    cursor: pointer;
    background: #e6e6e6;
    float: left;
    width: 148px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 9px 0;
    margin-left: 7px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
#top .intro_box_ .intro_category_ li {
    width: 205px;
    margin-left: 11px;
}
.intro_box_ .intro_category_ li.active {
    background: #fff;
    font-size: 16px;  
}
.intro_box_ .intro_category_ li:first-child,
#top .intro_box_ .intro_category_ li:first-child {
    margin-left: 0;
}
.intro_box_ .inner_ {
    width: 778px;
    margin-top: -1px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#top .intro_box_ .inner_ {
    width: 1079px;
}
.intro_box_ .intro_contents_ {
    padding: 20px 0 0 18px;
}
#top .intro_box_ .intro_contents_ {
    padding: 34px 25px 14px 12px;
}
.intro_box_ .intro_contents_ ul {
    overflow: hidden;
}
.intro_box_ .intro_contents_ li {
    float: left;
    width: 235px;
    text-align: center;
    margin: 0 17px 30px 0;
}
#top .intro_box_ .intro_contents_ li {
    width: 195px;
    margin: 0 0 20px 13px;
}
.intro_box_ .intro_contents_ li:nth-of-type(3n+1) {
    clear: both;
}
#top .intro_box_ .intro_contents_ li:nth-of-type(3n+1) {
    clear: none;
}
.intro_box_ .intro_contents_ li .img_ img {
    display: block;
    width: 100%;
}
.intro_box_ .intro_contents_ h4 {
    margin-top: 8px;
}
#top .intro_box_ .intro_contents_ h4 {
    margin-top: 12px;
}


/* --------------------------------------------------------------------
    ユーザー定義　トップページ
--------------------------------------------------------------------- */
#toppage_banner_ {
    padding: 50px 0 25px 0;
    margin-bottom: 50px;
    background-image: url(../img/usr/common/toppage_banner_bg.gif), url(../img/usr/common/toppage_banner_bg.gif);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
}
#toppage_banner_ ul {
}
#toppage_banner_ ul:after {
    content: "";
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
#toppage_banner_ ul li {
    position: relative;
    float: left;
    width: 208px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 25px;
}
#toppage_banner_ ul li:nth-of-type(5n+1) {
    clear: both;
    margin-left: 0;
}
#toppage_banner_ ul li .icon_ {
    position: absolute;
    left: -4px;
    top: 6px;
    min-width: 60px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 1px 0 0 0;
    background: #2a1b18;
    z-index: 1;
}
#toppage_banner_ ul li h3 {
    margin-top: 10px;
}

/* --------------------------------------------------------------------
    ユーザー定義　トップページ
--------------------------------------------------------------------- */

#topmenu #topmenuline{
	margin-bottom: 39px;
	overflow: hidden;
}
#topmenu .topmenuitem_{
	float: left;
	width: 204px;
	border: 1px solid #e6e6e6;
	margin: 0 12.5px 15px 0;
	padding: 0 0 34px 0;
	position: relative;
}
#topmenu .topmenuitem_ a{
	text-decoration: none;
	border: none;
	outline: none;
}
#topmenu .topmenuitem_ a:hover img{
	opacity: 0.9;
}
#topmenu .topmenuitem_:last-child{
	margin: 0;
}
#topmenu .topmenuitem_ h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 24px 0 18px 0;
	padding: 0 4px 7px 4px;
	background: url(../img/usr/blm/top/topmenuline.png) center bottom no-repeat;
}
#topmenu .topmenuitem_ p{
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
#topmenu .topmenuitem_:after{
	content: url(../img/usr/blm/top/shadow.png);
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 206px;
	height: 15px;
}
#toppage_tab-products{
	clear: both;
}

/* --------------------------------------------------------------------
    ユーザー定義　今週のベスト5 人気の商品
--------------------------------------------------------------------- */
div#weeklybest5{
	margin-bottom: 40px;
}
.event_{
	clear: both;
}

/* --------------------------------------------------------------------
    ユーザー定義　イベントバナー[静的]
--------------------------------------------------------------------- */
div.event_pickup_banner_ {
    margin-bottom:30px;
    border-left:#e5e5e5 1px solid;
    border-right:#e5e5e5 1px solid;
    border-bottom:#e5e5e5 1px solid;
}
div.event_pickup_banner_ ul {
    padding:10px 0 10px 20px;
    overflow:hidden;
}
div.event_pickup_banner_ ul li {
    margin:0 10px 10px 0;
    float:left;
}
div.event_pickup_banner_ ul li a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background-color:transparent\0/;
}

/* --------------------------------------------------------------------
    ユーザー定義　フッター
--------------------------------------------------------------------- */
#footer {
    margin-top: 40px;
    background: #f7f7f7;
}
#footer #pagetop {
    width: 290px;
    margin: 0 auto;
}
#footer #pagetop a {
    height: 41px;
	padding: 20px 0 0 0;
    display: block;
    text-align: center;
    background: url(../img/usr/common/pagetop_bg2.png) center top no-repeat;
}
#footer #pagetop a span {
    color: #3c3c3c;
    font-size: 11px;
    padding-left: 20px;
    background: url(../img/usr/common/arrow_gray_t2.png) left center no-repeat;
}
#footer .inner_ {
    width: 1080px;
    margin: 0 auto;
}
#footer #footer_top {
    overflow: hidden;
    padding: 30px 0 20px 0;
}
#footernav h2 {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
}
#footernav ul {
    margin-bottom: 35px;
}
#footernav li {
    color: #3c3c3c;
    font-size: 13px;
    letter-spacing: 0.65px;
    margin-bottom: 5px;
}
#footernav li a {
    color: #3c3c3c;
}
#footernav li ul {
    margin-top: 10px;
}
#footernav li li {
    color: #3c3c3c;
    font-size: 12px;
    padding-left: 10px;
}
#footernav li li a {
    color: #3c3c3c;
    padding-left: 15px;
    background: url(../img/usr/common/arrow_gray_r2.png) left center no-repeat;
}
#footer #footer_top .footer_block1_ {
    float: left;
}
#footer #footer_top .footer_block1_inner_ {
    overflow: hidden;
    width: 485px;
}
#footer #footer_top .footer_block1_inner_ > ul {
    float: right;
}
#footer #footer_top .footer_block1_inner_ > ul:first-child {
    float: left;
}
#footer #footer_top .footer_block2_ {
    float: left;
    margin-left: 105px;
}
#footer #footer_bottom {
    overflow: hidden;
    padding: 45px 0 50px 0;
    background: #f0f0f0;
}
#footer #footer_bottom .for_custmer_ {
    float: left;
    width: 714px;
}
#footer #footer_bottom .for_custmer_ h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #808080;
}
#footer #footer_bottom .for_custmer_ p {
    color: #808080;
    font-size: 13px;
    letter-spacing: 0.65px;
    margin-bottom: 50px;
}
#footer #footer_bottom .for_custmer_ li {
    display: inline-block;
}
#footer #footer_bottom .for_custmer_ li:first-child {
    margin-right: 9px;
}
#footer #footer_bottom .for_custmer_ li dt {
    margin-bottom: 10px;
}
#footer #footer_bottom #footer_calendar {
    float: right;
}
#footer #copyright {
    background: #3c3c3c;
}
#footer #copyright .inner_ {
    display: table;
    padding: 15px 0;
}
#footer #copyright p {
    display: table-cell;
	color: #ffffff;
    font-size: 11px;
    letter-spacing: 0.55px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
#footer #copyright ul {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
#footer #copyright ul li {
    display: inline-block;
    margin-left: 12px;
}

/* --------------------------------------------------------------------
    ユーザー定義　フッター上部ディスクリプション
--------------------------------------------------------------------- */
#foot_description {
    padding: 30px 0;
    /*color: #a78f51;*/
    text-align: center;
    border: 1px solid #a78f51;
    font-size: 13px;
    margin-top: 40px;
}

/* --------------------------------------------------------------------
    上に戻るボタン
--------------------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 90px;
    right: 24px;
    font-size: 100%;     
    width:100px;   
    height:50px;
}
#page-top a {
    background: rgba(0,0,0,0.35);
    text-decoration: none;
    color: #fff;
    padding: 12px 5px;
    text-align: center;
    display: block;
    border-radius: 8px;
}
#page-top a:hover {
    text-decoration: none;
}
/* --------------------------------------------------------------------
    お気に入りボタン
--------------------------------------------------------------------- */
#favaritefloatingbtn {
  position: fixed;
  bottom: 150px;
  right: 24px;
  font-size: 100%;
  width: 100px;
  height: 66px;
  display: none;
}
#favaritefloatingbtn img:hover{
	opacity: 0.9;
	cursor: pointer;
}
#favaritefloatingbtn a {
    display: block;
}
#favaritefloatingbtn a:hover {
    text-decoration: none;
}
/* --------------------------------------------------------------------
    お問い合わせボタン
--------------------------------------------------------------------- */
#contact {
  position: fixed;
  bottom: 150px;
  right: 24px;
  font-size: 100%;
  width: 100px;
  height: 115px;
  display: none;
  text-align: center;
}
#contact img:hover{
	opacity: 0.9;
	cursor: pointer;
}
#contact a {
    display: block;
}
#contact a:hover {
    text-decoration: none;
}
#contactmodal{
	display: none;
}
.bg_{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
}
#contactmodal.fixed_{
	position: fixed;
	top: 0;
	z-index: 999;
	display: block;
	background: #fff;
	width: 317px;
	height: 370px;
	border-radius: 5px;
}
#contactmodal p{
	background: #eeeeee;
	display: block;
	font-weight: bold;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#contactmodal #tel{
	display: block;
	text-align: center;
	padding: 20px 0 21px 0;
}
#contactbtn a{
	display: block;
	text-align: center;
	margin: 20px 0 0px 0;
}
#contactbtn a:hover{
	opacity: 0.8;
}
#closebtn{
	border: 1px solid #3d3d3d;
	width: 154px;
	margin: 20px auto 0 auto;
	display: block;
	border-radius: 5px;
	height: 37px;
	line-height: 39px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	background: url(../img/usr/common/closebtn.png) 49px center no-repeat;
	text-indent: 24px;
	
}	
#closebtn:hover{
	opacity: 0.8;
	cursor: pointer;
}

/* --------------------------------------------------------------------
    会員登録ボタン
--------------------------------------------------------------------- */
#regist {
    position: fixed;
    bottom: 133px;
    right: 24px;
    font-size: 100%;     
    width: 98px;   
    height: 115px;
    display: none;
}
#regist img:hover{
	opacity: 0.9;
	cursor: pointer;
}

/* --------------------------------------------------------------------
    mainframe_に絞込み検索を移動
-------------------------------------------------------------------- */
#block_of_filter_wrap {
	margin: 30px 0;
	border: #e6e6e6 1px solid;
}
div.refine_searchbox {
    padding: 0;
    margin: 0;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
div.refine_searchbox h2 {
    padding: 10px 30px;
    margin: 0;
	border-radius: 0;
    font-size: 16px;
	font-weight: bold;
    background: #f4f2eb url(../img/filter/close.png) right center no-repeat;
    position: relative;
    cursor: pointer;
}
div.refine_searchbox h2.active {
    background: #f4f2eb url(../img/filter/open.png) right center no-repeat;
}
div.refine_searchbox h2:after,
div.refine_searchbox h2.active:after {
	display: none;
}
#block_of_filter.refine_searchbox > form {
    width: 100%;
    overflow: hidden;
    display: block;
}
#block_of_filter.refine_searchbox div.Box {
    width: auto;
    padding: 10px 0 10px 0;
	margin: 0 50px;
    border-bottom: #eeeeee 1px solid;
    float: none;
    box-sizing: border-box;
}

#block_of_filter.refine_searchbox div.Box:last-child {
    border-bottom: none;
}

#block_of_filter.refine_searchbox div.Box label {
    margin: 3px 0 0 0px;
    font-size: 12px;
}

#block_of_filter div.Box.Accordion.Close div.AccordionContents {
    display: block;
}
#block_of_filter div.Close.Accordion.Box .Inner {
	width: 100%;
	vertical-align: middle;
	display: table;
}
#block_of_filter div.Close.Accordion.Box h3 {
	width: 160px;
	vertical-align: middle;
	display: table-cell;
}
#block_of_filter div.Close.Accordion.Box h3 span.Label {
	padding-left: 12px;
	border-left: #dddddd 3px solid;
    background: none;
    cursor: default;
	display: block;
}
#block_of_filter div.Close.Accordion.Box h3 span.Label:hover {
	padding-left: 12px;
    background: none;
    color:#333;
    cursor: default;
}
.filter_image_ a img.filter_element_check_ {
	left: 13px;
	top: 13px;
}
#block_of_filter div.Close.Accordion.Box .Inner br {
	display: none;
}
#block_of_filter div.Close.Accordion.Box .Inner label {
	margin: 0 10px 10px 0;
	display: inline-block;
	cursor: pointer;
}
#block_of_filter div.Close.Accordion.Box .Inner label input {
	border: #d7d7d7 1px solid;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#block_of_filter div.Close.Accordion.Box .Inner label input[type="checkbox"]:checked:before {
    position: absolute;
    left: 2px;
    top: 13px;
    display: block;
    -webkit-box-shadow: 0 1px 1px ;
    content: "";
    width: 6px;
    height: 1px;
    background: #43c0b6;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
#block_of_filter div.Close.Accordion.Box .Inner label input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 7px;
    top: 13px;
    content: "";
    -webkit-box-shadow: 0 1px 1px ;
    width: 13px;
    height: 1px;
    background: #43c0b6;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

#block_of_filter #div_filter2 .Inner label {
	width: 65px;
	padding-top: 55px;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 9px;
	color: #333333;
	position: relative;
}
#block_of_filter #div_filter2 .Inner label input {
	display: none;
}
#block_of_filter #div_filter2 .Inner label.red {
	background: url(../img/filter/color/red.png) top center no-repeat;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.pink {
	background: url(../img/filter/color/pink.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.orange {
	background: url(../img/filter/color/orange.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.orange {
	background: url(../img/filter/color/orange.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.yellow {
	background: url(../img/filter/color/yellow.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.green {
	background: url(../img/filter/color/green.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.blue {
	background: url(../img/filter/color/blue.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.purple {
	background: url(../img/filter/color/purple.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.white {
	background: url(../img/filter/color/white.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.beige {
	background: url(../img/filter/color/beige.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.brown {
	background: url(../img/filter/color/brown.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.black {
	background: url(../img/filter/color/black.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.goldsilver {
	background: url(../img/filter/color/goldsilver.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
	letter-spacing: -3px;
}
#block_of_filter #div_filter2 .Inner label.gray {
	background: url(../img/filter/color/gray.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.multi {
	background: url(../img/filter/color/multi.png) top center no-repeat;
	-webkit-background-size: 50px 50px; background-size: 50px 50px;
}
#block_of_filter #div_filter2 .Inner label.active::after {
	content: '';
	width: 22px;
	height: 22px;
	background: url(../img/filter/filter_check.png) top center no-repeat;
	-webkit-background-size: 22px 22px; background-size: 22px 22px;
	position: absolute;
	top: 14px;
	left: 22px;
}
#block_of_filter .submit_button_ {
	margin: 45px 0;
	text-align: center;
}
#block_of_filter .clear_btn_ {
	width: 178px;
	height: 38px;
	margin: 0 10px;
	border: #dcdcdc 1px solid;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	background: #ffffff url(../img/filter/i_clear.png) 45px center no-repeat;
	-webkit-background-size: 9px 9px; background-size: 9px 9px;
	display: inline-block;
	cursor: pointer;
}
#block_of_filter .submit_button_ input {
	width: 180px;
	height: 40px;
	margin: 0 10px;
	line-height: 40px;
	border: none;
	color: #ffffff;
	font-size: 14px;
	background: #43c0b6 url(../img/filter/i_search.png) 45px center no-repeat;
	-webkit-background-size: 16px 16px; background-size: 16px 16px;
	display: inline-block;
	cursor: pointer;
}

div.weeklybest5{
	margin-bottom: 40px;
}
/* --------------------------------------------------------------------
   おすすめコンテンツ・商品、新着情報エリア枠
--------------------------------------------------------------------- */

#block_of_top_body {
	width: 100%;
	overflow:hidden;
}

#top_body_recommend {
	width: 535px;
	float: left;
}

#block_of_top_body .item_box_ .item_col4_ li:nth-of-type(2) {
    margin-right: 0;
}

.newslist_ {
	width: 510px;
	float: right;
}

div.newslist_ .newslist_body_ ul {
	height: 320px;
	min-height: 320px;
	overflow: auto;
}


div.newslist_ .newslist_body_ ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #e6e6e6;
}

div.newslist_ .newslist_body_ ul li span.day {
	font-weight: bold;
	font-size: 0.8em;
}

div.newslist_ .newslist_body_ ul li p {
	padding-top: 3px;
	font-size: 12px;
}
#block_of_topic {
	clear: both;
}

/* --------------------------------------------------------------------
   visumo
--------------------------------------------------------------------- */
div.top_instagram_frame_ p.visumotop_comment {
	font-size: 12px;
	padding: 0 20px 20px;
}
div.top_instagram_frame_ .instagram_link_btn_ {
	padding: 20px 0 50px;
}
div.top_instagram_frame_ .instagram_link_btn_ a {
	display: block;
	width: 336px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #43c0b6;
	border-radius: 4px;
	color: #43c0b6;
	font-weight: bold;
}
div.top_instagram_frame_ .ecbn-selection-wrapper {
	position: relative;
}
div.top_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
	overflow-x: visible !important;
}
div.top_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-slider-view {
	overflow-x: hidden;
}
div.top_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-slider-prev {
	left: -47px;
}
div.top_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-slider-next {
	right: -47px;
}
div.top_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-footer2 {
	position: absolute;
	right: -55px;
	bottom: -115px;
	margin: 0;
}

div.goods_instagram_frame_ p.visumotop_comment {
	font-size: 12px;
	padding: 0 20px 20px;
}
div.goods_instagram_frame_ .instagram_link_btn_ {
	padding: 20px 0 50px;
}
div.goods_instagram_frame_ .instagram_link_btn_ a {
	display: block;
	width: 336px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #43c0b6;
	border-radius: 4px;
	color: #43c0b6;
	font-weight: bold;
}
div.goods_instagram_frame_ .ecbn-selection-wrapper {
	position: relative;
}
div.goods_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
	overflow-x: visible !important;
}
div.goods_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-slide-wrapper .ecbn-selection-slider-view {
	overflow-x: hidden;
}
div.goods_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-slider-prev {
	left: -47px;
}
div.goods_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-slider-next {
	right: -47px;
}
div.goods_instagram_frame_ .ecbn-selection-wrapper .ecbn-selection-footer2 {
	position: absolute;
	right: -55px;
	bottom: -115px;
	margin: 0;
}

/* --------------------------------------------------------------------
   追加ページャー
--------------------------------------------------------------------- */
#add_pager_set {
	width: 1080px;
	margin: 0 auto;
}
#add_pager_set .tt_link_ {
	margin: 90px 0;
	text-align: center;
}
#add_pager_set .tt_link_ a {
	padding: 0 60px 0 100px;
	display: inline-block;
	font-size: 16px;
	line-height: 56px;
	background: #333 url(../img/usr/freepage/tabletalk/tt_white_arrow.png) left 65px center no-repeat;
	color: #FFF;
}
#add_pager_set .content_ttl_head_ {
	margin-bottom: 25px;
	text-align: center;
	font-size: 24px;
	font-family: "Questrial", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#add_pager_set .tt_bottom_frame_ {
	background: #f9f9f9;
	padding: 60px 0;
	overflow: hidden;
}
#add_pager_set .bottom_frame_left_ {
	float: left;
	width: 50%;
	height: 135px;
	text-align: center;
}
#add_pager_set .bottom_frame_left_ .content_ttl_ {
	font-family: "Questrial", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 36px 0 0;
	font-size: 24px;
}
#add_pager_set .bottom_frame_left_ .content_ttl2_ {
	font-family: "游明朝", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	padding: 30px 0 36px;
}
#add_pager_set .bottom_frame_right_ {
	float: right;
	width: 50%;
	height: 135px;
	padding: 0 100px;
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #dedede;
}
#catalog_page + #add_pager_set .bottom_frame_right_{
	height: auto;
}
#add_pager_set .bottom_frame_right_ .content_link_ {
	text-align: left;
	line-height: 27px;
}
#add_pager_set .bottom_frame_right_ .content_link_ a {
	background: url(../img/usr/freepage/tabletalk/tt_link_arrow.png) left center / 11px auto no-repeat;
	padding-left: 28px;
}
#add_pager_set .tt_btn_frame_ {
	margin: 60px 0 0;
	padding: 0 0 60px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
#add_pager_set .tt_btn_frame_ .prev_btn_link_ {
	background: #f9f9f9;
	float: left;
	width: 160px;
}
#add_pager_set .tt_btn_frame_ .prev_btn_link_ a {
	display: block;
	background: url(../img/usr/freepage/tabletalk/tt_prev.png) left 38px top 18px / 25px auto no-repeat;
	line-height: 48px;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-left: 30px;
	font-family: "Lora", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#add_pager_set .tt_btn_frame_ .next_btn_link_ {
	background: #f9f9f9;
	float: right;
	width: 160px;
}
#add_pager_set .tt_btn_frame_ .next_btn_link_ a {
	display: block;
	background: url(../img/usr/freepage/tabletalk/tt_next.png) right 38px top 18px / 25px auto no-repeat;
	line-height: 48px;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-right: 30px;
	font-family: "Lora", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#add_pager_set .tt_sns_frame_ {
	margin: 40px auto;
	width: 210px;
	overflow: hidden;
}
#add_pager_set .tt_sns_frame_ .sns_link_ {
	width: 32px;
	height: 32px;
	margin-right: 27px;
	float: left;
}
#tabletalk .tt_inner .tt_sns_frame_ .sns_link_:last-child {
	margin-right: 0;
}
#tabletalk .tt_inner .tt_sns_frame_ .sns_link_ a {
	display: block;
	width: 100%;
	height: 100%;
}
#add_pager_set .tt_sns_frame_ .sns_link_.facebook_ {
	background: url(../img/usr/freepage/tabletalk/sns_facebook.png) center center / auto 30px no-repeat;
}
#add_pager_set .tt_sns_frame_ .sns_link_.twitter_ {
	background: url(../img/usr/freepage/tabletalk/sns_twitter.png) center center / auto 30px no-repeat;
}
#add_pager_set .tt_sns_frame_ .sns_link_.instagram_ {
	background: url(../img/usr/freepage/tabletalk/sns_instagram.png) center center / auto 30px no-repeat;
}
#add_pager_set .tt_sns_frame_ .sns_link_.line_ {
	background: url(../img/usr/freepage/tabletalk/sns_line.png) center center / auto 30px no-repeat;
}

/* --------------------------------------------------------------------
	動画埋め込み パターン１
--------------------------------------------------------------------- */
.movieframe01 {
	margin-bottom: 69px;
}
.movieframe01 .movieframe_inner {
	width: 100%;
	overflow: hidden;
}
.movieframe01 .movieframe_inner p{
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 16px;
}
.movieframe01 .movieframe_inner .movie_item {
	float: left;
	width: 375px;
}
.movieframe01 .movieframe_inner .movie_item iframe{
	width: 100%;
}
.movieframe01 .movieframe_inner .movie_item:last-child {
	float: right;
}
.movieframe01 .movieframe_inner .text_item {
	padding: 136px 0 0 20px;
	font-size: 16px;
	line-height: 26px;
	float: left;
	vertical-align: middle;
	width: 375px;
}

/* --------------------------------------------------------------------
    ユーザー定義　色から選ぶ
--------------------------------------------------------------------- */
#tablecross_basiccolor{
	margin-top: 35px;
}
#tablecrosscolor p{
	color: #292929;
	font-size: 14px;
	line-height: 1.8;
}
#tablecrosscolor h2{
	background: url(../img/usr/freepage/color/bar.png) 7px top no-repeat;
	border-bottom: 1px solid #6b7473;
	font-size: 24px;
	color: #292929;
	margin-bottom: 13px;
	font-weight: bold;
	padding: 0 30px 10px;
	display: block;
	line-height: 1;
}
#tablecrosscolor h3{
	background: url(../img/usr/freepage/color/mark.png) 3px 45% no-repeat;
	font-size: 18px;
	color: #583209;
	font-weight: bold;
	padding: 0px 20px;
	display: block;
	margin-top: 30px;
	margin-bottom: 13px;
	line-height: 1;
}
#tablecrosscolor .tablecross_item_{
	overflow: hidden;
}
#tablecrosscolor .pict_{
	width: 375px;
	margin-top: 13px;
	float: left;
	text-align: center;
}
#tablecrosscolor .pict_ a:hover span{
	color: #8acded;
}
#tablecrosscolor .pict_ span{
	margin-top: 3px;
	color: #6c6c6c;
	display: block;
}
#tablecrosscolor .pict_ + .pict_{
	float: right;
}

#tablecrosscolor.pict_ + .pict_{
	float: right;
}
#tablecrosscolor .btn_{
	clear: both;
  border: 1px solid #43c0b6;
  border-radius: 5px;
  color: #43c0b6;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin: 20px auto 0 auto;
  color: #494949;
  text-decoration: none;
	display: block;
  width: 250px;
}
#tablecrosscolor .btn_ a{
	display: block;
  padding: 8px 0 8px 0;
}
#tablecrosscolor .btn_ a:hover{
	opacity: 0.8;
}
#tablecrosscolor .tablecross_item_comment_{
	width: 350px;
	float: left;
}
#tablecrosscolor .tablecross_item_pict_{
	width: 383px;
	float: right;
}
#tablecross_season,.tablecross_item_{
	margin-bottom: 45px;
}
#fp_color .imagelist2col li span{
	display: block;
	padding-top: 5px;
	text-align: center;
}
#fp_color .section1 ul li{
	display: none;
}
#fp_color .section1 ul li:nth-of-type(1){
	display: block;
}
#fp_color .section1 .bx-wrapper ul li{
	display: block;
}
#fp_color .htext{
  background: url(../img/usr/freepage/color/bar.png) 7px top no-repeat;
  border-bottom: 1px solid #6b7473;
  font-size: 24px;
  color: #292929;
  margin-bottom: 13px;
  font-weight: bold;
  padding: 0 30px 10px;
  display: block;
  line-height: 1;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#fp_color #tablecrosscolor .tablecross_item_pict_:before {
    content: "";
    clear: both;
    display: block;
}
#tablecross_selectcolor h2{
	background: url(../img/usr/freepage/color/bar.png) 7px top no-repeat;
	border-bottom: 1px solid #6b7473;
	font-size: 24px;
	color: #292929;
	margin-bottom: 13px;
	font-weight: bold;
	padding: 0 30px 10px;
	display: block;
	line-height: 1;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --------------------------------------------------------------------
    ユーザー定義　テーブルクロスTOP特集追加
--------------------------------------------------------------------- */
div#tablecrosslinklisttitle{
	margin-bottom: 20px;
}	
ul#tablecrosslinklist{
	overflow: hidden;
	margin-bottom: 40px;
}
ul#tablecrosslinklist li{
	margin-right: 14px;
	float: left;
	position: relative;
}
ul#tablecrosslinklist li a:hover img{
	opacity: 0.8;
}
ul#tablecrosslinklist li:last-of-type{
	margin-right: 0;
}
ul#tablecrosslinklist + p.genre_top_comment_desc{
	margin-top: 30px;
}
ul#tablecrosslinklist li div.tablecrosslinklisttext_{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: 60px;
	font-weight: bold;
	display: flex;
  justify-content: left;
  align-items: center;
}
ul#tablecrosslinklist li p{
	padding: 5px 10px 0 10px;
	font-size: 15px;
	line-height: 1.1;
}
ul#tablecrosslinklist li p span{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	margin-bottom: 3px;
	letter-spacing: -0.8px;
}
ul#tablecrosslinklist li:nth-of-type(1) div.tablecrosslinklisttext_{
	background: rgba(0,0,0,0.8);
}
ul#tablecrosslinklist li:nth-of-type(2) div.tablecrosslinklisttext_{
	background: rgba(154,36,36,0.8);
}
ul#tablecrosslinklist li:nth-of-type(3) div.tablecrosslinklisttext_{
	background: rgba(62,138,51,0.8);
}
ul#tablecrosslinklist li:nth-of-type(4) div.tablecrosslinklisttext_{
	background: rgba(67,132,198,0.8);
}

ul#tablecrosslinklist + div.h2_list_text_{
	margin-bottom: 0;
}
 
p.genre_top_comment_desc + .genre_top_comment_ + p.genre_top_comment_desc{
	margin-bottom: 40px;
}