@charset "utf-8";



table.pricelist{
    border-top:1px solid #D1D2D6;
    border-left:1px solid #D1D2D6;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.pricelist th{
    border-right:1px solid #D1D2D6;
    border-bottom:1px solid #D1D2D6;
    background-color:#F1F7F2;
    padding:0.3em 1em;
    text-align:center;
    font-weight  :  normal;
    width: 185px;
    font-size: 16px;
    color: #6DBF12;
}


.pricelist td{
    border-right:1px solid #D1D2D6;
    border-bottom:1px solid #D1D2D6;
    padding:0.3em 1em;
}

.pricelist .taBg{
    background-color:#F1F7F2;
    width: 185px;
}

.pricelist .ty01{
    text-align: right;
}

.pricelist a:link,
.pricelist a:visited {
	color: #6DBF12;
	text-decoration: underline;
}

.pricelist a:hover,
.pricelist a:active {
	color: #6DBF12;
	text-decoration: none;
}
