<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-control {
	font-size: 100%;
	padding: 1px 10px;
}

.header-hr {
	margin: 10px 0px;
	background-color: #000;
	height: 1px;
}

body, legend, input, select, textarea, option {
	color: #000;
	font-family: "Meiryo UI";
	font-size: 20px;
}

table {
	white-space: nowrap;
}

th {
	font-weight: normal;
}

th.date {
	min-width: 125px;
}

th.narrow {
	min-width: 70px;
}

th.mid {
	min-width: 90px;
}

th.wide {
	min-width: 120px;
}

td {
	vertical-align: middle;
}

a:hover, input[type=checkbox] {
	cursor: pointer;
}

textarea {
	white-space: normal;
}

label {
	font-weight: normal;
}

.app-title {
	font-size: 130%;
}

.list-fontsize {
	font-size: 77%;
}

.menu {
	padding: 7px;
	border-radius: 7px 7px 0px 0px;
	text-decoration: none;
	color: #333;
	background-color: #dff0d8; /* タブの背景色 */
	border-top-left-radius: 12px; /* タブの左上の角を丸くする */
	border-top-right-radius: 12px; /* タブの右上の角を丸くする */
}

.menu.menuselect {
	text-decoration: none;
	background-color: #149014;
	color: white;
}

.menu.menuselect:hover {
	background: #0e780e;
	text-decoration: none;
}

.menu.menunotselect:hover {
	background: #0e780e !important;
	text-decoration: none;
	color: white;
}

.menu-li {
	display: inline-block;
}

.menu-ul {
	margin-bottom: 5px;
}

.menu-div {
	display: table;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.menulist {
	margin: 0px; /* リスト周囲の余白を削除 */
	padding: 0px; /* リスト内部の余白を削除 */
	width: 1200px;
}

.menulist li {
	list-style-type: none; /* (1)先頭記号を消す */
	float: left; /* (2)リスト項目を横方向に並べる */
	margin: 2px; /* (3)各項目周囲の余白 */
	padding: 2px; /* (4)枠線と内容の距離をゼロに */
	height: 40px; /* (5)★タブの高さ */
}

.menulist li a {
	text-decoration: none; /* (1)下線を消す */
	display: block; /* (2)ブロックとして表示 */
	padding: 5px 0px; /* (3)★内側の余白量 */
	width: 13em; /* (4)★タブの横幅 */
	text-align: center; /* (5)★ラベル(文字列)を中央寄せ */
	background-color: #dff0d8; /* (7)★タブの背景色 */
	border: #dff0d8 solid 2px; /* (8)★タブの枠線 */
	border-top-left-radius: 12px; /* (9)★タブの左上の角を丸くする */
	border-top-right-radius: 12px; /* (10)★タブの右上の角を丸くする */
	color: #000000;
	border-color: #008000;
}

.menulist li a.sinsei {
	text-decoration: none; /* (1)下線を消す */
	display: block; /* (2)ブロックとして表示 */
	padding: 2px 0px; /* (3)★内側の余白量 */
	width: 13em; /* (4)★タブの横幅 */
	text-align: center; /* (5)★ラベル(文字列)を中央寄せ */
	background-color: #dff0d8; /* (7)★タブの背景色 */
	border: #dff0d8 solid 5px; /* (8)★タブの枠線 */
	border-top-left-radius: 12px; /* (9)★タブの左上の角を丸くする */
	border-top-right-radius: 12px; /* (10)★タブの右上の角を丸くする */
	border-color: #008000;
	font-weight: bold;
}

.menulist.menulistselect {
	background: #149014 !important;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.menulist li a:hover {
	background: #149014 !important;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.menulist li a.sinsei:hover {
	background: #149014 !important;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.text-label {
	background-color: #DDD;
	padding: 7px 25px;
	display: inline-block;
}

.text-data {
	margin: 0 10px;
	display: inline-block;
}

.width-auto {
	width: auto;
}

.screen-name {
	background-color: white;
	border-radius: 10px 10px 0px 0px;
	color: #333;
	padding: 12px 20px;
	border-color: #149014;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	/* font-size:14px; */
}

a.app-title {
	font-weight: bold;
	height: 50px;
	padding: 15px 15px 15px 30px;
	font-size: 18px;
	line-height: 20px;
	color: #5e5e5e !important;
	cursor: default;
}

a.app-title:hover {
	background-color: transparent !important;
}

a.user-info {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

fieldset.data-list {
	padding: 0 20px 15px;
	border: 1px #000 groove;
	margin-top: 20px;
	width: 950px;
}

legend.data-list-title {
	border-bottom: 0px;
	width: 120px;
	font-size: 14px;
	margin-bottom: 10px;
}

a.data-list-link-label {
	text-decoration: underline;
}

thead.data-list-thead, tbody.data-list-tbody {
	display: block;
}

tbody.data-list-tbody {
	overflow-y: scroll;
	overflow-x: auto;
	height: 200px;
}

#page-wrapper {
	padding-bottom: 30px;
}

.year-select {
	width: auto;
	display: block;
}

.action-select {
	display: block;
}

.status-select {
	width: 200px;
}

select.pulldown-list {
	position: absolute;
	display: none;
	z-index: 3;
}

.checkbox-cell {
	height: 0;
	text-align: center;
	padding: 0 !important;
}

.checkbox-cell&gt;label {
	width: 100%;
	height: 100%;
	margin: 0;
}

.checkbox-cell&gt;label:hover {
	cursor: pointer;
}

.checkbox-cell input[type=checkbox] {
	cursor: pointer;
	margin-top: 12px;
}

div.scroll_div {
	overflow: auto;
}

.child-window-close {
	color: white;
	float: right;
}

.child-window-close:hover {
	color: white;
}

.header-item-tbl {
	width: 1000px;
}

td.warning-column {
	text-align: center;
}

div.child-screen-container {
	padding-bottom: 15px !important;
}

.display-list-count-combo {
	width: 100px;
}

.page-control-tbl {
	width: 100%;
}

.page-control-count-td {
	width: 70px;
}

.page-control-prev-td {
	width: 90px;
}

.page-control-next-td {
	width: 90px;
}

.wargnin-icon-count {
	font-size: 12px;
}

.input-btn {
	color: white !important;
}

.main-content-wrapper {
	width: 100%;
}

a.zion-user-info:hover, a.zion-user-info {
	background: transparent !important;
	color: #337ab7 !important;
	cursor: default;
}

.valign-top {
	vertical-align: top;
}

.navbar-wrapper {
	color: #333;
}

.search-result-tbl-wrapper {
	height: 110px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many {
	height: 500px;
	width: 950px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many_down_up {
	height: 3300px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many_up {
	height: 230px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many_down_pdf {
	height: 140px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many_five {
	height: 400px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_hosoku {
	height: 300px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_tenpu {
	height: 250px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_sisetu {
	height: 230px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_himo {
	height: 200px;
	width: 350px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_himoend {
	height: 300px;
	width: 900px;
	margin-top: 10px;
}

.group_frame {
	border-radius: 5px;
	border: solid 1px #888888;
	margin: 0px;
	padding: auto;
}

.group_frame_with_title {
	border-radius: 5px;
	border: solid 1px #888888;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: auto;
}

.group_frame_with_title&gt;.title {
	border-bottom: 0px;
	width: 280px;
	/* font-size: 10pt; */
	font-size: 100%;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.pad_row {
	margin-left: 10px;
	margin-bottom: 10px;
}

.pad_left {
	margin-left: 10px;
}

.group_frame_with_title&gt;.space {
	border-bottom: 0px;
	width: 140px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper {
	border-bottom: 0px;
	width: 900px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_many {
	border-bottom: 0px;
	width: 900px;
	height: 400px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_many_down_up {
	border-bottom: 0px;
	width: 900px;
	height: 250px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_many_up {
	border-bottom: 0px;
	width: 900px;
	height: 230px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_many_down_pdf {
	border-bottom: 0px;
	width: 900px;
	height: 140px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_many_five {
	border-bottom: 0px;
	width: 900px;
	height: 230px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_tenpu {
	border-bottom: 0px;
	width: 900px;
	height: 250px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_hosoku {
	border-bottom: 0px;
	width: 900px;
	height: 300px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_input {
	border-bottom: 0px;
	width: 840px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_input2 {
	border-bottom: 0px;
	width: 440px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_sisetu {
	border-bottom: 0px;
	width: 900px;
	height: 230px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_himo {
	border-bottom: 0px;
	width: 400px;
	height: 300px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_search-result-tbl-wrapper_himoend {
	border-bottom: 0px;
	width: 900px;
	height: 300px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.group_frame_with_title&gt;.space_henkou {
	border-bottom: 0px;
	width: 960px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.center_iframe {
	width: 1050px;
	height: 543px;
}

.checkbox-input {
	display: none;
}

.checkbox-parts {
	padding-left: 24px;
	position: relative;
	margin-right: 24px;
}

.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 2px solid #999;
	border-radius: 4px;
}

.checkbox-input:checked+.checkbox-parts {
	color: #149014; /* #009a9a; */
}

.checkbox-input:checked+.checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #149014; /* #009a9a; */
	border-right: 3px solid #149014; /* #009a9a; */
}

/* delete by li 2018/06/25 radiobutton印刷できない対応 start
.radio-input{
    display: none;
}
delete by li 2018/06/25 radiobutton印刷できない対応 end */
.radio-parts {
	/* delete by li 2018/06/25 radiobutton印刷できない対応 start
    padding-left: 24px;
    delete by li 2018/06/25 radiobutton印刷できない対応 end */
	position: relative;
	margin-right: 24px;
}
/* delete by li 2018/06/25 radiobutton印刷できない対応 start
.radio-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #999;
    border-radius: 50%;
}
delete by li 2018/06/25 radiobutton印刷できない対応 end */
.radio-input:checked+.radio-parts {
	color: #149014; /* #009a9a; */
}
/* delete by li 2018/06/25 radiobutton印刷できない対応 start
.radio-input:checked + .radio-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    width: 11px;
    height: 11px;
    background: #149014;
    border-radius: 50%;
}
delete by li 2018/06/25 radiobutton印刷できない対応 end */
.radio_frame {
	border-radius: 10px;
	border: solid 2px;
	border-color: #999;
	margin: 0px;
	padding: auto;
	padding-top: 3px;
	padding-left: 10px;
	background-color: white;
}

.tab-li {
	display: inline-block;
}

.tab.tabselect {
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-bottom: 3px red solid;
	background-color: white;
}

.tab.tabselect:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-color: white;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px red solid;
}

.tab.tabnotselect {
	color: black;
	border-bottom: 3px white solid;
}

.tab.tabnotselect:hover {
	background-color: white;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px red solid;
}

.space10 {
	width: 10px;
	height: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.space20 {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.space30 {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.main-frame-wrapper {
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	background-color: white;
}

.navbar-default {
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
	border-color: #f8f8f8;
}

.top-page-menu {
	padding-top: 0%;
	margin-top: auto;
	padding-left: 0%;
	margin-left: auto;
}

.page-menu-title {
	/* font-size: 16px; */
	font-size: 120%;
	font-weight: bold;
	color: black;
}

.page-menu-string {
	color: blue;
}

.page-menu-next {
	color: black;
}

.page-menu-now {
	font-weight: bold;
	color: black;
}

.top-page-explanation {
	padding-top: 1%;
	margin-top: auto;
	padding-left: 3%;
	margin-left: auto;
}

.nav-tabs {
	border-bottom: 1px white solid;
}

.alt-table-responsive-search {
	min-height: 400px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.alt-table-responsive {
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	-ms-overflow-style: scrollbar; /* -ms-autohiding-scrollbar; */
	-webkit-overflow-scrolling: touch;
}

.breadcrumb {
	background-color: #dff0d8;
}

.breadcrumb&gt;li+li:before {
	content: "&gt;";
	color: black;
}

.page-help-string {
	font-weight: bold;
	margin-top: 3px;
	margin-left: 3px;
}

.btn {
	padding: 4px 10px;
	font-size: 100%;
	box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
	border-radius: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.btn-sm, .btn-group-sm&gt;.btn {
	padding: 5px 10px;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
}

.btn.btn_active:active { /*ボタンを押したとき*/
	/* border-bottom: solid 1px; */
	/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.30); */
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px); /*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.dropdown-menu {
	font-size: 100%;
	text-align: left;
	list-style: none;
}

.string_Unit {
	margin-left: 10px;
}

.table_title_string {
	font-size: 100%;
	margin-left: 60px;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 999;

}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
	.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	color: #000;
	background: #5bc0de;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	width: 200px;
}

fieldset.service-list-main {
	border-radius: 5px;
	border: solid 1px #888888;
	margin-top: 20px;
	padding: 5px 20px 5px;
}

fieldset.service-list-sub {
	border-radius: 5px;
	border: solid 1px #888888;
	margin-top: 0px;
	padding: 5px 10px 5px;
}

.form-control-error {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 100%;
	line-height: 1.42857143;
	color: #555;
	background-color: #f2dede;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-error:focus {
	border-color: #843534;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
}

.form-control-error-radio {
	background-color: #f2dede;
}

.form-control-error-radio:focus {
	border-color: #843534;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
}

.form-control-disable-radio {
	background-color: #eee;
}

.form-control-error-login {
	display: block;
	height: 34px;
	font-size: 100%;
	line-height: 1.42857143;
	color: #555;
	background-color: #f2dede;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-error-login:focus {
	border-color: #843534;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
}

div.tooltip-help {
	color: #555;
	display: inline-block; /* インライン要素化 */
}

/* ツールチップ部分を隠す */
div.tooltip-help span {
	display: none;
}

/* マウスオーバー */
div.tooltip-help:hover {
	position: relative;
	color: #333;
}

/* マウスオーバー時にツールチップを表示 */
div.tooltip-help:hover span {
	display: block; /* ボックス要素にする */
	position: absolute; /* relativeからの絶対位置 */
	top: 35px;
	font-size: 70%;
	color: black;
	background-color: #dff0d8;
	width: auto;
	padding: 5px;
	border-radius: 3px;
	z-index: 100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
}

/* フキダシ部分を作成 */
div.tooltip-help span:before {
	content: '';
	display: block;
	position: absolute; /* relativeからの絶対位置 */
	height: 0;
	width: 0;
	top: -13px;
	left: 15px;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #dff0d8;
	transform: rotate(270deg); /* 傾きをつける */
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	z-index: 100;
}

/* 表示文字の装飾 */
div.tooltip-error {
	color: #555;
	display: inline-block; /* インライン要素化 */
}

/* ツールチップ部分を隠す */
div.tooltip-error span {
	display: none;
}

/* マウスオーバー */
div.tooltip-error:hover {
	position: relative;
	color: #333;
}

/* マウスオーバー時にツールチップを表示 */
div.tooltip-error:hover span {
	display: block; /* ボックス要素にする */
	position: absolute; /* relativeからの絶対位置 */
	top: 35px;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #FF0000;
	width: auto;
	padding: 5px;
	border-radius: 3px;
	z-index: 100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
}

/* フキダシ部分を作成 */
div.tooltip-error span:before {
	content: '';
	display: block;
	position: absolute; /* relativeからの絶対位置 */
	height: 0;
	width: 0;
	top: -13px;
	left: 15px;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #FF0000;
	transform: rotate(270deg); /* 傾きをつける */
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	z-index: 100;
}

.td-right {
	text-align: right;
}

.td-right-2Line {
	float: right;
	margin-top: 10px;
}

.tab-img {
	margin-top: -5px;
}

.tab-com {
	margin-top: -5px;
	width: 15px;
}

.addmenuTag {
	color: red;
	margin-top: -35px;
}

.breadcrumb_link {
	color: #2e6e9e;
	font-weight: bold;
	text-decoration: underline;
}

.reasonText {
	white-space: pre-wrap;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075)
}

.reasonText:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 8px
		rgba(102, 175, 233, 0.6);
}

.tooltip-help1 {
	color: #555;
	display: inline-block; /* インライン要素化 */
}

.tooltip-helpdiv1 {
	position: absolute; /* relativeからの絶対位置 */
	font-size: 70%;
	color: black;
	background-color: #dff0d8;
	width: auto;
	padding: 5px;
	border-radius: 3px;
	z-index: 100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
	display: none;
}

.tooltip-helpbefore1 {
	content: '';
	display: block;
	position: absolute; /* relativeからの絶対位置 */
	height: 0;
	width: 0;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #dff0d8;
	transform: rotate(270deg); /* 傾きをつける */
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	z-index: 100;
	display: none;
}

.tooltip-help2 {
	color: #555;
	display: inline-block; /* インライン要素化 */
}

.tooltip-helpdiv2 {
	position: absolute; /* relativeからの絶対位置 */
	font-size: 70%;
	color: black;
	background-color: #dff0d8;
	width: auto;
	padding: 5px;
	border-radius: 3px;
	z-index: 100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
	display: none;
}

.tooltip-helpbefore2 {
	content: '';
	display: block;
	position: absolute; /* relativeからの絶対位置 */
	height: 0;
	width: 0;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #dff0d8;
	transform: rotate(270deg); /* 傾きをつける */
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	z-index: 100;
	display: none;
}

/** 災害情報管理 追加 start */
/* 本番色 */
.sfsaigai-system-mode-production-bg {
	background-color: #fcf8e3 !important;
}

.sfsaigai-system-mode-production-ln {
	border-color: #d58512 !important;
}

.sfsaigai-system-mode-production-btn {
	background-color: #d58512 !important;
}

/* 訓練色 */
.sfsaigai-system-mode-training-bg {
	background-color: #d9edf7 !important;
}

.sfsaigai-system-mode-training-ln {
	border-color: #66CCFF !important;
}

.sfsaigai-system-mode-training-btn {
	background-color: #66CCFF !important;
}

/* その他共通 */
.btn-default{
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.btn-default:disabled, .btn-default:hover {
	color:white !important;
	text-shadow: 0px 1px 0px #adadad !important;
}

.comErrorColor{
	background-color: #f2dede;
}

.header-wrap {
    display: flex;
    width: 100%;
    min-width: 580px;
    height: 45px;
    background: #fff;
    position: fixed;
    z-index: 9999;
}

.header-title {
    text-align: center;
    width: 320px;
    min-width: 320px;
    height: 100%;
    background-color: forestgreen;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-content {
    text-align: center;
    left: 0;
    min-width: 115px;
    width: 195px;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.header-help {
    padding: 0 30px;
    text-align: center;
    left: 0;
    min-width: 115px;
    width: 320px;
    height: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-color: rgb(13, 109, 187) !important;
}

.enhansu-app-title{
	font-size: 15px !important;
	padding: 18px !important;
	color: white !important;
}

.enhansu-helpBtn1 {
    width:320px;
    text-align: center;
}

.enhansu-btn1{
	border: none;
	display: inline-block;
	outline: 0;
	padding: 6px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none !important;
	color: #fff;
	background-color: #0D6DBB;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	min-width: 130px;
}

.enhansu-border-left-green {
	border-left: 1px solid green !important
}

.enhansu-border {
	border: 1px solid green !important
}

.enhansu-leftbar {
	border-left: 6px solid green !important
}

.enhansu-main-frame-wrapper {
    margin-right: auto;
    margin-left: auto;
}

.enhansu-containerHorizontally {
  display: flex;
}

.enhansu-helpBtn2 {
    width:180px;
    height:40px;
    text-align: center;
}

.enhansu-helpBtn3 {
    width:180px;
    height:40px;
    text-align: center;
}

.enhansu-btn2{
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    background-color: #228B22;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.enhansu-btn3{
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    background-color: rgb(146,208,80);
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.enhansu-helpBtn4 {
    width:320px;
    text-align: center;
}

/*ホバー時の指定*/
.enhansu-helpBtn1:hover{
 box-shadow:3px 3px 7px olive;
}

.enhansu-helpBtn2:hover{
 box-shadow:3px 3px 7px olive;
}

.enhansu-helpBtn3:hover{
 box-shadow:3px 3px 7px olive;
}

.enhansu-btn-default:disabled {
    color:white !important;
    background-color:#E0E0E0;
    text-shadow: 0px 1px 0px #adadad !important;
    pointer-events:none;
}

.enhansu-header-content {
    text-align: center;
    left: 0;
    min-width: 115px;
    width: 260px;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-right: -10px;
}

.enhansu-header-content2 {
    text-align: center;
    left: 0;
    min-width: 115px;
    width: 280px;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-right: 3px;
}

/** 災害情報管理 追加 end */</pre></body></html>