@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.box
-------------------------------------------------------------------*/
#content .box {
	margin:0 0 34px;
	overflow: hidden;
	/zoom: 1;
}
#content .blast {
	margin-bottom:54px;
}

#content .left ul {
	float:left;
}

#content .right ul {
	float:right;
}

#content .left .txt {
	margin-left:220px;
}

#content .right .txt {
	margin-right:220px;
}

#content .box ul li {
	margin-bottom:20px;
	width: 200px;
	text-align:center;
}

#content .box ul li.last {
	margin-bottom:0;
}