@charset "utf-8";
.content-inner.w960 {
    max-width: 1000px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
}
.cf {
    zoom: 1;
}
.cf:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
}
.ac {
    text-align: center;
}
.main_image {
    margin-bottom: 30px;
    text-align: center;
}
.gray_box {
    margin-bottom: 40px;
    padding: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    background-color: #eeeeee;
    text-align: center;
}
.spec_box {
    margin: -15px 0 0 -15px;
}
.spec_box li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding: 15px 0 0 15px;
}
.spec_box li dl {
    background-color: #33abde;
    color: #fff;
    text-align: center;
}
.spec_box li dl dt {
    padding: 9px;
    border-bottom: #fff solid 1px;
    line-height: 1;
}
.spec_box li dl dd {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    padding: 9px;
    font-size: 18px;
    font-size: 1.8rem;
}
.spec_box li dl dd p {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.spec_box li dl dd span {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
}
.btn_spec {
    position: relative;
    width: 360px;
    margin: 30px auto 50px;
}
.btn_spec .btn_inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #666;
    text-align: center;
    border: #999 solid 2px;
    background-color: #fff;
    line-height: 1;
    cursor: pointer;
}
.btn_spec .btn_inner.open {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.btn_spec .btn_inner:hover {
    filter: alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
    -moz-opacity:0.7; /* FF , Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
    opacity: 0.7;
}
.btn_spec.on .btn_inner {
    color: #fff;
}
.btn_spec.on .btn_inner.open {
    display: block;
    color: #666;
}
.spec_area {
    padding-bottom: 60px;
    display: none;
}
.ttl_spec {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}
table.spec01 {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    border: #ccc solid 1px;
    border-collapse: collapse;
}
table.spec01 th,
table.spec01 td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 1px;
    vertical-align: middle;
}
table.spec01 th {
    color: #fff;
    font-weight: normal;
    background-color: #444444;
    width: 27%;
}
table.spec01 td {
    width: 18%;
}
table.spec02 {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    border: #ccc solid 1px;
    border-collapse: collapse;
}
table.spec02 th,
table.spec02 td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 1px;
    vertical-align: middle;
}
table.spec02 th {
    color: #fff;
    font-weight: normal;
    background-color: #444444;
    width: 27%;
}
table.spec02 td {
    width: 36%;
}
.spec_cap {
    margin: 18px 0 36px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.spec_cap p + p {
    margin-top: 10px;
}
.ttl_sec {
    padding: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    background-color: #0096d6;
}
.stylish_area .ttl_sec {
    margin-bottom: 20px;
    padding: 10px 15px;
}
.stylish_area {
    margin-bottom: 40px;
}
.stylesh_lead {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}
.needs_area {
    margin-bottom: 60px;
}
.needs_area .imageText {
    padding: 30px 0;
    border-bottom: #cccccc solid 1px;
}
.needs_area .imageText dt {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}
.needs_area .imageText.fr .image {
    clear: both;
    float: right;
}
.needs_area .imageText.fr .texts {
    margin-right: 340px;
    line-height: 1.6;
}
.needs_area .imageText.fl .image {
    clear: both;
    float: left;
}
.needs_area .imageText.fl .texts {
    margin-left: 340px;
    line-height: 1.6;
}
.needs_area .imageText.fc .image {
    text-align: center;
}
.needs_area .imageText.fc .image img {
    margin: 0 0 25px 0;
}
.needs_area .imageText .image-c img {
    margin: 20px 0 0 0;
}
.needs_area .imageText.fc .texts {
    line-height: 1.6;
}

.needs_area .imageText .texts dd a {
    color: #2950a5;
    text-decoration: underline;
}
.needs_notice {
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
}
.needs_area .imageText p.needs_notice {
    margin: 0;
}

.voice_area {
    margin-bottom: 60px;
}
.voice_area .ttl_sec {
    margin-bottom: 30px;
}
.voice_area .col2 {
    margin-left: -20px;
}
.voice_area .col2 .wrap_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 20px;
    margin: 0 0 20px 0;
}
.voice_area .col2 .wrap_box .in_box {
    padding: 20px;
    background-color: #eee;
}
.voice_area .col2 .wrap_box .in_box dt {
    position: relative;
    padding: 8px 0 13px 65px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    background: url(../ico/img_baloon.png) no-repeat left top;
}
.voice_area .col2 .wrap_box .in_box .name {
    margin-bottom: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
}
.voice_area .col2 .wrap_box .in_box p + p {
    margin-top: 20px;
}

.item_box01 {
    margin: 0 0 40px 0;
    padding: 20px;
}
.item_box01 .item_catch {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.item_box01 .item_catch span {
    display: inline-block;
    padding: 6px 14px 4px 14px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}
.item_box01 .item_ttl {
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
}
.item_box01 .item_ttl img {
    margin: 0 auto;
}

.item_box01 ul {
    margin: -20px 0 0 -20px;
}
.item_box01 ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 20px 0 0 20px;
}
.item_box01 ul li .item_box_inner {
    padding: 20px;
    background-color: #fff;
}

.item_box01 ul li .item_box_inner .image {
    max-width: 400px;
    margin: 0 auto 15px;
}
.item_box01 ul li .item_box_inner .image img {
    width: 100%;
}
.item_box01 ul li .item_box_inner .texts {
    margin: 0 auto;
    text-align: center;
}
.item_box01 ul li .item_box_inner .name {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    word-break: break-all;
}
.item_box01 ul li .item_box_inner .price {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ff0000;
    font-weight: bold;
}
.item_box01 ul li .item_box_inner .price small {
    font-size: 16px;
    font-size: 1.6rem;
}
.item_box01 ul li .item_box_inner .buy_btn01 {
    width: 200px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}
.item_box01 ul li .item_box_inner .buy_btn01 button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.item_box01 ul li .item_box_inner .buy_btn01 img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.item_box01 ul li .item_box_inner .buy_btn01:hover img {
    filter: alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
    -moz-opacity:0.7; /* FF , Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
    opacity: 0.7;
}

.item_box01.color01 {
    background: #0096d6;
}
.item_box01.color01 .item_catch span {
    background-color: #ff6600;
}
.item_box01.color01 .ac {
    margin-bottom: 20px;
}

.item_box01.color02 {
    background: #8957a1;
}
.item_box01.color02 .item_catch span {
    background-color: #13b5b1;
}
.item_box01.color02 .ac {
    margin-bottom: 20px;
}

.item_box01.color03 {
    background: #375aa6;
}
.item_box01.color03 .item_catch span {
    background-color: #f53ba2;
}
.item_box01.color03 .ac {
    margin-bottom: 20px;
}

.cateTi {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}
ul.cal_itemList li .i_price span {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 5px;
    color: #fff;
    background: #ff0000;
    font-size: 20px;
    font-size: 2rem;
}


/*メインアイテムボックスのタイトルと商品画像の重なりの調整用*/
@media screen and (max-width: 920px) {
    .ttl_sec {
        padding: 10px;
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }
    .needs_area .imageText dt {
        margin-bottom: 15px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .voice_area .col2 .wrap_box .in_box dt {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .item_box01 {
        margin: 0 0 20px 0;
        padding: 20px;
    }
    .item_box01 .item_catch {
        text-align: center;
        font-weight: bold;
    }
    .item_box01 .item_catch span {
        padding: 4px 14px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .item_box01 ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding: 20px 0 0 20px;
    }
    .item_box01 ul li .item_box_inner {
        padding: 20px;
    }
    .item_box01 ul li .item_box_inner .image {
        max-width: 340px;
        margin: 0 auto 15px;
        text-align: center;
    }
    .item_box01 ul li .item_box_inner .texts {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: static;
        text-align: center;
    }
    .item_box01 ul li .item_box_inner .name {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .item_box01 ul li .item_box_inner .price {
        margin: 0 0 10px 0;
        font-size: 22px;
        font-size: 2.2rem;
    }
    .item_box01 ul li .item_box_inner .price small {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .item_box01 ul li .item_box_inner .buy_btn01 {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }
    .item_box01 ul li .item_box_inner .buy_btn01 img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .item_box02 {
        margin: 0 0 20px 0;
        padding: 20px;
    }
    .item_box02 .item_catch {
        text-align: center;
        font-weight: bold;
    }
    .item_box02 .item_catch span {
        padding: 4px 14px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .item_box02 ul li .item_box_inner .image {
        max-width: 340px;
        margin: 0 auto 15px;
        text-align: center;
    }
    .item_box02 ul li .item_box_inner .texts {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: static;
        text-align: center;
    }
    .item_box02 ul li .item_box_inner .name {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .item_box02 ul li .item_box_inner .price {
        margin: 0 0 10px 0;
        font-size: 22px;
        font-size: 2.2rem;
    }
    .item_box02 ul li .item_box_inner .price small {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .item_box02 ul li .item_box_inner .buy_btn01 {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }
    .item_box02 ul li .item_box_inner .buy_btn01 img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .cateTi {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    ul.cal_itemList li .i_price span {
        font-size: 18px;
        font-size: 1.8rem;
    }

}


@media screen and (max-width: 599px) {
    .content-inner.w960 {
        max-width: 1000px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .main_image {
        margin: 10px 0 10px 0;
    }
    .gray_box {
        margin-bottom: 20px;
        padding: 14px;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: left;
    }
    .gray_box br {
        display: none;
    }
    .spec_box {
        margin: -10px 0 0 -10px;
    }
    .spec_box li {
        width: 50%;
        padding: 10px 0 0 10px;
    }
    .spec_box li dl dt {
        padding: 5px;
        font-size: 11px;
        font-size: 1.1rem;
    }
    .spec_box li dl dd {
        padding: 9px 4px;
        font-size: 11px;
        font-size: 1.1rem;
    }
    .spec_box li dl dd p {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    .spec_box li dl dd span {
        display: inline-block;
        font-size: 10px;
        font-size: 1.0rem;
    }
    .btn_spec {
        position: relative;
        width: 200px;
        margin: 15px auto 25px;
    }
    .btn_spec .btn_inner {
        padding: 9px;
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
        border: #999 solid 1px;
    }
    .spec_area {
        padding-bottom: 30px;
    }
    .ttl_spec {
        margin-bottom: 10px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .spec_area .scroll_x {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    .spec_area .scroll_x::-webkit-scrollbar {
        height: 5px;
    }
    .spec_area .scroll_x::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    .spec_area .scroll_x::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    table.spec01 {
        width: 100%;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.2;
    }
    table.spec01 th,
    table.spec01 td {
        padding: 7px 5px;
    }
    table.spec01 th span {
        display: inline-block;
    }
    table.spec01 td {
        padding: 7px 9px;
        text-align: left;
    }

    table.spec01 th span {
        display: inline-block;
    }
    table.spec02 {
        width: 100%;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.2;
    }
    table.spec02 th,
    table.spec02 td {
        padding: 7px 5px;
    }
    table.spec02 th span {
        display: inline-block;
    }
    table.spec02 td {
        padding: 7px 9px;
        text-align: left;
    }

    table.spec02 th span {
        display: inline-block;
    }
    .spec_cap {
        margin: 9px 0 18px 0;
        font-size: 10px;
        font-size: 1.0rem;
    }
    .spec_cap p + p {
        margin-top: 5px;
    }


    .ttl_sec {
        padding: 8px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .ttl_sec br {
        display: none;
    }
    .stylish_area .ttl_sec {
        margin-bottom: 10px;
    }
    .stylish_area {
        margin-bottom: 20px;
    }
    .stylesh_lead {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .needs_area {
        margin-bottom: 30px;
    }
    .needs_area .imageText {
        padding: 20px 0;
    }
    .needs_area .imageText .texts {
        margin-top: 15px;
    }
    .needs_area .imageText dt {
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .needs_area .imageText.fr .image,
    .needs_area .imageText.fl .image {
        float: none;
        text-align: center;
    }
    .needs_area .imageText.fr .image img,
    .needs_area .imageText.fl .image img {
        width: 75%;
    }
    .needs_area .imageText.fr .texts,
    .needs_area .imageText.fl .texts {
        margin-right: 0;
        margin-left: 0;
    }
    .needs_area .imageText.fc .image {
        text-align: center;
    }
    .needs_area .imageText.fc .image img {
        width: 100%;
        margin: 0 auto;
    }
    .needs_area .imageText .image-c img {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .needs_notice {
        margin: 10px 0 0 0;
        font-size: 10px;
        font-size: 1.0rem;
    }




    .voice_area {
        margin-bottom: 30px;
    }
    .voice_area .ttl_sec {
        margin-bottom: 10px;
    }
    .voice_area .col2 {
        margin-left: 0;
    }
    .voice_area .col2 .wrap_box {
        float: none;
        width: auto;
        padding-left: 0;
        margin: 0 0 10px 0;
    }
    .voice_area .col2 .wrap_box + .wrap_box {
        margin-top: 0;
    }
    .voice_area .col2 .wrap_box .in_box {
        padding: 10px;
    }
    .voice_area .col2 .wrap_box .in_box dt {
        padding: 4px 0 8px 33px;
        font-size: 12px;
        font-size: 1.2rem;
        background: url(../ico/img_baloon.png) no-repeat left top;
        background-size: 27px 20px;
    }
    .voice_area .col2 .wrap_box .in_box .name {
        margin-bottom: 10px;
        font-size: 10px;
        font-size: 1.0rem;
    }
    .voice_area .col2 .wrap_box .in_box p + p {
        margin-top: 10px;
    }

    .compar_area .ttl_sec {
        margin-bottom: 10px;
    }
    .compar_area .scroll_x {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    .compar_area .scroll_x::-webkit-scrollbar {
        height: 5px;
    }
    .compar_area .scroll_x::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    .compar_area .scroll_x::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    .compar_area .table02 {
        width: 100%;
        table-layout: fixed;
    }
    .compar_area .table02 .tb_hdr td {
        font-weight: bold;
    }
    .compar_area .table02 th,
    .compar_area .table02 td {
        padding: 10px 7px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .compar_area .table02 th {
        width: 100px;
    }
    .compar_area .table02 td {
        width: 170px;
    }
    .compar_area .table02 .image {
        margin-bottom: 10px;
    }
    .compar_area .table02 .image img {
        max-width: 70px;
    }
    .compar_area .table02 .price td {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .compar_area .scroll_x + .cap {
        margin-bottom: 30px;
        margin-top: 10px;
        font-size: 10px;
        font-size: 1.0rem;
    }

    .item_box01 {
        margin: 0 0 20px 0;
        padding: 10px;
    }
    .item_box01 .item_catch {
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
    }
    .item_box01 .item_catch span {
        padding: 2px 6px;
        font-size: 11px;
        font-size: 1.1rem;
    }
    .item_box01 .item_ttl {
        margin: 0 0 10px 0;
    }
    .item_box01 ul {
        margin: -10px 0 0 -10px;
    }
    .item_box01 ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 10px 0 0 10px;
    }
    .item_box01 ul li .item_box_inner {
        padding: 10px;
    }
    .item_box01 ul li .item_box_inner .image {
        width: 90%;
        margin: 0 auto 10px auto;
        text-align: center;
    }
    .item_box01 ul li .item_box_inner .texts {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        position: static;
        text-align: center;
    }
    .item_box01 ul li .item_box_inner .name {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .item_box01 ul li .item_box_inner .price {
        margin: 0 0 10px 0;
        font-size: 20px;
        font-size: 2.0rem;
    }
    .item_box01 ul li .item_box_inner .price small {
        font-size: 10px;
        font-size: 1.0rem;
    }
    .item_box01 ul li .item_box_inner .buy_btn01 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .item_box01 ul li .item_box_inner .buy_btn01 img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .item_box02 {
        margin: 0 0 20px 0;
        padding: 10px;
    }
    .item_box02 .item_catch {
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
    }
    .item_box02 .item_catch span {
        padding: 2px 6px;
        font-size: 11px;
        font-size: 1.1rem;
    }
    .item_box02 .item_ttl {
        margin: 0 0 10px 0;
    }
    .item_box02 ul {
        margin: -10px 0 0 -10px;
    }
    .item_box02 ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        width: 100%;
        padding: 10px 0 0 10px;
    }
    .item_box02 ul li .item_box_inner {
        padding: 10px;
    }
    .item_box02 ul li .item_box_inner .image {
        width: 90%;
        margin: 0 auto 10px auto;
        text-align: center;
    }
    .item_box02 ul li .item_box_inner .texts {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        position: static;
        text-align: center;
    }
    .item_box02 ul li .item_box_inner .name {
        margin: 0 0 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .item_box02 ul li .item_box_inner .price {
        margin: 0 0 10px 0;
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold
    }
    .item_box02 ul li .item_box_inner .price small {
        font-size: 10px;
        font-size: 1.0rem;
    }
    .item_box02 ul li .item_box_inner .buy_btn01 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .item_box02 ul li .item_box_inner .buy_btn01 img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

    .item_movie_area {
        margin: 0 0 40px 0;
    }

    .cateTi {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    ul.cal_itemList li .i_price span {
        font-size: 16px;
        font-size: 1.6rem;
    }

}




/* 下層ページ
-------------------------------------------*/
.main_image {
    text-align: center;
}
.section_category {
    margin: 0 0 40px 0;
    padding: 0 0 60px 0;
    border-bottom: 1px solid #cccccc;
}
.ttl_category {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    background-color: #0096d6;
}
.category_list li {
    margin-bottom: 30px;
    padding: 0 2.5% 15px 0;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
    border-bottom: 1px solid #cccccc;
}
.category_list li .txt_catch {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #00aeef;
    line-height: 1.4;
}
.category_list .txt_catch span {
    margin-right: 5px;
    padding: 1px 4px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background: #ff8a00;
}
.category_list li .img {
    width: 36.8%;
    float: left;
}
.category_list li .img img {
    max-width: 100%;
    height: auto;
}
.category_list li .txt {
    width: 57.8%;
    float: right;
    line-height: 1.4;
}
.category_list li .txt .name {
    margin-bottom: 10px;
    word-break: break-all;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.category_list li .txt .name a {
    color: #2950a5;
}
.category_list li .txt .spec {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    word-break: break-all;
}
.category_list li .txt .price {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
.category_list li .txt .price span {
    display: inline-block;
    padding: 2px 5px 1px 5px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #fff;
    background: #ff0000;
}

.cate_more {
    /*display: inline-block;*/
    border: 1px solid #3b60bf;
    float: right;
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 420px;
}
.cate_more a {
    display: block;
    padding: 8px 40px 8px 16px;
    text-decoration: none;
    color: #2950a5;
    background: url(../ico/btn_right_arrow01.png) no-repeat 96% center;
    background-size: 13px 13px;
    max-width: 420px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.ie8 .cate_more a {
    background: url(../ico/btn_right_arrow02.png) no-repeat 96% center;
}
.cate_more a:hover {
    color: #fff;
    text-decoration: none;
    background: #1d53ca url(../ico/btn_right_arrow01_on.png) no-repeat 96% center;
    background-size: 13px 13px;
    filter:alpha(opacity=100); /* IE 6,7*/
    -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
    -moz-opacity:1.0; /* FF , Netscape */
    -khtml-opacity: 1.0; /* Safari 1.x */
    opacity:1.0;
}
.ie8 .cate_more a:hover {
    background: #1d53ca url(../ico/btn_right_arrow02_on.png) no-repeat 96% center;
}
.cate_more .ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.back_page {
    /*display: inline-block;*/
    border: 1px solid #3b60bf;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.back_page a {
    display: block;
    padding: 8px 16px 8px 32px;
    text-decoration: none;
    color: #2950a5;
    background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
    background-size: 13px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.ie8 .back_page a {
    background: url(../ico/btn_left_arrow02.png) no-repeat 10px center;
}
.back_page a:hover {
    color: #fff;
    text-decoration: none;
    background: #1d53ca url(../ico/btn_left_arrow01_on.png) no-repeat 10px center;
    background-size: 13px 13px;
    filter:alpha(opacity=100); /* IE 6,7*/
    -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
    -moz-opacity:1.0; /* FF , Netscape */
    -khtml-opacity: 1.0; /* Safari 1.x */
    opacity:1.0;
}
.ie8 .back_page a:hover {
    background: #1d53ca url(../ico/btn_left_arrow02_on.png) no-repeat 10px center;
}

@media screen and (max-width: 1024px) {
    .section_category .main_imag {
        margin: 0 0 20px 0;
    }
    .ttl_category {
        padding: 13px 10px;
        font-size: 22px;
        font-size: 2.2rem;
    }
    .category_list li {
        padding: 0px 2% 15px 0px;
        width: 50%;
    }
    .category_list li .img {
        width: 28.4%;
    }
    .category_list li .txt {
        width: 67%;
    }
    .category_list li .txt .name {
        margin-bottom: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .category_list li .txt .spec {
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .category_list li .txt .price {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .category_list li .txt .price span {
        padding: 2px 5px 1px 5px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .cate_more a:hover {
        color: #2950a5;
        background: url(../ico/btn_right_arrow01.png) no-repeat 96% center;
        background-size: 13px 13px;
        filter:alpha(opacity=100); /* IE 6,7*/
        -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
        -moz-opacity:1.0; /* FF , Netscape */
        -khtml-opacity: 1.0; /* Safari 1.x */
        opacity:1.0;
    }
    .back_page a:hover {
        color: #2950a5;
        background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
        background-size: 13px 13px;
        filter:alpha(opacity=100); /* IE 6,7*/
        -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
        -moz-opacity:1.0; /* FF , Netscape */
        -khtml-opacity: 1.0; /* Safari 1.x */
        opacity:1.0;
    }
}

@media screen and (max-width: 920px) {
    .section_category .main_image {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 599px) {
    .section_category {
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
    }
    .section_category .main_image {
        margin: 10px 0 10px 0;
    }
    .ttl_category {
        margin-bottom: 15px;
        padding: 8px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    ul.cal_itemList li .i_price {
        margin: 0;
    }
    ul.cal_itemList li .i_price span {
        padding: 0 4px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .cate_more {
        float: none;
        display: block;
        margin: 20px auto 10px;
        width: 80%;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .cate_more a {
        max-width: 100%;
        margin: 0 auto;
        padding: 6px 24px 6px 24px;
    }

    .cate_more a:hover {
        color: #2950a5;
        background: url(../ico/btn_right_arrow01.png) no-repeat 96% center;
        background-size: 13px 13px;
        filter:alpha(opacity=100); /* IE 6,7*/
        -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
        -moz-opacity:1.0; /* FF , Netscape */
        -khtml-opacity: 1.0; /* Safari 1.x */
        opacity:1.0;
    }

    .back_page {
        float: none;
        margin: 20px auto;
        width: 80%;
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .back_page a {
        max-width: 100%;
        margin: 0 auto;
        padding: 6px 24px 6px 24px;
    }
    .back_page a:hover {
        color: #2950a5;
        background: url(../ico/btn_left_arrow01.png) no-repeat 10px center;
        background-size: 13px 13px;
        filter:alpha(opacity=100); /* IE 6,7*/
        -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
        -moz-opacity:1.0; /* FF , Netscape */
        -khtml-opacity: 1.0; /* Safari 1.x */
        opacity:1.0;
    }

    .category_list li {
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
        float: none;
    }
    .category_list li .txt_catch {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .category_list .txt_catch span {
        padding: 1px 2px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .category_list li .img {
        width: 30%;
        margin: 0 0 15px 0;
    }
    .category_list li .img img {
        width: 100%;
    }
    .category_list li .txt {
        margin-left: 3%;
        float: left;
    }
    .category_list li .txt .name {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .category_list li .txt .spec {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .category_list li .txt .price {
        margin: 0 0 20px 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .category_list li .txt .price span {
        padding: 2px 4px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
    }
}
