@charset "utf-8";
/*
Theme Name:ORION Child
Theme URI:
Description:WordPressテーマ「ORION」子テーマ
Version:3.3.2
Template:orion_tcd037
*/

/*ヘッダースライド*/
.home #top { width:100%; height:800px; position:relative; min-width:1200px; position:relative; }
#header_slider { width:100%; height:800px; position:relative; min-width:1200px;  background:#666; }
#header_slider .item {  width:1200px; height:800px; background:#000; }

@media screen and (max-width:970px) { 
    .home #top {
        height: 100% !important;
    }
    #logo_image_mobile img {
        display: none;
    }
}
@media screen and (max-width:480px) {
    #header_slider {
        height: 400px
    }
    #header_slider .item {
        height: 400px
    }
}

/*メニュー*/
#header_logo .logo a {
    color: #000000 !important;
}

#global_menu > ul > li > a {
    color: #000000 !important;
    font-size: 16px !important;
}

#global_menu > ul > li > a:hover {
    background: #F0E68C !important;
}

#global_menu ul ul a {
    color: #000000 !important;
    font-size: 16px !important;
}

/*フッター*/
#copyright {
    background: #FFD700 !important;
    color: #000000 !important;
}

#copyright a {
    color: #000000 !important;
}

/*パンくずリスト*/
#bread_crumb li.home a:before {
    color: #000000 !important;
}

#bread_crumb li:after {
    color: #000000 !important;
}

#bread_crumb li {
    color: #000000 !important;    
}

#bread_crumb li a {
    color: #000000 !important;    
}

/*トップページボックス*/
.index_box_list {
    justify-content: center;
}

.index_box_list .box:last-child {
    margin-right: 0;
}

.index_box_list .link {
    background: #FFD700 !important;
    color: #000000 !important;
}

.index_box_list .link:hover {
    background: #F0E68C !important;
}

.index_box_list .link:after {
    color: #000000 !important;
}

.headline {
    text-align: center;
} 

/* 表の内容を折り返さず１行で表示 */
.scroll-table {
white-space: nowrap;
}