/*@@ Campaign @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/* プレゼント */

#Item{
		width : 470px ; 
		margin-bottom : 30px;
}
#Item .tit{ margin:30px 0 15px 0; }
#Item dl{
	width: 470px;
	margin:0 0px 40px 0;	
}

#Item dt{ width:270px; float:left;}
#Item dd{ width:190px; float:right;}

.num{
	font-size:1.3em;
	font-weight:bold;
	margin-top:10px;
	color:#FF0000;
}


/* キャンペーン詳細部分（色変更等） */
#Entry H3{
	color:#FF6600;
	border-bottom: 1px dotted #FF6600;
}
#Entry dt{
	color:#FF6600;
}
#Entry dd{
	border-bottom: 1px dotted #FF6600;
}
#Entry .fontL{
	font-size: 1.2em;
	text-decoration: underline;
}



