@CHARSET "UTF-8";

/* 共通スタイル
---------------------------------------------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

    img.aligncenter {
        margin: 0px auto 0px auto;
        display: block;
    }

    img.alignright {
        padding: 4px;
        margin: 0px 0px 20px 7px;
        display: inline;
    }

    img.alignleft {
        padding: 4px;
        margin: 0px 7px 20px 0px;
        display: inline;
    }

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.clear {
    clear: both;
}

/*---------- 上に戻る ----------*/
span.modoru {
    width: 900px;
    height: 30px;
    margin: 5px 62px 10px 62px;
    padding-left: 810px;
}

/*---------- 5px調整 ----------*/
p.height5 {
    height: 5px;
    clear: both;
    overflow: hidden;
}

/*---------- 10px調整 ----------*/
p.height10 {
    height: 10px;
    clear: both;
    overflow: hidden;
}

/*---------- 20px調整 ----------*/
p.height20 {
    height: 20px;
    clear: both;
    overflow: hidden;
}

span.menu {
    font-size: 14px;
}

/*「INFORMATION」部分のお知らせテキスト
---------------------------------------------------------------------------*/
div#info-waku dl.new {
    height: 250px; /*ボックスの高さ*/
    overflow: auto; /*この設定でiframe風に見える*/
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    line-height: 1.8;
}

div#info-waku dt {
    font-weight: bold; /*日付の文字を太字に。通常がよければこの１行を削除する。*/
}

div#info-waku dd {
    padding-bottom: 20px; /*説明文の下に20pxの空きを入れる。*/
}


/*---------- メインブロック ----------*/
div#waku-1024 {
    width: 1022px;
    margin: 0px auto auto;
    padding: 0px;
    height: auto;
    /*height: 100%;*/
    color: #3C3C3C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-top: 1px solid #FFF;
}


/* ヘッダー
---------------------------------------------------------------------------*/
div#header {
    width: 1024px;
    margin: 0px auto auto;
    padding: 0px;
    height: auto;
    border: 0px solid #FFF;
}

div#navi {
    width: 1024px;
    height: 58px;
}

.botan-1 {
    float: left;
    height: 54px;
    width: 253px;
    margin-top: 4px;
    margin-right: 4px;
}

.botan-2 {
    float: left;
    height: 54px;
    width: 253px;
    margin-top: 4px;
}

@media screen and (max-width: 1023px) {
    div#header {
        width: 100%;
        max-width:1024px;
        margin: 0px auto auto;
        padding: 0px;
        height: auto;
        border: 0px solid #FFF;
    }
    div#header img{
        width:100%;
        max-width:1022px;
        height:auto;
    }

    div#navi {
        width: 100%;
        max-width:1024px;
        height: auto;
    }

    .botan-1 {
        float: left;
        height: auto;
        width: 24.2%;
        max-width:253px;
        margin-top: 4px;
        margin-right: 1%;
    }

    .botan-2 {
        float: left;
        height: auto;
        width: 24.2%;
        max-width:253px;
        margin-top: 4px;
    }
}

/*---------- トップ タイトル ----------*/
.main-title {
    width: auto;
    margin: 0px;
    height: 30px;
    font-size: 28px;
    font-weight: bold;
}

.sab-title {
    width: auto;
    margin: 5px 0px 0px;
    font-size: 15px;
    font-weight: bold;
}


/* フッター
---------------------------------------------------------------------------*/
div#footer {
    width: 1024px;
    margin: 0 auto;
    font-size: 12px;
    padding: 10px 10px;
    background: #ffffff;
}

    div#footer address {
        text-align: center;
    }

/* ナビボタン
---------------------------------------------------------------------------*/
div#navi-button {
    width: 210px;
    height: auto;
    float: right;
    background: #CCC url(../images/menu-back.jpg);
    margin-top: 0px;
    margin-left: 50px;
    /*paddint-top: 0px;*/
}

.botan-waku-190 {
    width: 190px;
    height: auto;
    margin: auto;
    font-size: 15px;
    font-weight: bold;
}

    .botan-waku-190 a {
        color: #3C3C3C;
        text-decoration: none;
    }

        .botan-waku-190 a:hover {
            color: #C80000;
        }

.botan-3 {
    height: 41px;
    width: 190px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.botan-4 {
    height: 41px;
    width: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.botan-line {
    height: 1px;
    width: auto;
    background: #999;
    margin-top: 5px;
    margin-bottom: 5px;
}
@media screen and (min-width: 1024px){
    #mobile_ucar_button{
        display:none;
    }
    #mobile_footer_2019{
        display:none;
    }
}
@media screen and (max-width: 1023px){
    #mobile_ucar_button{
        width:100%;
        margin-top:20px;
    }
    #mobile_ucar_button > div{
        width:32%;
        padding:5px 0px;
        text-align:center;
    }
    #mobile_ucar_button > div:not(:first-of-type){
        margin-left:2%;
    }
    #mobile_ucar_button > div:first-of-type{
        background-color:#ffdb00;
        float:left;
    }
    #mobile_ucar_button > div:nth-of-type(2){
        background-color:#eb70a7;
        float:left;
    }
    #mobile_ucar_button > div:last-of-type{
        background-color:#4ac1f0;
        float:right;
    }
    #mobile_ucar_button > div a{
        color:#3c3c3c;
        font-size:12pt;
        font-weight:bold;
        text-decoration:none;
    }
    
    #mobile_footer_2019{
        width:100%;
        background-color:darkblue;
        padding:8px 0px;
        text-align:center;
    }
    #mobile_footer_2019 a{
        color:#fff;
        font-size:14pt;
        font-weight:bold;
        text-decoration:none;
    }
}
