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