@charset "utf-8";
body{
	overflow-x: hidden;
	line-height: 1.78em;
	color:#000;
    background-color: transparent;
}
p{
	margin-bottom:0;
}
time{
	color: #828282;
}
.news-box > li{
	padding:10px 0;
	border-bottom:1px solid #aaaaaa;
}
.news-box > li:last-child{
	border-bottom:none;
}
/*/////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:701px) , print{
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 500px){
}