/* 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;
	padding:0;
}
ul#newsList li{
    color: #666;
    margin: 0;
    padding: 1rem;
    margin-bottom: 2rem;
    line-height: 120%;
    list-style-type: none;
	position: absolute;
	bottom: 10%;
	left: 10%;
	background: #ffffffd3;
}
a{color:#272727;text-decoration:underline;}
a:hover{color:#5b5b5b;text-decoration:underline;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:.8rem;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #ff4e00;
	padding:1px 4px;
	font-size:.8rem;
	line-height:100%;
	background:#ff4e00;
	color:#fff;
	border-radius:8px;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* 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: 12px;
    padding: 3px 7px 2px;
    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: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}
@media screen and (max-width: 992px){
	ul#newsList li{
		bottom: -6rem;
		left: 0;
		margin: 2rem 2rem 3rem;
		z-index: 10;
		border: solid 1px #cccccc;
	}
}