@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section {
	margin-bottom: 80px;
}
#content .section .box {
	margin-bottom: 70px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .title-img{
  text-align: center;
  margin-bottom: 50px;
}
#content .section .box dl dt{
  margin-bottom: 25px;
}
#content .section .box dl dd .box-gray{
  background: #EEE;
  padding: 27px 40px 20px;
  margin-right: 285px;
  margin-top: 25px;
}
#content .section .box dl dd .box-gray img{
  margin-bottom: 10px;
}
/* --------------------------------------
	table
-------------------------------------- */
#content table th{
  width:350px;
  font-weight:normal;
  /* background:#F9F7F0; */
  /* padding: 4px 9px 1px 9px; */
}
#content table td{
  /* padding: 4px 9px 1px 9px; */
}

