@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#news .box {
	overflow: hidden;
}
#news ul.image li.fancybox a {
    display: table-cell;
    text-align: center;
    width: 200px;
}
#news .date {
	margin-bottom: 5px;
	font-weight: bold;
}
#news ul.image li {
	margin-left: 0;
	margin-bottom: 20px;
}
#news ul.image li:last-child{
	margin-bottom: 0;
}
#news p.back {
	margin: 35px 0 0;
}
