@charset "UTF-8";

body{
	font-family: Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
a {
    color: #337ab7;
    text-decoration: underline;
}

/* nav */
.navbar {
	background: #106028;
	-webkit-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.5) inset;
	box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.3) inset;
	margin-bottom: 0;
}
.navbar div.container { padding: 0; }
.navbar-brand {
	margin-left: 1em;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand { min-height: 2.8em; }
.navbar-brand h1 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	font-weight: bold;
	margin: 0.1em 0 0 0.1em;
	font-size: 1.5em;
	color: white;
}
.navbar-brand a img {
	margin-top: -0.2em;
	margin-left: 0.2em;
}
.navbar-brand p {
	font-size: 0.56em;
	margin: -0.3em 0 0 0.1em;
	color: white;
}
.navbar-nav { margin: 0; }
.navbar-nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
}
@media (min-width: 768px) {
.navbar-right { margin-right: 0; }
.navbar li.left-border { border-left: 1px solid #cdcdcd; }
.navbar li.right-border { border-right: 1px solid #cdcdcd; }
.navbar li.act { background-color: #247c3e; }
.nav-justified { position: relative; width: 660px;}
.nav-justified > li { float: none; }
.navbar-nav { margin: 0; }
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}}
.navbar-default .nav-justified > li > a {
	vertical-align: middle;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: white;
	font-size: 16px;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a i.fa { margin-right: 0.3em; }
.navbar-default .navbar-nav > li > a b { margin-left: 0.3em; }
.navbar-default .navbar-toggle { margin-right: 30px; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: white;
  background-color: #247c3e;
}

.navbar-default .navbar-nav .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	text-decoration: none;
	background: #fff;
	color: #106028;
	line-height: 25px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #106028;
	font-weight: bold;
	background: #fff;
}
.dropdown-menu > li > a i.fa { margin-right: 0.3em; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #247c3e;
}

/* login */
.login_info {
	text-align: right;
	margin: 0 0 6px;
}
.login_info a { text-decoration: none; }
.login_info span.login_name { margin-top: 1px;}

/* title */
h2.title {
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
/* title h3 */
/* Modified by Umegaki 2024-02-04 12:06 */
h3.title {
	border-radius: 5px;
	font-size: 14px;
	padding: 8px 12px;
	border: 1px solid #cdcdcd;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

h2.mtop20 { margin-top: 20px; }
h2.word {
    font-size: 15px;
    margin-top: 1rem;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
h2.word.mtop2 { margin-top: 2rem; }
/* footer */
.footer {
	padding: 13px 0 10px 0;
	background: #666666;
	color: #fff;
	text-align: center;
	font-size: 14px;
	-webkit-box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.5) inset;
	box-shadow: 0px 3px 5px 0 rgba(0,0,0,0.3) inset;
}
footer .link { float:left; }
footer .copy {
	float: right;
	font-size: 0.9em;
}
.title a,
footer a {
	color: white;
	text-decoration: none;
}
.title a:hover,footer a:hover,
.title a:focus,footer a:focus {
  color: white;
  text-decoration: underline;
}

/* main */
.main {
	background-color: #f7efd3;
	padding: 70px 0 20px;
}
.main .contents {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	padding: 15px;
}
.main-local {
	background-color: #ffdada;
}

/* popup */
.popup_message {
	color: #000;
	font-weight: normal;
}
.popup_container {
	font-size: 0.9em;
	background: #FFF;
	border: solid 3px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
}
.popup_title {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
.popup_content {
	background: 16px 16px no-repeat url(css_img/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
	line-height: 1.2em;
}
.popup_content.alert {
	background-image: url(css_img/info.gif);
}
.popup_message {
	padding-left: 48px;
	text-align: left;
}
.popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
.popup_content.confirm {
	background-image: url(css_img/important.gif);
}

/* login */
#ifcnews {
	border: 1px solid #cdcdcd;
	margin-bottom: 15px;
	padding: 10px 15px;
}
#ifcnews h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px 0;
}
table.login > tbody > tr > td { padding: 10px 15px; }
table.login dt { font-size: 14px; }
table.login dd { margin-left: 40px; }

/* table */
table.wauto { width: auto; }
table {
	word-break: break-all;
	font-size: 90%;
}
table.table { margin-bottom: 10px; }
.table thead tr th,
.table tfoot tr th {
	text-align:center;
	background-color:#F1F1F1;
	vertical-align:middle;
}
.table tbody tr th {
	text-align:left;
	background-color:#F1F1F1;
	vertical-align:middle;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

/* paging */
div#myTable_paginate span a.paginate_button { padding: 0.2em; }
a#myTable_previous.paginate_button,
a#myTable_next.paginate_button {
	padding: 0.2em;
	border: 1px solid #979797;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: white;
  background-color: #585858;
  border-color: #111;
}
.btn-default.disabled {
    background: transparent none repeat scroll 0 0;
    color: #666 !important;
    cursor: default;
}
div#tabs-url div.paging { margin-top: 30px;}
select#page {
	margin-left: 1em;
	height: 1.7em;
}

/* result url */
div#tabs-url div.paging .listbtn {
	float: right;
	margin-bottom: 0.2em;
}
div#tabs-url div.paging .showcnt {
	float: left;
	margin-left:0.5em;
}

/* result tabs color */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}

/* list layout */
.list_left {
	float: left;
	margin: 0.5em;
}
.list_right {
	float: right;
	margin-bottom: 0.5em;
}

/* pagetop */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 80px;
}
#pagetop a {
	display: block;
	z-index: 999;
	padding-top: 5px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: rgba(36, 137, 13, 0.55);
	border: 3px solid #ffffff;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
}
#pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* Modified by Umegaki 2024-02-19 21:53 */
.badge-default {
	background-color: #777;
}
.badge-primary {
	background-color: #337ab7;
}
.badge-danger {
	background-color: #d9534f;
}
.badge-warning {
	background-color: #f0ad4e;
}
.badge-info {
	background-color: #5bc0de;
}
.badge-success {
	background-color: #5cb85c;
}
/* common */
.w100 { width: 100%; }
.w10 { width: 10%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w30px { width: 30px; }
.w5em { width: 5em; }
.w7em { width: 7em; }
img.newwin { margin-left: 0.2em; }
.help img {
	margin-left: 0.1em;
	vertical-align: text-top;
	width: 13px;
}
strong.error {
	color: #D93636;
	font-weight: bold;
	font-size: 110%;
}
.limit { color: #D93636; }
.msg { margin-left: 0.5em; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10em; }
.nowrap { white-space: nowrap; }
.taright { text-align: right; }
.tacenter {	text-align: center; }
div.list_btn {
	text-align: right;
	margin-bottom: 10px;
}
div.list_btn button { margin-left:5px; }
div.btn100 button { width: 100px; }
div.guide {
	border: 1px solid #d6e9c6;
	padding: 8px;
	line-height: 1.3;
	margin-bottom: 10px;
}
div.alert { margin-bottom: 10px;}
label input[type=radio] { margin-right: 0.3em; }
table td.sup span {
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 1px;
}
table td.col1 {
	vertical-align: top;
	width: 50%;
}
table td.col2 {
	padding-left: 1em;
	vertical-align: top;
	width: 50%;
}
table.fs100 { font-size: 100%; }
.check { color: #d93636; }
.summary {
	font-size: 1.2em;
	font-weight: bold;
}
#rsvTable {	margin-top: 1em; }
#rsvTable td { text-align: center; }
.ui-widget-content div#rsvdlg a { color: #337ab7; }
.ui-widget-content div#rsvdlg a:focus,
.ui-widget-content div#rsvdlg a:hover {
    color: #23527c;
}
.ui-dialog-titlebar-close {
	background-position: -96px -128px;
	background-image: url("images/ui-icons_777777_256x240.png");
}
.list_left input[type="checkbox"] { margin-right: 0.4em; }
#loading{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}

/* Modified by Umegaki 2023-08-10 16:09 */
.d-none {
	display: none;
}

/* Modified by Umegaki 2024-02-10 21:32 */
a.logo-link, a.logo-link:link, a.logo-link:visited {
	color: inherit;
	text-decoration: none;
}

.amccv3{
	margin-left: 0.2em;
	color: rgb(240, 173, 78);
	/*font-size:80%;*/
}

#inspection-capture-figure {
	text-align: center;
	padding: 15px;
	overflow-x: scroll;
	overflow-y: auto;
	margin-bottom: 10px;
}
#inspection-capture {
	border:3px solid grey;
}


/* bigger */
select.judge {
	font-size: 1.5em;
}

.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.mr-20 {
	margin-right: 20px;
}
