@charset "utf-8";
/*====================================
商品紹介テンプレート
====================================*/
/*一覧*/
#osusume_tit {}
#ranking_tit {}
.products_list li .product_thumbnail { border-color: #CCCCCC; }
.products_list li .product_name { font-size: 10px; line-height: 1.2; }
/*詳細ページ*/
#detail_wrap #detail_photo #main_photo { border-color: #CCCCCC; }
#detail_wrap #detail_photo #sub_photo li { border-color: #CCCCCC; }
#detail_wrap #detail_data .post_title { border-bottom: 3px solid #8C6900; font-size: 20px; font-weight: bold; }
#detail_wrap #detail_data #spec {}
#detail_wrap #detail_data #spec th,
#detail_wrap #detail_data #spec td { padding: 10px; border: 1px solid #CCCCCC; }
#detail_wrap #detail_data #spec th { width: 30%; vertical-align: middle; }
/*カリット*/
#carrito #price { font-size: 20px; margin-bottom: 5px; }
#carrito #price .tax { font-size: 12px; }
#carrito #special_price { margin-bottom: 5px; }
#carrito #special_price .nomal { font-size: 14px; }
#carrito #special_price .special { font-size: 20px; color: #FF0000; font-weight: bold; }
#carrito #special_price .tax { font-size: 12px; }
#carrito #cart_btn {}
#carrito #cart_btn a { width: 320px; height: 50px; margin: 0 auto; text-indent: -350px; overflow: hidden; display: block; background: url(../img/btn_cart.png) no-repeat; }
#carrito #cart_btn a:hover { background-position: 0 -50px; }
/*ダウンロード*/
#dl_btn a { width: 320px; height: 50px; margin: 0 auto; text-indent: -350px; overflow: hidden; display: block; background: url(../img/btn_dl.png) no-repeat; }
#dl_btn a:hover { background-position: 0 -50px; }