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

/* ===================================================================== */
/*	スマホ　テーブル
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマホ　テーブル　商品
/* --------------------------------------------------------------------- */
.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(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 テーブル
/* ##################################################################### */

}

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


}
