body {
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
.option-table {
	max-width: 320px;
	margin: 20px auto 10px auto;
	border-top: 1px solid #999;
}
.option-size {
	padding-left: 10px;
	font-size: 14px;
}
.option-table table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #999;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.option-table.top-none {
	border-top: none;
}
.option-table table th {
	padding: 3px 0 3px 10px;
	border-top: 1px solid #999;
	vertical-align: top;
	font-weight: 400;
	text-align: left;
}
.option-table table td {
	padding: 3px 0 3px 10px;
	border-top: 1px solid #999;
	vertical-align: middle;
}
.option-table table tr:first-of-type td {
	border-top: none;
}
.option-table table .w24 {
	width: 24%;
}
.option-table table .w38 {
	width: 38%;
}
.option-table table .w25 {
	width: 25%;
}
.option-table table .w35 {
	width: 35%;
}