/*
 normalize.css v8.0.1をresetに使用
 tableのfontがリセットされないので個別にリセット
*/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-size: 1.6rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  /* 「BIZ UDPゴシック」をWindowsで指定 */
  /* 結局、フォントの強制はしないことにした */
/*
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
*/
  /* 英数字は横幅節約の為、Arial */
  font-family: Arial, sans-serif;
}

table {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input , select , textarea , button{
	box-sizing: border-box;
	font-size: 100%;
	font-family: inherit;
}

#wrapper {
	/* normal font 12px */
	font-size: 1.2rem;
/*  max-width: 100%; */
/*  margin: 0 auto; */
	min-height: 100vh;
	position: relative;
	padding-bottom: 60px;
	box-sizing: border-box;
}
#header {
	background: #f6f6f6;
	text-align: center;
	color: black;
}
#container {
  display: flex;
}
#main {
  background: white;
/*  width: 100%; */
/*  padding: 10px 10px; */
}
#main_header {
	display:flex;
	width: 100%;
	height: 5rem;
	background-color: #f6f6f6;
/*  border-left: 6px solid #ccc;*/
	vertical-align: middle;
	align-items:center;
}
#main_contents {
/*  width: 100%; */
  padding: 10px 10px;
  margin-left: auto;
  margin-right: auto;
  width:fit-content;
}
#footer {
	width: 100%;
    position: absolute;
    bottom: 0; /*下に固定*/
    background: #f6f6f6;
/*	font-size:1.6rem;*/
	text-align: center;
	padding: 10px 0 ;
	color: black;
}

/* ---------- header（ロゴ） ---------- */
.header_logo {
/*	float: left; */
/*	width: 20px; */
	padding: 5px 15px 5px 15px;
/*    vertical-align: middle; */
}
.header_logo p {
/*	float: left; */
	padding: 5px 5px 5px 5px;
}
.header_left {
	display:flex;
	padding: 5px 5px 5px 5px;
	width: 25%;
	text-align: left;
	align-items: center;
}
.header_center {
	padding: 5px 5px 5px 5px;
	width: 50%;
	text-align: center;
}
.header_right {
	padding: 5px 25px 5px 5px;
	width: 25%;
	text-align: right;
	line-height: 1.8rem
}
.header_logo2 {
	width: 300px;
	height: 300px;
}
.header_logo3 {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

.top {
	display:flex;
/*    font-size: 1.6rem;*/
    padding: 3px 0;
    width: 100%;
	text-align:center;
    vertical-align:middle;
}
.aside {
    padding: 50px 10px;
}
.aside a:hover { 
    opacity: 0.7; 
}

.bside {
    padding: 0 10px 50px 10px;
}
.nav {
	display: block;
    margin: 0;
    padding: 0;
	clear: both; 
	border: 1px solid #d3d3d3;
}
.nav ul {
    margin: 0;
    padding: 0;
/*    font-size:0;*/
}
.nav ul li {
    display: inline-block;
    width: 15%;
    border: solid 1px #d3d3d3;
    box-sizing: border-box;
	border-top: transparent;
	border-bottom: transparent;
	border-right: transparent;
	white-space: nowrap;
}
.nav li:last-child{
    border-right: solid 1px #d3d3d3;
}
.nav ul li a {
    color: #000033;
    text-decoration: none; 
    display: block;
    padding: 8px 0;
}
.nav ul li a:hover {
  color: #191970;
    background: #e6e6fa;
  font-weight: bold;
}
.nav ul li a span {
    vertical-align : middle;
}

.seedsmesh {
  padding:5px 5px;
}

.seedsmesh li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.seedsmesh li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.seedsmesh li:last-child:after {
  content: '';
}

.seedsmesh li a {
  text-decoration: none;
  color: #52b5ee;/*色*/
}

.seedsmesh li a:hover {
  text-decoration: underline;
}
#nav-drawer {
    display: none;
}

.title {
  padding: 1.0em .75em;
/*  padding: 0 .75em;*/
/*  background-color: #f5f5f5;*/
/*  border-left: 6px solid #ccc;*/
/*  width: 100%; */
/*  border: 1px solid #3c6690;*/
	font-size: 1.6rem;
}

.row_padding {
	padding: 1.6rem;
}
.num {
  text-align: right;
}

h2 img {
	margin-left: 7px;
	vertical-align: middle;
}

/* smartphone size */
/*
@media screen and (max-width: 480px){
	.container {
		flex-direction: column;
	}
	.main,
	.side {
		width: 100%;
	}
	.nav {
	    display: none;
	}
	.top p {
		display: none;
	}

	#nav-drawer {
		position: relative;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
	  display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
	  display: inline-block;
	  padding: 10px 0 0 10px;
	  vertical-align: middle;
	}

	/*ハンバーガーの形をCSSで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
	  position: absolute;
	  height: 3px;/*線の太さ*/
	  width: 25px;/*長さ*/
	  border-radius: 3px;
	  background: white;
	  display: block;
	  content: '';
	  cursor: pointer;
	}
	#nav-open span:before {
	  bottom: -8px;
	}
	#nav-open span:after {
	  bottom: -16px;
	}

	/*閉じる用の薄黒箇所*/
	#nav-close {
	  display: none;
	  position: fixed;
	  z-index: 99;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: lightgray;
	  opacity: 0;
	  transition: .3s ease-in-out;
	}

	/*メニューの中身*/
	#nav-content {
	  overflow: auto;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9999;
	  width: 90%;
	  max-width: 220px;/*最大幅（お好みで調整を）*/
	  height: 100%;
	  background: lightgray;
	  transition: .3s ease-in-out;
	  -webkit-transform: translateX(-105%);
	  transform: translateX(-105%);
	    padding: 50px 0;
	}

	/*チェックがついたら表示させる*/
	#nav-input:checked ~ #nav-close {
	  display: block;
	  opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	  box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	.header-logo-menu{
		display: flex;
		display: -moz-flex;
		display: -o-flex;
		display: -webkit-flex;
		display: -ms-flex;
		flex-direction: row;
		-moz-flex-direction: row;
		-o-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}

	/*ロゴやサイトタイトルをセンタリング*/
	.top{
	    text-align:center;
	    text-valign:center;
	    margin: auto;
	}
	.header_logo {
/*		float: left; */
		padding: 5px 5px 5px 0px;
	}
	
	#nav-drawer {
	    display: inline-block;
	}

	#nav-content ul li {
	    text-align: left;
	}
	#nav-content ul li a {
	    color: black;
	    text-decoration: none;
	    display: block;
	    padding: 5px 0 5px 50px;
	}
	#nav-content li a:hover {
	    color: orange;
	    background: #a8a8a8;
	}        
}
*/

.list {
/*  width: 100%; */
  border-collapse:separate;
  border-spacing: 0;
  padding: 3px 0px;
}
/*
.list th:first-child{
  border-radius: 5px 0 0 0;
}

.list th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}
*/
.list th{
  text-align: left;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
/*  width: 25%; */
  padding: 8px 5px;
  white-space: nowrap;
}

.list td{
  text-align: left;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
/*  width: 25%; */
  padding: 8px 5px;
  white-space: nowrap;
}

.list td:last-child{
  border-right: 1px solid #a8b7c5;
}
/*.list td.num{*/
/*  text-align: right;*/
/*}*/


.form {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
/*
@media screen and (max-width: 480px) {
  .form {
    margin-top: 40px;
  }
}
*/
.form_item {
	padding-top: 0rem;
	padding-bottom: 0rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
/*	flex-shrink: 0;*/
/*  height: 8.0rem; */
}
/*
@media screen and (max-width: 480px) {
  .form_item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    flex-wrap: wrap;
  }
}
*/
.form_item_label {
/*  margin: 14px 2px 10px 2px;*/
  margin: 8px 2px 10px 2px;
  padding: 6px 8px;
  height: 36px;
/*  width: 100%;*/
  min-width: 200px;
  letter-spacing: 0.00em;
  font-weight: bold;
/*  font-size: 1.6rem;*/
/*  border: 1px solid #ccc;*/
/*    background: #f6f6f6;*/
}
/*
@media screen and (max-width: 480px) {
	.form_item_label {
		margin: 8px 2px 10px;
		margin-bottom: auto;
		max-width: inherit;
		display: flex;
		align-items: center;
		font-size: 1.6rem;
	}
}
*/
.form_item_label.isMsg {
  margin-top: 4px;
  margin-left: 2px;
/*  margin-bottom: auto;*/
}
/*
@media screen and (max-width: 480px) {
  .form_item_label.isMsg {
    margin-top: 0;
  }
}
*/
.form_item.msgs {
  height: 8.0rem;
}
/*
@media screen and (max-width: 480px) {
  .form_item.msgs {
  	height: auto;
  }
}
*/
.form_item_label_required {
  border-radius: 6px;
  margin: 0 8px 0 8px;
/*  margin-left: 8px;*/
/*  margin-right: 8px;*/
  padding: 0.6rem;
/*  padding-top: 0.6rem;*/
/*  padding-bottom: 0.6rem;*/
/*  width: 48px;*/
  display: inline-block;
  text-align: center;
  background: #dc143c;
  color: #fff;
/*  font-size: 1.4rem;*/
  font-size: 1.0rem;
}
/*
@media screen and (max-width: 480px) {
  .form_item_label_required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 1.4rem;
  }
}
*/
input[type="text"],input[type="password"],input[type="date"],input[type="radio"],select,textarea,input[type="button"],input[type="datetime-local"] {
  margin: 8px 2px 10px 2px;
  border-radius: 3px;
  padding: 6px 8px;
/*  height: 36px;*/
/*  flex: 1;*/
/*  width: 100%; */
/*  max-width: 410px;*/
/*  background: #eaedf2; */
/*  font-size: 1.6rem;*/
  border: 1px solid #ccc;
}

textarea {
/*  display: block;*/
  margin: 8px 2px 25px 2px;
}

.set_right {
  text-align: right;
}
.button_box {
	display:flex;
    margin: 5px 0px 0px 0px;
}
.delbtn {
/*  text-align: right; */
	margin-left:auto;
}
.form_item_input input[type="radio"] {
    cursor: pointer;
}
.form_item_input input[type="radio"]+label{
  margin: 8px 0px 10px;
/*  padding: 6px 8px;*/
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 2px;
    padding-right: 15px;
}

/* 元々のチェックボックス（非表示） */
.form_item_input input[type="checkbox"]{
/*	display: none; */
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
.form_item_input input[type="checkbox"]:focus + label::before {
    border: 2px solid #0000cd;
}

/* チェックボックスの代わりを成すラベル */
.form_item_input input[type="checkbox"]+label{
/*  margin: 8px 2px 10px;*/
  margin: 8px 2px 0px 2px;
  padding: 0px 8px;
/*    display: none; */
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}
/* ラベルの左に表示させる正方形のボックス□ */
.form_item_input input[type="checkbox"]+label::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #ccc; /* 枠の色変更 お好きな色を */
    background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.form_item_input input[type="checkbox"]:checked+label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753; /* チェックの色変更 お好きな色を */
}
/*
@media screen and (max-width: 480px) {
  .form_item_input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 1.6rem;
  }
}
*/
.form_item_view {
/*    font-size: 1.4rem;*/
	margin: 8px 2px 10px;
	padding: 6px 8px;
	min-width: 150px;
/*  margin-bottom: auto;*/
/*  height: 36px;*/
/*  padding-right: 1em;*/
/*  width: 100%;*/
/*  max-width: 410px;*/
/*  font-size: 1.6rem;*/
/*  letter-spacing: 0.00em;*/
/*  border: 1px solid #ccc;*/
}
/*
@media screen and (max-width: 480px) {
  .form_item_view {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 1.6rem;
  }
}
*/
/*
.form_item_textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
}
*/
/*
@media screen and (max-width: 480px) {
  .form_item_textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
*/
.form_item_msg {
	margin: 0px 0px 0px 3px;
 	color: #CC0000;
	font-weight: normal;
/*	font-size: 1.4rem;*/
}
.spacer {
  width: 100%;
}

input[type="submit"],.btnimg,input[type="button"] {
  margin: 8px 2px 10px;
/*  font-size: 1.0em;*/
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
  display: inline-block;
/*  padding: 0.6rem 0.6rem;*/
  padding: 6px 8px;
  cursor: pointer;
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  -ms-user-select: none;*/
  user-select: none;
/*  -webkit-transition: all 0.3s;*/
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: #212529;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}
input[type="submit"]:hover,.btnimg:hover,input[type="button"]:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
input[type="submit"][name="FORM[delete]"] {
  color: #dc143c;
}

.btn_ao_b {
  display: inline-block;
  align-items: center;
/*  max-width: 500px; */
  margin: 5px 0;
/*  padding: 1.3rem 2rem; */
  padding: 1.0rem 1.6rem;
/*  border: 2px solid #014897; */
  border: 1px solid #ccc;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 6px;
/*  width: 20rem; */
  flex-basis: auto;
}
.btn_ao_b:hover {
  background-color: #e9f3fd;
}
.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #004386;
/*  font-weight: bold; */
  text-align: center;
  position: relative;
  padding-right: 15px;
/*  font-size: 1.4rem;*/
}
.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 1.0rem;
  height: 1.0rem;
  transition: 0.3s;
}
.btn_ao_b .b__text_r {
  display: block;
  flex-grow: 1;
  color: #004386;
/*  font-weight: bold; */
  text-align: center;
  position: relative;
  padding-left: 15px;
/*  font-size: 1.4rem;*/
}
.btn_ao_b .b__text_r::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 3px solid #014897;
  border-left: 3px solid #014897;
  box-sizing: border-box;
  width: 1.0rem;
  height: 1.0rem;
  transition: 0.3s;
}

.list2 {
  border-collapse: collapse;
/*  margin: 0 auto; */
  padding: 3px 0px;
/*  width: 650px; */
  table-layout: fixed;
}

.list2 tr {
  background-color: #fff;
  border: 1px solid #bbb;
/*  padding: .35em;*/
}
.list2 th,
.list2 td {
  padding: .8em 1em .8em 1em;
  border: 1px solid #bbb;
}
.list2 th {
/*  font-size: .85em;*/
  white-space: nowrap;
}
.list2 thead tr{
  background-color: #eee;
}
/*.txt{*/
/*   text-align: left;*/
/*   font-size: .85em;*/
/*}*/
/*.price{*/
/*   text-align: right;*/
/*}*/
/*td.num{*/
/*  text-align: right;*/
/*}*/
tr.ok_color{
  color: #778899;
  background-color: #f5f5dc;
}
tr.kari_color{
  color: #778899;
/*  background-color: #f8f8ff;*/
}
td.alarm_red{
  background-color: #D8150D;
  color: white;
  font-weight: bold;
/*  outline: 5px solid #cc0000;*/
/*  outline-offset: -5px;*/
}
td.alarm_red2{
  background-color: #EB852A;
/*  outline: 5px solid #ff9966;*/
/*  outline-offset: -5px;*/
}
.alarm_red3{
  color: #cc0000;
}
td.alarm_yellow{
  background-color: #F4EE00;
/*  outline: 5px solid #ffa500;*/
/*  outline-offset: -5px;*/
}
td.alarm_yellow2{
  background-color: #EDCA69;
/*  outline: 5px solid #ffa500;*/
/*  outline-offset: -5px;*/
}
td.alarm_blue{
  background-color: #D2FFFF;
/*  outline: 5px solid #4169e1;*/
/*  outline-offset: -5px;*/
}
td.alarm_blue2{
  background-color: #64C8DC;
/*  outline: 5px solid #4169e1;*/
/*  outline-offset: -5px;*/
}
td.nowrap {
  white-space: nowrap;
}
td.center {
	text-align: center;
}
/*
td.fusen_0 {
	padding-left: 1.2em;
}
td.fusen_1 {
	border-left: .5em solid #D1DD87;
}
td.fusen_2 {
	border-left: 6px solid #8ADED8;
}
td.fusen_3 {
	border-left: 6px solid #DE8AA6;
}
td.fusen_4 {
	border-left: 6px solid #EDCA69;
}
*/

.fusen {
	display: flex;
}
.fusen .mark_select { /* 通常位置から左にずらして表の外側にだす */
	position: relative;
/*	left: -18px;*/
	width: 10px;
	height: 10px;
	border: 1.0px dotted #ccc;
}
.fusen .mark_select:hover {
	cursor: pointer;
}
.fusen .mark { /* 通常位置から左にずらして表の外側にだす */
	position: relative;
	left: -18px;
	width: 10px;
	height: 10px;
	border: 1.0px dotted #ccc;
}
.fusen .mark:hover {
	cursor: pointer;
}
.fusen .txt { /* markで左に寄った位置を元に戻す */
	position: relative;
	left: -5px;
	line-height: 10px;
}
.fusen_box {
	display: block;
	float: left;
	padding-left: 1.0rem;
	width: 3.0rem;
	height: 3.0rem;
	margin-right: 15px;
}
.fusen_c_0 {
/*	background-color: #fff;*/
}
.fusen_c_1 {
	background-color: #D1DD87;
}
.fusen_c_2 {
	background-color: #8ADED8;
}
.fusen_c_3 {
	background-color: #DE8AA6;
}
.fusen_c_4 {
	background-color: #EDCA69;
}
/*
@media screen and (max-width: 600px) {
  .list2 {
    border: 0;
    width:100%
  }
  .list2 th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  .list2 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .list2 tr {
    display: block;
    margin-bottom: .625em;
  }
  
  .list2 td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  .list2 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  .list2 td:last-child {
    border-bottom: 0;
  }
}
*/
/* -----------------------------------------------*/
.list3 {
  margin: 5px 5px 5px 0px;
  border: 1px solid #aaa;
  border-collapse: separate;
/*  border-collapse: collapse;*/
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
/*  font-size: .85em;*/
  white-space: nowrap;
/*  float: left;*/
}
.list3 thead th,
.list3 tbody th,
.list3 tbody td {
  padding: 0.6rem 1.4rem;
/*  border-bottom: 1px solid #aaa;*/
}
.list3 thead th {
  background-color: #ddd;
}
.list3 tbody th {
  background-color: #eee;
}
/*
.list3 thead th + th,
.list3 tbody td + th,
.list3 tbody td {
  border-left: 1px solid #aaa;
}
*/
.list3 tbody th {
  border-right: 1px solid #aaa;
}
.list3 tbody td + th {
  border-left: 1px solid #aaa;
}
.list3 tbody tr:last-child th,
.list3 tbody tr:last-child td {
/*  border-bottom: none;*/
}
.select_color {
	background-color: #FFF9C4;
	border-bottom: 4px solid #FDD835;
	border-top: 4px solid #FFF9C4;
}
.select_color a{
/*	margin: 0px;*/
/*	padding-left: 15px;*/
/*	padding-top: 5px;*/
/*	padding-bottom: 5px;*/
/*	border: 5px solid #FDD835;*/
}
.no_select_color {
	border-bottom: 4px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
}

.flex {
	display: flex;
}
.inline {
  display: inline-block;
}
.float_left {
  float: left;
}
/* -----------------------------------------------*/
.list4 {
  border-collapse: collapse;
  padding: 0px;
/*  table-layout: fixed; */
  border: 1px solid #bbb;
  width: 360px;
  height: 50px;
}
.list4 tr {
  padding: .20em;
}
.list4 td {
  padding: 0.2em 0.5em;
  white-space: nowrap;
}
.list4 .border_left {
  border-left: 1px solid #bbb;
}
.list4 .border_bottom {
  border-bottom: 1px solid #bbb;
}
.list4 .row_height {
	height: 1rem;
}
.list4 .row2_height {
	height: 6rem;
}
.list4 .col_1_width {
	height: 90px;
}

.search_box {
	margin: 0 0px 0 0;
	padding: 0px 0px 0px 0px;
/*  border: 1px solid #bbb;*/
}
.serarch_box_item {
	margin: 0 50px 0 0px;
/*	padding: 0px 10px;*/
	float: left;
/*  border: 1px solid #bbb;*/
}

/* -----------------------------------------------*/
.clear {
  clear: both;
}
.item_box_column {
  display: block;
  border: 0;
  padding: 0;
  float: left;
/*  border: 1px solid #bbb; */
  height: 300px;

}
.item_box_column_1 {
  width: 200px;
}
.item_box_column_2 {
  width: 100px;
}
.item_box_column_3 {
  width: 100px;
}
.item_box_column_4 {
  width: 80px;
}
.item_box_column_5 {
  width: 80px;
}

.item_box {
  display: block;
  border: 1px solid #bbb;
	position:relative;
	font-size: 1.6rem;
}
.box_1{
  height: 200px;
}
.box_2{
  height: 30px;
}
.box_3{
  height: 118px;
}
.box_4{
  height: 80px;
}
.box_5{
  height: 30px;
}
.box_6{
  height: 76px;
}
.box_7{
  height: 115px;
}

.box_1_1 {
	position:absolute;
	top: 5px;
	left: 5px;
	color: rgb(54,164,235);
}
.box_1_2 {
	position:absolute;
	top: 20px;
	left: 0px;
	font-size: 12rem;
	width: 200px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_1_3 {
  	position:absolute;
	top: 155px;
	left: 155px;
	font-size: 3rem;
    font-weight: bold;
	padding: 0 0.3rem 0 0;
	width: 4rem;
}

.box_2_1 {
	position:absolute;
	top: 5px;
	left: 5px;
}
.box_2_2 {
	position:absolute;
	top: 5px;
	left: 150px;
	width: 30px;
	text-align: right;
/*	border: 1px solid #bbb; */
}

.box_3_1 {
	position:absolute;
	top: 5px;
	left: 5px;
	color: rgb(254,97,132);
}
.box_3_2 {
	position:absolute;
	top: 15px;
	left: 0px;
	font-size: 6rem;
	width: 100px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_3_3 {
	position:absolute;
	top: 85px;
	left: 70px;
	font-size: 2rem;
    font-weight: bold;
	padding: 0 0.3rem 0 0;
	width: 2rem;
/*	border: 1px solid #bbb;*/
}

.box_4_1 {
	position:absolute;
	top: 5px;
	left: 5px;
}
.box_4_2 {
	position:absolute;
	top: 15px;
	left: 0px;
	font-size: 3rem;
	width: 100px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_4_3 {
	position:absolute;
	top: 50px;
	left: 70px;
	font-size: 2rem;
    font-weight: bold;
	width: 2rem;
/*	border: 1px solid #bbb;*/
}

.box_5_1 {
	position:absolute;
	top: 5px;
	left: 5px;
}
.box_5_2 {
	position:absolute;
	top: 5px;
	left: 0px;
	width: 100px;
	text-align: center;
/*	border: 1px solid #bbb; */
}

.box_6_1 {
	position:absolute;
	top: 5px;
	left: 0;
	text-align: center;
	width: 100px;
}
.box_6_2 {
	position:absolute;
	top: 35px;
	left: 0px;
	font-size: 3rem;
	width: 100px;
	text-align: center;
/*	border: 1px solid #bbb; */
}

.box_7_1_1 {
	position:absolute;
	top: 5px;
	left: 0;
	text-align: center;
	width: 80px;
	color: rgb(254,97,132);
}
.box_7_1_2 {
	position:absolute;
	top: 45px;
	left: 0px;
	font-size: 3rem;
	width: 80px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_7_2_1 {
	position:absolute;
	top: 35px;
	left: 0px;
	font-size: 3rem;
	width: 80px;
	text-align: center;
/*	border: 1px solid #bbb; */
}
.box_7_2_2 {
	position:absolute;
	top: 90px;
	left: 0;
	text-align: center;
	width: 80px;
}

.graph {
	margin: 20px;
	width: 80%;
	height: 300px;
}
.graph2 {
	margin: 20px;
	width: 80%;
	height: 200px;
}
.graph_color_blue {
	color: rgb(54,164,235);
}
.graph_color_gold {
	color: rgb(255,215,0);
}
.graph_color_red {
	color: rgb(204,0,0);
}
.graph_color_pink {
	color: rgb(254,97,132);
}
.graph_color_green {
	color: rgb(144,238,144);
}

.dialog {
  overflow: hidden;
  position: absolute;
/*  top: 30%;*/
  height: auto;
  width: 200px;
  display: none;
  border:1px solid #bbb;
  z-index:1000;
}
.dialog-header {
  border-bottom: 1px solid #bbb;
/*  background: #6090ef;*/
/*  color: #222222;*/
  font-weight: bold;
  overflow: hidden;
  padding: 5px;
  vertical-align: middle;
}
.dialog-title {
  float: left;
  padding: 3px 5px 0px 5px;
}
.dialog-close {
  float: right;
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: bold;
/*  color: #555555;*/
}
.dialog-close:hover {
	cursor: pointer;
}
.dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: #fff;
  overflow: auto;
  width: auto;
  height: auto;
  min-height: 50px;
}

.history_data {
	display: none;
	line-height: 1.5em;
}
.open_history {
	white-space: nowrap;

}
.open_history:hover {
	cursor: pointer;
}

input[type="file"] {
	display: none;
}

.selimg {
	display: flex;
	flex-wrap : wrap;
	width: 500px;
	height: auto;
	min-height: 150px;
/*	line-height: 150px;*/
	border: 1px dotted #bbb;
/*	text-align: center;*/
/*	vertical-align: middle;*/
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
}
.selimg img {
	width: 450px;
	object-fit: scale-down;
/*	border: 1px dotted #bbb;*/
}
.selimg p {
/*	flex-wrap : wrap;*/
	width: 580px;
	text-align: center;
/*	border: 1px dotted #bbb;*/
	margin: 0;
}

/*
.fusen_0 {
}
.fusen_1 {
	background: #f08080;
}
.fusen_2 {
	background: #87cefa;
}
.fusen_3 {
	background: #ffdd55;
}
.fusen_4 {
	background: #90ee90;
}
*/


.modal{
  display: none;
  background: rgba(0,0,0,0.5);
  /* モーダルウィンドウの位置固定 */
  position: fixed;
  /* 背景色を画面いっぱいにする */
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;  
}
.modal_content{
  background: #fff;
  width: 650px;
  /* モーダルウィンドウを画面真ん中に表示 */
  margin: 5% auto;
  padding: 10px 10px 0px 10px;
}
.modal_table_area{
  width: 100%;  
  height: 60%;
/*  min-height: 300px;*/
/*	overflow-x: scroll;*/
	overflow-y: scroll;
/*  border-collapse: collapse; */
	border-spacing: 0;
	margin: 0;
	padding: 0;
    border: 1px solid #bbb;
}
.modal_table {
	table-layout: auto;
	width: 100%;
	border-collapse: separeate;
	border-spacing: 0;
	margin: 0px 0px 0px 0px;
	padding: 0;
/*	border-top: 1px solid #bbb;*/
/*	border-left: 1px solid #bbb;*/
}
.modal_table thead th {
	padding: .8em 1em .8em 1em;
	background-color: #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	white-space: nowrap;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 10;
}
.modal_table td {
	padding: .8em 1em .8em 1em;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.modal_table td div {
    min-height: 50vh;
    max-height: 50vh;
/*    max-width: 150px;*/
    overflow-y: auto;
}
    
.modal_table tr:hover td {
/*    background: #f0f8ff;*/
}
.closebtn {
/*  text-align: right; */
	margin-left:auto;
}

/*.modal_table td:has(input[type="radio"]:checked) {*/
/*    background: #f0f8ff;*/
/*}*/

.checkboxlist { 
	border-radius: 3px;
	border: 1px solid #ccc;
	width:300px; 
	height: 300px; 
	overflow-y: scroll; 
}
.checkboxlist input[type="checkbox"] {
	width: 100%;
	margin: 2px 2px 3px 2px;
	padding: 3px 4px;
}

.memo {
	width: 100%;
}


.info_view {
	padding: 10px 10px 10px 10px;
}

.info_view ul{
/*    display: flex;*/
    margin: 2px;
	width: 100%;
	flex-wrap: wrap;
}
.info_view ul li {
	padding: 5px 2px 5px 5px;
    line-height: 2.5rem;
  	border-bottom: dashed 1px #ccc;
	float: left;
}
.info_view ul li:nth-child(odd) {
/*	width: 150px;*/
	white-space: nowrap;
}
.info_view ul li:nth-child(even) {
	width: 85%;
}

.info_view dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	padding: 5px 2px 5px 5px;
    line-height: 2.5rem;
  	border-bottom: dashed 1px #ccc;
}
.info_view dt {
    margin-right: 0.5em ;
    width: 12rem;
}
.info_view dd {
    margin-left: 1em;
/*	    width: calc(95%-12rem);*/
}
.info_view .editbtn {
	text-align: right;
	margin-left: auto;
}

/* NEWアイコン */
.new {
	display        : inline-block;       /* インラインボックス定義  */
	content        : "NEW";              /* 表示する文字            */
	background     : #D8150D;            /* 背景色                  */
	color          : #ffffff;            /* 文字色                  */
	font-weight    : bold;               /* 太字                    */
	font-size      : 1.2rem;             /* ベースの文字サイズ      */
	letter-spacing : -1px;               /* 文字間隔詰め            */
	line-height    : 1.2rem;             /* 1行の高さ               */
	vertical-align : middle;             /* 基準の高さ位置          */
	margin         : 0 2px;              /* 外余白なし              */
	padding        : 4px 5px;            /* 反転時の内余白          */
	transform      : scale(0.8)          /* 文字サイズ変更          */
	                 translateX(-10%);   /* 横位置調整              */
}
.nav_new {
	display        : inline-block;       /* インラインボックス定義  */
	content        : "NEW";              /* 表示する文字            */
	background     : #D8150D;            /* 背景色                  */
	color          : #ffffff;            /* 文字色                  */
	font-weight    : bold;               /* 太字                    */
	font-size      : 1.2rem;             /* ベースの文字サイズ      */
	letter-spacing : -1px;               /* 文字間隔詰め            */
	line-height    : 1.2rem;             /* 1行の高さ               */
	vertical-align : middle;             /* 基準の高さ位置          */
	margin         : 0 2px;              /* 外余白なし              */
	padding        : 4px 5px;            /* 反転時の内余白          */
	transform      : scale(0.8)          /* 文字サイズ変更          */
	                 translateX(-10%);   /* 横位置調整              */
}
