﻿@charset "UTF-8";
.iconBoxInner {
	background: #cc3333;
	color: #fff;
	padding: 5px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	font-size: 12px;
	display: block;
	float: right;
	font-weight: bold;
}
.iconBox01:before, .iconBox01:after {
	content: "";
	display: table;
}
.iconBox01:after {
	clear: both;
}
.prizeImgWrap {
	width: 730px;
	margin: 0 auto;
}
.prizeImgName {
	display: flex;
	justify-content: space-between;
	width: 569px;
	margin: 0 auto;
}
.prizeImgName > p {
	text-align: center;
}
.prizeImgName > p.floatTxtLeft{
	width: 44%;
}
.prizeImgName > p.floatTxtRight{
	width: 48%;
}