/*新着表示(WG)*/
#maincontent ul.newslist{
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
#maincontent ul.newslist li{
	margin:0;
	padding:10px 3px;
	list-style:none;
	border-bottom:1px dotted #999;
}
#maincontent ul.newslist li span{
	float:left;
	display:block;
}
#maincontent ul.newslist li span.icn{	width:97px;}
#maincontent ul.newslist li span.date{	width:123px;}
#maincontent ul.newslist li span.title{	width:490px;}


#imInfo{
	background:#fafafa;
    padding: 16px 18px 9px;
	border:2px solid #e50012;
	border-radius: 3px;
}
#imInfo h2{
	background:none;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color:#e50012;
	margin: 0 0 6px;
	padding: 0;
}
#maincontent #imInfo ul.newslist{
	margin: 0;
}
#maincontent #imInfo ul.newslist li{
	padding:0 0 3px;
	border:none;
}

#maincontent #imInfo ul.newslist li span.date{	width:9em; float:left; clear:left;}
#maincontent #imInfo ul.newslist li span.title{	width: auto; margin:0 0 0 9em;float: none;}

/*新着表示(FCシステム部分)*/

.new_ttl{
	margin: 0 0 16px;
	padding: 5px 5px;
	display: inline-table;
	width:708px;
	background:#fcfcfc url("../_cmn/h2_bg.gif") 50px center no-repeat ;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	font-size: 16px;
	font-weight: normal;
}
.new_ttl.honda{
	background:#fcfcfc url("../_cmn/h2_bg.gif") 230px center no-repeat ;
}
.new_ttl.newsttl{
	background:#fcfcfc url("../_cmn/h2_bg.gif") 70px center no-repeat ;
}

.new_ttl strong{
	display: block;
    padding: 5px;
	float:left;
    font-size: 16px;
	line-height:1;
	font-weight:normal;
}


.new_ttl a {
    border-radius: 3px;
    font-style: normal;
    margin: 0 1px;
    padding: 0.2em 0.6em 0.1em;
    text-decoration: none;
	float:right;
	font-size:0.8em;
}


.new_ttl a:link,
.new_ttl a:visited{
	background: #e50012;
	color: #fff;
    text-decoration: none;
}

.new_ttl a:hover,
.new_ttl a:active {
	background: #b11e25;
	color: #fff;
    text-decoration: none;
}




#maincontent ul.news_list{
	list-style:none;
	margin:0 0 20px;
	padding:0;
}

#maincontent ul.news_list .news{
	margin:0;
	padding:10px 3px;
	list-style:none;
	border-bottom:1px dotted #999;
}

#maincontent ul.news_list .news .date{
	clear: left;
	float: left;
	margin: 0;
	width: 10em;
}
#maincontent ul.news_list .news .title{
	display: block;
	margin: 0 0 0 10em;
}

#maincontent ul.news_list .news .title a:link{text-decoration: underline;}
#maincontent ul.news_list .news .title a:visited{}
#maincontent ul.news_list .news .title a:hover{}

/*ページの詳細*/
.newsresult{
}
.newsresult .date{
	margin:0 0 10px;
}
.newsresult .s{
}
.newsresult .s img{
	margin:0 20px 10px 0;
}
.newsresult span.comment{
	margin:0 0 10px 0;
}

.newsresult .s .link{
	margin:20px 0 0;
	padding:10px 15px;
	clear:both;
	background: #f6f6f6;
	border-radius: 3px;
}
.newsresult .s .link a[target="_blank"]{
}



/*ページきりかえ*/
.frm_order{
	text-align:right;
	padding:0 0 20px;
}


/*ページャー*/
#maincontent .pagerwrap{
	padding:20px 0;
	text-align:center;
    font-size:1.2em;
}
#maincontent .pagerwrap .pager span.prev,
#maincontent .pagerwrap .pager span.next{
	margin:10px;
}
.pager span em {
	background: #b11e25;
	border: 2px solid #b11e25;
	border-radius: 3px;
	color: #fff;
	font-style: normal;
	margin: 0 1px;
	padding: 0.4em 0.6em 0.2em;
}
.pager span a.p_no,.pager span.prev a,.pager span.next a {
    border-radius: 3px;
    font-style: normal;
    margin: 0 1px;
    padding: 0.4em 0.6em 0.2em;
    text-decoration: none;
}

.pager span a.p_no:link,.pager span a.p_no:visited,
.pager span.prev a:link,.pager span.prev a:visited,
.pager span.next a:link,.pager span.next a:visited {
    border: 2px solid #888;
    color: #666;
    text-decoration: none;
}

.pager span a.p_no:hover,.pager span a.p_no:active,
.pager span.prev a:hover,.pager span.prev a:active,
.pager span.next a:hover,.pager span.next a:active {
	background: #b11e25;
	border: 2px solid #b11e25;
	color: #fff;
}



.pagerwrap{}

.pagerwrap .pager .next .arrow_r{
}
.pagerwrap .pager .prev .arrow_l{
}


