@charset "UTF-8";
/* 基本デザイン */

.pricelist {
    width: 540px;
    margin: 0;
    padding: 0;
 } 

.pricelist table {
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 100%;
    width: 100%;
    empty-cells: show;
    }

.pricelist td {
    border-top: none;
    border-bottom: 1px solid #CCCCCC;
    border-left: none;
    border-right: none;
    padding: 10px;
    }

.pricelist th {
    border-top: none;
    border-bottom: 1px solid #CCCCCC;
    border-right: none;
    background-color: #F3F3F3;
    font-weight: normal;
    }

.price-td1 {
    width: 150px;
    text-align: center;
    }

.price-td2 {
    width: 80px;
    text-align: left;
    }

.price-td3 {
    width: 310px;
    }
