@charset "utf-8";

/* Universal reset
----------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    font-style: normal;
}

html {
    overflow-y: scroll;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}


caption {
    text-align: left;
}

th {
    vertical-align: top;
    font-weight: normal;
}

td {
    vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}


a,
area,
input {
    outline: none;
}

img {
    border: none;
    vertical-align: bottom;
}

a img {
    border: none;
}

li {
    list-style: none;
}

hr {
    border: none;
    border-top: 1px solid #d7d3c5;
}
hr.dotted {
    border-top: 1px dotted #d7d3c5;
}



/* Body setting
----------------------------------------------------------- */
body {
    color: #333;
    background: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: left;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    position: relative;
}


/* Link setting
----------------------------------------------------------- */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}


a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* HTML5 tag {display:block;}
----------------------------------------------------------- */
header,
footer,
nav,
section,
article,
figure,
aside {
    　display:block;
}

/* clearfix
----------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
----------------------------------------------------------- */

.alignL {text-align: left !important;}
.alignR {text-align: right !important;}
.alignC {text-align: center !important;}

.vaT {vertical-align: top !important;}
.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}

.floatL {float: left;}
.floatR {float: right;}
.floatN {float: none;}

.txt50 {font-size: 50% !important;}
.txt60 {font-size: 60% !important;}
.txt70 {font-size: 70% !important;}
.txt80 {font-size: 80% !important;}
.txt90 {font-size: 90% !important;}
.txt100 {font-size: 100% !important;}
.txt110 {font-size: 110% !important;}
.txt120 {font-size: 120% !important;}
.txt130 {font-size: 130% !important;}
.txt140 {font-size: 140% !important;}
.txt150 {font-size: 150% !important;}
.txt160 {font-size: 160% !important;}
.txt170 {font-size: 170% !important;}
.txt180 {font-size: 180% !important;}
.txt200 {font-size: 200% !important;}
.txt240 {font-size: 240% !important;}
.txt320 {font-size: 320% !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

/* タイトル
----------------------------------------------------------- */
.ttlEn{
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1em;
    border-bottom: 1px dashed #000000;
    margin: 8px 0 10px 0;
    padding: 0 0 3px 0;
}

/* リンク
----------------------------------------------------------- */
.linkArrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
    margin-top: 35px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}

.linkArrow:before{
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

/* 右タブバナー
----------------------------------------------------------- */
#tab_bnr_right2 {
    position: fixed;
    top: -40px;
    right: 0;
    z-index: 1;
    z-index: 100000 !important;
}

/* 左バナー
----------------------------------------------------------- */
#leftBnrWrap{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
#leftBnrWrap2{
    position: fixed;
    height: 100%;
    left: 0;
    top: -35px;
    display: block !important;
    /*display: none !important;*/
}


/* コンテンツ
----------------------------------------------------------- */

#indexWrap{
    width: 1060px;
    margin: 0 auto;
    padding-top: 18px;
}

/* PRIZE */
#prizeWrap{
    /*width: 418px;*/
    width: 523px;
    float: left;
}

#prize{
    background: #cc0001;
    padding: 10px;
    position: relative;
}

#prize p{
    color: #fff;
    /*font-size: 11px;*/
    line-height: 15px;
    /*font-weight: bold;*/
    /*margin-bottom: 12px;*/
    margin-bottom: 8px;
}

#prize p .bold{
    font-weight: bold;
}


#prize .btn {
    width: 220px;
    margin-bottom: 0;
}

#prize .btn a {
    display: block;
    width: 290px;
    /* 2017soy width: 240px;*/
    padding: 8px 0;
    font-size: 11px;
    text-align: center;
    color: #cc0001;
    background: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

#prize .btn a:hover {
    display: block;
    color: #fff;
    background: #e3bb1b;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration:  none;
}

.rogoPrize{
    position: absolute;
    top: 10px;
    right: 112px;
    height: 92px;
}

.rogoPrize2{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 92px;
}

/* 2017soy
.rogoPrize{
	position: absolute;
	top: -20px;
	right: 116px;
}

.rogoPrize2{
	position: absolute;
	top: -20px;
	right: 5px;
}
*/

/*
.rogoPrize,
.rogoPrize2{
	-moz-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	-ms-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	-o-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	-webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.3));
}
*/


/* NEWS */
#newsWrap{
    /*width: 630px;*/
    width: 525px;
    float: right;
}

#news{
    padding: 0;
    border: 1px solid #000000;
    height: 112px;
    box-sizing: border-box;
    overflow-y: scroll;

}

#news li{
    padding: 10px 0 10px 39px;
}

#news li:first-child{
    padding: 0 0 10px 10px;
}

#news li:nth-of-type(odd){
    background: #fff;
}

#news li:nth-of-type(even){
    background: #f0f0f0;
}

#news .newNews{
    color: #fff;
    background: #cc0000;
    padding: 3px;
    margin-left: 10px;
}

#news li:nth-of-type(1),
#news li:nth-of-type(2),
#news li:nth-of-type(3),
#news li:nth-of-type(4),
#news li:nth-of-type(5){
    padding: 6px 0 6px 10px;
}

#news li:nth-of-type(1):before,
#news li:nth-of-type(2):before,
#news li:nth-of-type(3):before,
#news li:nth-of-type(4):before,
#news li:nth-of-type(5):before{
    /*content: "NEW";
    font-size:10px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin:0 0;
    color: #fff;
    background: #cc0000;
    padding: 2px;
    margin-right: 10px;*/
    /*position: absolute;
    top: 0;
    left: 0;*/
    content: "NEW";
    font-size:8px;
    padding: 0px 3px 0px 3px;
    display: inline-block;
    box-sizing: border-box;
    transform: scale(1);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform-origin:0 0;
    font-family: Arial;
    background: #cc0000;
    color: #fff;
    position:  relative;
    top: 2px;
}

#news a{
    font-size: 11px;
}

#news .newsDate{
    border-right: 1px solid #000000;
    margin-right: 10px;
    padding-right: 8px;
    font-size: 10px;
    line-height: 11px;
    display: inline-block;
    min-width: 51px;
}


/* NEW ITEM */

#newItemWrap{
    height: 269px;
    position: relative;
}


#newItemWrap .bx-wrapper img {
    width: 204px;
    display: block;
}

#newItemWrap .bx-wrapper .bx-viewport {
    display: block;
    width: 1060px !important;
    height: 250px !important;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow: hidden;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

#newItemWrap .itemTxtBox{
    margin-top: 10px;
}

#newItemWrap .newIcon{
    float: left;
    font-size: 10px;
    color: #fff;
    background: #cc0000;
    padding: 4px 8px;
    margin-right: 10px;
}

#newItemWrap .newItemTxt{
    float: left;
}

#newItemWrap .newItemTxt dt{
    font-size: 12px;
    line-height: 1.0;
}

a:hover .newItemTxt dt{
    text-decoration: underline;
}



#newItemWrap .newItemTxt dd{
    font-size: 10px;
}

#newItemWrap #newitem_sliderWrap{
    height: 240px;
}

/**bx-slider CUSTOM BUTTON**/


#newitem_sliderWrap #prev_btn2 {
    display: block;
    width: 9px;
    height: 15px;
    box-sizing: border-box;
    background: url(../images/index/img_prev.png) no-repeat 0 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 115px;
    left: -18px;
    z-index: 9999;
    opacity: 1;
    text-indent: -9999px;
}

#newitem_sliderWrap #prev_btn2 a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 3px 0 0 6px;
    margin: 0;
    color: #ffffff !important;
    text-decoration: none !important;
}

#newitem_sliderWrap #next_btn2 {
    display: block;
    width: 9px;
    height: 15px;
    box-sizing: border-box;
    background: url(../images/index/img_next.png) no-repeat 0 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 115px;
    right: -18px;
    z-index: 9999;
    opacity: 1;
    text-indent: -9999px;
}

#newitem_sliderWrap #next_btn2 a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 3px 0 0 7px;
    margin: 0;
    color: #ffffff !important;
    text-decoration: none !important;
}
#news li:nth-of-type(1), #news li:nth-of-type(2), #news li:nth-of-type(3), #news li:nth-of-type(4), #news li:nth-of-type(5) {
    padding: 10px 0 10px 10px;
}


/* RANKING */
.tabs li{
    float: left;
    width: 122px;
    border: 1px solid #000;
    border-bottom: 0;
    margin-right: 12px;
    text-align: center;
    box-sizing: border-box;
}
.tabs li:last-child{
    margin-right: 0;
}

.tabs li:hover,
.tabs li.active{
    background: #000;
    color: #fff;
}

.tabs li:hover a,
.tabs li.active a{
    color: #fff;
    text-decoration: none;
}

.tabs li a{
    display: block;
    width: 122px;
    padding: 5px 0;
}

.tabsCon a:hover{
    text-decoration: none;
}

.tabCon{
    border: 1px solid #000;
    padding: 9px;
    height: 238px
}

.tabCon a:hover{
    text-decoration: none;
}

.tabCon ul{
    width: 1040px;
}

.tabCon li{
    float: left;
    width: 200px;
    margin-right: 10px;
}

.tabCon li:last-child{
    margin-right: 0;
}

.tabCon li img{
    width: 200px;
}

.txtRank{
    padding-left: 50px;
    margin-top: 10px;
}

.txtRank dt{
    font-size: 12px;
    line-height: 13px;
}

a:hover .txtRank dt{
    text-decoration: underline;
}


.txtRank dd{
    font-size: 10px;
}

.txtRank.no1{
    background: url(../images/index/img_no1.png) no-repeat 0 0;
}

.txtRank.no2{
    background: url(../images/index/img_no2.png) no-repeat 0 0;
}

.txtRank.no3{
    background: url(../images/index/img_no3.png) no-repeat 0 0;
}

.txtRank.no4{
    background: url(../images/index/img_no4.png) no-repeat 0 0;
}

.txtRank.no5{
    background: url(../images/index/img_no5.png) no-repeat 0 0;
}

/* RECOMMEND ITEM */

.recoCol2 li dl,
.recoCol3 li dl{
    margin-top: 10px;
    padding: 0 20px;
    border-left: 1px solid #000;
}

.recoCol2 li dl dt,
.recoCol3 li dl dt{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.recoCol2 li dl .recoPrice,
.recoCol3 li dl .recoPrice{
    margin-top: 5px;
    font-size: 10px;
}

.recoCol2 a:hover,
.recoCol3 a:hover{
    text-decoration: none;
}

.recoCol2 a:hover .recoPrice,
.recoCol3 a:hover .recoPrice{
    text-decoration: underline;
}

.recoCol2 li{
    width: 525px;
}

.recoCol2 li img{
    width: 525px;
    display: block;
}


.recoCol3 li{
    width: 346px;
    float: left;
    margin-right: 11px;
}

.recoCol3 li:last-child{
    margin-right: 0;
}

.recoCol3 li img{
    width: 346px;
    display: block;
}

/* CATEGORY */

#cateConWrap{
}

.cateCon{
    float: left;
    width: 525px;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}

.cateCon:nth-of-type(even){
    float: right;
}

.cateConTop{
    /*width: 505px;*/
    margin-bottom: 10px;
}

.cateConLeft{
    width: 195px;
    float: left;
}

.cateConLeft .ttlCate{
    background: #000;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 2px 0;
}

.cateConLeft ul{
    width: 50%;
    float: left;
    height: 90px;
}

.cateConLeft ul.line1{
    width: 100%;
    float: none;
    height: 90px;
    /*height: 85px*/
}


.cateConLeft ul li{
    font-size: 10px;
}

.cateConLeft .linkArrow{
    font-size: 10px;
}

.imgCateMain{
    float: right;
    width: 298px;
}

.cateConBot {
    /*width: 505px;*/
}

.cateConBot li{
    float: left;
    width: 92px;
    margin-right: 10px;
}

.cateConBot li:first-child{
    margin-left: 1px;
    margin-right: 11px;
}

.cateConBot li:last-child{
    margin-right: 0;
}

.cateConBot li img{
    width: 93px;
}

/* slick slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next{
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 18px;
    height: 18px;
    padding: 0;
    /*-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    /*color: transparent;
    outline: none;
    background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    /*opacity: .25;*/
}

.slick-prev:before,
.slick-next:before{
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important;
    font-size: 12px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: -25px;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.cateConBot:hover .slick-prev{
    left: 10px;
    background: #000;
    opacity: 1;
}

[dir='rtl'] .slick-prev{
    right: 5px;
    left: auto;
}
.slick-prev:before{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next{
    right: -25px;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.cateConBot:hover .slick-next{
    right: 10px;
    background: #000;
    opacity: 1;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: 5px;
}
.slick-next:before{
    content: '>';
}
[dir='rtl'] .slick-next:before{
    content: '←';
}




/* INFORMATION */

#infoLeft{
    width: 525px;
    float: left;
}

#infoLinkBox{

}

#infoLinkBox li{
    float: left;
    width: 256px;
    border: 1px solid #000;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#infoLinkBox li:nth-of-type(9),
#infoLinkBox li:nth-of-type(10){
    margin-bottom: 0;
}

#infoLinkBox li a{
    display: block;
    width: 256px;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    font-weight: bold;
}

#infoLinkBox li:hover{
    display: block;
    background: #000;

}

#infoLinkBox li:hover a{
    color: #fff;
    text-decoration: none;
}

#infoLinkBox li:nth-of-type(even){
    float: right;
}

#infoRight{
    float: right;
    width: 525px;
}

/**カレンダー**/

#calWrap{
    width: 203px;
    float: right;
}

#calWrap .calMonth{
    display: table;
    margin-bottom: 10px;
}

#calWrap #date {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 1em;
    display: table-cell;
    vertical-align: bottom;
    padding-right: 10px;
}

#calWrap #month {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 12px;
    display: table-cell;
    vertical-align: bottom;
    top: -1px;
    position: relative;
}

#calWrap #calender {
    display: table;
    width: 200px;
    height: auto;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #000000;
    padding: 0;
    clear: both;
    margin-bottom: 10px;
}

#calWrap #calender tr {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#calWrap #calender tr th {
    border-collapse: collapse;
    padding: 4px 0 2px 0;
    margin: 0;
    text-align: center !important;
    font-size: 11px;
    font-weight: bold;
}

#calender tr td {
    border-collapse: collapse;
    padding: 5px 0 5px 0;
    margin: 0;
    text-align: center !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#calWrap .holiday {
    background-color: #dddddd;
}

#calWrap .holiday2 {
    background-color: #FFC6C6;
}

#calWrap #square {
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: left;
    background-color: #dddddd;
}

#calWrap #square2 {
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: left;
    background-color: #FFC6C6;
}

#calWrap #note_name {
    font-size: 10px;
    font-weight: normal !important;
    line-height: 1em;
    color: #000000;
    margin: 0 0 3px 3px;
    float: left;
}

#calWrap #note2_name {
    font-size: 10px;
    font-weight: normal !important;
    line-height: 1em;
    color: #000000;
    margin: 0 0 3px 3px;
    float: left;
}

#calWrap #note {
    font-size: 10px;
    font-weight: normal !important;
    line-height: 1em;
    color: #000000;
    margin-bottom: 5px;
    clear: both;
}

#calWrap #note2 {
    font-size: 10px;
    font-weight: normal !important;
    line-height: 1em;
    color: #000000;
    margin: 0;
    clear: both;
}

/**よくある質問footer固定リンク**/

#to_qa {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #14bbdf;
    color: #fff;
    z-index: 2147483647;
    cursor: pointer;
    border: none;
}

a#to_qa:hover img {
    opacity: 1;
}

/*----170616追記 ss用左バナー----*/

#left_back {
    display: block;
    position: absolute;
    left: 0;
    width: 80px;
    height: 100%;
    background-image: url(../images/p10_ribbon_bnr_4h.jpg);
    background-repeat: repeat-y;
    background-attachment:scroll;
    background-position: left top;
}

#left_back2 {
    display: block;
    position: absolute;
    left: 0;
    width: 80px;
    height: 100%;
    background-image: url(../images/entry_p10_ribbon.jpg);
    background-repeat: repeat-y;
    background-attachment:scroll;
    background-position: left top;
}

#left_back3 {
    display: block;
    position: absolute;
    left: 0;
    width: 80px;
    height: 100%;
    background-image: url(../images/entry_p10_ribbon.jpg);
    background-repeat: repeat-y;
    background-attachment:scroll;
    background-position: left top;
}

#left_back4 {
    display: block;
    position: absolute;
    left: 0;
    width: 80px;
    height: 100%;
    background-image: url(../images/ss_ribbon_bnr_1202.jpg);
    background-repeat: repeat-y;
    background-attachment:scroll;
    background-position: left top;
}

/*----171115追記 NEWITEM用商品名省略----*/

.newItemTxt dt {
    width: 153px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*----180105追記 RANKING用商品名省略----*/

.txtRank dt {
    width: 153px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
