@charset "utf-8";

.dlsp {
	background: url(/business/cms/images/000031839.png) no-repeat left bottom;
}

.dlsp .clearfix {
	background: url(/business/cms/images/000031840.png) no-repeat left top;
	padding: 0px 0 3px;
}

.mt10 {
	margin-top: 10px !important;
}

/* 新着情報 */
.price-info {
	padding: 1rem 1rem .8rem;
	background: #fff;
	border: 1px solid #a9a9a9;
	box-shadow: 0px 1px 3.8px #a9a9a9 inset;
	border-radius: 5px;
	display: flex;
}
.info-container{
	border-top: #a0a0a0 solid 1px;
	padding: 10px 14px 10px;
	background: #DBDFE3;
	box-shadow: 0px 1px 3.8px #a9a9a9 inset;
	border-radius: 5px;
	margin-bottom: 15px;
}

.price-info .info-date {
	width: 112px;
	color: #000;
}

.price-info .info-text {
	color: #000099;
}
.price-info a:visited .info-text {
	text-decoration: underline;
	color: #660099;
}

.price-info a:hover .info-text{
	text-decoration: none;
	color: #000099;
}
.info-tag {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 3px #fff;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 6px;
}