/*宅配送料テーブル用*/
table {
	font-size: 12px;
	border: solid 1px #AAAAAA;
	margin-top: -15px;
	width: 550px;
}
th {
        color: #008CCC;
        padding: 5px 0px 5px 10px;
        background-color: #EAF4FF;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
}
td {
        padding: 5px 0px 5px 10px;
        background-color: #FFFFDD;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	line-height: 120%;
}
.kingaku {
        text-align: center;
        font-weight: bold;
}
.jikan {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
}
