@charset "UTF-8";
/* news
------------------------------------------------------------------------------------------------------------------------------ */
/* left-contents
--------------------------------------------------------------- */
#news .search-results-header{
	font-size: 1.3em;
	margin-bottom: 0.5em;
	color: #F00;
}
#news #left-contents {
	float:left;
	width:195px;
}
#news #left-contents h4 {
	font-family: '見出ゴMB1', 'Midashi Go MB1';
	font-size: 13px;
	line-height: 1;
	margin-bottom: 12px;
}
#news #left-contents .section {
	margin-bottom:20px;
}

.sp-blog h3{
	font-size: 13px;
	margin: 20px 0 0;
}

/*---------news-nav----------*/
#news #left-contents #news-nav {
	padding:12px 9px;
	color: #101010;
	background-color: #fff;
	border:4px solid #dce800;
}
#news #left-contents #news-nav li {
	margin-top:.8em;
	padding:0 0 2px 18px;
	background:url(/13/news/images/ico_blog_s.gif) left .2em no-repeat;
}
#news #left-contents #news-nav li:last-child, #news #left-contents #news-nav li.last-child {
	margin-bottom:0;
}
#news #left-contents #news-nav li a {
	color:#000;
	text-decoration:none;
}
#news #left-contents #news-nav li a:hover {
	text-decoration:underline;
}
/* right-contents
--------------------------------------------------------------- */
#news #right-contents {
	float:right;
	width:740px;
}
#news #right-contents h3 {
    margin-bottom: 20px;
}
#news #right-contents h4 {
	margin-bottom:1em;
	padding:1px 0 2px 24px;
	font-size:116%;
	background:url(/13/news/images/ico_blog_l.gif) left top no-repeat;
}
#news #right-contents .section {
	margin-bottom: 15px;
}
/*---------pagetop----------*/
#news #right-contents .pagetop {
	clear:both;
	text-align:right;
}
/*---------section-blog----------*/
#news #right-contents .section-blog {
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:4px solid #eee;
}
#news #right-contents .section-blog .text-center {
	text-align:center;
}
#news #right-contents .section-blog .text-center img{
	margin:1em;
}
#news #right-contents .section-blog:last-child {
	margin-bottom:15px;
}
#news #right-contents .section-blog p {
	margin-bottom:1em;
}
#news #right-contents .section-blog p.more {
	margin-bottom:30px;
}
#news #right-contents .section-blog p.more .btn {
	width:142px;
	height:33px;
	margin-left:598px;
	background-image:url(/13/news/images/btn_more.gif);
}
#news #right-contents .section-blog .post {
	margin-bottom:0;
	text-align:right;
}
#news #right-contents .section-blog .post li {
	display:inline;
	margin:0 8px 0 0;
	padding:2px 24px 4px 0;
	background:url(/13/news/images/ico_shim.gif) right top no-repeat;
}
#news #right-contents .section-blog .post li:last-child,
#news #right-contents .section-blog .post li.last-child {
	margin:0;
	padding:2px 0 4px 0;
	background:none;
}
#news #right-contents .section-blog .post li  span{
	padding:2px 0 4px 25px;
}
#news #right-contents .section-blog .post li span.author {
	background:url(/13/news/images/ico_author.gif) left top no-repeat;
}
#news #right-contents .section-blog .post li span.category {
	background:url(/13/news/images/ico_category.gif) left top no-repeat;
}
#news #right-contents .section-blog .post li span.date {
	background:url(/13/news/images/ico_date.gif) left top no-repeat;
}
/*---------paging----------*/
#news #right-contents .paging {
}
#news #right-contents .paging .prev {
	float:left;
}
#news #right-contents .paging .next {
	float:right;
}
/*---------clearfix----------*/
#news #right-contents .paging {
	zoom:1;
	_height:1%;
}
#news #right-contents .paging:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
