﻿@charset "UTF-8";div.mainframe_ {width: 100%;margin: 0 auto;}#bestsellers {margin: 0 auto;max-width: calc(100% - 10px);}#bestsellers .heading {/*background: #e60013;*/margin-bottom: 20px;}#bestsellers .heading .title_area {margin: 0 auto;width: 1260px;/*background-image: url(/img/freepage/bestsellers/title_bg.png);background-repeat: no-repeat;background-position: right;*/}/*#bestsellers .heading .title_area h1 {display: inline-block;color: #fff;font-size: 40px;font-weight: 900;margin-bottom: 20px;}#bestsellers .heading .title_area h1 span {background: #000;display: inline-block;margin-top: 10px;padding: 5px 15px;}*/#bestsellers .heading .title_area p {background: #e60013;font-size: 25px;font-weight: bold;color: #fff;text-align:  center;}#bestsellers .coupon {width: 1260px;margin: 0 auto;background: #eee;margin-bottom: 20px;text-align: center;padding: 10px;}#bestsellers .coupon a {background: #333;color:#fff;font-weight: bold;padding: 0.5em 1em;font-size: 1.2em;margin: 10px;display: inline-block;}#bestsellers .item-list {width: 1260px;margin: 0 auto;}#bestsellers .item-list ul {display: flex;flex-wrap: wrap;justify-content: space-between;}#bestsellers .item-list ul:after {content: "";width: calc(40% - 8px);}#bestsellers .item-list ul li {width: 19%;margin-bottom: 1%;}@media screen and (max-width: 768px) {#bestsellers {width: 100%;max-width: 100%;}#bestsellers .heading .title_area {width: 100%;background-image: none;height: auto;}#bestsellers .heading .title_area h1 {display: block;font-size: 2em;text-align: center;margin-bottom: 0;}#bestsellers .heading .title_area h1 span {margin: 0 auto;display: block;}#bestsellers .heading .title_area h1 br {display: none;}#bestsellers .heading .title_area p {font-size: 1.5em;width: auto;text-align: center;}#bestsellers .coupon {width: 100%;box-sizing: border-box;}#bestsellers .item-list {width: 100%;padding: 0 10px;box-sizing: border-box;}#bestsellers .item-list ul li {width: 49%;}#bestsellers .item-list ul:after {display:none;}}