/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

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

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

ul#newsList{
	width:900px;
	padding-left: 10px	;
}
div#newsWrap{
	width: 28%;
}
ul#newsList li{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	width:215px;
	height: 350px;
}
ul#newsList li:nth-child(n + 4){
	display: table-cell;
}
ul#newsList img{
		width: 100%;
}

a:hover{color:#039;text-decoration:none;}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
div span.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	font-size: 14px;
}
div span.title{
	font-size: 14px;
	font-weight: bold;
}
div span.title a{
	color: #000;
}
/* 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 ;
}
/* カテゴリの色々変更*/

.catName{
	display:inline-block;
	padding:2px 10px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	margin-bottom: 5px;
}
.catName{color:#FFF;}
.cat-0 .catName{	background:#48d1cc;}
.cat-1 .catName{	background:#71c5f9;}
.cat-2 .catName{	background:#ccaaff;}
.cat-3 .catName{	background:#ffb3f5;}

/* タイトルの加工
.title{	padding-left: 1em;}*/
@media screen and (max-width: 900px) {
	div#newsWrap {
		width: 100%;
	}
	ul#newsList {
		width:100%;
		padding-left: 10px	;
	}
	ul#newsList li {
			width: 31%;
			margin-right: 15px;
	}

}
@media screen and (max-width: 640px) {
	ul#newsList {
		padding-left: 0	;
	}
	ul#newsList li {
			width: 47%;
			margin-right: 0;
	}
	ul#newsList li:nth-child(odd){
		margin-right: 1em;
	}

}
