@charset "utf-8";

/*-------------------------------------------------
	concept CSS
---------------------------------------------------*/
.imgL01{
	float:left;
	margin-right:22px;
}

table.priceList {
    border-top:#ADADC4 1px solid;
    border-left:#ADADC4 1px solid;
    color:#333;
}
table.priceList th{
	width:30px;
    padding: 8px;
	background-color:#CBCBD9;
    border-right:#ADADC4 1px solid;
    border-bottom:#ADADC4 1px solid;
	text-align:right;
}
table.priceList td{
    padding: 8px;
	background-color:#FFF;
    border-right:#ADADC4 1px solid;
    border-bottom:#ADADC4 1px solid;
}
