@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
    .section
-------------------------------------------------------------------*/
#content .section {
    margin-bottom: 70px;
}
#content .section:last-child{
    margin-bottom: 0;
}
#content .section .box {
    margin-bottom: 20px;
    overflow: hidden;
    /zoom: 1;
}
#content .section .box ul a {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}

#content .section .box .text{
    margin-left: 330px;
}
#content .section .box .text p+p{
    margin-top: 26px;
}
#content .section .att {
    margin-top: 5px;
}
/* --------------------------------------
    table
-------------------------------------- */
#content table th{
  width:180px;/* 
  font-weight:normal;
  background:#F9F7F0; */
}
#content table td p+p{
    margin-top: 26px;
}


.center{
  margin-top:-30px;
 text-align:center;
}