@charset "utf-8";

/*====================================
商品紹介テンプレート
====================================*/

/*一覧*/

#osusume_tit {}
#ranking_tit {}
.products_list {}
.products_list li {
    width: 130px;
    margin: 0 20px 20px 0;
    float: left;
}
.products_list li:nth-child(5n) {
    margin-right: 0;
}
.products_list li .product_thumbnail {
    width: 120px;
    height: 120px;
    padding: 4px;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}
.products_list li .product_name {}
.products_list li .product_name .icon {
    margin-right: 5px;
}

/*詳細ページ*/

#detail_wrap {
    width: 100%;
    margin-bottom: 30px;
}
#detail_wrap #detail_photo {
    width: 350px;
    float: left;
}
#detail_wrap #detail_photo #main_photo {
    width: 340px;
    height: 340px;
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #CCCCCC;
    text-align: center;
    margin-bottom: 10px;
}
#detail_wrap #detail_photo #sub_photo {}
#detail_wrap #detail_photo #sub_photo li {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    float: left;
}
#detail_wrap #detail_photo #sub_photo li:first-child {
    margin-left: 0;
}
#detail_wrap #detail_data {
    width: 350px;
    float: right;
}
#detail_wrap #detail_data .post_title {
    border-bottom: 3px solid #E40000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#detail_wrap #detail_data #category {
    margin-bottom: 15px;
    font-size: 10px;
}
#detail_wrap #detail_data #about {
    margin-bottom: 20px
}
#detail_wrap #detail_data #spec {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#detail_wrap #detail_data #spec th, #detail_wrap #detail_data #spec td {}
#detail_wrap #detail_data #spec th {}

/*カリット*/

#carrito {
    width: 350px;
    margin-bottom: 30px;
}
#carrito #price {}
#carrito #price .tax {}
#carrito #special_price {}
#carrito #special_price .nomal {}
#carrito #special_price .special {}
#carrito #special_price .tax {}
#carrito #cart_btn {}
#carrito #cart_btn a {}
#carrito #cart_btn a:hover {}

/*カラーミー*/

#colorme {
    width: 350px;
    margin-bottom: 30px;
    overflow: hidden;
}

/*おちゃのこ*/

#ocnk {
    width: 350px;
    margin-bottom: 30px;
    overflow: hidden;
}

/*ダウンロード*/

#dl_btn {
    margin-bottom: 30px;
}
#dl_btn a {}
#dl_btn a:hover {}