charset "UTF-8";
/*
Theme Name: Fdada-plus-mod
Theme URI: https://fdada-plus.info
Author: Hiroyuki Suzuki
Description: fdada-plus theme for WordPress
Requires at least: WordPress 5.2
Version: 1.1
*/

html {
	margin: 0px auto;
	background: white url("images/main_back.gif");
}

body {
	color: 　#1A1A1A;
	margin: 0px auto;
	background: #F5F5DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	word-wrap: break-word;
}

::selection {
	background-color: #fffad3;
	color: #333;
}

::-moz-selection {
	background-color: #fffad3;
	color: #333;
}

@media screen and (min-width: 783px) {
	html {
		font-size: 50%;
	}

	body {
		font-size: small;
	}
}

/*** タイトル ***/
h1,
h2,
h3 {
	clear: both;
	font-weight: bold;
}

h1 {
	background: url("images/icon_title.gif") no-repeat 8px 13px;
	background-color: #eee;
	margin: 15px 0px 8px 0px;
	padding: 8px 0px 8px 36px;
	border-top: 4px solid darkblue;
	font-size: large;
}

h2 {
	background: url("images/icon_title.gif") no-repeat left 3px;
	display: table;
	margin: 10px 5px 5px 8px;
	padding: 0px 0px 0px 25px;
	font-size: medium;
}

h3 {
	display: table;
	padding: 3px 5px 3px 0px;
	font-size: small;
	font-weight: bold;
}

	h3:before {
		content: "";
		border-left: 3px solid darkblue;
		margin: 0px 7px 0px;
		padding: 0px;
	}

p.page-info {
	margin: 10px 0px;
	padding: 10px 10px;
	border: 1px groove lightcyan;
	background-color: #edf;
}

/*** リスト ***/
.site-content ol {
	margin-left: 6px;
	padding: 2px 0px 2px 24px;
}

.site-content ul {
	padding: 2px 0px 2px 5px;
}

	.site-content ul > li {
		margin: 0px 5px;
		padding: 2px 0px 2px 8px;
	}

		.site-content ul > li.active > a {
			color: black;
		}

	.site-content ul > li {
		background: url("images/icon_circle.gif") no-repeat left 3px;
		display: block;
		padding: 2px 0px 2px 15px;
	}

	.site-content ul.triangle > li {
		background: url("images/icon_triangle.gif") no-repeat left 4px;
		display: block;
		padding: 2px 0px 2px 15px;
	}

	.site-content ul.square > li {
		background: url("images/icon_square.gif") no-repeat left 4px;
		display: block;
		padding: 2px 0px 2px 15px;
	}

	.site-content ul.disc > li {
		background: url("images/icon_disc.gif") no-repeat left 4px;
		display: block;
		padding: 2px 0px 2px 15px;
	}

	.site-content ul.arrow > li {
		background: url("images/icon_arrow.gif") no-repeat left 4px;
		display: block;
		padding: 2px 0px 2px 15px;
	}

	.site-content ul.none > li {
		background: none;
		display: block;
		margin-left: 15px;
		padding: 2px 0px 2px 0px;
	}

/*** リンク ***/
a {
	color: royalblue;
	text-decoration: none;
}

	a:visited {
		color: darkmagenta;
		text-decoration: none;
	}

	a:hover {
		color: crimson;
		text-decoration: underline;
	}

	a img {
		border: 1px solid white;
	}

	a:hover img {
		border: 1px solid crimson;
	}

	a.word {
		background: url("images/icon_word.gif") no-repeat left center;
		border: 1px solid white;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}

		a.word:hover {
			border: 1px solid crimson;
		}

	a.excel {
		background: url("images/icon_excel.gif") no-repeat left center;
		border: 1px solid white;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}

		a.excel:hover {
			border: 1px solid crimson;
		}

	a.ppt {
		background: url("images/icon_ppt.gif") no-repeat left center;
		border: 1px solid white;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}

		a.ppt:hover {
			border: 1px solid crimson;
		}

	a.pdf {
		background: url("images/icon_pdf.gif") no-repeat left center;
		border: 1px solid white;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}

		a.pdf:hover {
			border: 1px solid crimson;
		}

	a.wmv {
		background: url("images/icon_wmv.gif") no-repeat left center;
		border: 1px solid white;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}

		a.wmv:hover {
			border: 1px solid crimson;
		}

	a.other {
		background: url("images/icon_other.gif") no-repeat left center;
		border: 1px solid white;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}

		a.other:hover {
			border: 1px solid crimson;
		}

	a.csv {
		background: url("images/icon_csv.gif") no-repeat left center;
		border: 1px solid white;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}

		a.csv:hover {
			border: 1px solid crimson;
		}

	a.html {
		background: url("images/icon_html.gif") no-repeat left center;
		border: 1px solid white;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}

		a.html:hover {
			border: 1px solid crimson;
		}

	a.rect {
		display: block;
		color: white;
		background-color: #1a7b24;
		width: 60px;
		height: 30px;
		border-radius: 5px;
		margin: 6px;
		padding: 3px 0px 3px 40px;
	}


/*** 画像 ***/
img {
	border: 1px solid white;
	border-image: none;
	vertical-align: bottom;
}


/*** 表 ***/
table {
	border: 1px lightgray solid;
	border-collapse: collapse;
	margin: 10px 0px;
}

th,
td,
tr {
	border: 1px lightgray solid;
	padding: 6px;
}

th {
	color: white;
	background-color: darkblue;
}


/* Elements */
blockquote {
	color: #888;
	font-style: italic;
	margin: 0 0 2.4em;
	padding: 12px 0 0 44px;
	position: relative;
}

	blockquote:before {
		color: #ddd;
		content: "\201C";
		font-family: Georgia, serif;
		font-size: 84px;
		left: -5px;
		line-height: 1;
		position: absolute;
		top: -5px;
	}

pre {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	color: #666;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 80%;
	max-width: 100%;
	word-wrap: normal;
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
}


/*** フォーム ***/
button,
input,
input[type="search"],
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background-color: darkblue;
		border: none;
		border-radius: 4px;
		color: white;
		font-size: 90%;
		line-height: 1;
		padding: 0.6em 1em;
	}

		button:hover,
		input[type="button"]:hover,
		input[type="reset"]:hover,
		input[type="submit"]:hover {
			background-color: cornflowerblue;
		}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		border: solid 1px #e6e6e6;
		color: #666;
		margin-top: 0.4em;
		padding: 0.6em;
	}

	input[type="search"],
	textarea {
		padding: 0.4em;
		width: 15em;
	}

		input[type="text"]:focus,
		input[type="email"]:focus,
		input[type="url"]:focus,
		input[type="password"]:focus,
		input[type="search"]:focus,
		textarea:focus {
			color: #333;
		}

textarea {
	max-width: 644px;
	width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

	.screen-reader-text:hover,
	.screen-reader-text:active,
	.screen-reader-text:focus {
		background-color: black;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
		clip: auto !important;
		color: #06c;
		display: block;
		font-size: 10px;
		font-weight: 600;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar */
	}


/*** レスポンシブ・レイアウト ***/
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-content:after {
	padding-bottom: 20px;
}

body,
.site-header,
.site-footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding: 0px 10px;
}

.site-content {
	margin: 0px 10px;
	padding: 0px;
}

@media screen and (min-width: 783px) {
	body,
	.site-header,
	.site-footer {
		margin-left: auto;
		margin-right: auto;
		max-width: 1070px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 960px) {
	body,
	.site-header,
	.site-footer {
		max-width: 1070px;
		padding: 0 10px;
	}
}

/*=== header ===*/
.site-header {
	background: #C0C0C0;
	padding: 5px 0;
	margin-bottom: 10px;
	text-align: left;
}

.site-top {
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.site-title {
	font-size: large;
	font-weight: bold;
	margin: 0px;
	margin-left: 15px;
}

	.site-title a,
	.site-title a:hover {
		color: black;
	}

		.site-title a:hover {
			opacity: 0.6;
		}

.site-description {
	color: dimgray;
	font-size: medium;
	margin-top: 3px;
}

.search-form {
	float: right;
	margin-bottom: 5px;
	margin-right: 5px;
}
/*=== endheader ===*/

/*** 言語切替 ***/
.lang-switcher {
	float: right;
}

li.lang-item {
	display: inline;
	list-style-type: disc;
}


/*** ナビゲーションメニュー ***/
.main-navigation {
	text-align:right;
}

.main-menu {
        list-style: none;
	font-weight:bold;
}

.main-menu * {
        display: inline-block;
	margin-right: 15px;
}

.main-menu ul {
	font-size:0;
	text-align:center;
}
.main-menu li {
	font-weight:bold;
        font-size: 14px;
        margin-top: 15px;
}
li > a:link {color: black; }
li > a:visited { color: black; }


/* @media screen and (min-width: 783px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}

	.main-navigation a {
		border-top: none;
		padding: 0 10px;
	}

	.main-navigation ul ul a,
	.main-navigation ul ul ul a,
	.main-navigation ul ul ul ul a {
		padding-left: 18px;
	}

	.main-navigation li {
		position: relative;
	}

	.main-navigation div.menu > ul,
	.main-navigation ul.menu {
		letter-spacing: -0.4em;
		padding-right: 0px;
		text-align: left;
	}

		.main-navigation div.menu > ul > li,
		.main-navigation ul.menu > li {
			display: inline-block;
			letter-spacing: normal;
			white-space: nowrap;
			text-align: left;
		}

			.main-navigation div.menu > ul > li.page_item_has_children > a,
			.main-navigation ul.menu > li.page_item_has_children > a,
			.main-navigation div.menu > ul > li.menu-item-has-children > a,
			.main-navigation ul.menu > li.menu-item-has-children > a {
				padding-right: 20px;
			}

				.main-navigation div.menu > ul > li.page_item_has_children > a:after,
				.main-navigation ul.menu > li.page_item_has_children > a:after,
				.main-navigation div.menu > ul > li.menu-item-has-children > a:after,
				.main-navigation ul.menu > li.menu-item-has-children > a:after {
					content: '\f431';
					font: normal 16px/1 Genericons;
					-webkit-font-smoothing: antialiased;
					position: absolute;
					right: 3px;
					top: 13px;
				}

	.main-navigation ul ul {
		left: -9999px;
		opacity: 0;
		position: absolute;
		text-transform: none;
		top: 100%;
		transition: opacity .2s ease-in-out;
		white-space: normal;
		width: 160px;
		z-index: 99999;
	}

		.main-navigation ul ul ul {
			top: 0;
			padding: 0;
		}

	.main-navigation ul li:hover > ul {
		left: 0;
		opacity: 1;
	}

	.main-navigation div.menu > ul > li:first-child:hover > ul,
	.main-navigation ul.menu > li:first-child:hover > ul {
		left: 0px;
	}

	.main-navigation ul ul li:hover > ul {
		left: 100%;
		opacity: 1;
	}

	.main-navigation ul ul li a {
		border-top: 1px solid #555;
		border-color: rgba( 255, 255, 255, 0.2 );
		line-height: 1;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.main-navigation ul ul li.page_item_has_children > a,
	.main-navigation ul ul li.menu-item-has-children > a {
		padding-right: 5px;
	}

		.main-navigation ul ul li.page_item_has_children > a:after,
		.main-navigation ul ul li.menu-item-has-children > a:after {
			content: ">";
			position: absolute;
			right: 8px;
			top: 14px;
		}
} */

/*=== footer ===*/
.footer {
	background: #C0C0C0;
	padding: 15px 0;
	float: left;
	width: 100%;
}
#copyright_area{
	text-align: center;
	border-top: 1px solid #fff;
}
.copyright {
	font-size: 12px;
	color:　#1A1A1A;
}
.copyright span {
	display: block;
    padding: 15px 0 0;
}
/*=== end footer ===*/

/*** サイドバー ***/
.home-content {
	float: left;
}

.side-bar {
	float: right;
	width: 180px;
	margin: 0px;
	display: block;
}


/*** 新着情報 ***/
.whats_new {
	margin: 0px 0px 10px;
	width: 860px;
	height: 12em;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #eee;
	border: solid;
	border-width: 1px;
	border-color: darkgray;
}

	.whats_new dl {
		margin: 5px 0px 15px !important;
		border-bottom-color: lightgray;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		display: inline-block;
	}

	.whats_new dt {
		clear: both;
		padding: 4px 5px;
		width: 80px;
		line-height: 1.3em;
		font-size: 90%;
		border-color: lightgray;
		border-top-width: 1px;
		border-top-style: solid;
		float: left;
	}

	.whats_new dd {
		margin: 0px;
		padding: 4px 0px;
		line-height: 1.3em;
		border-top-color: lightgray;
		border-top-width: 1px;
		border-top-style: solid;
		float: left;
	}


/*** 印刷用 ***/
@media print {
	html,
	body {
		background: none !important;
		color: black;
		font-size: 10pt;
	}

	.navigation {
		display: none;
	}

	.site {
		max-width: none;
	}

	.site-header,
	.site-content {
		max-width: none;
		padding: 0;
	}
}

/*=== document search ===*/
p.sub-description {
	margin: 10px 0px;
	padding: 10px 10px;
	border: 1px groove darkgray;
	background-color: #eee;
}

div.document-update {
	clear: both;
	font-weight: bold;
	text-align: center;
	margin: 10px 5px 5px 8px;
	padding: 0px 0px 0px 25px;
	font-size: medium;
}

.document-update-record {
	width:500px;
	height: 6em;
	margin-left: auto;
    margin-right: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #eee;
	border: solid;
	border-width: 1px;
	border-color: darkgray;
}

	.document-update-record dl {
		margin: 5px 0px 15px !important;
		border-bottom-color: lightgray;
		border-bottom-width: 1px;
		/* border-bottom-style: solid */;
		/*display: inline-block;*/
	}

	.document-update-record dt {
		/* clear: both; */
		padding: 4px 5px;
		width: 120px;
		line-height: 1.3em;
		font-size: 90%;
		border-color: lightgray;
		border-top-width: 1px;
		border-top-style: solid;
		float: left;
                clear: left;
	}

	.document-update-record dd {
		margin: 0px;
		padding: 4px 0px;
		line-height: 1.3em;
		border-top-color: lightgray;
		border-top-width: 1px;
		border-top-style: solid;
		float: left;
	}

.sampleTable {
	width: 90%;
	border-collapse: collapse;
	table-layout: fixed;
}
.sampleTable-item{
	width: 130px;
}
.sampleTable th,
.sampleTable td {
	border: 0px hidden #CCCCCC;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
}
.sampleTable th {
	background-color: #FFCCCC;
}
td > a:link { color: #0000ff; }
td > a:visited { color: #000080; }
td > a:hover { color: #ff0000; }
td > a:active { color: #ff8000; }
.site-content ul > li{
        background: none;
}
#keyword {
        padding: 5px;;
		margin: 0;
}
#checkboxes2 label {
    display: inline-block;
    width: 160px;
}
#checkboxes3 label {
    display: inline-block;
    width: 100px;
}
#checkboxes4 label {
    display: inline-block;
    width: 100px;
}
.row {
    text-align: center;
}
#btnSearch {
	color: black;
	font-weight: bold;
	text-shadow: 1px 1px 3px silver;
	background-color: #26BFBF;
	font-size: 20px;
	padding: 0.6em 1em;
}
#btnReset {
	color: black;
	font-weight: bold;
	background-color: #C0C0C0;
	font-size: 16px;
	padding: 0.6em 1em;
}
/*=== end document search ===*/
