body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #eeeeee;
    top: 0px !important;
}
h3{
	margin:1rem auto;
}
.container{
	background-color: #000000;
	color: #ffffff;
	padding:0;
}

.topic{
	border-left: 10px solid #007FFF;
	border-bottom: 1px solid #007FFF;
	padding-left:10px;
}

.skiptranslate{
    display: none;
}

ul.nav-justified li.nav-item a{
    padding: .5rem .2rem;
}

caption{
	caption-side: top;
	color: #ffffff;
}
nav ol.breadcrumb li.breadcrumb-item{
	color: #000000;
}

    /*フッターリンク設定*/
    #offices-links{
        padding: 5px;
        list-style: none;
        margin: 0 auto;
        display: table;
    }
    #offices-links li{
        float: left;
        position: relative;
    }
    #offices-links li:first-child{
        margin-right: 10px;
    }
    #offices-links li:first-child:after{
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        margin-left: 10px;
        background: #fff;
    }
    #offices-links li:last-child{
        margin-left: 10px;
    }
    #offices-links li a{
        text-decoration:none;
    }
    #offices-links li a:hover{
        text-decoration: underline;
    }
    
    /*ページ別設定*/
    #offices-links li,
    #offices-links li a{
        color: #fff;
        font-size: 15px;
    }
