@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: 30px;
}
#content .section .box {
	margin-bottom: 40px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box p {
	overflow:hidden;
}
#content .imgleft .image{
	margin-right:20px;
	padding-top:5px;
} 
#content .imgright .image{
	margin-left:20px;
	padding-top:5px;
} 
#content .section .box ul a {
    display: table-cell;
	width: 300px;
    text-align: center;
    vertical-align: middle;
}

