@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 33px;
}
#content .section .box {
	overflow: hidden;
	/zoom: 1;
}
#content .imgleft .image{
	margin-right:22px;
	padding: 3px 0 4px;
}
#content .section .box ul a {
    border: 1px solid #BDE186;
    display: table-cell;
    height: 188px;
    text-align: center;
    vertical-align: middle;
    width: 188px;
}
#content .section .att {
	margin-top: 6px;
}

/* --------------------------------------
	table
-------------------------------------- */
#content table th{
    width:440px;
}
