.imgbox *,
.goodsbox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.spec {
	padding: 30px;
	width: 100%;
}
.imgbox ul {
	padding: 0 30px;
}
.imgbox > div {
	padding: 15px 30px;
}
table {
	width: 100%;
}
table * {
	color: #0048ab;
	font-weight: bold;
	font-size: 110%;
}
table caption {
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #0048ab;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
table th {
	text-align: right;
}
table th,
table td {
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 1.2;
}
.lead {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 30px 0;
}
.imgbox li,
.goodsbox li{
	padding-left: 1.2em;
	position: relative;
	margin-bottom: 5px;
	font-weight: normal!important;
}
.imgbox li::before,
.goodsbox li::before {
	content: '※';
	position: absolute;
	left: 0;
}
.goodsbox {
	padding: 30px 30px 0;
}
.goodsbox * {
	font-weight: bold;
	font-size: 110%;
}
.goodsbox .title {
	color: #0048ab;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #0048ab;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.goodsbox img {
	max-width: 100%;
	height: auto;
}
.goodsbox span {
	display: block;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	padding: 10px 0;
}
.goodsbox ol {
	margin-left: 1.5em;
}
.goodsbox ol li {
	list-style-position: outside;
	list-style-type: decimal;
	font-weight: bold;
	margin-bottom: 1em;
}
.goodsbox ol li span {
	display: normal;
	padding: 0;
	text-align: left;
	margin-top: .5em;
}

