@charset "UTF-8";
/* CSS Document */

.php{
width: 100%;
display: block;
text-align: center;
}
.news-box{
width: 100%;
padding:0 0 8%;	
display: block;
margin: 0 auto;
}
.heading-box{
width: 100%;	
}
.n_box{
width: 83%;	
}
.up_ymd{
background:#2C401F;	
padding: 1%;	
color: #fff;	 
}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

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

ul#newsList{
	margin:0 0 15px;
	padding:0;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
}
ul#newsList li{
	color:#666;
	font-size:1em;
	margin:0;
	padding:2% 0;
	margin-bottom:1px;
	background: #fff;
	line-height:120%;
	list-style-type:none;
    box-shadow: 2px 2px 5px #eee;
}
.news-box a{color:#333!important;text-decoration:underline; font-size:1em;}
.news-box a:hover{color:#999!important;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #f20505;
	border-radius:6px;
	font-size:1em;
	line-height:100%;
	margin:0 2px;
    color: #f20505;
}
.newMark{
	display:inline-block;
	border:1px solid #F2CB05;
	padding:1px 4px;
	font-size:1em;
	line-height:100%;
	background:#F2CB05;
	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 (max-width: 670px){
    .news-box{
width: 100%;
padding:5% 3% 8%;	
}    
.up_ymd{
width: 60%;
text-align: center;	
margin: 2% 0;
font-size: 0.9em;    
}
ul#newsList li{
	color:#666;
	font-size:0.8em;
	margin:0;
	padding:15px 0;
	margin-bottom:1px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}	
	.heading-box{
width: 40%;	
}
.n_box{
width: 100%;	
}	
a{font-size:0.9em;}		
.catName{
font-size:0.7em;
}
.newMark{
font-size:0.7em;
}
}
