<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS レイアウト */
#masthead {
}
#top_nav {
}
#page_content {
    margin: 0;
	position: relative;
}

#move_top {
	position: fixed;
	text-align: right;
	right: 5px;
	bottom: 20px;
	width: 100%;
}

#item_page {
	text-align: center;
}

#footer {
/*	position: fixed;*/
/*	bottom: 0;*/
/*	width: 100%;*/
/*	background-color: #333333;*/
	background-color: black;
}

#report_metadata, #policy_published, .d_record {
	width: 100%;
}

#loading {
	margin: 0 0 0 -60px;
	position: absolute;
	top: 50%;
	left: 50%;
}

/* override bootstrap*/
.navbar-inverse {
	/*background-color: #333333;*/
	background-color: black;
}

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:focus, .nav-pills &gt; li.active &gt; a:hover {
    color: #fff;
    background-color: #777777;
}

.btn-primary {
    color: #fff;
    background-color: #777777;
    border-color: #666666;
}

.btn-primary:hover {
    color: #fff;
    background-color: #444444;
    border-color: #333333;
}

/* override default*/
* {
	font-family: "メイリオ",sans-serif;
}

a {
/*	color: #220000;*/
    color: #CCCCCC;
}

/* base */
.top_title {
	font-size: 80%;
    color: black;
}

.l-borderless {
	font-size: large;
	border-style: none;
}

.info {
	font-size: small;
}

.help {
	font-size: x-small;
	color: #AAAAAA;
}

.copyright {
	color: #999999;
}

.example {
	font-size: x-small;
}

.d_textarea {
	height: 100px;
}

.d_record {
	width: 70%;
}

.m_donut {
	float: left;
	height: 200px;
	width: 200px;
}

.cache {
	color: #333333;
}

.pattarn_midasi {
	background-color: #999999;
	color: #EEEEEE;
}

.netword_addr {
	color: blue;
}

.host_addr {
	color: red;
}

.disable_link {
	text-decoration: none;
	color:black;
}

table {
/*  border-collapse: collapse;*/
    background-color: black;
}
td {
/*	border: solid 1px;*/
/*	padding: 0.5em;*/
}


.small_font {
    font-size: x-small;
}

body {
    background-color: #333333;
    color: #CCCCCC;
}

legend {
    color: #CCCCCC;
}

h4 {
    color: black;
    font-size: small;
    background-color: #c1e2b3;
    border-radius:2px;
    padding: 2px;
}

.thumbnail {
    background-color: black;
    border-color: #555555;
}

.btn-default {
    background-color: #555555;
    color: #CCCCCC;
}

.btn-hover {
    background-color: #CCCCCC;
    color: #555555;
}

.pager li&gt;a {
    background-color: #555555;
    color: #CCCCCC;
}

.pager .disabled&gt;a {
    background-color: black;
}

.notice-text {
    color: yellow;
}

.search-word {
    width:100%;
    color: black;
}

.campaign {
	background-color: yellow;
	color: red;
}

.tag-size {
    margin: 1px;
    width: 48%;
}

@media screen and (max-width:1200px) {
    .tag-size {
        width: 100%;
    }
}

@media screen and (max-width:750px) {
    .tag-size {
        margin: 1px 0;
        width: 32%;
        font-size: small;
    }
}

.news {
    color: blue;
    font-size: small;
    padding: 5px;
}
</pre></body></html>