@charset "UTF-8";

#return2 {
    display: block;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd{
    margin: 0; padding: 0; font-weight:normal; font-size: 100%;
    font-family: 'ヒラギノ角ゴPro W3','Hiragino kaku Gothic Pro','ヒラギノ角ゴシック W3','Hiragino Sans W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    word-wrap:break-word !important;
} 

.grayLine {
    display: block;
    height: 1px;
    background-color: #DCDFE4;
    border: 0;
    margin-bottom: 12px;
}

img{ border: none; max-width: 100%}

body{ -webkit-text-size-adjust: none; color: #3F444B; }
body { >font-size : +1;}

.no-wrap {
    display: inline-block;
    padding-top: 2px;
}

/* clearfix */
.clfix{ zoom:1}
.clfix:before, .clfix:after{ content: ""; display: block;}
.clfix:after{ clear: both;}

/* link */
a:link, a:visited{ text-decoration: none}
/* a:hover, a:active{ color: #C00} */
.textLink {
    color: #015BC3; text-decoration: none
}
.textLink:hover {
    text-decoration: underline;
}

/* text */
.font_10em {font-size: 100%;}
.font_12em {font-size: 120%;}
.font_13em {font-size: 130%;}
.font_14em {font-size: 140%;}
.font_15em {font-size: 150%;}
.font_16em {font-size: 160%;}
.font_17em {font-size: 170%;}
.font_18em {font-size: 180%;}
.font_19em {font-size: 190%;}
.font_20em {font-size: 200%;}
.font_large {font-size: large;}

.mb_40 {margin-bottom: 40px !important;}

.green {color: #009966 !important;}
.red {color: #009966 !important;}
.bold {font-weight: bold !important;}
.txt_c {text-align: center !important; }
.txt_l {text-align: left !important; }
.txt_r {text-align: right !important; }

select::-ms-expand { display: none;}

/* float */
.fl_l {float: left !important;}
.fl_r {float: right !important;}

/* border */
.border { border-top: 1px dotted #cccccc !important; width:100% !important;}

@media screen and (min-width: 1281px) {
    .container {
        width: 1280px;
    }
    .result {
        width: 880px;
    }
    .left_box {
        margin-left: 6%;
    }
    #resultList .rightmost {
        padding: 0;
    }
    .itemDetailArea {
        width: 880px;
    }
    .detailItemDescription {
        width: 432px;
    }
    .buyArea {
        margin-left: 620px;
    }
    .shortDisplay {
        display: none;
    }
    .wideDisplay {
        display: inline-block;
        width: 880px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="0"] {
        left: 376px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="1"] {
        left: 336px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="2"] {
        left: 280px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="3"] {
        left: 222px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="4"] {
        left: 174px;
    }
    .searchHistory {
        margin-left: 7.5%;
    }
    .itemOption {
        width: 442px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 970px;
    }
    .result {
        width: 708px;
    }
    .itemDetailArea {
        width: 708px;
    }
    .detailItemDescription {
        width: 240px;
    }
    .buyArea {
        margin-left: 448px;
    }
    .wideDisplay {
        display: none;
    }
    .shortDisplay {
        display: inline-block;
        width: 708px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="0"] {
        left: 290px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="1"] {
        left: 250px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="2"] {
        left: 194px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="3"] {
        left: 136px;
    }
    .static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="4"] {
        left: 88px;
    }
    .searchHistory {
        margin-left: 2.2%;
    }
    .itemOption {
        width: 288px;
    }
    .limited {
        max-width: 256px;
    }
}

.container {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}

.result {
    float: left;
    display: inline-block;
    margin-bottom: 92px;
}

.itemList_title {
    margin-left:10px;
}

.humberger {
    top: -12px;
    position: absolute;
    height: 30px;
    width: 40px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #69717C;
    border-radius: 4px 0 0 4px;
    background-color: #FFFFFF;
    right: 376px;
}

.humberger div {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 18px;
    background-color: #DCE0E4;
    display: inline-block;
    box-sizing: border-box;
}

.humberger div:nth-of-type(1) {
    top: 6px;
}

.humberger div:nth-of-type(2) {
    top: 12px;
}

.humberger div:nth-of-type(3) {
    top: 18px;
}

.card {
  position: absolute;
  top: -12px;
  height: 30px;
  width: 40px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #69717C;
  border-radius: 0 4px 4px 0;
  background-color: #FFFFFF;
  right: 336px;
}

.card div {
  position: absolute;
  height: 7px;
  width: 8px;
  background-color: #DCE0E4;
  display: inline-block;
  box-sizing: border-box;
}

.card div:nth-of-type(1) {
  top: 6px;
  left: 10px;
}

.card div:nth-of-type(2) {
  top: 15px;
  left: 10px;
}

.card div:nth-of-type(3) {
  top: 6px;
  left: 20px;
}

.card div:nth-of-type(4) {
  top: 15px;
  left: 20px;
}

.resultCount .humberger:hover,
.resultCount .card:hover {
    background-color: #F3F4F6;
}

.resultCount .humberger:hover div,
.resultCount .card:hover div {
    background-color: #C6CBD3;
}

.container .result #resultCount .zerodisplay {
    opacity:0.3;
    pointer-events: none;
}

.resultCount .selected {
    background-color: #69717C;
}

.resultCount .selected div {
    background-color: #FFFFFF;
}

.resultCount .selected:hover {
    background-color: #545A63;
}
.resultCount .selected:hover div {
    background-color: #FFFFFF;
}

.selectDisplay {
    position: absolute;
    top: -12px;
    display: inline-block;
    right: 200px;
}

.displaySelect {
    width: 120px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 14px;
    border:1px solid #999;
    padding: 4px 0 4px 12px;
    line-height: 1.1em;
    border-radius: 4px;
    background-image: url(/commons/widget/images/arrow2.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    background-color: #FFFFFF;
}

.sort {
    position: absolute;
    top: -12px;
    display: inline-block;
    right: 0px;
}

.selectSort {
    width: 184px;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 14px;
    border:1px solid #999;
    padding: 4px 0 4px 12px;
    line-height: 1.1em;
    border-radius: 4px;
    background-image: url(/commons/widget/images/arrow2.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    background-color: #FFFFFF;
}

.itemArea .box_price {
    font-size: 16px;
    padding-left: 10px;
}

#resultList .itemArea .itemlink:hover .imageArea:before {
    content: '詳しく見る';
    position: absolute;
    top: 70px;
    left: 26px;
    height: 40px;
    width: 130px;
    opacity: 0.5;
    font-family: HiraKakuPro-W6, -apple-system, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック W3", "Hiragino Sans W3", Meiryo, "メイリオ", Osaka, " ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 18px;
    line-height: 42px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    border-radius: 17.5px;
}

#resultList .itemDetailArea .itemlink:hover .detailImageArea:before {
    content: '詳しく見る';
    position: absolute;
    top: 55px;
    left: 10px;
    height: 40px;
    width: 130px;
    opacity: 0.5;
    font-family: HiraKakuPro-W6, -apple-system, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック W3", "Hiragino Sans W3", Meiryo, "メイリオ", Osaka, " ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 18px;
    line-height: 42px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    border-radius: 17.5px;
}

.left_box {
    display: inline-block;
    float: left;
    width: 200px;
    margin-right: 32px;
}

.left_box_item {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 16px;
    display: block;
    padding: 16px 0 12px 0;
    background: rgba(140,151,166,0.10);
    border-radius: 4px;
    z-index: 20;
}

.left_box_item a {
    color: #3F444B;
}

.itemHeader {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 0 20px 0 20px;
    position: relative;
}

.selectItem {
    position:relative;
    padding: 8px 20px;
    cursor : pointer;
}

.selectItem:hover,
.selectCheckItem:hover {
    background-color: rgba(140,151,166,0.30);
}

.selectCategory {
    padding-left: 12px;
}

.genreSelected {
    font-weight: bold;
    pointer-events: none;
}

.fillstar {
    position: absolute;
    width: 20px;
    height: 20px;
}

.addFavoriteMessage {
    cursor: pointer;
    display: flex;
    margin: 144px 0 0 60px;
    position: absolute;
    z-index: 1;
}

.bookmarked {
    z-index: 2;
}

.swashStar {
    -webkit-animation-name: swashStar;
    animation-name: swashStar;
    animation-timing-function: ease-in;
    animation-fill-mode:forwards;
    animation-duration: 800ms;
    top: 150px;
    left: 20px;
}
@-webkit-keyframes swashStar {
  0% {
    opacity: 1;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(38px, 0px) scale(2.5, 2.5);
    transform: translate(38px, 0px) scale(2.5, 2.5);
  }
  100% {
    opacity: 1;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    //-webkit-transform: translate(50px, -600px) scale(0, 0);
    //transform: translate(50px, -600px) scale(0, 0);
    -webkit-transform: translate(38px, -1000px) scale(0, 0);
    transform: translate(38px, -1000px) scale(0, 0);
  }
}
@keyframes swashStar {
  0% {
    opacity: 1;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(38px, 0px) scale(2.5, 2.5);
    transform: translate(38px, 0px) scale(2.5, 2.5);
  }
  100% {
    opacity: 1;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    //-webkit-transform: translate(50px, -600px) scale(0, 0);
    //transform: translate(50px,-600px) scale(0, 0);
    -webkit-transform: translate(38px, -1000px) scale(0, 0);
    transform: translate(38px,-1000px) scale(0, 0);
  }
}

.messageString {
    position: absolute;
    width: 114px;
    height: 28px;
    background: #303845;
    border-radius: 4px;
    transform: translate(22px,-35px);
    text-align: center;
    line-height: 26px;
    color: #ffffff;
}

.triangle {
    position: absolute;
    width: 6px;
    height: 5px;
    background: #303845;
    transform: translate(-50px,25px) rotate(60deg) skewX(30deg);
    left: 124px;
    bottom: 30px;
}

.unlabel .selectCheckItem {
    pointer-events: none;
}

.selectCheckItem {
    position:relative;
    padding: 8px 0 8px 46px;
}

.unSelectCheckItem {
    position:relative;
    padding: 8px 0 8px 50px;
}

.selectParam {
    padding-left:28px;
}

.releaseBtn {
    position: absolute;
    font-weight: normal;
    right: 8px;
    top: -6px;
    display: inline-block;
    width: 52px;
    height: 28px;
    border: 1px solid #69717C;
    border-radius: 4px;
    color: #3F444B;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor : pointer;
}

.releaseBtn:hover {
    background-color: #DCDFE4;
}

.releaseBtn:active {
    background-color: rgba(140,151,166,0.50);
}

.checkBoxArea,
.radioArea {
    position: relative;
}

.unselectable {
    opacity:0.3;
}

.left_box_item input[type=checkbox],
.left_box_item input[type=radio] {
    display: none;
}

.left_box_item .checkBoxArea label::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    left: 24px;
    margin-top: 8px;
    position: absolute;
    border: 1px solid #69717C;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.left_box_item .checkBoxArea input:hover + label::after {
    content: ""; 
    display: block; 
    position: absolute; 
    left: 29px;
    top: 9px;
    width: 4px; 
    height: 9px; 
    transform: rotate(40deg); 
    border-bottom: 3px solid #979797; 
    border-right: 3px solid #979797; 
    vertical-align: middle;
    z-index: 1;
}

.left_box_item .checkBoxArea input:checked + label::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 24px;
    margin-top: 8px;
    color: #FFFFFF;
    background-color: #545B64;
}

.left_box_item .checkBoxArea input:checked + label::after {
    content: ""; 
    display: block; 
    position: absolute; 
    left: 29px;
    top: 9px;
    width: 4px; 
    height: 9px; 
    transform: rotate(40deg); 
    border-bottom: 3px solid #FFFFFF; 
    border-right: 3px solid #FFFFFF; 
    vertical-align: middle;
    z-index: 1;
}

.left_box_item .radioArea label::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 23px;
    margin-top: 7px;
    position: absolute;
    border: 1px solid #69717C;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.left_box_item .radioArea input:hover + .label::after {
    content: ""; 
    display: block; 
    position: absolute; 
    left: 26px;
    top: 10px;
    width: 12px;
    height: 12px;
    background: #69717C;
    border-radius: 50%;
    vertical-align: middle;
}

.left_box_item .radioArea input:checked + .label::after {
    content: ""; 
    display: block; 
    position: absolute; 
    left: 26px;
    top: 10px;
    width: 12px;
    height: 12px;
    background: #3F444B;
    border-radius: 50%;
    vertical-align: middle;
}

.link {
    top: 6px;
    right: 8px;
}

.filterArea {
    padding: 8px 0 8px 20px;
}

.priceRange {
    vertical-align: center;
    margin-bottom: 12px;
}

.priceAreaMin,
.priceAreaMax {
    font-weight: normal;
    display: inline-block;
    width: 64px;
    height: 28px;
    border: 1px solid #69717C;
    border-radius: 4px;
    color: #3F444B;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

.filtering {
    font-weight: normal;
    right: 8px;
    top: -6px;
    display: inline-block;
    width: 150px;
    height: 28px;
    border: 1px solid #69717C;
    border-radius: 4px;
    color: #3F444B;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor : pointer;
}

.filtering:hover {
    background-color: #DCE0E4;
}

.filtering:active {
    background: #C6CBD3;
}

#resultList .itemArea {
    width: 180px;
    height: 340px;
    float: left;
    padding-right: 40px;
}
@media screen and (min-width: 1281px) {
    #resultList .rightmost {
        padding: 0;
    }
}

.noItem {
    font-size: 14px;
    color: rgb(255, 0, 0);
}

/* ↓20200327追加分↓ */
.noItemRecommend {
    margin-top: 42px;
}

.noItemRecommend.notSlider {
    height: 268px;
}

.noItemRecommend.recommendRow1 {
    height: 364px;
}

.noItemRecommend.recommendRow2 {
    height: 588px;
}

.noItemRecommend.recommendRow3 {
    height: 808px;
}

.noItemRecommend .recommendMessage {
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.recommendItemSlider .bx-slider .slider .itemlink {
    position: relative;
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
    margin-left: 0px;
    width: 144px;
    height: 260px;
    font-size: 0;
    vertical-align: top;
}

/* スライド内商品パネル上下間隔 */
.recommendItemSlider .slider .itemlink:nth-child(1) {
    margin-top: 0px;
}

.recommendItemSlider .slider .itemlink:nth-child(n+2) {
    margin-top: 24px;
}

.recommendItemSlider .slider .itemlink .itemimage {
    position: relative;
    display: block;
    background-position: center;
    background-size: auto 111px;
    height: 126px;
    width: 126px;
    border: 1px solid #C6CBD3;
}

.recommendItemSlider .slider .itemlink:hover .itemimage {
    border: 1px solid #3F444B;
}

.recommendItemSlider .slider .itemlink:hover .itemimage:before {
    content: '詳しく見る';
    position: absolute;
    top: 50px;
    left: 10px;
    height: 28px;
    width: 108px;
    opacity: 0.5;
    font-family: HiraKakuPro-W6, -apple-system, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック W3", "Hiragino Sans W3", Meiryo, "メイリオ", Osaka, " ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    border-radius: 17.5px;
}

.recommendItemSlider .slider .itemname {
    display: inline-block;
    width: 100%;
    height: 56px;
    margin: 12px 0px 28px 0px;
    font-family: HiraKakuPro-W3, -apple-system, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック W3", "Hiragino Sans W3", Meiryo, "メイリオ", Osaka, " ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    font-size: 14px;
    color: #3F444B;
    letter-spacing: 0;
    line-height: 18.2px;
    overflow-y: hidden;
}

#resultList .recommendItemSlider .slider .price {
    display: inline-block;
    margin: 0px;
    font-family: HiraKakuPro-W6, -apple-system, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック W3", "Hiragino Sans W3", Meiryo, "メイリオ", Osaka, " ＭＳ Ｐゴシック", MS PGothic, sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #3F444B;
    letter-spacing: 0;
}

.recommendItemSlider .slider .price .taxtext {
    font-size: 14px;
    font-weight: normal;
}

/* 商品1行のスライダー */
.recommendItemSlider .bx-slider[data-rows="1"] ul .slider {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    height: 260px;
}
/* 商品2行のスライダー */
.recommendItemSlider .bx-slider[data-rows="2"] ul .slider {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    height: 544px;
}
/* 商品3行のスライダー */
.recommendItemSlider .bx-slider[data-rows="3"] ul .slider {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    height: 828px;
}

/* スライダー左右ボタン */
.recommendItemSlider .custom_prev_btn {
    position: relative;
    outline: 0;
    width: 100%;
    height: 32px;
    top: 0px;
    text-indent: -9999px;
}

.recommendItemSlider .custom_prev_btn a {
    position: absolute;
    vertical-align: bottom;
    outline: 0;
    width: 32px;
    height: 32px;
    top: -56px;
    left: 232px;
    text-indent: -9999px;
    z-index: 1;
}

.recommendItemSlider .custom_prev_btn a:hover {
    background-color: #DCE0E4;
    border-radius: 50%;
}

.recommendItemSlider .custom_prev_btn a:active {
    background-color: #C6CBD3;
    border-radius: 50%;
}

.recommendItemSlider .custom_prev_btn a img {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

.recommendItemSlider .custom_next_btn {
    position: relative;
    outline: 0;
    width: 100%;
    height: 32px;
    top: 0px;
    text-indent: -9999px;
}

.recommendItemSlider .custom_next_btn a {
    position: absolute;
    vertical-align: bottom;
    text-align: center;
    outline: 0;
    width: 32px;
    height: 32px;
    top: -88px;
    right: 232px;
    text-indent: -9999px;
    z-index: 1;
}

.recommendItemSlider .custom_next_btn a:hover {
    background-color: #DCE0E4;
    border-radius: 50%;
}

.recommendItemSlider .custom_next_btn a:active {
    background-color: #C6CBD3;
    border-radius: 50%;
}

.recommendItemSlider .custom_next_btn a img {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}

/* スライダーpager丸 */
.recommendItemSlider .bx-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 7px;
    height: 7px;
    background-color: #98A2AF;
}

.recommendItemSlider .bx-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .recommendItemSlider .bx-slider .bx-wrapper .bx-pager.bx-default-pager a.active, .recommendItemSlider .bx-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #3F444A;
}

/* スライダー被り修正 */
.noItemRecommend .recommendItemSlider .bx-slider .bx-wrapper .bx-pager {
    padding-top: 0px;
}

/* スライダー枠の影除去 */
.noItemRecommend .recommendItemSlider .bx-slider .bx-wrapper {
    -webkit-box-shadow: 0 0 0px;
    box-shadow: 0 0 0px;
}
/* ↑20200327追加分↑ */

#resultList .imageArea {
    height: 180px;
    width:180px;
    text-align:center;
    border: 1px solid #C6CBE3;
    position: relative;
}

#resultList .subImage {
    max-height: 156px;
    max-width: 156px;
    padding: 12px;
}

#resultList .itemDescription {
    height: 3.9em;
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #3F444B;
    cursor: pointer;
    line-height: 1.3;
    overflow: hidden;
}

#resultList .price {
     font-size: 16px;
     color:#FF0000;
     text-align:left; font-weight: bold;
     margin: 5px auto 0;
     padding-top: 8px;
}

#resultList .tax {
    font-size: 12px;
    color:#3F444B;
    text-align:left;
    font-weight: normal;
    margin: 5px auto 0;
    padding-top: 5px;
}

.itemDetailArea {
    min-height: 246px;
}

.detailImageArea {
    position: relative;
    width: 148px;
    height: 148px;
    text-align: center;
    border: 1px solid #C6CBE3;
    float:left;
}

.detailSubImage {
    max-height: 124px;
    max-width: 124px;
    padding: 12px;
}

.detailItemDescription {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 16px;
    color: #3F444B;
    line-height: 1.3;
}

.limited {
    margin-top: 16px;
    font-size: 14px;
    font-weight: normal;
    color: #015BC3;
    border: 1px solid #0265D9;
    padding: 0 8px;
    display: inline-block;
    line-height: 24px;
}

.coupon {
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #E48022;
    border: 1px solid #E48022;
    padding: 0 8px;
    display: inline-block;
    line-height: 24px;
}

.itemOption {
    float: left;
    margin-left: 16px;
}

.shipment {
    font-size: 14px;
    font-weight: normal;
    margin-top: 12px;
}

.corner {
    margin-top: 12px;
}

.cornerIcon {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

a.cornerLink {
    font-size: 14px;
    font-weight: normal;
    color: #003399;
    text-decoration: underline;
}

.buyArea {
    position: relative;
    top: 10px;
    width: 260px;
    min-height: 172px;
    background: rgba(140,151,166,0.10);
}

.detailPriceArea {
    position: relative;
    margin: 0 0 0 24px;
    padding-top: 20px;
    font-size: 12px;
}

.detailPointArea {
    position: relative;
    margin: 8px 0 8px 24px;
    font-size: 12px;
}

.detailPrice {
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
}

.detailPoint {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}

.detailLicenseArea {
    position: relative;
    margin: 4px 24px 0 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.detailLicenseUrlArea {
    position: relative;
    margin: 8px 24px 0 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.detailLicenseUrlArea a {
    color: #003399;
}
.detailLicenseUrlArea a:active,
.detailLicenseUrlArea a:hover {
    color: #3664a2;
    text-decoration: underline;
}
.detailLicenseUrlArea a .icon-link_open {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background: url(/common/images/link_open.png);
}

.addCart {
    position: relative;
    margin: 8px 0 0 24px;
    padding-bottom: 12px;
    font-size: 16px;
}

.cartBtn {
    display: inline-block;
    height: 48px;
    width: 212px;
    background-color: #FF3753;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
}

.cartBtn:hover {
    background-color: #E43149;
}

.cartBtn:active {
    background-color: #BE293D;
}

.cartBtn.license {
    height: 60px;
}
.cartBtn.license div p {
    position: relative;
    top: 12px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 14px;
}
.cartBtn.license div img {
    top: 0;
}

.applyBtn {
    display: inline-block;
    height: 48px;
    width: 212px;
    background-color: #FF5623;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
}

.applyBtn:hover {
    background-color: #B71E00;
}

.applyBtn:active {
    background-color: #981F00;
}

.downloadBtn {
    display: inline-block;
    height: 48px;
    width: 212px;
    background-color: #FF9023;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
}

.downloadBtn:hover {
    background-color: #B75900;
}

.downloadBtn:active {
    background-color: #985900;
}

.intoCartBtn {
    display: inline-block;
    height: 48px;
    width: 212px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
}

.soldOutBtn {
    display: inline-block;
    height: 48px;
    width: 212px;
    background-color: #DCE0E4;
    font-size: 16px;
    color: #3F444A;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
}

.ichitaroBtn {
    position: relative;
    display: inline-block;
    height: 48px;
    width: 212px;
    background-color: #00972C;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
}

.ichitaroBtn:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #FFFFFF;
    border-left-width: 10px;
    position: absolute;
    left: 75%;
    top: 27%;
    z-index: 2;
}

.ichitaroBtn:hover {
    background-color: #00792C;
}

.ichitaroBtn:active {
    background-color: #006F28;
}

.cart {
    position: relative;
    width: 32px;
    height: 30px;
    top: 9px;
    z-index: 1;
}

.soldOutSoon {
    position: absolute;
    top: -16px;
    left: 175px;
    z-index: 2;
    display: none;
}

.stockcountnumber {
    position: absolute;
    color: #FF3753;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    width: 32px;
    height: 16px;
    top: 10px;
    right: 21px;
    transform: rotate(15deg);
    z-index: 3;
    display: none;
}

.favorite {
    cursor: pointer;
    display: flex;
    margin: 0 0 0 60px;
    padding-bottom: 4px;
    position: relative;
    font-size: 14px;
}

.star {
    width: 20px;
    height: 20px;
    top: -4px;
    position:relative;
    padding-right: 4px;
}

.static_bx-wrapper{
    margin-top: 28px;
    padding: 0;
}

.static_bx-wrapper .static_bx-controls{
    height: 30px;
    position: relative;
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction {
    position: absolute;
    top: 0;
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="0"] {
    width: 128px;
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="1"] {
    width: 208px;
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="2"] {
    width: 320px;
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="3"] {
    width: 436px;
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction[data-order="4"] {
    width: 532px;
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction .static_bx-prev{
    cursor: pointer;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: rotate(90deg);
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction .static_bx-next{
    cursor: pointer;
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: rotate(-90deg);
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction .static_bx-next:hover,
.static_bx-wrapper .static_bx-controls .static_bx-controls-direction .static_bx-prev:hover {
	background-color: rgba(140,151,166,0.30);
}

.static_bx-wrapper .static_bx-controls .static_bx-controls-direction .static_bx-next:active,
.static_bx-wrapper .static_bx-controls .static_bx-controls-direction .static_bx-prev:active {
    background-color: rgba(140,151,166,0.50);
}

.static_bx-wrapper .static_bx-controls .static_bx-pager{
    top: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 101;
    display: block;
    padding: 0;
    font-family: inherit;
}

.static_bx-wrapper .static_bx-controls .static_bx-pager .page-button{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #8C97A6;
}

.static_bx-wrapper .static_bx-controls .static_bx-pager .activePage,
.etcpage {
    color: #000000;
    pointer-events: none;
}

.unpossible {
    pointer-events: none;
}

.itemList_title {
    margin-left: 0px;
    font-size: 1em;
    display: block;
    height: 1.5em;
}

#itemList_title.itemList_title{
    height: 25px;
    width: 620px;
    border-bottom: solid 1px #DCDFE4;
}

.searchHistory {
    font-size: 14px;
    margin-top: 12px;
    position: relative;
}

.searchArrow {
    top: -4px;
}

.name,
.searchName {
    color: #015BC3;
}

.name:hover,
.searchName:hover {
    text-decoration: underline;
}

.nextIcon{
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    position: absolute;
}

#result{
    margin-top: 24px;
}

.left_box{
    margin-top: 24px;
}

.left_box.inactiveDisplay > .left_box_item > div:not(.itemHeader),
.left_box.inactiveDisplay > .left_box_item > div.itemHeader > .releaseBtn{
    opacity: 0.3;
    pointer-events: none;
}

#itemList{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.resultCount {
    font-size: 14px;
    position: relative;
    margin-bottom: 16px;
}

.count {
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
}

.displayCount {
    padding-left: 16px;
}

.left_box .field{
    display: table;
    width: 240px;
    height: 20px;
}

.waiting-message {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px 8px 8px 8px;
    height: 110px;
    left: 40%;
    position: absolute;
    position: fixed;
    top: 200px;
    width: 320px;
}

.cover {
    height: 100%;
    position: absolute;
    width: 100%;
}

#waiting {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
}