﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#news
-------------------------------------------------------------------*/
#news .text {
	overflow: hidden;
}
#news ul.image li.fancybox a{
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	background: #1A1E33;
	width: 195px;
	height: 195px;
	padding: 5px;
}
#news .date {
	margin-bottom: 5px;
	font-weight: bold;
}
#news ul.image li {
	margin-bottom: 20px;
}
#news ul.image li:last-child{
	margin-bottom: 0;
}
#news p.back {
	margin: 30px 0 0;
}