@charset "utf-8";

.mainArea table.shipping01,
.mainArea table.shipping02 {
	width: 100%;
	margin-bottom: 30px;
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}
.mainArea table.shipping02 { font-size: 10px;}
.mainArea table.shipping01 th,
.mainArea table.shipping02 th {
	background-color: #e6e6e6;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	font-weight: bold;
	padding: 7px 10px;
	text-align: center;
}
.mainArea table.shipping01 td,
.mainArea table.shipping02 td {
	padding: 7px 10px;
	background-color: #fff;
	border-bottom: 1px solid #bfbfbf;
	border-color: #bfbfbf;
	border-right: 1px solid #bfbfbf;
	text-align: center;
}
.mainArea table.shipping01 td { width: 16%;}
.mainArea table.shipping02 th,
.mainArea table.shipping02 td { width: 8%;}
.mainArea table td.blue { background-color: #ecf6fe;}
.mainArea .mb30 { margin-bottom: 30px;}
.mainArea .mb40 { margin-bottom: 40px;}
.mainArea .titleBlock__h4 { margin: 0 0 7px!important;}