@charset "utf-8";
/*リンク共通*/
a{
	color:#2E8DC6;
	text-decoration:underline;
}
a:hover{
    color:#DDA977;
	text-decoration:underline;
}

/*全体*/

div#wrapper_campaign{
	width:100%;
	margin:0;
}

/*ライトコンテンツ共通*/

div#campaign_layout{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#campaign_layout h1{
	width:650px;
	height:236px;
	margin-bottom:35px;
}
/*otafuku flower*/

div#campaign_layout ul.campaign_flower{
	width:650px;
	height:82px;
	margin-bottom:35px;
}

div#campaign_layout ul li{
	float:left;
}

div#campaign_layout ul.campaign_flower li.flower_goto{
	padding-right:14px;
}

div#campaign_layout p{
	clear:both;
	color:#000000;
}	

#intro{
	width:618px;
	height:auto;
	overflow:hidden;
	line-height:150%;
	margin:45px 0;
	border:1px solid #D6D6D6;
	background:#FFFFFF;
	padding:15px;
}

div#campaign_layout p{
	clear:both;
	color:#000000;
}	

#intro p.intro_txt{
	color:#797979;
	font-size:10px;
}

#intro p.intro_txt span{
	color:#797979;
	font-size:10px;
	font-weight:bold;
}

div#campaign_layout div#close{
	width:650px;
	height:30px;
	text-align:center;
	margin:10px 0;
}


















