@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
    .section
-------------------------------------------------------------------*/
#content .section {
    margin-bottom: 60px;
}
#content .section .box {
    margin-bottom: 30px;
    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;
}
