@charset "UTF-8";
/* CSS Document */
/* clearfix */
.news{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;	
padding: 10% 0;	
}
.tm{
width: 17%;	
border-right: 5px solid #BF8173;	
}
.news-box{
width: 80%;
	
}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

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

.news ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif	;
	text-align: left;
}
.news ul#newsList li{
	color:#666;
	font-size:1em;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	line-height:120%;
	list-style-type:none;
}
.news a{color:#36F;text-decoration:underline;}
.news a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:0.8em;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:0.8em;
	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:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
@media all and  (max-width:670px){
	
.tm{
width: 35%;	
border-right: 5px solid #BF8173;	
}
.news-box{
width: 100%;
margin-top: 2%;	
}	
.news ul#newsList li{
	font-size:0.9em;
}

.catName{
	font-size:0.7em;
}
.newMark{
font-size:0.7em;
}	
}
