
h2.pageTitle {
	margin-bottom:20px;
}

/* tabMenu
------------------------------------------------------------------------------*/
.tabMenu {
	margin-left:70px;
	margin-bottom:20px;
}
.tabMenu li {
	float:left;
	margin-right:20px;
}

/* lead-renewal
------------------------------------------------------------------------------*/
.lead-renewal{
	margin-bottom: 60px;
	text-align: center;
	font-size: 138.5%;
	line-height: 1.6;
}
.lead-renewal__link{
	color: #d00303;
}

/* listWrap
------------------------------------------------------------------------------*/
.listWrap {
	border-top:1px solid #C9997A;
	border-bottom:1px solid #C9997A;
	padding-top:10px;
	padding-bottom:10px;
}

.listItem {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(/_/feature/img/common/list_line_01.gif) center bottom no-repeat;
}

.listItem.last {
	margin-bottom:0;
	padding-bottom:0;
	background-image:none;
}

.listItem:after {  content: ".";    display: block;   clear: both;  height: 0;  visibility: hidden;}
.listItem {  min-height: 1px;}
* html  .listItem {  height: 1px;  /*\*//*/  height: auto;  overflow: hidden;  /**/}

.listItem .imgBlock {
	float:left;
	width:240px;
	margin-right:30px;
}
.listItem .imgBlock a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.listItem .textBlock {
	float:left;
	width:490px;
}
.listItem .textBlock p.sub {
	font-size:109%;
	margin-bottom:5px;
	line-height:1.1em;
}
.listItem .textBlock p.sub a {
	color:#e4a600;
}
.listItem .textBlock p.title {
	font-size:118%;
	margin-bottom:6px;
	line-height:1.1em;
}
.listItem .textBlock p.title a  {
	color:#d00303;
}

.listItem .textBlock p.body {
	line-height:1.4em;
	color:#999;
}

.listItem .textBlock p.end {
	font-size:109%;
	margin-top:7px;
	color:red;
	font-weight:bold;
}

/* campaignList
---------------------------*/
.campaignList .listItem .textBlock p.title {
}
.campaignList .listItem .textBlock p.body {
	font-size:100%;
}








