/*生産終了予定*/
.todiscon-icon {
	width: 100px;
	height: 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
/*生産終了*/
.discon-icon {
	display: flex;
	width: 100px;
	height: 36px;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}
.cl_orange {
	background-color: rgb(255, 147, 30);
}

.ck_blk{
	font-size: 8px;
	color:black;
}

/*FXに合わせて以下に変更*/

/*生産終了*/
.discon{
	display:flex;
	justify-content: space-between;
	align-items: center;

}
.discon_icon {
	display: flex;
	width: 100px;
	height: 40px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin-left:10px;
}
.date_icon {
	display: flex;
	width: 150px;
	height: 40px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.cl_orange {
	background-color: rgb(255, 147, 30);
}

.fcl_blk{
	color:black;
	font-size: 11px;
}