@charset "utf-8";

/* === 2nd Page =======================================

	- キャンペーン

==================================================== */
/* 2010.10 */
#headLine {
	width: 683px;
	_width: 683px;
	margin-bottom: 20px;
}

#headLine h1{
	background:none;
	padding:1px;
	margin:0;
}

h2 {
	background:none;
	padding-left:0;
	margin-bottom:4px;
}

/* h2 a:hover{
	text-decoration:none !important;
	color:#000 !important;
} */


/* 各種キャンペーン
---------------------------*/
.pcode {
	width: 665px;
	margin-left: 10px;
}

.pcode p{
	line-height:160%;
}

.pcode #line {
	background: url(/image/renewal09/border_campaign.gif) repeat-x bottom left;
	margin-bottom: 18px;
	padding-bottom: 17px;
	line-height: 160%;
}

.pcode img {
	margin-bottom: 5px;
}

.pBLink {
	font-weight:normal;
	margin-bottom:15px;
}


/* その他
---------------------------*/
.bld{
	font-weight:bold;
}
.red{
	color:#990000;
}

/* ====================================================

	- ClearFix

==================================================== */

.campaignArea dl:after,
.campaignArea dd .iconArea:after,
.tabidachiArea dl:after,
.tabidachiArea dt:after { 
	content: ".";
	display: block;
	clear: both; 
	visibility: hidden; 
	height: 0; 
	line-height: 0;
	} 
.campaignArea dl,
.campaignArea dd .iconArea,
.tabidachiArea dl,
.tabidachiArea dt {
	zoom:1;
	display: inline-block;
	}