@media screen and (min-width: 641px) {
	/* 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{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
ul#newsList li{
	color: #CCC;
	font-size: 0.9em;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.4em;
	list-style-type: none;
	width: 669px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
a{
	color: #DBC98A;
}
a:hover{color:#DBC98A;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.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;
}
.comment{
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
	width: 536px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	font-size: 1em;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}


.catName{
	display: none;
}

}


@media screen and (max-width:640px){
	
	
	
	
	ul#newsList li{
	color: #CCC;
	font-size: 0.96em;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.4em;
	list-style-type: none;
	width: 94%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 3%;
}
	
	.comment{
	display: block;
	overflow: hidden;
	width: 100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
	.catName{
	display: none;
}
	
	.thumbNailWrap {
	display: none;
}
	
	}