body {
	background-color: #eaeaea;
}

body.body-login {
	background-color: white;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#login-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	padding: 15px 30px;
	min-height: 768px;
	width: 944px;
}

#page-inner {
	clear: both;
	width: 100%;
	padding: 10px;
	background-color: #fff !important;
	font-size: 18px;
}

.left-head {
	float: left;
}

#welcome_user {
	float: right;
	text-align: right;
}

.login-user-name {
	font-weight: bold;
	color: #008272;
}

.width-justify {
	width: 100%; height =auto;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

/* グローバルナビ共通設定(事務局) */
ul {
	padding-inline-start: 0;
}

.main-menu li a:hover {
	color: red;
	text-decoration: none;
}

.main-menu>li.menu_first-level {
	position: relative;
}

li.menu_first-level ul.menu_second-level {
	text-align: center;
	position: absolute;
	top: 40px;
	width: 100%;
	background: #1A6300;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu_first-level ul.menu_second-level {
	top: 50px;
	opacity: 1;
	width: 200px;
}

.main-menu {
	position: relative;
	width: 890px;
	height: 50px;
	max-width: 1000px;
	margin: 10px 0 0 0;
	float: right;
	padding-left: 0;
}

.main-menu>li {
	text-align: center;
	float: left;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #1A6300;
	list-style: none;
	padding: 0px 6px;
	border-right；
}

.main-menu>li a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-color: white;
	font-size:12.5px;
	height: 50px;
}

.main-menu>li a:hover {
	color: red;
}

.main-menu>li a i{
    line-height:40px;
    padding-right:5px;
    padding-bottom:5px;
    vertical-align:middle;
}

.main-menu>li a span{
	vertical-align:middle;
}

.icon-data {
	position: relative;
	top: 1px;
	display: inline-block;
}

.icon-data:before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(../img/data.png);
	background-size: contain;
	vertical-align: middle;
}

.icon-en {
	position: relative;
	top: -3px;
	display: inline-block;
}

.icon-en:before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(../img/in-en.png);
	background-size: contain;
	vertical-align: middle;
}

ul.menu_second-level {
	display: none;
	opacity: 1;
	z-index: 3;
	padding: 0;
}

li.menu_first-level:hover ul.menu_second-level {
	display: block;
}

li.menu_second-level {
	position: relative;
}

li.menu_second-level ul.menu_third-level {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 200px;
}

ul.menu_third-level {
	display: none;
	opacity: 1;
	z-index: 3;
	padding: 0;
}

li.menu_second-level:hover ul.menu_third-level {
	display:block;
}

.main-menu>li:hover {
	background: #4E9834;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu_second-level li {
	background: #1A6300;
	border-top: 1px solid #111;
	list-style: none;
}

.menu_second-level li a:hover {
	background: #4E9834;
}

.menu_third-level li {
	background: #1A6300;
	border-left: 1px solid #111;
	list-style: none;
}
/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 右矢印 */
.right-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* floatクリア */
.main-menu:before, .main-menu:after {
	content: " ";
	display: table;
}

.main-menu:after {
	clear: both;
}

.main-menu {
	*zoom: 1;
}

/* グローバルナビ共通設定(会員) */
.user-main-menu li a:hover {
	color: red;
	text-decoration: none;
}

.user-main-menu>li.user-menu_first-level {
	position: relative;
}

li.user-menu_first-level ul.user-menu_second-level {
	text-align: center;
	position: absolute;
	top: 40px;
	width: 100%;
	background: #1A6300;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: none;
}

li.user-menu_first-level ul.user-menu_second-level {
	top: 50px;
	opacity: 1;
	width: 200px;
}

li.user-menu_first-level:hover ul.user-menu_second-level {
	display: block;
}

.user-main-menu {
	position: relative;
	width: 100%;
	height: 50px;
	max-width: 1000px;
	margin: 10px 0 0 0;
	float: right;
}

.user-main-menu>li {
	text-align: center;
	width: 19%;
	float: left;
	display: inline-block;
	height: 50px;
	padding: 0px 10px;
	line-height: 50px;
	background: #48b4de;
	list-style: none;
	border-right；
}

.user-main-menu>li a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-color: white;
}

.user-main-menu>li a:hover {
	color: #ff7f63;
}

ul.user-menu_second-level {
	opacity: 1;
	z-index: 3;
	padding: 0;
}

li.user-menu_second-level {
	position: relative;
}

li.user-menu_second-level ul.user-menu_third-level {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 200px;
}

ul.user-menu_third-level {
	display: none;
	opacity: 1;
	z-index: 3;
	padding: 0;
}

li.user-menu_second-level:hover ul.user-menu_third-level {
	display: block;
	opacity: 1;
}

.user-main-menu>li:hover {
	background: #2aaddd;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.user-menu_second-level li {
	background: #2aaddd;
	border-top: 1px solid #0097b2;
	list-style: none;
}

.user-menu_second-level li a:hover {
	background: #2aaddd;
}

.user-menu_third-level li {
	background: #2aaddd;
	border-left: 1px solid #0097b2;
	list-style: none;
}

/* floatクリア */
.user-main-menu:before, .user-main-menu:after {
	content: " ";
	display: table;
}

.user-main-menu:after {
	clear: both;
}

.user-main-menu {
	*zoom: 1;
}

select[name="output-datalist"] {
	-webkit-appearance: none;
	overflow-y: auto;
	width: 200px;
	height: 500px;
	padding-left: 10px;
	padding-right: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 0.01px;
	border-radius: 5px;
	border: 1px solid #4c96ff;
	background: #ffffff;
}

.output-datalist {
	overflow-y: auto;
	width: 200px;
	height: 500px;
	padding-left: 10px;
	padding-right: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 0.01px;
	border-radius: 5px;
	border: 1px solid #4c96ff;
	background: #ffffff;
}

.cmn-control-style {
	width: 100%;
	padding-left: 10px;
	padding-right: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 35px;
	text-indent: 0.01px;
	border-radius: 5px;
	border: 1px solid #4c96ff;
	background: #ffffff;
}

.cmn-control-style::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #da3c41;
	pointer-events: none;
}

.selbox-year {
	width: 175px;
}

.selbox-month-day {
	width: 75px;
}

div.input-date {
	display: inline-block;
}

div.input-date span {
	margin-left: 2px;
	margin-right: 2px;
}

.txtbox-common {
	width: 200px;
}

.txtbox-long {
	width: 400px;
}

.txtbox-memberCd {
	width: 130px;
}

.txtbox-PriceClass {
	width: 140px;
}

.txtbox-name {
	width: 150px;
}

.ex {
	color: #757575;
	vertical-align: text-bottom;
}

.compartmental-tr {
	border-bottom: dashed 1px silver;
}

.user-reg {
	width: 100%;
}

.user-reg td {
	padding: 10px;
	border: solid 1px #aaaaaa;
}

.required-mark {
	padding: 3px;
	float: right;
	font-size: 14px;
	color: white;
	background-color: red;
	border-radius: 5px;
}

.jtpsct-reg {
	width: 100%;
	border: solid 1px #e9e9e9;
	border-radius: 10px;
}

.jtpsct-reg td {
	text-align: center;
	border: solid 1px #e9e9e9;
}

.jtpsct-reg th {
	padding: 5px;
	text-align: center;
	border: solid 1px #e9e9e9;
	background-color: #f2f2f2;
}

.jtpsct-reg .td-left {
	font-weight: bold;
	color: #008272;
	width: auto;
}

.td-left {
	font-weight: bold;
	color: #008272;
	width: 210px;
}

.acordion.td-left {
	font-weight: bold;
	color: #008272;
	width: auto;
}

.td-left-merge {
	font-weight: bold;
	color: #008272;
	width: 200px;
}

.change-reg {
	color: red;
}

.panel-h4 {
	font-size: 20px;
	border-left: 4px solid #684f96;
	padding-left: 5px;
}

.panel-h5 {
	padding-left: 10px;
}

.panel-heading.acordion {
	cursor: pointer;
}

.button-form {
	clear: both;
	height: 100px;
	margin-top: 15px;
	text-align: center;
}

.button-style {
	min-width: 150px;
	margin: 10px;
}

.button-yucho {
	width: 250px;
}

.remind {
	border-top: solid 3px #71bbd8;
	margin: 20px 5px;
	padding: 10px 5px;
}

@media screen and (max-width: 944px ) {
	.footer-outer {
		width: 944px;
	}
}

.footer-outer {
	clear: both;
	background-color: #1A6300;
}

.login-footer-outer {
	clear: both;
	background-color: #1A6300;
	/* position: absolute;*/
	bottom: 0;
	width: 100%;
	margin-top: auto;
}

.user-footer-outer {
	clear: both;
	background-color: #48b4de;
}

.login-user-footer-outer {
	clear: both;
	background-color: #48b4de;
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	margin-top: auto;
}

.footer_inner {
	margin: 0 auto;
	padding: 15px 30px;
	max-width: 944px;
	color: white;
}

.footer_inner a {
	color: white;
}

.footer_inner a:hover {
	color: red;
}

.head_icon {
	color: #757575;
}

.disabled_color {
	color: #757575;
	background-color: #DCDCDC;
}

.news-search {
	width: 100%;
}

.news-search td {
	padding: 8px;
}

.search-button {
	clear: both;
	float: right;
}

.grid-pager {
	width: 100%;
	text-align: right;
}

.search-result {
	width: 100%;
}

.search-result th, .search-result td {
	border: 1px solid;
	padding: 3px;
	border: 1px solid #e9e9e9;
}

.search-result th {
	text-align: center;
	background-color: #dcdcdc;
}

.common-grid {
	width: 100%;
}

.common-grid th, .common-grid td {
	border: 1px solid;
	padding: 3px;
}

.common-grid th {
	text-align: center;
	background-color: #aaaaaa;
}

.dues-search-result {
	margin-top: 20px;
	width: 100%;
}

.dues-search-result th, .dues-search-result td {
	border: 1px solid;
	padding: 3px;
	border: 1px solid #e9e9e9;
}

.dues-search-result th {
	text-align: center;
	background-color: #f2f2f2;
}

.edit-button {
	color: white;
}

.search-result-button {
	text-align: center;
}

input[type=radio] {
	display: none; /* 標準スタイルを非表示にする */
}

.form_radio {
	width: auto;
}

.form_radio {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 0px;
	position: relative;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	margin: 5px;
}

.form_radio input[type='radio']+.icon_box {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

.form_radio input[type='radio']+.icon_box.merge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.form_radio input[type='radio']+.icon_box .icon {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.form_radio input[type='radio']+.icon_box .icon::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: solid 1px #9E9365;
	border-radius: 20px;
}

.form_radio input[type='radio']+.icon_box .icon::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 20px;
}

.form_radio input[type='radio']:checked+.icon_box .icon::after {
	background: #DE7016;
}

.form_radio .txt {
	color: #333;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #0171bd;
	border-radius: 3px;
	padding: 10px 10px 10px 40px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_radio input[type='radio']:checked ~ .txt {
	border: 2px solid #DE7016;
	padding: 9px 9px 9px 39px;
}

.form_radio input[type='radio'][disabled] {
	background-color: #DCDCDC;
}

.txt {
	font-size: 16px;
}

.news-reg-title {
	width: 600px;
}

.news-text {
	width: 600px;
	min-width: 600px;
	min-height: 300px;
}

.from-vertiocal-outer {
	padding-left: 200px;
}

.from-vertical {
	display: inline-block;
	transform: rotate(90deg)
}

.notes {
	vertical-align: top;
	border-style: none;
}

.sq-fill {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 90px;
	text-align: center;
	background-color: #1A6300;
	color: white;
	border-radius: 5px;
	font-size: 15px;
	padding-top: 20px;
	margin: 20px;
}

.sq-notfill {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 90px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #1A6300;
	border-radius: 5px;
	font-size: 15px;
	padding-top: 20px;
	margin: 20px;
}

.mem-pay-allow {
	display: inline-block;
	vertical-align: top;
	vertical-align: top;
	margin-top: 20px;
	width: 80px;
	height: 90px;
	background: url('../img/mem_pay_allow.png');
}

.user-sq-fill {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 90px;
	text-align: center;
	background-color: #48b4de;
	color: white;
	border-radius: 5px;
	font-size: 15px;
	padding-top: 20px;
	margin: 20px;
}

.user-sq-notfill {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 90px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #48b4de;
	border-radius: 5px;
	font-size: 15px;
	padding-top: 20px;
	margin: 20px;
}

.user-mem-pay-allow {
	display: inline-block;
	vertical-align: top;
	vertical-align: top;
	margin-top: 30px;
	width: 80px;
	height: 90px;
	background: url('../img/mem_pay_allow.png');
}

.center-panel {
	text-align: center;
	font-size: 0;
}

.clearfix {
	clear: both;
}

.panel-child {
	margin: 25px;
}

.disabled-text {
	color: gray;
}

.mem-search-result {
	width: 100%;
}

.mem-search-result th, .mem-search-result td {
	border: 1px solid;
	padding: 3px;
}

.mem-search-result th {
	text-align: center;
	background-color: #aaaaaa;
}

.search-table-left {
	clear: both;
	float: left;
}

.search-table-right {
	clear: both;
	float: right;
}

.subtotal {
	margin-top: 10px;
}

input[type="text"][disabled] {
	background: #DCDCDC;
	cursor: not-allowed; /* 禁止カーソル */
}

input[type="password"][disabled] {
	background: #DCDCDC;
	cursor: not-allowed; /* 禁止カーソル */
}

select[disabled] {
	background: #DCDCDC;
}

textarea[disabled] {
	background: #DCDCDC;
}

.pass-remind-window {
	width: 610px;
	margin: auto;
}

.user-reg-cmp-window {
	width: 500px;
	margin: auto;
}

.remind-button-panel {
	text-align: center;
}

.remind-button-panel button {
	margin: 10px;
}

.user-reg-cmp-button-panel {
	margin-top: 200px;
}

.under_content {
	clear: both;
	margin-top: 90px;
}

.button-auto {
	width: auto;
}

.output-member-card-csv {
	text-align: center;
	margin: 0 auto;
}

.output-member-card-csv td {
	padding: 10px;
}

.arrow-button-style {
	margin: 10px;
}

.error_notice {
	color: red;
}

input.error, select.error {
	background-color: #FFE4B5;
}

.marge-span {
	margin-left: 26px;
}

.addSearch {
	background-color: #fff;
	border: 1px solid gainsboro;
	border-radius: 4px;
}

.annotation {
	margin-top: 20px;
	color: darkslategray;
}

.bottom {
	margin-bottom: 30px;
}

.add {
	background-color: #f5f5f5;
	margin-top: 10px;
}

.addSpan {
	float: right;
}

.kn-reg {
	margin: 0 auto;
	text-align: left;
	width: 500px;
	font-size: 14px;
	padding: 20px 0;
}

.kn-user {
	margin: 0 auto;
	text-align: left;
	width: 600px;
	font-size: 14px;
	padding: 20px 0;
}

.login_message {
	max-width: 520px;
	margin: 0 auto;
	color: #fa3b3b;
	font-size: 17px;
	font-weight: bold;
	padding: 10px;
}

.video {
	margin: 10px 10px 50px;
}

.manual-top {
	margin: 50px 10px;
	font-size: 20px;
}

.movie h3 {
	color: currentColor;
	border-left: solid 5px #004080;
}

.manual-pdf {
	margin: 30px 0;
}

.manual-pdf p {

}

video {
	border: solid 2px gray;
	width: 886px;
	height: 472px;
}

.seimei-label {
  display: inline-block;
  margin-left:1px;
  vertical-align: middle;
}