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

/*=============================================
  newsの設定
=============================================*/

/* screens laeger than 960
***************************************************************************/
#news{
	margin-right:80px;
	margin-left:30px;
}
#news li{
	display:block;
	margin-left:5px;
}
#news li a{
	color:blue;
}
#news li.title{
	font-size:110%;
	margin-bottom:10px;
}
#news li.date{
	font-size:110%;
	font-weight:bold;
	margin-top:15px;
}
#news li.body{
	margin-bottom:30px;
}
#news li.adminlink{
	padding-bottom:20px;
	border-bottom:1px solid #aaa;
}


/* screens smaller than 959
***************************************************************************/
@media only screen and (max-width:959px) {
#news{
	margin-right:20px;
	margin-left:20px;
}

}


/* screens smaller than 599
***************************************************************************/
@media only screen and (max-width:599px) {
#news{
	margin-right:20px;
	margin-left:20px;
}


}
