@charset "utf-8";

@import "/css/common.css";
@import "/css/contents.css";

/*----------------------------------------------------------------

キャンペーン・お買い得情報用CSS

----------------------------------------------------------------*/

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
#contents h2 {
	margin-bottom:5px;
	position:relative;
}

#contents h3 {
	margin:10px 0 8px;
	padding:8px 13px 0;
	display:block;
	min-height:22px;
	height:auto !important;
	height:22px;
	background:url(/images/subtitle_01_bg.gif) no-repeat;
	color:#005F34;
	font-size:107%;
	font-weight:bold;
}

#contents .specialDiscount {
	margin-top:5px;
}

#contents .specialBargain {
	margin:10px 0 25px;
}

#contents .contentsBox .bargainInfo {
	min-height:90px;
	height:auto !important;
	height:90px;
}

#contents .contentsBox table {
	margin:-90px 0 0 150px;
}

#contents .contentsBox th {
	padding:0 15px;
	background:url(/images/marker_01.gif) no-repeat 0 0.3em;
	text-align:left;
}

#contents .contentsBox td {
	padding-right:10px;
}

#contents .contentsBox td.right {
	text-align:right;
}

#contents .contentsBox td.price {
	padding-right:15px;
	color:#C00;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
}




