@charset "UTF-8";
/* ------------------------------------------------------
ポイントの有効期限の例
------------------------------------------------------- */
.image-container {
	position: relative;
	display: inline-block;
}
.image-container img {
	display: block;
	width: 437px;
	height: auto;
}
.overlay-text01 {
	position: absolute;
	top: 12px;
	left: 3px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	line-height: 12px;
}
.overlay-text02 {
	position: absolute;
	top: 9px;
	left: 157px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	border-radius: 4px;
	color: #fff;
	background: #fa4f21;
	padding: 3px 5px;
}
.overlay-text03 {
	position: absolute;
	top: 9px;
	left: 231px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	border-radius: 4px;
	color: #fa4f21;
	background: #fff;
	border: 2px solid #fa4f21;
	padding: 2px 3px 1px 3px;
}


.overlay-text04 {
	position: absolute;
	bottom: 13px;
	left: 162px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	line-height: 12px;
}
.overlay-text05 {
	position: absolute;
	bottom: 8px;
	left: 315px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	border-radius: 4px;
	color: #fff;
	background: #00744d;
	padding: 3px 5px;
}
.overlay-text06 {
	position: absolute;
	bottom: 8px;
	left: 389px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	border-radius: 4px;
	color: #00744d;
	background: #fff;
	border: 2px solid #00744d;
	padding: 2px 3px 1px 3px;
}