@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#greeting{
    margin-bottom: 202px;
    position: relative;
}

#greeting .image{}
#greeting .text{
    position: absolute;
    top: 50px;
    right: 0;
    left: 350px;
    background: #1B6BC0;
    color: #fff;
    box-sizing: border-box;
    width: 410px;
    padding: 40px;
    	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    }
#greeting .text p+p{
margin-top: 15px;
}
/*-------------------------------------------------------------------
    .section
-------------------------------------------------------------------*/
#content .section {
    /* margin-bottom: 70px; */
}
#content .section .box {
    margin-bottom: 45px;
    overflow: hidden;
}
#content .section .box:last-child {
    margin-bottom: 0;
    overflow: hidden;
}

#content .section .box ul a {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}

#content .section .box dl{}

#content .section .box dt{
    margin-left: -3px;
}
#content .section .box dd{
    
}

