@charset "utf-8";
/* CSS Document */

.menu {
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li {
    display: inline;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
.menu li a {
    display: block;
    border: 1px solid #E1E1E1;
    background-color: #E1E1E1;
    padding: 10px 0px;
    text-decoration: none;
    color: #666;
    width: 96%;
    margin: 5px;
    text-align: center;
    font-size: 14px;
}
.menu li a:hover {
    background-color: #CC0809;
    color: #fff;
}
/* ===================================================================== */
/*	スマホ　テーブル
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマホ　テーブル　商品
/* --------------------------------------------------------------------- */
.item {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.areaLeft {
    float: left;
    width: 100%;
}
.areaRight {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.areaRight p {
    margin-bottom: 5px;
}
.item .areaLeft img {
    width: 50%;
    margin-left: 25%;
}
.item table {
    width: 100%;
    margin-bottom: 20px;
}
.item table td, .item table th {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #737373;
}
/* --------------------------------------------------------------------- */
/*	スマホ　テーブル　カートの中身
/* --------------------------------------------------------------------- */
.cart {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.cart table {
    width: 100%;
    margin-bottom: 20px;
}
.cart table td, .cart table th {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #737373;
    text-align: left;
}
.cart table th {
    padding-left: 20px;
    width: 20%;
    min-width: 70px;
}
.cart table td.textBtn {
    vertical-align: middle;
}
.cart table td.textBtn input.btn {
    padding-top: 5px!important;
    margin-left: 20px;
}
.cart table td.price, .cart table th.price {
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.cart table td.total, .cart table th.total {
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.cart table td.total {
    color: #E50307;
}
/* ===================================================================== */
/*	スマホ　バックナンバー　ボタン
/* ===================================================================== */

p.btn a {
    background-image: url(../inquiry%20-%20Copy/backnumber/backnumber.gif);
    height: 40px;
    width: 150px;
    display: block;
    float: left;
    text-indent: -9999px;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
.areaLeft {
    float: left;
    width: 33%;
}
.areaRight {
    float: right;
    width: 65%;
    padding-top: 0px;
}
.item .areaLeft img {
    width: 100%;
    margin-left: 0%;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
/* ##################################################################### */
/*	PC テーブル
/* ##################################################################### */

.menu li {
    width: 50%;
}
}

@media only screen and (max-width:970px) {
/* ##################################################################### */
/*	スマートフォン テーブル
/* ##################################################################### */
/* ===================================================================== */
/*	
/* ===================================================================== */


}
