@charset "UTF-8";

/* common/general.css????????????????????? */


/*------------------------------------------------------------
btn
------------------------------------------------------------*/

#conts .c-btn1 li a {
    padding: 10px 15px;
    background: #F6F6F6;
    border: 1px solid #D6D6D6;
    display: inline-block;
    color: #003366;
    text-decoration: none;
    vertical-align: middle;
}

#conts .c-btn1 li a:hover {
    text-decoration: underline;
}


/*------------------------------------------------------------
title
------------------------------------------------------------*/


/* ---- keyVisual2 ---------------------------------------- */

#keyVisual2 {
    width: 100%;
    background: url(/img/common/key_bg02.png) repeat-x center top;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    height: 160px;
}

#keyVisual2 .inner {
    margin: 0 auto;
    width: 960px;
    position: relative;
    text-align: left;
}

#keyVisual2 .inner h1 {
    margin: 0;
    padding-top: 46px;
    font-size: 4.5rem;
}


/*------------------------------------------------------------
text
------------------------------------------------------------*/

#conts .contsBox .text {
    width: 440px;
}

#conts .borderBox2 dl {
    margin: 0 0 20px 0;
    padding: 13px 15px;
    border: 2px solid #DDD;
}

#conts .borderBox2 dl dt {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}