﻿/*
	タイトル
*/
#SpotDiscountPage h2.title {
	/*width: 749px;*/
	height: 27px;
}

#SpotDiscountPage h2.title span {
	display: none;
}

/*
	コンテンツBOX
*/
#SpotDiscountPage div.ContentBox {
	margin-top: 20px;
	width:100%;
}

#SpotDiscountPage div.ContentBox div.Container {
	padding: 10px;
}
#SpotDiscountPage div.ContentBox div.Container p {
	line-height:120%;
}
#SpotDiscountPage div.ContentBox div.Container div.contents {
	line-height:120%;
}

#SpotDiscountPage h3.stitle a{
	/*font-weight: normal;*/
	font-size:medium;
	/*font-size:large;*/
}

/*
	種類の画像ブロック
*/
#SpotDiscountPage div.kindBase{
	height:22px;
	/*width:100%;*/
	margin-bottom:10px;
}
#SpotDiscountPage div.kindBase div.sInfoKind{
	height:22px;
	width:128px;
	background-color:#ffffff;
}
#SpotDiscountPage div.kindBase span{
	display: none;
}

/*
	定型　説明文ブロック
*/
#SpotDiscountPage p.Intro{
	padding-bottom:10px;
	margin-bottom:10px;
}

/*
	種類の画像（クーポン、初回特典、キャンペーン、サービス）
*/
#SpotDiscountPage div.kindBase div.Kind_1{
	background-image: url(../img/discount/kind_coupon.gif);
	background-repeat: no-repeat;
}
#SpotDiscountPage div.kindBase div.Kind_2{
	background-image: url(../img/discount/kind_first.gif);
	background-repeat: no-repeat;
}
#SpotDiscountPage div.kindBase div.Kind_3{
	background-image: url(../img/discount/kind_campaign.gif);
	background-repeat: no-repeat;
}
#SpotDiscountPage div.kindBase div.Kind_4{
	background-image: url(../img/discount/kind_service.gif);
	background-repeat: no-repeat;
}
#SpotDiscountPage div.kindBase div.Kind_5{
	background-image: url(../img/discount/kind_present.gif);
	background-repeat: no-repeat;
}

/*
	利用期間、利用方法
*/
#SpotDiscountPage table.UseExp{
	width:100%;
	margin-top:10px;
}
#SpotDiscountPage table.UseExp th{
	font-weight: normal;
	white-space: nowrap;
}
#SpotDiscountPage table.UseExp td{
	width: 100%;
}

