@charset "utf-8";

.title {
	margin-bottom:16px;
}

#store-content {
	width:560px;
}

.store-info {
	line-height:1.7;
	color:#70b500;
	margin:12px 0;
}

.store-map {
	margin-left:80px;
}

#bargain {
	width:530px;
	margin:22px 0 0 4px;
	position:relative;
}

#bargain h3 {
	padding-bottom:4px;
	border-bottom:1px dotted #7a7a7a;
}

#bargain h4, .bargain-time {
	color:#fff;
}

#bargain h4 {
	background-color:#dc0000;
	padding:0 188px 0 14px;
	line-height:1.8;
	margin-top:10px;
}

.bargain-time {
	background-color:#5f3d00;
	width:188px;
	position:absolute;
	right:0;
	top:35px;
	text-align:center;
}

*+html .bargain-time {
	top:32px;
}

.bargain-time span {
	font-weight:bold;
}

.bargain-news {
	padding:4px 0 0 14px;
}

.bargain-news p {
	margin-top:10px;
}

