/******************
for Digitize Product Detail
*************/
//FilmScan
input[type=checkbox] {
    display: none
}

.check_css {
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    position: relative;
    display: inline-block;
    padding: 0 0 0 42px;
    vertical-align: middle;
    cursor: pointer
}

.check_css:hover:after {
    border-color: #5dbcac
}

.check_css:after {
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 6px;
    content: ''
}

.check_css:before {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #5dbcac;
    border-bottom: 3px solid #5dbcac;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

input[type=checkbox]:checked+.check_css:before {
    opacity: 1
}

.ddBase {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: #fff url(../img/common/ddList.png) no-repeat;
    background-size: 9px 19px;
    background-position: right 4px center;
    border: 1px solid #979797;
    border-radius: 4px;
    text-indent: .01px;
    text-overflow: "";
    padding: 0 20px 0 16px;
}

.ddBase::-ms-expand {
    display: none
}

.ddList1 {
    width: 180px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.ddList2 {
    width: 90px;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 14px;
    font-size: 16px;
}

.ddList3 {
    width: 250px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
@media(min-width: 768px) {
  .ddList3 {
    width: auto;
  }
}


.ddList4 {
    width: 100px;
    line-height: 20px;
    height: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 16px
}

#mainContainer {
    margin: 20px auto;
    width: 100%;
}

.partBox {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mainTitle {
    text-align: center;
    color: #40af9c;
    font-weight: 600;
    padding: 10px;
    font-size: 24px
}

.mainTitle span:last-child {
    margin-left: .5em
}

.subTitleBox {
    text-align: center;
    line-height: 150%;
    border: solid 4px #40af9c;
    padding: 20px;
    margin-bottom: 10px;
    color: #40af9c;
    font-size: 17px;
    font-weight: 600
}

.subTitleBox p:first-of-type {
    background: #40af9c;
    color: #fff;
    line-height: 17px;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 10px;
    padding: 10px 0
}

.subTitleBox span:nth-child(2) {
    margin-left: .5em
}

.subTitleBox span:nth-child(3) {
    margin-left: .5em
}

.partTile {
    background-color: #dcf2ee;
    font-weight: 600;
    line-height: 100%;
    padding: 16px;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.partTile2 {
    background-color: #dcf2ee;
    font-weight: 600;
    line-height: 100%;
    padding: 16px;
    margin-bottom: 0
}

.mainList {
    list-style: none;
    margin-left: 0
}

.mainList li {
    list-style: none;
    margin-left: 0
}

.innerText {
    margin: 10px 20px;
    font-size: 14px;
    line-height: 160%;
}

.dataPlaceFolder {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background-color: #40af9c;
    padding: 10px;
    margin: 5px;
    width: 150px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.errorMsgBox {
    text-align: center;
    line-height: 150%;
    border: solid 4px #f27474;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #f27474;
    font-size: 17px;
    font-weight: 600;
    width: 80%;
    max-width: 800px
}

.errorMsgBox p:first-of-type {
    background: #f27474;
    color: #fff;
    line-height: 17px;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 10px;
    padding: 10px 0
}

.errorMsgBox span:nth-child(2) {
    margin-left: .5em
}

.errorMsgBox span:nth-child(3) {
    margin-left: .5em
}

.errorMsgBox span:nth-child(4) {
    margin-left: .5em
}

.dotLine {
    border-top: 1px dotted #aaa
}

.alertText dt {
    font-size: 15px;
    margin: 20px 20px 0 20px
}

.alertText ul {
    list-style-type: none;
    font-size: 14px;
    margin: 10px 20px 20px 20px;
    line-height: 160%
}

.alertText li {
    margin-left: 18px
}

.alertText li:before {
    content: "※ ";
    margin-left: -11px
}

.alertBox {
    background-color: #faebd7;
    margin-bottom: 10px;
    padding: 10px 12px;
    line-height: 1.4
}

.mediaSelectList {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    list-style: none;
}

.mediaSelectList li {
    display: table-cell;
    vertical-align: middle;
    height: auto
}

.mediaSelectList li img {
    margin-bottom: 20px
}

.mediaSelectList li p {
    margin-bottom: 20px;
    font-size: 14px
}

.orderImage {
    display: block;
    margin: 10px auto
}

.partTitleMark {
    font-size: 130%;
    color: #40af9c;
}

.orderBox {
    background-color: #dcf2ee;
    text-align: center;
    height: auto;
    padding-top: 10px
}

.orderText {
    font-size: 16px;
}

.sumBox {
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    text-align: center;
    margin-top: 14px
}

.sumTextBlock {
    font-size: 16px;
    text-align: right;
    width: 100%
}

.sumTextBlock p {
    display: inline-block;
    margin: 10px 10px 10px 10px
}

.sumTextBlock2 {
    font-size: 18px;
    text-align: left;
    width: 100%;
    height: 70px
}

.sumTextBlock2 label {
    display: inline-block;
    width: 350px;
    margin: 28px 10px 26px 10px
}

.sumTextBlock3 {
    font-size: 18px;
    text-align: left;
    width: 100%;
    height: 180px
}

.sumTextBlock3 label {
    display: inline-block;
    width: 300px;
    margin: 28px 10px 26px 10px
}

.partBox_Rect {
    display: block;
    text-align: center;
    margin: 10px
}

.priceTag {
    display: inline-block;
    float: right;
    margin: 16px 18px 16px 0;
}

.priceTag ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    list-style: none;
    background-color: #40af9c;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600
}

.priceTag ul li {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    height: 30px;
    line-height: 30px;
    width: 150px
}

.priceTag ul li:first-child {
    border-right: 1px dotted #fff;
    width: 120px
}

.priceTag2 {
    display: inline-block;
    float: right;
    margin: 36px 18px 6px 0
}

.priceTag2 ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    list-style: none;
    background-color: #fff;
    color: #ee682d;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600
}

.priceTag2 ul li {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    height: 30px;
    line-height: 30px;
    width: 150px
}

.priceTag2 ul li:first-child {
    border-right: 1px dotted #ee682d;
    width: 120px
}

.fsPriceTag2 {
    padding-top: 57px
}

.movConvBox {
    height: 60px;
    margin: 0 18px
}

.movConvBox p {
    display: inline-block;
    margin-right: 400px
}

.partTile2 {
    padding: 16px;
    margin-bottom: 10px
}

.totalSumBox {
    background-color: #ee682d;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: initial;
}

.totalSumBox table {
    display: inline-block;
    margin: 4px 18px;
    border-collapse: separate;
    border-spacing: 20px 0;
    color: #fff;
    font-weight: 500;
    font-size:90%
}

.totalSumBox table tr {
}

.totalSumBox table tr td {
    padding: 5px 10px;
    font-size: 16px;
}

.saleInfoBox1 {
    width: 948px;
    height: 180px;
    margin-bottom: 40px;
    background: #e3e3e3;
    background-image: url(https://crt.fujifilmmall.jp/css/img/banners/fu02/sale_info_pc1.png)
}

.saleInfoBox2 {
    width: 948px;
    height: 180px;
    margin-bottom: 40px;
    background: #e3e3e3;
    background-image: url(https://crt.fujifilmmall.jp/css/img/banners/fu02/sale_info_pc2.png)
}

.saleInfoBox3 {
    width: 948px;
    height: 180px;
    margin-bottom: 40px;
    background: #e3e3e3;
    background-image: url(https://crt.fujifilmmall.jp/css/img/banners/fu02/sale_info_pc3.png)
}

.submitBtns {
    width: 655px;
    margin: 40px auto
}

.back-btn {
    border: 0;
    width: 235px;
    height: 37px;
    color: #fff;
    font-family: Avenir,"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"メイリオ",Meiryo,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-left: 30px;
    background: #009f80 url(../images/iconBk.png) no-repeat 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.back-btn:hover {
    cursor: pointer;
    background-color: #4cc6a4
}

.cart-btn {
    border: 0;
    width: 415px;
    height: 37px;
    background-color: #ee682d;
    color: #fff;
    font-family: Avenir,"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"メイリオ",Meiryo,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background: #ee682d url(../images/iconFw.png) no-repeat 375px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.cart-btn:hover {
    cursor: pointer;
    background-color: #fa8a52
}

.fscanLine {
    background-color: #40af9c;
    padding: 3px;
    margin-bottom: 10px;
    color: #40af9c;
    font-size: 17px;
    font-weight: 600
}

.fsWraper {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: initial;
}

.fsTable {
    width: 95%;
    font-size: 12px;
    margin: 18px auto 0 auto
}

.fsTable thead {
    background-color: #dcf2ee
}

.fsTable thead tr td {
    border: 1px solid #ccc;
    vertical-align: middle;
    height: 32px;
    text-align: center
}

.fsTable tbody tr td {
    border: 1px solid #ccc;
    vertical-align: middle;
    height: 32px;
    text-align: center
}

.fsTableVHead p {
    text-align: left;
    padding-left: 20px;
    line-height: 140%
}

.fsTable tr td:nth-child(1) {
    width: auto
}

.fsTable tr td:nth-child(2) {
    width: 150px
}

.fsTable tr td:nth-child(3) {
    width: 150px
}

.fsTable tr td:nth-child(4) {
    width: 150px
}

.fsTable tr td:nth-child(5) {
    width: 150px
}

.fsOptBox {
    border: 1px solid #ccc;
    width: 95%;
    font-size: 12px;
    margin: 100px auto 0 auto
}

.fsTableSingle tbody tr td {
    height: 132px
}

.fsTableBox {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: table
}

.fscanTitle {
    display: block;
    color: #fff;
    background: #40af9c;
    text-align: center;
    font-weight: 600;
    line-height: 100%;
    padding: 18px;
    cursor: pointer;
    font-size: 16px;
}

.fscanTitle2 {
    display: block;
    color: #fff;
    background: #40af9c;
    text-align: center;
    font-weight: 600;
    line-height: 100%;
    padding: 18px;
    font-size: 16px;
}

.accordionIcon {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 20px;
    float: left
}

.accordionIconActive {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.fscanTitle:hover {
    background: #59c5b3;
    cursor: pointer
}

.fscanHead1 {
    display: table-cell;
    background-color: #dcf2ee;
    width: 290px;
    height: 63px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc
}

.fscanHead2 {
    display: table-cell;
    background-color: #dcf2ee;
    width: 156px;
    height: 63px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc
}

.priceTagScan {
    display: inline-block;
    float: right;
    margin: 30px 18px
}

.priceTagScan ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    list-style: none;
    background-color: #40af9c;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600
}

.priceTagScan ul li {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    height: 30px;
    line-height: 30px;
    width: 150px
}

.priceTagScan ul li:first-child {
    border-right: 1px dotted #fff;
    width: 120px
}

.fsOptionTitle {
    text-align: center;
    background-color: #dcf2ee;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.fsOptionContainer {
    padding: 20px
}

.fsOptionSubTitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

.fsOptionList {
    display: table;
    margin-bottom: 20px
}

.fsOptionList li {
    display: table-cell;
    vertical-align: top;
    width: 400px;
    height: 150px;
    line-height: 30px
}

.fsOptListCont {
    width: 100%
}

.fsOptionList li img {
    float: left;
    height: auto
}

.fsOptInput {
    float: left;
    display: block;
    margin: 25px 0 25px 15px
}

.fsAlertText {
    list-style-type: none;
    margin-left: 14px;
    line-height: 140%
}

.fsAlertText li:before {
    content: "※ ";
    margin-left: -11px
}

.tabList {
    overflow: hidden;
    background-color: #dcf2ee;
    font-size: 0;
    margin-bottom: -1px
}

.tabList li {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 35%;
    text-align: center;
    padding: 18px 0 22px 0;
    border-top: 6px solid #bbb;
    border-right: 1px solid #ccc;
    background-color: #ebeff0;
    position: relative;
    z-index: 1
}

.tabList li:hover {
    color: #ee682d;
    cursor: pointer;
    border-top: 6px solid #ee682d;
    -webkit-transition-property: border-top,color;
    transition-property: border-top,color;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

.tabList li.tabSelect {
    background-color: #fff;
    border-top: 6px solid #40af9c;
    color: #40af9c;
    -webkit-transition-property: border-top,color;
    transition-property: border-top,color;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

.tabList li:first-child {
    border-left: 1px solid #ccc
}

.tabContent li {
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 0
}

.tabHide {
    display: none
}

.fsTableSP {
    display: none
}

.fsSPonly {
    display: none
}


//PriceSimulationBox
.price_simulation_box {
    padding: 0 20px;
}

.price_simulation_box .table.order_box{
    margin: 21px 21px;
}
.price_simulation_box .table.order_box table{
    width: 100%;
    margin: 4px 0 0;
    border: 1px #666666 solid;
    border-width:0; 
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
}

.price_simulation_box .table.order_box table {
    border: none;
    border-width:0; 
}

.price_simulation_box .table.order_box table th {
    font-size: 14px;
    padding: 15px 20px 16px 20px;
    border: 1px #666666 solid;
    background: #ededed;
    font-weight: normal;
}

.price_simulation_box form[name="film"] {
    padding: 0 0 44px;
}
.price_simulation_box .table.order_box table th span {
    font-size: 12px;
}

.price_simulation_box .table.order_box table td {
    padding: 5px 10px 6px 10px;
    border: 1px #666666 solid;
}

.price_simulation_box .table.order_box table td:first-child {
    width: 55%;
}

.price_simulation_box .table.order_box table td .only-numeric {
    width: 100px;
    padding: 0 8px;
    border: 5px #2c6308 solid;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.tabContent li {
    background: #fff;
    padding: 20px;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 0
}

.tabHide {
    display: none
}

.fsTableSP {
    display: none
}

.fsSPonly {
    display: none
}

@media screen and (max-width: 769px) {
    .hide_mobile {
        display:none
    }

    .hide_pc {
        display: block
    }

    body {
        font-size: 12px
    }

    #mainContainer {
        margin: 20px auto;
        width: 100%
    }

    .mainTitle {
        font-size: 20px;
        line-height: 20px
    }

    .mainTitle span:last-child {
        display: block;
        font-size: 16px;
        line-height: 24px
    }

    .subTitleBox {
        line-height: 140%;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 16px
    }

    .subTitleBox span:nth-child(2) {
        display: block
    }

    .subTitleBox span:nth-child(3) {
        display: block
    }

    .errorMsgBox {
        line-height: 140%;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 16px
    }

    .errorMsgBox span:nth-child(2) {
        display: block
    }

    .errorMsgBox span:nth-child(3) {
        display: block
    }

    .mediaSelectList {
        display: block;
        text-align: center;
        width: 100%;
        list-style: none
    }

    .mediaSelectList li {
        display: block;
        margin-bottom: 30px
    }

    .mediaSelectList li img {
        margin-bottom: 10px
    }

    .mediaSelectList li p {
        margin-bottom: 10px
    }

    .innerText {
        margin: 10px 20px;
        font-size: 14px;
        line-height: 160%
    }

    .ddList1 {
        width: 190px;
        line-height: 30px;
        height: 30px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .priceTag {
        display: block;
        text-align: center;
        float: none;
        margin: 0 0 8px 0
    }

    .priceTag ul {
        margin: 10px auto 16px auto
    }

    .priceTag2 {
        display: block;
        float: none;
        margin: 10px 0 0 0
    }

    .priceTag2 ul {
        margin: 6px auto 10px auto
    }

    .orderImage {
        max-width: 90%;
        height: auto
    }

    .orderText {
        font-size: 14px
    }

    .orderText span:nth-child(2) {
        display: block
    }

    .dataPlaceFolder {
        display: inline-block;
        line-height: 18px;
        padding: 10px 5px;
        margin: 5px;
        width: 80px;
        height: 40px;
        font-size: 16px;
        font-weight: 600
    }

    .sumBox {
        height: 126px
    }

    .sumTextBlock {
        text-align: center
    }

    .sumTextBlock p {
        font-size: 14px;
        margin-top: 5px;
        padding-top: 5px
    }

    .tabList li {
        font-size: 12px
    }

    .leader {
        display: none
    }

    .check_css {
        display: inline-block;
        padding: 0 0 0 10px;
        vertical-align: middle;
        cursor: pointer
    }

    .sumTextBlock2 {
        display: block;
        font-size: 16px;
        text-align: center;
        height: auto;
        width: 100%
    }

    .sumTextBlock2 label {
        margin: 10px auto
    }

    .totalSumBox {
        background-color: #ee682d;
        padding: 5px 0;
        margin-bottom: 10px;
        text-align: center
    }

    .totalSumBox table {
        display: block;
        margin: 5px auto;
        border-collapse: separate;
        border-spacing: 0;
        color: #fff;
        font-weight: 500;
        width: 90%;
        font-size: 90%
    }

    .totalSumBox table tr {
    }

    .totalSumBox table tr td {
        padding: 5px 5px
    }

    .fsTable {
        display: none
    }

    .fsTableSP {
        display: table;
        width: 95%;
        font-size: 12px;
        margin: 8px auto
    }

    .fsTableSP thead {
        background-color: #dcf2ee
    }

    .fsTableSP thead tr td {
        border: 1px solid #ccc;
        vertical-align: middle;
        height: 32px;
        text-align: center
    }

    .fsTableSP tbody tr td {
        border: 1px solid #ccc;
        vertical-align: middle;
        height: 32px;
        text-align: center
    }

    .fsTableSPVHead {
        vertical-align: middle
    }

    .fsTableSPVHead p {
        margin: 20px 0;
        text-align: left;
        padding: 0 20px;
        line-height: 140%
    }

    .fsTableSPVHead2 {
        vertical-align: middle
    }

    .fsTableSPVHead2 p {
        margin: 5px 0;
        text-align: center;
        line-height: 140%
    }

    .fsTableColumnSP td:nth-child(1) {
        width: 190px
    }

    .fsTableColumnSP td:nth-child(2) {
        width: 65px
    }

    .fsTableColumnSP td:nth-child(3) {
		width: 80px
    }

    .fsTableSP tr td:nth-child(1) {
        width: auto
    }

    .fsTableSP tr td:nth-child(2) {
        width: 150px
    }

    .fsTableSP select {
        margin: 10px auto
    }

    .fsOptBox {
        width: 95%;
        display: table;
        font-size: 12px;
        margin: 8px
    }

    .fsOptionTitle {
        line-height: 24px;
        font-size: 12px
    }

    .fsOptionTitle p span:nth-child(2) {
        margin-left: auto
    }

    .fsTableSPSingle tbody tr td {
        height: 132px
    }

    .fsTableBoxSP {
        border: 1px solid #ccc;
        margin-bottom: 8px;
        display: table
    }

    .priceTagScan {
        display: none
    }

    .fsOptListCont img {
        width: 134px
    }

    .fsOptionList {
        display: table;
        margin-bottom: 20px
    }

    .fsOptionList li {
        display: table-row;
        border: 1px solid #000;
        height: 150px;
        line-height: 30px
    }

    .accordionPart {
        display: none
    }

    .accordionIcon {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        font-size: 20px;
        float: left
    }

    .accordionIconActive {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .tabList li {
        width: 46%
    }

    .submitBtns {
        width: 100%;
        margin: 30px auto;
        position: relative;
        height: 110px
    }

    .back-btn {
        margin: 5px auto;
        width: 320px;
        height: 40px;
        padding: initial;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .back-btn:hover {
        cursor: pointer
    }

    .cart-btn {
        margin: 5px auto;
        width: 320px;
        height: 40px;
        background: #ee682d url(../images/iconFw.png) no-repeat 280px;
        position: absolute;
        top: 0;
        left: 0
    }

    .cart-btn:hover {
        cursor: pointer
    }

    .saleInfoBox1 {
        width: 322px;
        height: 100px;
        margin-bottom: 40px;
        background: #e3e3e3;
        background-image: url(https://crt.fujifilmmall.jp/css/img/banners/fu02/sale_info_sp1.png)
    }

    .saleInfoBox2 {
        width: 322px;
        height: 100px;
        margin-bottom: 40px;
        background: #e3e3e3;
        background-image: url(https://crt.fujifilmmall.jp/css/img/banners/fu02/sale_info_sp2.png)
    }

    .saleInfoBox3 {
        width: 322px;
        height: 100px;
        margin-bottom: 40px;
        background: #e3e3e3;
        background-image: url(https://crt.fujifilmmall.jp/css/img/banners/fu02/sale_info_sp3.png)
    }
}
