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