@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content h3:first-letter{
    color: #D00C15;
}
#content h4{
    margin-bottom: 15px;
}
#content .section{
    margin-bottom: 60px;
}
#content .section:last-child{
    margin-bottom: 0;
}
#content .box{
    margin-bottom: 45px;
}
#content .box:last-child{
    margin-bottom: 0;
}
#content table th{
    width: 180px;
}
#content .section .fancybox{
    margin-bottom: 50px;
}
#content .section .image a{
    display: table-cell;
    width: 200px;
    text-align: center;
}
