@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: 20px;
	overflow: hidden;
	/zoom: 1;
}
#content .section .box ul a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#content .section .att {
	font-size: 12px;
}


/* --------------------------------------
	table
-------------------------------------- */
#content table{
  margin-bottom: 14px;
}
#content table th{
  background: #F4F4F4;
  width:210px;
font-weight: bold;
}
#content table td{
  
}


/*-------------------------------------------------------------------
  #gallery
-------------------------------------------------------------------*/
#gallery {
  margin-bottom: 50px;
  overflow: hidden;
  /zoom: 1;
}
#gallery dl {
  float: left;
  border: 1px solid #E1E1E1;
  padding: 9px 9px 7px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#gallery dl:nth-child(3n) {
  margin-right: 0;
}
#gallery dl dd.image {
  width:200px;
  height:200px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#gallery dl dt {
  margin-top: 8px;
  font-size: .85em;
  color: #0071B7;
  text-align: right;
}
