@charset "UTF-8";

/* ==================================================

  ※このファイルは基本的に編集しない。他のCSSで設定上書きでの対処を推奨。

================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	/* 画面回転時の自動文字サイズ調整機能OFF */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

img {
	vertical-align: top;
	font-size: 0;
	-ms-interpolation-mode: bicubic;
	/* IE系での画像リサイズ時のリサンプリング設定 */
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}

a:link {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

em {
	font-style: normal;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	word-wrap: break-word;
	word-break: break-all;
}

table th,
table td {
	text-align: left;
	vertical-align: middle;
}

input {
	border: 1px solid rgba(180, 180, 180, 1);
	border-radius: 5px;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}

input[type="submit"] {
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="number"] {
	border: 1px solid rgba(180, 180, 180, 1) !important;
}

select::-ms-expand {
	display: none;
}

select,
optgroup {
	vertical-align: middle;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid rgba(180, 180, 180, 1) !important;
	border-radius: 5px;
	background-color: #fff;
	line-height: 20px;
	padding-right: 1px;
	font-size: 14px;
	color: #000;
}

textarea {
	border: 1px solid rgba(180, 180, 180, 1) !important;
	border-radius: 5px;
	background-color: #fff;
	font-size: 100%;
	line-height: 20px;
}

pre,
code,
kbd,
samp,
var {
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

sub,
sup {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

@media print {
	body {
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
		/* 印刷時の背景印刷 */
	}
}

/* ==================================================
  basic settings
================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
pre,
td,
th,
dt,
dd {
	line-height: 1.5;
}

/* basic line-height */
a {
	color: #004db6;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* code set
-------------------------------------------------- */
pre,
code,
kbd,
samp,
var,
.font_mono {
	font-size: 1.3rem;
	line-height: 1.5;
}

pre {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	overflow-x: auto;
}

/* ==================================================
  RWD layout settings
================================================== */
.show_sp,
.show_pc {
	display: none !important;
}

.ofh {
	overflow: hidden;
}

.fm_scroll7 {
	overflow: scroll;
}

/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*■05.FLEX*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	display: -moz-flex;
	/* Firefox */
	display: -ms-flex;
	/* IE */
}

/*justify-content*/
.flex_jus_start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
}

.flex_jus_end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}

.flex_jus_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}

.flex_jus_between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.flex_jus_around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
}

.flex_jus_ini {
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
	-webkit-justify-content: initial;
	-moz-justify-content: initial;
	-ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
}

.flex_align_item_end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
}

.flex_align_item_stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
}

.flex_align_item_baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
}

.flex_align_item_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.flex_align_item_ini {
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
	-webkit-align-items: initial;
	-moz-align-items: initial;
	-ms-align-items: initial;
}

.flex_container {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
	font-weight: normal;
}

.text-bold {
	font-weight: bold;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center;
}

.text-underline {
	text-decoration: underline;
}

.text-none-underline {
	text-decoration: none !important;
}

.font14 {
	font-size: 14px;
}

.font11 {
	font-size: 11px;
}

.pull_left {
	float: left;
}

.pull_right {
	float: right;
}

.media,
.media-body {
	overflow: hidden;
}

.media > .pull-left {
	margin-right: 20px;
}

.media > .pull-right {
	margin-left: 20px;
}

.media-text:after {
	clear: both;
	display: block;
	content: "";
	height: 0px;
	visibility: hidden;
}

/* ==================================================
  text
================================================== */
/* color
-------------------------------------------------- */
.color_red {
	color: #ff3b30 !important;
}

.color_green {
	color: #4cd964 !important;
}

.color_blue {
	color: #007aff !important;
}

/* font-family
-------------------------------------------------- */
/* font-size
-------------------------------------------------- */
.fs12 {
	font-size: 1.2rem;
}

.fs13 {
	font-size: 1.3rem;
}

.fs14 {
	font-size: 1.4rem;
}

.fs16 {
	font-size: 1.6rem;
}

.fs18 {
	font-size: 1.8rem;
}

.fs20 {
	font-size: 2rem;
}

.fs24 {
	font-size: 2.4rem;
}

/* font-weight
-------------------------------------------------- */
.bold {
	font-weight: bold !important;
}

/* text-align
-------------------------------------------------- */
.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

/* text-decoration
-------------------------------------------------- */
a.tdn {
	text-decoration: none;
}

a.tdn:hover {
	text-decoration: underline;
}

/* vertical-align
-------------------------------------------------- */
.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}

/* text-indent
-------------------------------------------------- */
.indent {
	display: block;
	padding-left: 1em !important;
	text-indent: -1em !important;
}

/* ==================================================
  image
================================================== */
/* border-radius
-------------------------------------------------- */
/* pic
-------------------------------------------------- */
.pic img {
	max-width: 100%;
	height: auto;
}

/* hover fade
-------------------------------------------------- */
/* ▽ PC-TAB layout ========== */
.pagination {
	position: relative;
	width: fit-content;
	margin: auto;
}

.pagination .btn_prev {
	text-align: center;
	float: left;
	margin: 5px 10px 0 0;
}

.pagination .btn_prev a {
	background: rgba(25, 118, 210, 0.12);
	color: rgb(25, 118, 210);
	border: 1px solid rgb(206 231 253);
	width: 70px;
	padding: 5px 0;
	border-radius: 5px;
	text-align: center;
	float: left;
}

.pagination .page li.active a,
.pagination .page li:hover a,
.pagination .btn_prev.active a,
.pagination .btn_prev:hover a,
.pagination .btn_next.active a,
.pagination .btn_next:hover a {
	background: rgba(25, 118, 210, 0.12);
	color: rgb(25, 118, 210);
	border: 1px solid rgb(206 231 253);
}

.pagination a {
	text-decoration: none;
	font-weight: bold;
}

.pagination .btn_next {
	text-align: center;
	float: right;
}

.pagination .btn_next a {
	background: rgba(25, 118, 210, 0.12);
	color: rgb(25, 118, 210);
	border: 1px solid rgb(206 231 253);
	display: block;
	width: 70px;
	padding: 5px 0;
	border-radius: 5px;
}

.pagination .page {
	float: left;
	max-width: 475px;
	margin: 0 5px 0 5px;
}

.pagination .page li {
	display: inline;
}

.pagination .page li a {
	background: rgba(0, 0, 0, 0.12);
	color: rgb(64 64 64);
	border: 1px solid rgb(215 215 215);
	display: inline-block;
	width: 30px;
	text-align: center;
	padding: 5px 0 5px 0;
	border-radius: 5px;
	margin-left: 10px;
}

/* ==================================================
  basic layout
================================================== */

#wrapper {
	position: relative;
	top: 75px;
	width: 100%;
	height: 100%;
	/*min-height: 100vh;*/
	/*background:#F6F9FC;*/
	/*overflow: hidden;*/
	font-size: 14px;
	line-height: 1.3;
	color: #000000;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
}

/* ========== end △ */
html {
	overflow-y: auto;
	overflow-x: hidden;
}

img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.ov_hover:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}

a {
	color: #333;
	text-decoration: underline;
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

a:hover {
	text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
}

/* ========== end △ */
.maxheight_hide {
	display: none;
}

.maxheight_btn {
	color: #0096ff;
	text-decoration: underline;
	margin: 0 0 0 5px;
}

/* title
-------------------------------------------------- */
.contents {
	width: 100%;
}

.h_logo {
	padding: 20px 0 20px 0;
	text-align: center;
}

#main {
	padding: 30px 10px 10px 260px;
}

.header {
	background: #353434;
}

table tr th {
	white-space: nowrap !important;
}

h2 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.relative {
	position: relative;
}

.side {
	background: #353434;
	width: 280px;
	padding: 0 0 50px 0;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	border-right: 1px #fff solid;
}

.side h1 {
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding: 0px 0 5px;
}

.side h3 {
	color: #dec617;
	text-align: center;
	font-size: 15px;
	margin-bottom: 15px;
}

.side .head-sec_gnav {
	border-top: 1px #fff solid;
}

.side .head-sec_gnav li {
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 15px 15px;
	border-bottom: 1px #fff solid;
	position: relative;
}

.side .head-sec_gnav li a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}

.side .head-sec_gnav li a {
	text-decoration: none;
	color: #fff;
}

.side .head-sec_gnav li a {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.side .head-sec_gnav li a:before {
	width: 20px;
	display: inline-block;
}

.head-sec_gnav ul li:hover,
.head-sec_gnav ul li.active {
	background: #b9b177;
}

.side .head-sec_gnav ul li:hover a,
.side .head-sec_gnav ul li.active a {
	color: #fff;
}

.side .head-sec_gnav li span:before {
	width: 20px;
	display: inline-block;
}

.side .head-sec_gnav li span:before {
	width: 20px;
	display: inline-block;
}

.m_list_sub {
	margin: 0 -15px;
	display: none;
}

.m_list_sub.active {
	display: block;
}

.side .head-sec_gnav li.m_list_02.opened:hover li {
	background: #353434;
}

.side .head-sec_gnav li.m_list_02.opened li:hover {
	background: #908c70;
}

.side .head-sec_gnav li.m_list_02.active li {
	background: #353434;
}

.side .head-sec_gnav li.m_list_02.active li.active {
	background: #908c70;
}

.side .head-sec_gnav li.m_list_05.opened:hover li {
	background: #353434;
}

.side .head-sec_gnav li.m_list_05.opened li:hover {
	background: #908c70;
}

.side .head-sec_gnav li.m_list_05.active li {
	background: #353434;
}

.side .head-sec_gnav li.m_list_05.active li.active {
	background: #908c70;
}

.side .head-sec_gnav li .m_list_sub li {
	border-top: 1px #fff solid;
	border-bottom: none;
	position: relative;
	z-index: 999;
	padding: 15px 10px 15px 40px;
}

/*report*/
.side .head-sec_gnav li .m_list_sub_report li {
	border-top: 1px #fff solid;
	border-bottom: none;
	position: relative;
	z-index: 999;
	padding: 15px 10px 15px 40px;
}

.side .head-sec_gnav li .m_list_sub_report li a:before {
	font: 14px/1 FontAwesome;
	content: "\f141";
}

/*plan*/
.side .head-sec_gnav li .m_list_sub_plan li {
	border-top: 1px #fff solid;
	border-bottom: none;
	position: relative;
	z-index: 999;
	padding: 15px 10px 15px 40px;
}

.side .head-sec_gnav li .m_list_sub_plan li a:before {
	font: 14px/1 FontAwesome;
	content: "\f141";
}

.side .head-sec_gnav li .m_list_sub_2 li a:before {
	font: 14px/1 FontAwesome;
	content: "\f141";
}

.side .head-sec_gnav li .m_list_sub_3 li a:before {
	font: 14px/1 FontAwesome;
	content: "\f141";
}

.side .head-sec_gnav li.li2:before {
	font: 14px/1 FontAwesome;
	content: "\f02f";
}

.system-body {
	margin-top: 65px;
	color: #333;
	margin-bottom: 70px;
}

.login {
	width: 370px;
	border: 1.5px #607d8b solid;
	background: #fff;
	padding: 25px 80px;
	margin: 0 auto;
	font-size: 1.1em;
}

.login h3 {
	font-size: 1.2em;
	text-align: center;
	color: #607d8b;
	margin-bottom: 8px;
	border-bottom: 1px #607d8b dotted;
	padding-bottom: 8px;
}

.login table th,
.login table td {
	padding: 5px;
}

.login input[type="button"] {
	background: #607d8b;
	border: 1px #607d8b solid;
	color: #fff;
	font-size: 1em;
	width: 100%;
	display: block;
	padding: 6px;
	margin: 10px 0;
}

/* ==================================================
  main
================================================== */
.tt_main {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding: 10px 0 5px 0;
	text-align: left;
}

.form_button {
	margin: auto;
	text-align: center;
}

.form_button02 {
	margin: auto;
	text-align: center;
	margin-top: 25px;
}

.form_button input {
	margin: 0 20px;
	display: inline-block;
}

/*Button*/
.button-common {
	width: 150px;
	padding: 7px 0px !important;
	border: 0;
	border-radius: 4px;
	box-shadow: 3px 4px 5px -2px rgb(0 0 0 / 25%);
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.btn_search {
	width: 140px !important;
	padding: 7px 0 !important;
	background-image: linear-gradient(#795548a3, #8a6545);
	-webkit-appearance: none;
	appearance: none;
}

.btn_edit {
	background-image: linear-gradient(#0c9bcb, #056f93);
	-webkit-appearance: none;
	appearance: none;
}

.btn_success,
.btn_dowload {
	background-image: linear-gradient(#8bc34a, #29910d);
	-webkit-appearance: none;
	appearance: none;
}

.btn_delete {
	padding: 7px 0 !important;
	background-image: linear-gradient(#ff8b8b, #ff0000);
	-webkit-appearance: none;
	appearance: none;
}

.btn_add {
	background-image: linear-gradient(#ffb200, #e47911);
	-webkit-appearance: none;
	appearance: none;
}

.btn_back {
	background-image: linear-gradient(#9e9e9e, #797979);
	-webkit-appearance: none;
	appearance: none;
}

.btn {
	cursor: pointer;
	padding: 6px;
	width: 145px;
}

.btn01 {
	padding: 4px 0;
	width: 80px;
}

.btn_basic {
	width: 145px;
	background: #fff;
	border: 1px #607d8b solid;
	font-size: 1em;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}

.btn_disabled {
	background: #ccc;
	border: 1px #ccc solid;
	font-size: 1em;
	border-radius: 5px;
	cursor: not-allowed;
	-webkit-appearance: none;
	appearance: none;
}

.btn_send {
	background: #dec617;
	border: 1px #607d8b solid;
	font-size: 1em;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}

.btn_clear {
	background: #ccc;
	border: 1px #b1b1b1 solid;
	font-size: 1em;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}

.btn_sort {
	width: 30px;
	padding: 10px 0 10px 0;
	border: 1px #f7f7ee solid;
	-webkit-appearance: none;
	appearance: none;
}

.btn_edit:disabled {
	padding: 7px 0;
	background: #9f9f9f;
	color: #fff;
	border: 1px solid #ccc;
	cursor: not-allowed !important;
	-webkit-appearance: none;
	appearance: none;
}

.btn_update {
	background: #dec617;
	border: 1px #b1b1b1 solid;
	font-size: 1em;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}

.btn_upload {
	background: #056f93;
	color: #fff;
	border: 1px #056f93 solid;
	font-size: 1em;
	border-radius: 5px;
	padding: 5px 20px;
	-webkit-appearance: none;
	appearance: none;
}

.btn_view {
	background: #607d8b;
	color: #fff;
	border: 1px #607d8b solid;
	font-size: 1em;
	border-radius: 5px;
	padding: 5px 20px;
	-webkit-appearance: none;
	appearance: none;
}

.btn_select {
	background: #ccc;
	border: 1px #b1b1b1 solid;
	font-size: 1em;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}

.btn_selected {
	background: #2782d0;
	color: #fff;
	border: 1px #2782d0 solid;
	font-size: 1em;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}

.check_select button {
	background: #2782d0;
	color: #fff;
	border: 1px #2782d0 solid;
	font-size: 1em;
	border-radius: 5px;
	padding: 5px 0;
	width: 80px;
	display: inline-block;
}

.check_select button.selected {
	background: #bf0a0a;
	color: #fff;
	border: 1px #bf0a0a solid;
	font-size: 1em;
	border-radius: 5px;
	padding: 5px 0;
	width: 80px;
	display: inline-block;
}

.table02 .btn_delete {
	padding: 5px 0;
}

.research_box {
	margin-bottom: 3px;
}

.research_box .search_cf {
	margin: 10px 0 0 330px;
}

.research_box table th {
	width: 200px;
	padding: 6px 0;
	vertical-align: middle;
}

.research_box table td {
	padding: 4px 0;
}

.research_box table td input {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

input[type="text"],
input[type="password"] {
	width: 186px;
}

.sel_box {
	float: left;
}

.sel_box select {
	border: 1px solid #ccc;
	padding: 6px 10px;
	width: 208px;
}

.point01 {
	float: left;
	margin: 0 0 0 50px;
}

.research_box table td .point01 input {
	border: 1px solid #ccc;
	padding: 6px 5px;
	width: 80px;
}

.count_list {
	margin: 0 0 10px 0;
}

#btn_update {
	padding: 3px 25px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #fbeadb;
	background: #834305;
	color: #fff;
}

#btn_list {
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #fbeadb;
	background: #e47911;
	color: #fff;
}

.table01 {
	margin: 20px 0 20px 0;
}

.table01 th {
	background-color: #f7f7ee;
	padding: 7px 15px;
	border: 1px #ccc solid;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 200px;
}

.table01 td {
	white-space: nowrap;
	padding: 7px 15px;
	border: 1px #ccc solid;
	text-align: left;
	vertical-align: top;
	background: #fff;
}

input.inp01 {
	border: 1px solid #ccc;
	padding: 0.5% 1%;
	width: 98%;
}

.table02 {
	width: 100% !important;
	margin: 3px 1px 10px 0px;
}

.table02 th {
	white-space: nowrap;
	text-align: center;
	width: 200px;
	background-color: #eaeaea;
	padding: 7px 15px;
	border: 1px solid #d3d3d3;
	vertical-align: top;
	font-weight: normal;
}

.table02 td {
	white-space: nowrap;
	padding: 5px 7px;
	border: 1px solid #d3d3d3;
	text-align: center;
	background: #fff;
	vertical-align: top;
}

table input,
table textarea,
table select {
	padding: 7px;
}

input[type="checkbox"] {
	width: 19px;
	height: 19px;
}

input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: auto;
}

.table02 td input[type="text"] {
	width: 99%;
}

.table02 td input[type="password"] {
	width: 99%;
}

.table02 textarea {
	width: 99%;
	height: 80px;
}

#btn_next {
	padding: 3px 25px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #fbeadb;
	background: #e47911;
	color: #fff;
}

.box_send_info {
	padding: 0 20px;
	margin-bottom: 20px;
}

.box_send_info label {
	float: left;
	margin: 6px 20px;
}

.box_send_info label input {
	vertical-align: top;
}

.box_send_info .point01 input {
	border: 1px solid #ccc;
	padding: 6px 5px;
	width: 80px;
}

.box_info01 table {
	float: left;
	width: 50%;
}

.table_form01 {
	width: 100%;
	margin-bottom: 20px;
}

.table_form01 th {
	width: 190px;
	padding: 5px 0;
	color: #333;
}

.table_form01 td {
	padding: 5px 0;
}

.table_form02 {
	width: auto;
}

.table_form02 th {
	text-align: right;
	padding: 5px 10px;
	width: 170px;
}

.table_form02 td {
	padding: 5px 10px;
}

textarea.text_mail {
	width: 99%;
}

.inner {
	border: 1px #ccc solid;
	background: #f7f7ee;
	padding: 20px 20px;
	margin-bottom: 30px;
}

.upload_box {
	vertical-align: top;
}

.upload_box h5 {
	margin: 10px 0 7px 0;
}

#upload_file {
	margin-bottom: 20px;
}

.box_review {
	width: 200px;
	height: 200px;
	position: relative;
	border: 1px solid #ccc;
}

.table_form01 tr:last-child label {
	margin: 0 50px 0 0;
}

.tt_st01 {
	border-left: 5px double #607d8b;
	color: #607d8b;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}

.w3-panel h3 {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.w3-btn,
.w3-button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}

.w3-btn:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-panel {
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}

.w3-red,
.w3-hover-red:hover {
	color: #fff !important;
	background-color: #f44336 !important;
}

.w3-yellow,
.w3-hover-yellow:hover {
	color: #000 !important;
	background-color: #ffeb3b !important;
}

.w3-green,
.w3-hover-green:hover {
	color: #270 !important;
	background-color: #c6edac !important;
}

.w3-blue,
.w3-hover-blue:hover {
	color: #fff !important;
	background-color: #2196f3 !important;
}

.w3-large {
	font-size: 18px !important;
}

.w3-display-topright {
	position: absolute;
	right: 0;
	top: 0;
}

.error {
	color: red;
	margin: 20px 0;
}

.succeed {
	color: blue;
	margin: 20px 0;
}

.error_show {
	color: red;
	margin: 20px 0;
	background-color: #f7f7ee;
	padding: 15px;
	font-weight: bold;
	border: 1px solid;
}

.error_show a {
	color: #099292;
}

.success_show {
	color: #1db987;
	margin: 20px 0;
	background-color: #f7f7ee;
	padding: 15px;
	font-weight: bold;
	border: 1px solid;
}

.pending_show {
	color: #29910d;
	font-weight: bold;
	font-size: 17px;
}

input.error,
select.error {
	border: 1px solid;
}

input.valid,
select.valid {
	border: 1px solid;
	border-color: #468847;
}

button:disabled,
button[disabled] {
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
}

.timesalesroll {
	max-height: 300px;
	overflow: auto;
	display: block;
}

.unit_cd {
	width: 100%;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.box_ans_de .time:before {
	color: #000;
	margin: 0 10px 0 0;
	float: left;
	line-height: 1;
}

.box_ans_de .tbl01 .re01 {
	width: 96%;
	padding: 1.5% 2%;
	border: 1px solid #ccc;
}

.box_ans_de .tbl01 .se01 {
	width: 100%;
	padding: 1.5% 2%;
	border: 1px solid #ccc;
}

.box_ans_de .tbl01 th {
	border: 1px solid #ccc;
	padding: 10px 10px;
	color: #4a1a02;
}

p.unread_message_text {
	text-align: center;
	color: red;
}

.answer_customer {
	color: blue;
	font-weight: bold;
}

.answer_manager {
	color: grey;
	font-weight: bold;
}

.answer_pending {
	color: orange;
	font-weight: bold;
}

button:focus {
	outline: none !important;
}

input:focus {
	outline: none !important;
}

textarea:focus {
	outline: none !important;
}

select:focus {
	outline: none !important;
}

input#m01_sort {
	width: 200px;
}

#m05_display {
	width: 200px !important;
}

.calendar .select2-container {
	width: 90px !important;
}

.calendar .table01 {
	margin: 20px 0 20px 0;
	overflow-x: auto;
}

.sorting_status {
	float: right;
	padding: 10px;
}

.timepicker_wrap {
	width: 250px !important;
}

img.ui-datepicker-trigger {
	cursor: pointer;
}

input[type="button"],
input[type="submit"],
button {
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer !important;
	font-size: 15px !important;
	line-height: 20px !important;
	border-radius: 5px !important;
}

.cus {
	display: inherit;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: x-small;
	text-rendering: auto;
}

.text_id {
	width: 50px;
	margin: 20px;
}

.text_data {
	margin: 20px;
	width: 300px;
	/*margin-left: 30px; */
}

.search_cf_div {
	margin: 0 240px 0 0;
}

table th.text_th {
	width: 0px;
	padding: 6px 0;
	vertical-align: middle;
}

.btn_updatePlace {
	border-radius: 5px;
	border: 1px solid #fbeadb;
	background: #e47911;
	color: #fff;
}

.print_pdf {
	vertical-align: -webkit-baseline-middle;
	padding: 5px 15px;
	text-decoration: none !important;
}

.time_box {
	display: -webkit-inline-box;
}

.pad_10 {
	padding-left: 10px;
}

.btn_export {
	background: #e47911;
	border: 1px #b1b1b1 solid;
	font-size: 1em;
	color: #fff;
	border-radius: 5px;
}

.btn_prev_report {
	background: #009933;
	border: 1px #b1b1b1 solid;
	font-size: 1em;
	color: #fff;
	border-radius: 5px;
}

.w96 {
	width: 96% !important;
}

.notnull:before {
	content: "※";
	margin-right: 3px;
	color: red;
	font-weight: normal;
}

.list_child {
	padding-left: 80px !important;
}

.btn_send {
	width: 110px;
	background-color: #056f93;
	border: 1px #b1b1b1 solid;
	border-radius: 5px;
	color: white;
}

#show_beauty_del {
	margin-top: 5px;
	box-sizing: border-box;
	list-style: none;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 10px;
}

#itemFile {
	margin-top: 5px;
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 11px;
	cursor: default;
	float: left;
	margin-right: 5px;
	padding: 0 5px;
	line-height: 30px;
}

#itemFile #del_file {
	text-align: center;
}

.btn-common {
	width: 130px;
	padding: 5px 0;
}

.top_head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.side {
	position: fixed !important;
}

.li_signout {
	display: none;
}

.text-nonbreak {
	word-break: keep-all;
}

.box-break-text {
	overflow-wrap: break-word;
	white-space: break-spaces;
	word-break: break-word;
}

.box-nonbreak-text {
	overflow-wrap: break-word;
	white-space: break-spaces;
	word-break: keep-all;
}

/*Width*/
.width35 {
	width: 35px !important;
}
.width40 {
	width: 40px !important;
}
.width50 {
	width: 50px !important;
}
.width60 {
	width: 60px !important;
}
.width65 {
	width: 65px !important;
}
.width70 {
	width: 70px !important;
}
.width75 {
	width: 75px !important;
}
.width85 {
	width: 85px !important;
}
.width90 {
	width: 90px !important;
}
.width100 {
	width: 100px !important;
}
.width110 {
	width: 110px !important;
}
.width120 {
	width: 120px !important;
}
.width140 {
	width: 140px !important;
}
.width150 {
	width: 150px !important;
}
.width170 {
	width: 170px !important;
}
.width175 {
	width: 175px !important;
}
.width200 {
	width: 200px !important;
}
.width210 {
	width: 210px !important;
}
.width220 {
	width: 220px !important;
}
.width230 {
	width: 230px !important;
}
.width245 {
	width: 245px !important;
}
.width250 {
	width: 250px !important;
}

.width1per {
	width: 1% !important;
}
.width2per {
	width: 2% !important;
}
.width3per {
	width: 3% !important;
}
.width5per {
	width: 5% !important;
}
.width30per {
	width: 30% !important;
}
.width32per {
	width: 32% !important;
}
.width35per {
	width: 35% !important;
}
.width37per {
	width: 37% !important;
}
.width38per {
	width: 38% !important;
}
.width40per {
	width: 40% !important;
}
.width45per {
	width: 45% !important;
}
.width46per {
	width: 46% !important;
}
.width47per {
	width: 47% !important;
}
.width48per {
	width: 48% !important;
}
.width49per {
	width: 49% !important;
}
.width50per {
	width: 50% !important;
}
.width55per {
	width: 55% !important;
}
.width60per {
	width: 60% !important;
}
.width65per {
	width: 65% !important;
}
.width70per {
	width: 70% !important;
}
.width75per {
	width: 75% !important;
}
.width80per {
	width: 80% !important;
}
.width85per {
	width: 85% !important;
}
.width90per {
	width: 90% !important;
}
.width95per {
	width: 95% !important;
}

.side {
	z-index: 99;
}

.scroll-bar {
	height: calc(100vh - 90px);
	overflow: auto;
}
@media (max-width: 480px) {
	.scroll-bar {
		height: calc(100vh - 70px);
		overflow: auto;
	}
}
