@charset "utf-8";
/* CSS Document interop_2024_best_of_show_award */
#main hr{
	margin: 2em 0;
}
.couponcode{
	font-size: 116%;
	font-weight: 700;
	text-decoration: underline;
}
ol li{
	font-weight: bold;
}
ol li .detail{
	font-weight: normal;
}
ol li:nth-child(1) {
	margin-bottom:-10px;
}
ol li:nth-child(2) {
	margin-bottom:25px;
}
.flex-row {
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.flex-item {
	padding: 4px;
}
.flex-item:nth-child(1) {
	width: 160px;
	padding-left:20px;
	font-weight: bold;
}
.flex-item:nth-child(2) {
	flex: 3;
	padding-left:10px;
}
