/* CSS Document */
.tbl-price-01, .tbl-price-02 {
	width: 100%;
	float: left;
}
.tbl-price-01 table, .tbl-price-02 table {
	width: 100%;
	float: left;
}
.tbl-price-01 table tr td {
	padding: 10px;
}
.tbl-price-02 table tr td {
	border:1px #ccc solid;
	padding:1% 0;
	width:12.5%;
	vertical-align:middle;
	text-align:center;
}
.col-tbl-price-01-left {
	width: 20%;
}
.tbl-price-02 table{
	margin-bottom:10px;
	font-size: 1.3em;
	line-height: 160%;
	float: left;
}
 @media screen and (max-width: 640px) {
.col-tbl-price-01-left {
	width: 40%;
}
}
 @media screen and (max-width: 480px) {
.tbl-price-02 table tr td {
	font-size:10px !important;
}
}
