@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 30px;
}
#content .slast {
	margin-bottom:50px;
}
#content .section .box {
	margin:-4px 0 0;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    border: 1px solid #D8D8D8;
    display: table-cell;
    height: 194px;
    text-align: center;
    vertical-align: middle;
    width: 194px;
	padding:2px;
}
#content .section .image {
	padding:4px 0 0;
}
#content .section table {
	margin-top:19px;
}
#content .section .box p {
	margin-bottom:-6px;
}