@charset "utf-8";
/* CSS Document */

#select {
	display: flex;
	margin: 50px auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.link_box {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 10px;
	border: 2px solid #223a70;
	font-size: 120%!important;
	text-align: center;
	display: block;
}
#select a:link {
	text-decoration: none;
}
#select a:hover {
	background: #223a70;
	color: #fff;
}

@media(max-width:768px) and (min-width: 321px) {
#select {
	display: inline;
	margin: 0 auto;
}
.link_box {
	width: 80%;
	height: auto;
	margin: 20px auto;
	padding: 10px;
	border: 2px solid #223a70;
	font-size: 100%;
	text-align: center;
}
}
/*--送料一覧--*/


table {
	width: 100%;
	border-spacing: unset;
}
.postage_list tbody {
	width: 100%!important;
}
.postage_list th:first-child {
	border-radius: 5px 0 0 0!important;
}
.postage_list th:last-child {
	border-radius: 0 5px 0 0!important;
	border-right: 1px solid #3c6690;
}
.postage_list th {
	text-align: center;
	color: white;
	background: linear-gradient(#829ebc, #225588);
	border-left: 1px solid #3c6690;
	border-top: 1px solid #3c6690;
	border-bottom: 1px solid #3c6690;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 10px 0;
}
.postage_list td {
	text-align: left;
	border-left: 1px solid #a8b7c5;
	border-bottom: 1px solid #a8b7c5;
	border-top: none;
	/*box-shadow: 0px -3px 5px 1px #eee inset;*/
	padding: 10px;
}
.postage_list td:last-child {
	border-right: 1px solid #a8b7c5;
}
.postage_list tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.postage_list tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.postage {
	text-align: right!important;
	padding-right: 5px;
}
.area {
	text-align: left!important;
	padding-left: 5px;
}
