
.card-body img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.card-body table {
	width: 100%;
	max-height: 80px;
	border-collapse: collapse;
	padding: 0;
	margin: 5px;
}

.card-body th {
	width: 60px;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: rgba(158,147,147,1.00);
	font-weight: 100;
}
.card-body td {
	margin: 0;
	padding: 0 0 0 10px;
	height: 15px;
	font-size: 12px;
	color: rgba(87,87,87,1.00);
}
.card-body hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: dashed;
	color: #e9e9e9;
}

.card-body h2 {
	font-size: 10.5pt;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 3px;
	color: #666;
}

	/* より小さい場合 */
	@media screen and (max-width: 1024px) {
	.card-columns {
		column-count: 1 !important;
		}
	}
	.card-columns {
		column-count: 2;
		padding: 20px;
	}
	.card{
		display：inline-block;
	}
	.productwrap {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.productstage {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 8pt;
}
	.card{
		margin: 20px auto;	
		}


.productboxwide {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	padding-bottom: 5px;
	color: #666;
}
.productboxwide table {
	max-height: 80px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
.productboxwide th {
	width: 60px;
	text-align: right;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.productboxwide td {
	text-align: left;
	margin: 0;
	padding: 0 0 0 10px;
	height: 15px;
}
.productboxwide h2 {
	font-size: 10.5pt;
	text-align: center;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 3px;
	color: #666;
	font-weight: bold;
}
