:root {
	--font-gothic: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
}

body {
	padding-bottom: 15px;
	font-family: var(--font-gothic);
}

/****************************
  bootstrap
****************************/

@media (min-width: 992px) {
	.container {
		max-width: 992px;
		padding-right: 0;
		padding-left: 0;
	}

	.navbar {
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
		font-size: 13px;
		line-height: 1;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.nav-item {
	font-size: 13px;
}

.index_wrapper {
	padding-right: 10px;
	padding-left: 10px;
}

/****************************
  form
****************************/

input, 
textarea {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
}

input, 
textarea {
	display: block;
}

input[type="text"].center {
	text-align: center;
}

.input_noborder {
	padding: 7px 0 7px 3px;
	font-size: 14px;
	line-height: 1;
}

.input_noborder.body {
	padding: 7px 0 0 3px;
	font-size: 14px;
	line-height: 2;
}

.input_noborder, 
.input_noborder:focus {
	width: 100%;
	border: none;
}

.input_noborder:focus {
	background-color: #fbffd7;
}

.input_noborder.inp_half {
	display: inline-block;
	width: 50%;
}

.input_noborder.inp_onethird {
	display: inline-block;
	width: 33%;
}

select {
	height: 2em;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 1;
	color: #000;
}

radio, 
input[type="radio"] {
	margin:  0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}

.inp_horizontal {
	width: 100%;
}

::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
}

/****************************
  checkbox
****************************/

input[type="checkbox"].checkbox_orange {
	display: inline-block;
	margin: 0;
	padding: 0;
}

input[type="checkbox"].checkbox_orange + label {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}

@media (min-width: 1px) {
	input[type="checkbox"].checkbox_orange {
		display: none;
	}

	input[type="checkbox"].checkbox_orange + label {
		user-select: none;
		-webkit-touch-callout: none; /* Disable Android and iOS callouts */
	}

	input[type="checkbox"].checkbox_orange + label::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -13px;
		margin-left: -10px;
		border: 2px solid #ccc;
		background-color: #fff;
	}

	input[type="checkbox"].checkbox_orange:checked + label::after {
		content: '';
		display: block;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -12px;
		margin-left: -10px;
		border-bottom: 3px solid #ff715b;
		border-left:   3px solid #ff715b;
		border-bottom: 3px solid #f00;
		border-left:   3px solid #f00;
		transform: rotate(-45deg);
	}

	input[type="checkbox"].checkbox_orange[disabled] + label {
		color: #c1c4c5;
		cursor: default;
	}

	input[type="checkbox"].checkbox_orange[disabled] + label::before {
		border: 2px solid #eaebeb;
		background-color: #f7f7f7;
	}

	input[type="checkbox"].checkbox_orange[disabled] + label::after {
		border-bottom: 3px solid #d6d8d9;
		border-left:   3px solid #d6d8d9;
	}

	input[type="checkbox"].checkbox_orange.with_label + label::before {
		top: 0;
		left: 0;
		margin-top: -2px;
		margin-left: 0px;
	}

	input[type="checkbox"].checkbox_orange.with_label:checked + label::after {
		top: 0;
		left: 3px;
		margin-top: -1px;
		margin-left: 0px;
	}

	input[type="checkbox"].checkbox_orange.with_label + label {
		padding-right: 18px;
		padding-left:  24px;
	}

	input[type="checkbox"].checkbox_orange.list + label::before {
		margin-left: 0px;
	}

	input[type="checkbox"].checkbox_orange.list:checked + label::after {
		margin-left: 0px;
	}

	input[type="checkbox"].checkbox_orange.blue:checked + label::after {
		border-bottom: 3px solid #39f;
		border-left:   3px solid #39f;
	}

	input[type="checkbox"].checkbox_orange.green:checked + label::after {
		border-bottom: 3px solid rgba(0, 153, 51, 1);
		border-left:   3px solid rgba(0, 153, 51, 1);
	}

	input[type="checkbox"].checkbox_orange.registration + label::before {
		top: -5px;
		left: -14px;
		margin: 0;
	}

	input[type="checkbox"].checkbox_orange.registration:checked + label::after {
		top: -3px;
		left: -11px;
		margin: 0;
		border-bottom: 3px solid #ff715b;
		border-left:   3px solid #ff715b;
	}
}

/****************************
  radio
****************************/

input[type="radio"].radio_green + label {
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 0 0 0 24px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
	user-select: none;
	-webkit-touch-callout: none; /* Disable Android and iOS callouts */
	position: relative;
}

input[type="radio"].radio_green + label::before {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border: 2px solid #ccc;
	border-radius: 30px;
	background-color: #fff;
}

input[type="radio"].radio_green:checked + label::after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 8px;
	background-color: #a4cc3d;
}

input[type="radio"].radio_green[disabled] + label {
	color: #c1c4c5;
	cursor: default;
}

input[type="radio"].radio_green[disabled] + label::before {
	border: 2px solid #eaebeb;
	background-color: #f7f7f7;
}

input[type="radio"].radio_green[disabled] + label::after {
	border-bottom: 3px solid #d6d8d9;
	border-left:   3px solid #d6d8d9;
}

/****************************
  button
****************************/

button.btn_gray, 
a.btn_gray, 
input[type="button"].btn_gray, 
input[type="submit"].btn_gray, 
input[type="reset"].btn_gray {
	min-width: 5em;
	margin: 0;
	padding: 7px 0.7em;
	border: 1px solid #bbb;
	border-radius: 4px;
	background-color: #f7f7f7;
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	appearance: button;
	user-select: none;
	transition: all 0.1s linear;
}

button.btn_gray:hover, 
a.btn_gray:hover, 
input[type="button"].btn_gray:hover, 
input[type="submit"].btn_gray:hover, 
input[type="reset"].btn_gray:hover {
	box-shadow: 0px 0px 5px #aaa;
	opacity: 1;
	text-decoration: none;
}

button.btn_gray:active, 
a.btn_gray:active, 
input[type="button"].btn_gray:active, 
input[type="submit"].btn_gray:active, 
input[type="reset"].btn_gray:active {
	background-color: #fff;
}

/* small */
button.btn_gray.small, 
a.btn_gray.small, 
input[type="button"].btn_gray.small, 
input[type="submit"].btn_gray.small, 
input[type="reset"].btn_gray.small {
	min-width: 2.8em;
	padding: 4px 2px;
	font-size: 12px;
	line-height: 14px;
}

/* disabled */
button.btn_gray[disabled], 
input[type="button"].btn_gray[disabled], 
input[type="button"].btn_gray[disabled], 
input[type="submit"].btn_gray[disabled], 
input[type="reset"].btn_gray[disabled], 
input[type="button"].btn_gray[disabled]:active, 
input[type="submit"].btn_gray[disabled]:active, 
input[type="reset"].btn_gray[disabled]:active {
	color: #bbb;
	border: 1px solid #ddd;
	cursor: default;
}

button.btn_gray[disabled]:hover, 
input[type="button"].btn_gray[disabled]:hover, 
input[type="submit"].btn_gray[disabled]:hover, 
input[type="reset"].btn_gray[disabled]:hover {
	box-shadow: none;
}

.button_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 32px;
	margin: 15px auto 0;
	padding: 0;
}

.button_wrapper > div {
	width: 4em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.button_wrapper > div button.btn_gray {
	min-width: initial;
	width: 100%;
	height: 32px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
	opacity: 1;
}

.button_wrapper > div i {
	display: none;
	width: 100%;
	height: 32px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 32px;
	color: #000;
}

.button_wrapper.create > div {
	width: 7em;
}

.button_wrapper.small > div {
	width: 40px;
	text-align: left;
}

.button_wrapper.small > div.preview {
	width: initial;
}

.button_wrapper.small > div button.btn_gray {
	height: 28px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
}

.button_wrapper.small > div i {
	height: 28px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 26px;
}

.publish_button {
	display: block;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	font-family: var(--font-gothic);
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	user-select: none;
}

.publish_button:hover {
	background-color: #efefef;
	text-decoration: none;
}

.publish_button[disabled] {
	color: #999;
	cursor: default;
}

/****************************
  element
****************************/

.float_left {
	float: left;
	text-align: left;
}

.float_right {
	float: right;
	text-align: right;
}

a, :focus, :active {
	outline: none;
}

h1.h1_header {
	margin: 0;
	padding: 0;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #666;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #666;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #999;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	color: #999;
}

p.p_notice {
	margin: 0;
	padding: 0;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	color: #777;
}

.red {
	font-family: var(--font-gothic);
	color: #c00;
	color: #f00;
}

.necess {
	font-family: var(--font-gothic);
	color: #f00;
}

.blue {
	font-family: var(--font-gothic);
	color: #257bc3;
}

.pt8  { padding-top:     8px; }
.pt10 { padding-top:    10px; }
.pt15 { padding-top:    15px; }
.pt20 { padding-top:    20px; }
.pt30 { padding-top:    30px; }
.pt40 { padding-top:    40px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb40 { padding-bottom: 40px; }
.pr10 { padding-right:  10px; }
.pr20 { padding-right:  20px; }
.pl10 { padding-left:   10px; }
.pl20 { padding-left:   20px; }

.warning {
	clear: both;
	display: inline-block;
	width: 100%;
	margin:  0 0 15px;
	padding: 8px 8px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #c00;
}

.totop_wrapper {
	margin: 0;
	padding: 20px 0 0;
}

#toTop {
	display: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#toTop > div {
	display: inline-block;
	width: 46px;
	height: 52px;
	margin: 0;
	padding: 0;
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/icon_totop.svg);
	text-align: right;
	text-decoration: none;
	cursor: pointer;
}

/****************************
  nav_local
*****************************/

.nav_local_padding {
	padding-bottom: 8px;
}

.nav_local {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.nav_local span {
	display: inline-block;
	margin: 0;
	padding: 0 8px 0 0;
}

.nav_local h1.h1_header, 
.nav_local h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
}

.nav_local h1.h1_header > span {
	font-weight: normal;
}

.nav_local p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 26px;
	color: #999;
}

.nav_local p b {
	font-style: normal;
	font-weight: normal;
}

.nav_local a {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 26px;
	color: #333;
}

.nav_local select {
	height: 26px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 24px;
}

.nav_local input[type="text"] {
	display: inline-block;
	width: 200px;
	height: 26px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 24px;
}

.nav_local input[type="text"].date {
	width: 8em;
}

.nav_local input[type="text"]:focus {
	background-color: #fbffd7;
}

.nav_local input[type="submit"].btn_gray, 
.nav_local input[type="button"].btn_gray {
	display: inline-block;
	min-width: initial;
	height: 26px;
	margin: 0;
	padding: 0 4px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 24px;
}

.label_red,
.label_blue,
.label_green,
.label_state {
	display: inline-block;
	margin: 0;
	padding: 0 6px;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 22px;
	color: #fff;
}

.label_red {
	background-color: #f60;
}

.label_blue {
	background-color: rgba(68, 169, 195, 1);
}

.label_green {
	background-color: rgba(140, 170, 41, 1);
}

.label_state {
	background-color: #999;
}

.label_state.submited {
	background-color: #c00;
}

.label_state.desk {
	/* background-color: rgba(0, 153, 51, 1); */
	background-color: #39f;
}

.label_state.printing {
	background-color: #c00;
}

.updok {
	display: inline-block;
	margin: 0;
	padding: 0 6px;
	background-color: #c00;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 22px;
	color: #fff;
}

ul.local_nav_ul {
	margin: 0;
	padding: 0;
}

ul.local_nav_ul > li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 13px;
}

ul.local_nav_ul > li a, 
ul.local_nav_ul > li span {
	display: block;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	font-family: var(--font-gothic);
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	user-select: none;
}

ul.local_nav_ul > li a.active {
	color: #999;
}

ul.local_nav_ul > li span {
	color: #999;
	cursor: default;
}

ul.local_nav_ul > li a:hover {
	background-color: #efefef;
	text-decoration: none;
}

.update_user {
	margin: 0;
	padding: 0;
}

.update_user th,
.update_user td {
	margin: 0;
	padding: 0 5px;
	border: 1px solid #ccc;
	font-family: var(--font-gothic);
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	color: #333;
}

.update_user th {
	background-color: #f0f0f0;
	font-size: 12px;
	color: #888;
}

.update_user td {
	background-color: #fff;
	font-size: 12px;
}

@media (max-width: 1000px) {
	.nav_local span {
		display: block;
		padding: 0 0 15px;
	}

	ul.local_nav_ul > li:first-child {
		padding-left: 0;
	}
}

/****************************
  signin
****************************/

.form-signin {
	width: 100%;
	max-width: 330px;
	margin: auto;
	padding: 15px;
}

.form-signin .form-control {
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
	position: relative;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin .checkbox {
	padding-top: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

.form-signin input[type="checkbox"] {
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}

/****************************
  main
****************************/

h1.main_h1 {
	margin: 0 0 40px;
	padding: 5px 0 15px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-family: var(--font-gothic);
	font-size: 16px;
	line-height: 1;
	color: #666;
}

table.main_table {
	width: 22em;
	margin: 0 auto 30px;
	padding: 0;
}

table.main_table th, 
table.main_table td {
	margin: 0;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-family: var(--font-gothic);
	font-size: 14px;
	line-height: 1;
	color: #666;
	white-space: nowrap;
}

table.main_table th {
	padding: 0.7em 1em;
	background-color: #efefef;
}

table.main_table td {
	padding: 1em 1em;
}

table.main_table td a:hover {
	text-decoration: none;
}

table.main_table td a::before {
	padding-right: 0.5em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	color: #999;
	content: '\f0da';
}

table.main_table td input[type="text"] {
	display: inline-block;
	width: 15em;
	margin: 0 8px 0 0;
	padding: 4px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

table.main_table td input[type="text"]:focus {
	background-color: #fbffd7;
}

table.main_table td input[type="number"].word_limit {
	display: inline-block;
	width: 6em;
	margin: 0 8px 0 0;
	padding: 4px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

table.main_table td input[type="number"].word_limit:focus {
	background-color: #fbffd7;
}

table.main_table td input[type="email"].email_mailmagazine {
	display: inline-block;
	width: 20em;
	margin: 0 8px 0 0;
	padding: 4px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

table.main_table td input[type="email"].email_mailmagazine:focus {
	background-color: #fbffd7;
}

table.main_table td input[type="text"].date_mailmagazine {
	width: 9em;
}

table.main_table td > div {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.5;
}

@media (min-width: 769px) {
	table.main_table {
		width: 24em;
	}
}

/****************************
  table table_index
****************************/

.table_index {
	clear: both;
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 1px 0;
}

.table_index.justification {
	width: 100%;
}

.table_index th, 
.table_index td {
	margin: 0;
	padding: 5px;
	text-align: left;
}

.table_index th {
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
}

.table_index td {
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
	border-style: solid;
	border-width: 1px 0 0 0;
}

.table_index th.td_num, 
.table_index td.td_num {
	width: 2em;
	text-align: center;
}

.table_index th.td_center, 
.table_index td.td_center {
	text-align: center;
}

.table_index th.td_right, 
.table_index td.td_right {
	text-align: right;
}

.table_index td.td_nowrap {
	white-space: nowrap;
}

.table_index th.td_btn, 
.table_index td.td_btn {
	width: 40px;
	text-align: center;
}

.table_index th.td_btn {
	padding-right: 0px;
	padding-left:  0px;
}

.table_index td.td_btn {
	padding: 4px 0;
}

.table_index th.td_btn.checkbox, 
.table_index td.td_btn.checkbox {
	width: 30px;
}

.table_index.va_top td {
	vertical-align: top;
}

.table_index td.td_btn input[type="submit"], 
.table_index td.td_btn input[type="button"] {
	margin-right: auto;
	margin-left:  auto;
}

.table_index td i.far {
	font-size: 16px;
}

.table_index th.td_mailmagazine, 
.table_index td.td_mailmagazine {
	width: 50px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.table_index td.td_mailmagazine input[type="checkbox"] {
	margin-right: auto;
	margin-left: auto;
}

.table_index th.rows_length_td {
	width: 4em;
	padding-right: 0.5em;
	padding-left: 0;
	text-align: right;
}

.table_index td.rows_length_td {
	width: 4em;
	padding-right: 0.5em;
	padding-left: 0;
	text-align: right;
	white-space: nowrap;
}

/****************************
  sort
****************************/

.table_index th a {
	display: block;
	text-decoration: none;
}

.table_index th i.fas {
	padding-left: 3px;
}

/****************************
  table_detail
****************************/

.table_detail {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

.table_detail th, 
.table_detail td {
	clear: both;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	line-height: 1;
}

.table_detail th {
	padding: 0.5em 0.5em;
	vertical-align: middle;
	text-align: left;
	font-family: var(--font-gothic);
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
}

.table_detail th span {
	margin: 0;
	padding: 0;
	font-family: var(--font-gothic);
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
}

.table_detail th b {
	font-weight: normal;
	font-style: normal;
}

.table_detail td {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.table_detail th.td_half, 
.table_detail td.td_half {
	width: 50%;
}

.table_detail th.td_onethird, 
.table_detail td.td_onethird {
	width: 33%;
}

.table_detail th.td_quarter, 
.table_detail td.td_quarter {
	width: 25%;
}

.table_detail td.td_with_padding {
	padding: 0.3em;
	vertical-align: middle;
	font-size: 1em;
}

.table_detail td.td_with_padding.cate {
	line-height: 2;
}

.table_detail td.td_with_padding.radio {
	padding: 8px 7px;
}

.table_detail td.td_with_padding.tag {
	padding: 3px 7px;
}

.table_detail td.td_with_padding b {
	padding: 0 0.5em 0 0;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	font-size: 0.8em;
	color: #333;
}

.table_detail td.td_with_padding.image {
	padding: 10px;
	vertical-align: top;
}

.table_detail.preview td,
.table_detail.preview td.td_with_padding {
	padding: 6px 5px;
	vertical-align: top;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

.file_upload_img_wrapper {
	display: table;
	margin: 0;
	padding: 0;
}

.file_upload_img_wrapper > div {
	display: table-cell;
	margin: 0;
	padding: 0 20px 0 0;
	vertical-align: top;
}

.file_upload_img_wrapper > div + div {
	padding: 0 0 30px;
	position: relative;
}

.file_upload_img_wrapper > div + div > span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
}

.file_upload_img_wrapper figure {
	display: inline-block;
	width: 100px;
	margin: 0;
	padding: 0;
}

.file_upload_img_wrapper figure img {
	width: 100%;
	height: initial;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.file_upload_img_wrapper figcaption {
	display: block;
	margin: 0;
	padding: 8px 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}

.file_upload_img {
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.file_upload_img::file-selector-button {
	margin: 0 5px 0 0;
	padding: 4px 3px;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

/****************************
  article
****************************/

.table_index th.td_id, 
.table_index td.td_id {
	width: 50px;
	white-space: nowrap;
}

.table_index th.td_date, 
.table_index td.td_date {
	width: 90px;
	white-space: nowrap;
}

input[type="text"].article_company {
	width: 10em;
}

input[type="text"].article_title {
	width: 20em;
}

@media (max-width: 768px) {
	input[type="text"].article_company,
	input[type="text"].article_title {
		width: 100%;
	}
}

span.article_type_cd {
	display: inline-block;
	width: calc(100% / 6);
	margin: 0;
	padding: 5px 0;
	vertical-align: middle;
	line-height: 1;
}

@media (max-width: 768px) {
	span.article_type_cd {
		width: calc(100% / 3);
	}
}

.table_detail td input[type="checkbox"] {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}

.wrapper_article_pagination .pagination {
	display: block;
	width: initial;
	margin: 0;
	padding: 0;
	text-align: left;
}

.table_index th.td_lv_num, 
.table_index td.td_lv_num {
	width: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

input[type="text"].input_lv_num {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	background-color: transparent;
}

/****************************
  registration
****************************/

#sub_id_wrapper_2 {
	display: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.body_title_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
}

.body_title_wrapper > div {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.body_title_wrapper > div + div {
	text-align: right;
}

.body_title_wrapper > div span {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 8px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
}

.body_title_wrapper > div b {
	margin: 0;
	padding: 0;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
}

.registration_wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

.registration_wrapper > div {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.registration_wrapper > div + div {
	padding: 30px 0 140px;
}

@media (min-width: 1200px) {
	.registration_wrapper {
		display: table;
	}
	
	.registration_wrapper > div {
		display: table-cell;
		width: calc(100% - 340px);
		padding: 0 10px 20px 0;
		vertical-align: top;
	}

	.registration_wrapper > div + div {
		width: 340px;
		padding: 0 0 120px;
	}
}

#registration_wrapper_rightside {
	position: sticky;
	top: 15px;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#registration_wrapper_rightside .table_detail + .table_detail {
	margin-top: 10px;
}

#registration_wrapper_rightside .table_detail th {
	padding: 0.4em 0.5em;
	font-size: 11px;
	line-height: 1;
}

#registration_wrapper_rightside .table_detail td.td_with_padding {
	padding: 5px 0 5px 8px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
}

#registration_wrapper_rightside .table_detail input[type="radio"].radio_green {
	display: none;
	margin: 0;
}

#registration_wrapper_rightside .table_detail .td_with_padding > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

#registration_wrapper_rightside .table_detail .td_with_padding > ul > li {
	width: 33%;
	margin: 0;
	padding: 0;
}

#registration_wrapper_rightside .table_detail input[type="checkbox"] {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}

#registration_wrapper_rightside .table_detail input[type="checkbox"] + label {
	display: inline-block;
	margin: 0;
	padding: 0.3em 0 0.3em 0.2em;
	vertical-align: middle;
	line-height: 1;
}

#registration_wrapper_rightside .table_detail td.upload_xlsx_td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#registration_wrapper_rightside .table_detail td.upload_xlsx_td > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 8px 8px;
}

#registration_wrapper_rightside .table_detail td.upload_xlsx_td span {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#registration_wrapper_rightside .table_detail td.upload_xlsx_td a + span {
	margin: 0;
	padding: 0;
	text-align: right;
}

#registration_wrapper_rightside .table_detail td.upload_xlsx_td a {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}

#registration_wrapper_rightside .table_detail td.upload_xlsx_td .far {
	font-size: 22px;
	line-height: 1;
}

#registration_wrapper_rightside .table_detail td.upload_xlsx_td.desk a {
	padding: 8px 8px;
	font-size: 14px;
	line-height: 1;
}

#registration_wrapper_rightside .table_detail td.upload_xlsx_td.desk a .far {
	padding-right: 5px;
	font-size: 18px;
	line-height: 1;
}

.file_upload_xlsx {
	width: 240px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.file_upload_xlsx::file-selector-button {
	margin: 0 5px 0 0;
	padding: 4px 3px;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.notice_dl {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 20px 0 0;
}

.notice_dl > dt {
	width: 4em;
	margin: 0;
	padding: 0;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3;
	color: #777;
}

.notice_dl > dd {
	margin: 0;
	padding: 0;
	font-family: var(--font-gothic);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.3;
	color: #777;
}

/* BUTTON */

.registration_button_wrapper {
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
}

.registration_button_wrapper > div {
	float: right;
	width: 40px;
	height: 28px;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: center;
}

.registration_button_wrapper > div.delete {
	float: left;
	width: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.registration_button_wrapper > div.preview {
	width: initial;
	margin: 0;
	text-align: right;
}

.registration_button_wrapper > div > span {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.registration_button_wrapper > div > span > a {
	display: block;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	font-family: var(--font-gothic);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	text-decoration: none;
	user-select: none;
}

.registration_button_wrapper > div > span > a.active {
	color: #999;
}

.registration_button_wrapper > div > span > a:hover {
	background-color: #efefef;
	text-decoration: none;
}

.registration_button_wrapper > div button.btn_gray {
	min-width: initial;
	width: 100%;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
}

.registration_button_wrapper > div i {
	display: none;
	width: 100%;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 28px;
	color: #000;
}

/****************************
  total
****************************/

.table_index.total_table {
	margin: 0 0 50px;
}

.table_index.total_table_print {
	margin: 0 0 20px;
}

.table_index th.total_date_td,
.table_index td.total_date_td {
	width: 4em;
	text-align: left;
	white-space: nowrap;
}

.table_index th.total_faceno_td,
.table_index td.total_faceno_td {
	width: 4em;
	text-align: center;
	white-space: nowrap;
}

.table_index th.total_title_td,
.table_index td.total_title_td {
	width: 35em;
}

.table_index td.total_title_input_td {
	width: 35em;
	margin: 0;
	padding: 0 0 0 0.5em;
	text-align: left;
	white-space: nowrap;
}

.table_index th.total_select_td,
.table_index td.total_select_td {
	width: 4.5em;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
}

.table_index th.total_row_td, 
.table_index td.total_row_td {
	width: 5.5em;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

.table_index th.total_note_td, 
.table_index td.total_note_td {
	width: 20em;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}

.table_index th.total_num_td,
.table_index td.total_num_td {
	width: 4em;
	padding-right: 0.5em;
	padding-left: 0;
	text-align: right;
	white-space: nowrap;
}

.table_index th.total_meta_td,
.table_index td.total_meta_td {
	width: 6em;
	text-align: left;
	white-space: nowrap;
}

.table_index th.total_id_td,
.table_index td.total_id_td {
	width: 7em;
	text-align: center;
	white-space: nowrap;
}

.table_index td.total_rest_td {
	width: 7em;
	text-align: right;
	white-space: nowrap;
}

.table_index td.total_rest_td.small {
	font-size: 11px;
}

.table_index th.total_button_td {
	width: 4em;
	padding-right: 9px;
	padding-left: 0;
	text-align: right;
	white-space: nowrap;
}

.table_index td.total_button_td {
	width: 4em;
	padding: 4px 2px 4px 0;
	text-align: right;
	white-space: nowrap;
}

.table_index tr.post {
	background-color: #fffbea;
}

.table_index tr.total td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.table_index th.state_td,
.table_index td.state_td {
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
}

input[type="text"].total_row_input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
	line-height: 34px;
	text-align: center;
	background-color: transparent;
	background-color: #fffbea;
}

input[type="text"].total_note_input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0.5em;
	border: none;
	font-size: 13px;
	line-height: 34px;
	text-align: left;
	background-color: transparent;
	background-color: #fffbea;
}

input[type="text"].total_row_input:focus,
input[type="text"].total_note_input:focus {
	width: 100%;
	border: none;
	background-color: #ffdf4c;
	background-color: rgba(255, 255, 0, 1);
}

/****************************
  create
****************************/

.table_index.create td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
}

.table_index.create th.td_checkbox, 
.table_index.create td.td_checkbox {
	width: 40px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	white-space: nowrap;
}

.table_index.create td.td_checkbox {
	width: 40px;
	padding: 10px 0;
	text-align: center;
	white-space: nowrap;
}

.table_index.create td.td_date {
	padding: 0;
}

.table_index.create td.td_date > label {
	display: inline;
	padding: 10px 5px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}

/****************************
  sort
****************************/

.sort_title_ul, 
.sort_ul {
	box-sizing: border-box;
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sort_title_ul > li {
	display: table;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	background-color: #f0f0f0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
	color: #888;
}

.sort_ul > li {
	display: table;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-top: 1px solid #ccc;
	background-image: url(../images/icon_handle_hover.svg);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 8px 13px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

.sort_ul > li.even {
	background-color: #fafafa;
}

.sort_ul > li:active {
	background-color: #f8ffbe;
}

.sort_ul > li:last-child {
	width: 100%;
	height: 40px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	background: transparent;
}

.sort_title_ul > li span {
	display: table-cell;
	padding: 5px 5px;
	text-align: left;
}

.sort_ul > li span {
	display: table-cell;
	padding: 10px 5px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	line-height: 1;
}

.sort_title_ul > li .handle, 
.sort_ul > li .handle {
	width: 44px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
}

.sort_ul > li .handle, 
.sort_ul > li .li_date, 
.sort_ul > li .li_title, 
.sort_ul > li .li_id {
	cursor: grab;
}

.sort_ul > li .handle:active, 
.sort_ul > li .li_date:active, 
.sort_ul > li .li_title:active, 
.sort_ul > li .li_id:active {
	cursor: grabbing;
}

.sort_title_ul > li .li_date, 
.sort_ul > li .li_date {
	width: 90px;
	white-space: nowrap;
}

.sort_title_ul > li .li_face_no, 
.sort_ul > li .li_face_no {
	width: 70px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
}

.sort_ul > li .li_face_no {
	padding: 0;
}

input[type="text"].input_face_no {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 33px;
	text-align: center;
	background-color: transparent;
}

.sort_title_ul > li .li_title, 
.sort_ul > li .li_title {
	width: 580px;
	width: 650px;
}

.sort_title_ul > li .li_id, 
.sort_ul > li .li_id {
	width: 100px;
	padding-right: 7px;
	padding-left: 0;
	text-align: right;
	white-space: nowrap;
}

/****************************
  wrapper_table_detail
****************************/

.wrapper_table_detail {
	clear: both;
	display: table;
	width: 100%;
	margin:  0;
	padding: 0 0 0px;
	text-align: left;
	line-height: 1;
}

.wrapper_table_detail.last {
	padding: 0 0 10px;
}

.wrapper_table_detail > div {
	display: table-cell;
	margin:  0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	line-height: 1;
}

.wrapper_table_detail > div.column_half {
	width: 50%;
}

.wrapper_table_detail > div.column_onethird {
	width: calc(100% / 3);
}

.wrapper_table_detail > div.column_quarter {
	width: 25%;
}

.wrapper_table_detail > div .table_detail th, 
.wrapper_table_detail > div .table_detail td {
	border-bottom-width: 0px;
}

.wrapper_table_detail.last > div .table_detail th, 
.wrapper_table_detail.last > div .table_detail td {
	border-bottom-width: 1px;
}

@media (max-width: 767px) {
	.wrapper_table_detail, 
	.wrapper_table_detail > div {
		display: block;
		padding: 0;
	}

	.wrapper_table_detail > div.column_half, 
	.wrapper_table_detail > div.column_onethird, 
	.wrapper_table_detail > div.column_quarter {
		width: 100%;
	}

	.wrapper_table_detail.last > div .table_detail th, 
	.wrapper_table_detail.last > div .table_detail td {
		border-bottom-width: 1px;
	}
	.wrapper_table_detail.last > div.column_half .table_detail th, 
	.wrapper_table_detail.last > div.column_half .table_detail td {
		border-bottom-width: 0px;
	}
}
@media (min-width: 768px) {
	.wrapper_table_detail > div.column_half .table_detail th, 
	.wrapper_table_detail > div.column_half .table_detail td {
		border-right-width:  0px;
	}
}

.wrapper_table_detail > div .table_detail td input[type="text"] {
	padding: 6px 5px;
}

.wrapper_table_detail > div .table_detail td input[type="radio"] {
	display: inline-block;
}

/****************************
  fix footer
****************************/

#cnt_all_table {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 3px -3px 8px #e3e3e3;
	border-radius: 4px 0 0 0;
}

.cnt_all_table {
	margin: 0;
	padding: 0;
}

.cnt_all_table th,
.cnt_all_table td {
	margin: 0;
	font-family: var(--font-gothic);
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #000;
}

.cnt_all_table th {
	padding: 11px 6px 12px 12px;
	background-color: #f0f0f0;
	font-size: 12px;
	color: #666;
}

.cnt_all_table td {
	padding: 11px 8px 12px 8px;
	border-left: 1px solid #ccc;
	font-size: 12px;
}

.cnt_all_table td b {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.cnt_all_table td.corner {
	padding: 11px 12px 12px 12px;
}

#totop_wrapper {
	position: fixed;
	z-index: 5000;
	right: 20px;
	bottom: 45px;
	display: table;
	width: 110px;
	margin: 0;
	padding: 0;
}

#totop_wrapper > div {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

#totop_wrapper > div + div {
	text-align: right;
}

#toBody, 
#toCaption {
	display: inline-block;
	width: 46px;
	height: 52px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	text-decoration: none;
	cursor: pointer;
}

#toBody {
	background-image: url(../images/icon_totop.svg);
}

#toCaption {
	background-image: url(../images/icon_tocaption.svg);
}

#toBody:hover, 
#toCaption:hover {
	opacity: 0.8;
}

@media (max-height: 600px) {
	#totop_wrapper {
		display: none;
	}
}

/****************************
  collapse
****************************/

.img_upload_wrapper {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
}

.img_upload_table {
	width: calc((100% / 5) - 5px);
	margin: 10px 0 0 10px;
	padding: 0;
	border: 1px solid #ccc;
}

.img_upload_table.first {
	margin: 10px 0 0;
}

.img_upload_table th,
.img_upload_table td {
	margin: 0;
	vertical-align: top;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
}

.img_upload_table th {
	height: 20px;
	padding: 5px 5px 0;
}

.img_upload_table td {
	padding: 5px 5px;
}

.img_upload_table td > a {
	display: block;
	width: 66%;
	margin: 0;
	padding: 8px 0 0;
}

.img_upload_table td img {
	width: 100%;
	height: initial;
	vertical-align: bottom;
}

.img_upload_table td div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.img_upload_table td div i {
	display: block;
	margin: 0;
	padding: 5px 5px 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2;
}

.img_upload_table td div span {
	display: block;
	margin: 0;
	padding: 5px 0 0 5px;
}

.img_upload_panel_input {
	width: 100%;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5;
}

.img_upload_panel_collapse {
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
}

.img_upload_panel_collapse > dt {
	display: block;
	width: 100%;
	margin: 0;
	padding: 8px;
	background-color: #f0f0f0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	position: relative;
}

.img_upload_panel_collapse > dt::after {
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 15px;
	line-height: 1;
	color: #000;
	content: '\f078';
}

.img_upload_panel_collapse > dt.active::after {
	content: '\f077';
}

.img_upload_panel_collapse > dd {
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	transition: all 0.3s;
}

.input_text_panel_title {
	width: 100%;
	margin: 0;
	padding: 0;
}

.input_text_panel_title > dt {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 8px;
	background-color: #f0f0f0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	position: relative;
}

.input_text_panel_title > dt::after {
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 15px;
	line-height: 1;
	color: #000;
	content: '\f078';
}

.input_text_panel_title > dt.active::after {
	content: '\f077';
}

.input_text_panel_title > dd {
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	transition: all 0.3s;
}

/****************************
  pagination
****************************/

.pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}

.pagination a, 
.pagination span {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	margin: 0 1px;
	padding: 0 2px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
}

.pagination a:link, 
.pagination a:visited {
	background-color: #f3f3f3;
	color: #666;
}

.pagination a:hover, 
.pagination a:active, 
.pagination span {
	background-color: #2e3338;
	color: #fff;
}

.pagination span.disabled {
	background-color: #f6f6f6;
	color: #aaa;
}

.icon_angle {
	font-size: 14px;
}

/****************************
  balloon
****************************/

#alert_result_update {
	opacity: 0;
	transition: opacity 0.6s;
}

#alert_result_error {
	opacity: 0;
	transition: opacity 0.6s;
}

#alert_result_error_txet {
	position: fixed;
	z-index: 9999;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	padding: 0 0.7em;
	border-radius: 3px;
	border: 1px solid #ffc4c4;
	background-color: #fff1f1;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 29px;
	color: #c99;
	white-space: nowrap;
}

#alert_notice {
	opacity: 0;
	transition: opacity 0.6s;
}

.balloon_fix {
	position: fixed;
	z-index: 9999;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	padding: 0 0.7em;
	border-radius: 3px;
	background-color: rgba(253, 239, 202, 1);
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	line-height: 29px;
	color: rgba(145, 116, 56, 1);
	white-space: nowrap;
}

/****************************
  responsive
****************************/

.table_index th, 
.table_index th.td_btn, 
.table_index td.td_btn, 
.table_index th.td_num, 
.table_index td.td_num, 
.table_detail th {
	white-space: nowrap;
}

.display_block_mob {
	display: inline-block;
	margin: 0;
	padding: 0 1em 0 0;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.display_block_mob {
		display: block;
		width: 100%;
		padding: 0.5em 0;
	}

	.display_none_mob2 {
		display: none;
	}
}

@media (max-width: 767px) {
	.float_left.float_none, 
	.float_right.float_none {
		float: none;
		clear: both;
		padding-top: 4px;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.display_none_mob {
		display: none;
	}

	input[type="file"] {
		width: 100%;
	}

	.table_detail th {
		white-space: normal;
	}
}

/****************************
  color
****************************/

.table_index, 
.table_index td, 
.table_detail th, 
.table_detail td {
	border-color: #cc9;
}

.table_index tr.gt td {
	border-top: 3px double #cc9;
}

.table_detail th b.red {
	font-style: normal;
	font-weight: normal;
	color: #f00;
	color: #000;
}

.table_index th, 
.table_detail th {
	background-color: #eec;
	background-color: #f1f1d7;
}

.table_index tr.even {
	background-color: #f7f7ee;
}

.table_index tr.gt {
	background-color: #fff;
}

.table_detail td.highlight {
	background-color: #f8ffbe;
}

.table_detail th, 
.table_index th, 
.table_index th a {
	color: #998b71;
	color: #969085;
}

.table_index td, 
.table_detail td {
	color: #000;
}

.table_index tr.tr_saturday td, 
.table_index tr.tr_sunday td, 
.table_index tr.tr_holiday td, 
.table_index tr.tr_closedday td {
	background-color: #f7f7ee;
}

.table_index tr.tr_saturday td.week {
	color: #1b4ad0;
}

.table_index tr.tr_sunday td.week {
	color: #f00;
}

.table_index tr.tr_holiday td.week {
	color: #f7514d;
}

.table_index tr.tr_closedday td.week {
	color: #000;
}

.saturday {
	color: #1b4ad0;
}

.sunday {
	color: #f00;
}

.holiday {
	color: #f7514d;
}

.closedday {
	color: #000;
}

/* gray */

.table_index, 
.table_index th, 
.table_index td, 
.table_detail th, 
.table_detail td,
.table_index tr.gt td {
	border-color: #ccc;
}

.table_index th, 
.table_detail th {
	background-color: #f0f0f0;
	color: #888;
}

.table_index tr.even {
	background-color: #fafafa;
}

/* pink */

.table_index.color_pink, 
.table_index.color_pink th, 
.table_index.color_pink td, 
.table_detail.color_pink th, 
.table_detail.color_pink td {
	border-color: #ffc4c4;
}

.table_index.color_pink th, 
.table_detail.color_pink th {
	background-color: #fff1f1;
	color: #c99;
}

.table_index.color_pink tr.even {
	background-color: #fffbfb;
}

.table_index tr:hover {
	background-color: #f8ffbe;
}

/****************************
  print
****************************/

.print_h1 {
	display: none;
}

@media print {
	.print_h1 {
		display: block;
		margin: 0;
		padding: 0 0 1em;
		font-family: var(--font-gothic);
		font-style: normal;
		font-weight: bold;
		font-size: 10px;
		line-height: 1;
	}

	body {
		margin: 0;
		padding: 0;
		color: #000;
		background-color: #fff;
	}

	a[href]:after, 
	abbr[title]:after {
		content: ""!important;
	}

	a:link, 
	a:visited, 
	a:hover, 
	a:active {
		color: #000;
		text-decoration: none;
	}

	.index_wrapper {
		margin: 0;
		padding: 0;
	}

	.noprint {
		display: none;
	}

	.table_index, 
	.table_index td, 
	.table_detail th, 
	.table_detail td {
		border-color: #ccc;
	}

	.table_index tr.gt td {
		border-top: 1px double #ccc;
	}

	.table_index th, 
	.table_detail th {
		background-color: #eee;
	}

	.table_index tr.even, 
	.table_index tr:nth-child(odd) {
		background-color: #fff;
	}

	.table_detail th, 
	.table_index th, 
	.table_index th a {
		color: #000;
	}

	.table_index tr.post {
		background-color: #fff;
	}

	.table_index.total_table {
		margin: 0 0 30px;
	}

	.table_index.total_table_print {
		margin: 0 0 20px;
	}

	.table_index.total_table_print th,
	.table_index.total_table_print td {
		font-size: 9px;
	}

	select {
		height: initial;
		border: none;
	}

	::-webkit-input-placeholder {
		color: transparent;
	}
	::-moz-placeholder {
		color: transparent;
		opacity: 0;
	}
	:-ms-input-placeholder {
		color: transparent;
	}
}

/* TEST MODE */
/*
dl.dl_form_date, 
dl.dl_form_photo, 
table.table_master th, 
table.table_master td, 
.table_index, 
.table_index td, 
.table_detail th, 
.table_detail td {
	border-color: #ffc4c4;
	border-color: #f00;
}

.bg-dark {
	background-color: #f00 !important;
}
*/