@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 50px;
}
#content .section .box {
	margin-bottom: 40px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    /* border: 1px solid #CCCCCC; */
    /* display: table-cell; */
    height:;
    text-align: center;
    vertical-align: middle;
    width:;
}
#content .section .att {
	margin-top: 5px;
}
/* --------------------------------------
	table
-------------------------------------- */
#content table th{
  width: 376px;
  /* font-weight:normal; */
  /* background:#F9F7F0; */
  /* padding: 4px 9px 1px 9px; */
}
#content table td{
  /* padding: 4px 9px 1px 9px; */
}

