/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family: 'Noto Serif JP',"游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
ul#newsList li{
	color:#666;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #666;
	line-height:120%;
	list-style-type:none;
}
a{
	color: #666;
	text-decoration:none;
}
a:hover{
	color: #a9a9a9;
	text-decoration:none;
}

.catName{
	display:inline-block;
	padding:4px 8px;
	border:1px solid #ccc;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
    position: relative;
    top: -3px;
    color:#FFF;
}
.newMark{
	display:inline-block;
	padding:5px 8px;
	font-size:11px;
	line-height:100%;
	background:#B7282E;
	color:#fff;
	font-style:italic;
    position: relative;
    top: -3px;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:60%;
}
.thumbNailWrap{
	display:block;
	width:75px;
	float:left;
	overflow:hidden;
}
.linkTag,.title{
	display:block;
	margin:3px 0;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 11px;
    padding: 2px 6px 1px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px 1px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}
.up_ymd{
    font-size: 0.8em;
}
.overPagerPattern{
	padding:0 2px ;	
}
.cat-0 .catName{
    background:#334454;
}

.cat-1 .catName{
    background:#4F1D38;
}

.cat-2 .catName{
    background:#6C8270;
}

.cat-3 .catName{
    background:#DF7163;
}

.cat-4 .catName{
    background:#715C1F;
}

.cat-5 .catName{
    background:#926D6B;
}
