@charset "UTF-8";
/* ------------------------------------------------- *
 *        #limitedsale_titlebox
 * ------------------------------------------------- */
/* title */
.title_bg {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/title_bg_xs.jpg);
	background-size: cover;
	text-align: center;
}
@media(min-width:768px) {
	.title_bg {
		height: 150px;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../img/title_bg.jpg);
		background-size: cover;
		text-align: center;
	}
}
.title_bg > img {
	display: block;
	max-width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------------- *
 *        #limitedsale_box1
 * ------------------------------------------------- */
section#limitedsale_box1 dt {
	width: 100%;
	height: auto;
	display: block;
	margin:0px;
	padding:0px;
}
section#limitedsale_box1 dd {
	width: 100%;
	height: auto;
	display: block;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-bottom: 1px solid #566e59;
}
/* textstyle */
#limitedsale_box1 h1.h2 {
	color:#004aff;
	font-weight: bold;
}
.h4 {
	color:#cc0000;
}
.text-red {
	color:#cc0000;
}
.txt18px {
	font-size:18px;
	color: #333333;
	font-weight: bold;
}
.txt24pxred {
	font-size: 36px;
	color: #cc0000;
	font-weight: bold;
}