@charset "utf-8";
/* ============================================================
Shortcuts
============================================================ */
body.shortcuts{
    font-size: 14px !important;
}
.aboutgaba.shortcuts .lead_top span{
    font-size: 12px;
}

/*local_nav*/
ul.local_nav {
    margin: -12px 0 31px 1.5em;
    line-height: 1.7;
}
ul.local_nav li {
    list-style-type: square;
}

/* green_box */
.green_box{
    margin: 0 0 70px 0;
    padding: 23px 30px 30px 30px;
    border: 5px #00ad2d solid;
}
.green_box h3{
    margin: 0 0 13px 0;
    font-size: 22px;
    font-weight: bold;
    color: #00ae28;
}
.green_box h3 span{
    display: block;
    font-size: 18px;
}
.green_box img{
    float: right;
    width: 166px;
    height: 235px;
    margin: 4px 0 20px 20px;
}
.green_box table{
    width: 100%;
    margin:16px 0 0 0;
    font-size: 13px;
}
.green_box table th {
    padding: 5px;
    background: #eee;
    border: 1px solid #999999 !important;
    font-weight: normal;
    line-height: 166.7%;
}
.green_box table td {
    border: 1px solid #999999 !important;
    color: #000;
    line-height: 166.7%;
    padding: 5px;
    vertical-align: top;
}
.green_box table td:nth-child(odd) {
    width: 40%;
}
.green_box table td:nth-child(even) {
    width: 60%;
}
p.caution{
    margin: 1em 0;
}

/******************************************
タブレット / PC
******************************************/
@media screen and (min-width: 641px) {

    /* ページ内リンク調整 */
    #link_01,#link_02,#link_03,#link_04,#link_05,#link_06,#link_07,#link_08,#link_09,#link_10 {
        margin-top:-110px;
        padding-top:110px;
    }
}

/******************************************
スマホ
******************************************/
@media screen and (max-width: 640px) {
    #main{
        margin: 0 3%;
        font-size: 16px;
        line-height: 1.8;
    }
    .aboutgaba.shortcuts .lead_top br {
        display: block;
    }
    .aboutgaba.shortcuts .lead_top span{
        font-size: 14px;
    }
    /* local_nav */
    ul.local_nav {
        margin: -.5em 0 1.5em 1.5em;
        line-height: 1.7;
    }
    ul.local_nav li {
        list-style-type: square !important;
    }
    
    /* green_box */
    .green_box{
        margin: 0 0 20px 0;
        padding: 5%;
        border: 3px #00ad2d solid;
    }
    .green_box h3 {
        margin: 0 0 13px 0;
        font-size: 22px;
        font-weight: bold;
        color: #00ae28;
        line-height: 1.4;
    }
    .green_box img {
        float: none;
        width: 64%;
        height: auto;
        margin: 4px 18% 20px;
    }
    .green_box table {
        font-size: 12px;
    }
}