@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
	color: #333;
}

body	{
	margin: 0;
}

form {
	display: inline;
}

h2	{
	font-size: 14px;
	font-weight: bold;
}

#body_container {
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
}

#body_contents {
	flex: 1;
}

.require_mark	{
	color: #fd6c8b;
}

.error	{
	color: #fc2757;
}

.frame	{
	padding: 10px;
	background-color: #F5F5F5;
}

.comment_frame	{
	padding: 10px;
	background-color: #F8F8F8;
}

.require	{
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.bar	{
	width: 100%;
	display: table;
}

.bar	div	{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.search-btn {
	margin-right: 5px;
	color: green;
	cursor: pointer;
}

.clear-btn {
	margin-left: 5px;
	color: red;
	cursor: pointer;
}

.sub_bar	{
	padding: 3px 0px 5px 5px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

.sub_bar:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #2034a2 0%, #12abce 100%);
}

.subbar_bg_green	{
	background-color: #8bc34a;
}

.subbar_bg_blue	{
	background-color: #2196f3;
}

.subbar_bg_red	{
	background-color: #d53834
}

.subbar_bg_yellow {
	background-color: #ffc107;
}

.subbar_bg_orange {
	background-color: #E93F1C;
}

.subbar_bg_purple {
	background-color: #9c27b0;
}

.ref-name:empty + a {
	display: none;
}

.required {
	margin-left: 5px;
/*	padding: 0 5px 1px 5px;
	background: red;
	border-radius: 5px;*/
	display: inline-block;
	vertical-align: top;
}

.required::before {
	content: '[必須]';
	color: red;
	font-size: 10px;
}

.ui-datepicker-trigger {
	height: 24px;
	margin: 0 0 0 5px;
	border: 0;
}
/*------------------------------------------------------------------------------
	login
------------------------------------------------------------------------------*/
.login2	{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 450px;
	height: 380px;
}

.login2_bg	{
	left: 50%;
	width: 450px;
	margin: 0px auto;
	padding: 15px 15px;
	background-color: #CCCCCC;
}

.login2_bg2	{
	background-color: #F2F2F2;
}

.login3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 450px;
	height: 210px;
}

.login3_bg {
	left: 50%;
	width: 450px;
	margin: 0px auto;
	padding: 15px 15px;
	background-color: #CCCCCC;
}

.login3_bg2 {
	background-color: #F2F2F2;
}

.fg_bluelogin {
	color: #078FCB;
}

.tb_custom_nb_login	{
	border-collapse: collapse;
	table-layout: fixed;
}

.tb_custom_nb_login	td	{
	padding: 5px 0px;
	border: 0px !important;
	color: #333333;
}
/*------------------------------------------------------------------------------
	main
------------------------------------------------------------------------------*/
.wrapper	{
	width: calc(100% - 40px);
	padding: 20px 20px 20px 20px;
	font-size: 12px;
}

.navi	{
	width: 200px;
/*	margin-right: -200px;*/
	float: left;
}

.main	{
	width: calc(100% - 10px);
/*	padding-left: 10px;*/
	float: right;
}

.content	{
/*	margin-left: 210px;*/
	float: left;
}

.navi2	{
	width: 300px;
	margin-right: -300px;
	float: left;
}

.content2	{
	margin-left: 320px;
}

.line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.btn_bl {
	width: 200px;
	font-size: 16px;
/*
	font-weight: bold;
*/
	padding: 10px 0;
	color: #fff;
	background-color:#49a9d4;
	border-style: none;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	text-shadow:0 -1px #1a6ea0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(
		top,
		#49a9d4 0%,
		#2989d8 40%,
		#2285d6 52%,
		#2989d8);
	background-image: -webkit-gradient(
		linear,left top,left bottom,
		from(#49a9d4),
		color-stop(0.49,#2989d8),
		color-stop(0.52,#2285d6),
		to(#2989d8));
	cursor: pointer;
}

.btn_bl:hover {
	opacity: 0.8;
}

.btn_or {
	font-size: 12px;
	padding: 5px 8px;
	color: #fff;
	/*background-color:#ffa035;*/
	background-color:#555;
	border-style: none;
	/*
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 	cursor: pointer;
 }

.btn_or:hover, .btn_or.btn_selected {
	opacity: 0.8;
}

.btn_or:disabled	{
	background-color: #C0C0C0;
	cursor: auto;
}

.btn_save	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/save-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_edit	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/edit-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_search	{
	padding: 5px 10px 5px 33px !important;
	background-image: url(../image/default/search-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	vertical-align: middle;
}

.btn_clear	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/clear-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_mail	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/mail-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_cancel	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/cancel-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_plus	{
	padding: 8px 10px 8px 33px !important;
	position: relative;
}

.btn_plus::after {
	font-family: "Font Awesome 5 Free";
	content: "\f057";
	display: block;
	position: absolute;
	height: 16px;
	width: 16px;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	transform: rotate(45deg);
}

.btn_flat {
	display: inline-block;
	border: 1px solid #c0c0c0;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #fff;
	vertical-align: middle;
}

.btn_flat > input {
	color: #444;
	font-size: 12px;
	padding: 5px 5px 5px 25px;
	border: none;
	background: transparent;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.btn_flat:before {
	content: "";
	height: 100%;
	border-right: 1px solid #c0c0c0;
	position: absolute;
	left: 20px;
}

.btn_flat > input:hover {
	color: #000;
}

.header_btn_add {
	background-image: url(../image/default/new_create.png);
}

.header_btn_edit {
	/*
	background-image: url(../image/default/editing-icon.png);
	*/
}

.header_btn_edit::after {
	font-family: "Font Awesome 5 Free";
	content: "\f304";
	display: block;
	position: absolute;
	height: 14px;
	width: 14px;
	top: 0;
	left: 3px;
	bottom: 0;
	margin: auto;
	color: #333;
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
}

.header_btn_save {
	background-image: url(../image/default/storage-icon.png);
}

.header_btn_mail {
	background-image: url(../image/default/mail-icon2.png);
}

.header_btn_clear::after {
	font-family: "Font Awesome 5 Free";
	content: "\f2ed";
	display: block;
	position: absolute;
	height: 14px;
	width: 14px;
	top: 0;
	left: 3px;
	bottom: 0;
	margin: auto;
	color: #333;
	font-size: 14px;
	line-height: 1;
}

.header_btn_pdf::after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	display: block;
	position: absolute;
	height: 14px;
	width: 14px;
	top: 0;
	left: 3px;
	bottom: 0;
	margin: auto;
	color: #333;
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
}

.header_btn_preview::after {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	display: block;
	position: absolute;
	height: 14px;
	width: 14px;
	top: 0;
	left: 3px;
	bottom: 0;
	margin: auto;
	color: #333;
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
}
/*------------------------------------------------------------------------------
	TAB
------------------------------------------------------------------------------*/
ul.tab {
	padding: 0;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

ul.tab::after {
	content: "";
	position: absolute;
	bottom: 0;
	border-bottom: 2px #EEEEEE solid;
	display: block;
	width: 100%;
	z-index: -1;
}

ul.tab li {
	margin: 0;
	position: relative;
	bottom: 0;
	list-style-type: none;
	border: 1px #EEEEEE solid;
	/*border-top: none;*/
	border-left: none;
	border-bottom: 2px #ddd solid;
	background-color: #EEEEEE;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.tab li:first-child {
	border-left: 1px #EEEEEE solid;
}

ul.tab li.tab_select {
	border-bottom: 2px #333 solid !important;
/*	font-weight: bold;*/
/*	background-color: #FFF;*/
}

ul.tab li a, ul.tab li span {
	color: #333;
	display: block;
	text-decoration: none;
	width: 100%;
	min-width: 140px;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.tab li span a {
	padding: 0;
}

ul.tab li.tab_select a, ul.tab li.tab_select span {
	color: #333;
}

ul.tab li a.blue {
/*	border-top: 5px #2196f3 solid;*/
/*	border-bottom: 5px #2384dc solid;*/
}

ul.tab li a.red {
	/*
	#e95464
	#dd1d25
	#c82c55
	#C9171E
	*/
/*	border-top: 5px #d53834 solid;*/
/*	border-bottom: 5px #dd1d25 solid;*/
}

ul.tab li a.green {
/*	border-top: 5px #8bc34a solid;*/
/*	border-bottom: 5px green solid;*/
}

ul.tab li a.yellow {
/*	border-top: 5px #ffc107 solid;*/
}

ul.tab li a.orange {
/*	border-top: 5px #ff5722 solid;*/
}

ul.tab li a.purple {
/*	border-top: 5px #9c27b0 solid;*/
}
/*------------------------------------------------------------------------------
	submenu
------------------------------------------------------------------------------*/
.submenu {
	padding: 0 0 0 0;
}

.submenu_ttl {
	font-size: 14px;
	color: #333;
	text-align: center;
	font-weight: normal;
	border-bottom: solid 5px #CCC;
	padding: 0 0 5px
}

.submenu_caption {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	color : #00B5AD;
}

.submenu_items {
	padding-bottom: 5px;
	border-bottom: solid 2px #CCC;
}

.submenu_items p {
	margin: 0;
}

.submenu_items p:hover {
	background-color: #EEE;
}

.submenu_items p a {
	display: block;
	position: relative;
	height:100%;
	color: #333;
	padding: 5px;
}

.submenu_items p a span {
	text-align: right;
	position: absolute;
	right: 5px;
	color: #00B5AD;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 12px;
}
/*------------------------------------------------------------------------------
	scroll
------------------------------------------------------------------------------*/
.scroll	{
	width: 100%;
	overflow: auto;
}

.scroll2	{
	width: 100%;
	background-color: #C0C0C0;
	overflow: scroll;
}

.scroll3	{
	width: 100%;
	background-color: #C0C0C0;
	overflow: scroll;
}

.scroll_200	{
	width: 188px;
	padding: 5px 0 0 10px;
	border: solid 1px #C0C0C0;
	overflow: scroll;
}

.scroll_480_600	{
	width: 465px;
	height: 600px;
	background-color: white;
	overflow: scroll;
}

.scroll_980	{
	width: 100%;
	padding: 10px 0px;
	background-color: white;
	border: solid 1px #C0C0C0;
	overflow: scroll;
}

.scroll_980_full	{
	width: 100%;
	background-color: #C0C0C0;
	overflow: scroll;
}

.scroll_600	{
	width: 100%;
	height: 600px;
	background-color: white;
	overflow: scroll;
}
/*------------------------------------------------------------------------------
	password check
------------------------------------------------------------------------------*/
.pm-indicator {
	margin: 5px 0 0;
	padding: 8px 2px;
	color: #2c3e50;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #e4e4e4;
	text-shadow: 1px 1px 0 rgba(255,255,255,.8);
	-webkit-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.pm-indicator.very-weak,
.pm-indicator.empty,
.pm-indicator.not-match {
	border-color: #be1d30;
	background-color: #fbdbe2;
}

.pm-indicator.weak {
	border-color: #ff787d;
	background-color: #ffe6e5;
}

.pm-indicator.average {
	border-color: #ff787d;
	background-color: #ffedab;
}

.pm-indicator.strong {
	border-color: #78bc42;
	background-color: #bceea6;
}

.pm-indicator.very-strong {
	border-color: #4f85a7;
	background-color: #68c6d7;
}
/*------------------------------------------------------------------------------
	image
------------------------------------------------------------------------------*/
.image_wrap {
	width: 100px;
	height: 100px;
	float: left;
}

.max_wd	{
	max-width: 1200px;
}

.image_wrap .image {
	width: 100px;
	height: 100px;
	border: solid 1px #C0C0C0;
	text-align: center;
	/*display: table-cell;*/
	vertical-align: middle;
	position :relative;
}

.image_wrap .image > img {
	position : absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.image_wrap .image > img.image_delete {
	top: 0;
	left: auto;
	right: 0;
	bottom: auto;
	cursor: pointer;
}

.image_wrap_100, .image_wrap_100 .image {
	width: 100px;
	height: 100px;
}

.image_wrap_180, .image_wrap_180 .image {
	width: 180px;
	height: 180px;
}

.drop_zone_wrap {
	width: calc(100% - 100px - 15px);
	height: 100px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 0 15px;
	float: left;
}

#drop_zone_wrap {
	width: calc(100% - 100px - 5px);
	height: 100px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 0 5px;
	float: left;
}

#drop_zone td {
	vertical-align: middle;
}

#drop_area {
	width: 100%;
	height: 100px;
	padding: 5px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	position: relative;
}

#drop_zone {
	color: #00AAFF;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	border: 3px dashed #00AAFF;
	box-sizing: border-box;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	pager
------------------------------------------------------------------------------*/
.pager span, .pager span {
	line-height: 16px;
}

.pager img {
	vertical-align: middle;
	height: 14px;
}
/*------------------------------------------------------------------------------
	色選択
------------------------------------------------------------------------------*/
.color-selector-parent	{
	position: relative;
}

.color-selector	{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
.menu_color {
	width: 35px;
	height: 20px;
	float: left;
	margin: 5px 0;
	cursor: pointer;
}
/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/
/* === ボタンを表示するエリア ============================== */
.switchArea2 {
	line-height    : 22px;				/* 1行の高さ          */
	letter-spacing : 0;					/* 文字間             */
	text-align     : center;			/* 文字位置は中央     */
	font-size      : 11px;				/* 文字サイズ         */
	position       : relative;			/* 親要素が基点       */
	margin         : 0;					/* 中央寄せ           */
	width          : 46px;				/* ボタンの横幅       */
	background     : #fff;				/* デフォルト背景色   */
	display: inline-block;
	font-weight: normal;
}

 /* === チェックボックス ==================================== */
.switchArea2 input[type="checkbox"] {
	display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.switchArea2 label {
	display        : block;               /* ボックス要素に変更 */
	box-sizing     : border-box;          /* 枠線を含んだサイズ */
	height         : 24px;                /* ボタンの高さ       */
	border         : 2px solid #999999;   /* 未選択タブのの枠線 */
	border-radius  : 12px;                /* 角丸               */
	cursor: pointer;
	padding-left: initial;
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.switchArea2 input[type="checkbox"]:checked +label {
	border-color   : #333333;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.switchArea2 label span:after{
	content        : "OFF";               /* 表示する文字       */
	padding        : 0 0 0 18px;          /* 表示する位置       */
	color          : #999999;             /* 文字色             */
}

 /* === 表示する文字（ONのとき） ============================ */
.switchArea2  input[type="checkbox"]:checked + label span:after{
	content        : "ON";                /* 表示する文字       */
	padding        : 0 18px 0 0;          /* 表示する位置       */
	color          : #333333;             /* 文字色             */
}

 /* === 丸部分のSTYLE（標準） =============================== */
.switchArea2 .swImg {
	position       : absolute;            /* 親要素からの相対位置*/
	width          : 16px;                /* 丸の横幅           */
	height         : 16px;                /* 丸の高さ           */
	background     : #999999;             /* カーソルタブの背景 */
	top            : 4px;                 /* 親要素からの位置   */
	left           : 4px;                 /* 親要素からの位置   */
	border-radius  : 8px;                 /* 角丸               */
	transition     : .2s;                 /* 滑らか変化         */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea2 input[type="checkbox"]:checked ~ .swImg {
	transform      : translateX(22px);    /* 丸も右へ移動       */
	background     : #333333;             /* カーソルタブの背景 */
}
/*------------------------------------------------------------------------------
	sortable UL LI
------------------------------------------------------------------------------*/
ul.sortable_ul {
	list-style-type: none;
	margin: 0;
	padding: 0 3px;
	width: calc(100% - 8px);
	float: left;
	min-height: 162px;
	background-color: #FFF;
	border: solid 1px #CCCCCC;
}

ul.sortable_ul li {
	height: 24px;
	line-height: 24px;
	margin: 5px 0px;
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	cursor: move;
	border: solid 1px #CCCCCC;
}
/*------------------------------------------------------------------------------
	モーダルウィンドウ
------------------------------------------------------------------------------*/
div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 1000;
}

div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-ms-filter: "alpha(opacity=55)";
}

div#modal div.container {
	position: relative;
	width: 300px;
	height: 300px;
	padding: 10px;
	background-color: #333333;
}

.popup_tb th, .popup_tb td	{
	padding: 5px;
	color: #FFFFFF;
}

.popup_tb th	{
	background-color: #808080;
	border: 1px solid #333;
}

.popup_tb td	{
	background-color: #404040;
	border: 1px solid #808080;
}

.popup_tb th:first-child, .popup_tb td:first-child	{
	border-left: none;
}

.popup_tb th:last-child, .popup_tb td:last-child	{
	border-right: none;
}

.popup_bar	{
	border-bottom: solid 1px #7BBB29;
}

.popup_bar div	{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 22px;
}

.popup_bar	p	{
	width: 30px;
	position: absolute;
	top: 0;
	right:0;
	text-align: right;
}

.pu_btn	{
	background: none repeat scroll 0 0 #85BD2E;
	border: medium none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	height: 26px;
	width: 80px;
}

#popup_body	{
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color: #333333;
}

#popup_body .pager	{
	color: #FFFFFF;
}

#popup_body .pager a	{
	color: #99CCFF;
}
/*------------------------------------------------------------------------------
	アップローダー
------------------------------------------------------------------------------*/
.uploader	{
	width: 100%;
	height: 194px;
	padding: 0;
	background-color: #BBBBBB;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.uploader	.thumbnail	{
	width: 150px;
	height: 174px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: white;
	position: relative;
	float: left;
}

.uploader	img.remove	{
	position: absolute;
	top: 2px;
	left: 130px;
	cursor: pointer;
}

.uploader	p	{
	margin-top: 4px;
	text-align: center;
}

.uploader.assort_img a {
	position: relative;
	display: block;
	text-align: center;
	width:150px;
	height:150px;
}

.uploader_s.assort_img a {
	position: relative;
	display: block;
	width:100px;
	height:100px;
	text-align: center;
}

.assort_img a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.uploader_tb	{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
}

.uploader_tb td	{
	box-sizing: border-box;
}

.uploader_tb td:last-child	{
	width: 50%;
	padding-left: 20px;
}

.drop_area	{
	width: calc(100% - 10px);
	height: 184px;
	border: dashed 5px #888888;
	background-color: #EEEEEE;
	color: #888888;
/*	line-height: 184px;*/
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.drop_area > div	{
	height: 100%;
	width: 100%;
	display: table;
}

.drop_area span	{
	display: table-cell;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	padding: 5px;
}

.uploader_s	{
	width: 100%;
	height: 120px;
	padding: 0;
	background-color: #BBBBBB;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

.uploader_s	.thumbnail	{
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: white;
	position: relative;
	float: left;
}

.attach_list	{
	width: 100%;
	padding: 0;
}

.attach_list .thumbnail	{
	width: 100px;
	min-height: 100px;
	display: inline-block;
	margin: 5px 0 0 5px;
	padding: 0;
	vertical-align: top;
}

.attach_list .thumbnail a	{
	position: relative;
	display: block;
	text-align: center;
	width: 100px;
	height: 100px;
	background-color: #FFF;
	border: solid 1px #DDD;
}

.attach_list .thumbnail a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.attach_list .thumbnail a+p	{
	text-align: center;
	word-break: break-all;
	overflow-wrap: break-word;
	padding-top: 5px;
}
/*------------------------------------------------------------------------------
	ツールチップ
------------------------------------------------------------------------------*/
.arrow_box {
	top: 75%;
	display: none;
	position: absolute;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #333;
	color: #fff;
}

.arrow_box:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #333;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}
/*------------------------------------------------------------------------------
	Datepicker
------------------------------------------------------------------------------*/
.ui-datepicker {
	z-index: 200 !important;
}
/*------------------------------------------------------------------------------
	スライダー
------------------------------------------------------------------------------*/
.slider	li	{
	text-align: center;
}

.slider	img	{
	height: 540px;
	margin: 0 auto;
	display: block;
}
/*------------------------------------------------------------------------------
	ローディング画像
------------------------------------------------------------------------------*/
#loading_container {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1001;
	display: none;
}

#loading	{
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	z-index: 10;
}
/*------------------------------------------------------------------------------
	アップロードダイアログ
------------------------------------------------------------------------------*/
.upload_dialog	{
	width: 350px;
	padding: 30px 10px;
	background-color: #FFFFFF;
	border: solid 2px #808080;
	font-size: 12px;
	text-align: center;
	position: absolute;
	display: none;
}

.upload_image	{
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}

.upload_image_100	{
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}

.upload_image_180	{
	width: 180px;
	height: 180px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}

.no_user_img	{
	background-image: url(../image/default/user3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
/*------------------------------------------------------------------------------
	枠無(テキスト)
------------------------------------------------------------------------------*/
.nb tbody#ss * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nb tbody#ss th, .nb tbody#ss td	{
	padding: 0;
}

.nb tbody#ss input[type="text"], .nb tbody#ss select	{
	border: 0px;
	outline: 0;
	-webkit-appearance: none;
	padding: 5px;
	background-color: transparent;
}

.nb tbody#ss select	{
	padding: 0 5px;
}

.nb tbody#ss select.wd_full	{
	width: 100%;
	max-width: 100%;
}

.nb tbody#ss input[type="text"]:focus, .nb tbody#ss select:focus	{
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
	background-color: #ffffe0;
}

.nb tr:nth-child(4n) {
	background-color: #f0fff0;
}

.nb tr:nth-child(4n-1) {
	background-color: #f0fff0;
}

.scroll_area	{
	background-color: #C0C0C0;
	overflow-y: scroll;
}

.nb tbody#ss input[type="text"].wd_full, .nb tbody#ss select	{
	width: 100%;
}

.input_form input[type="text"], .input_form textarea, .input_form select	{
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-sizing: border-box;
	display: block;
	margin-bottom: 0;
	min-height: 30px;
	font-family:inherit;
	outline:none;
}

.input_form textarea	{
	height: 150px;
}

.input_form select	{
	height: 30px;
	line-height: 30px;
}

.input_form textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

.input_form select:focus {
	outline: thin dotted #333;
	outline-offset: -2px;
}

.scr_bt_none, table.scr_bt_none tr:first-child td, table.scr_bt_none tr:first-child th	{
	border-top: none !important;
}

.scr_bb_none, table.scr_bb_none tr:last-child td, table.scr_bb_none tr:last-child th	{
	border-bottom: none !important;
}
/*------------------------------------------------------------------------------
	HOMEレイアウト
------------------------------------------------------------------------------*/
.layout_sortable {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	min-height: 47px;
	background-color: #FFF;
	border: solid 1px #CCCCCC;
}

.layout_sortable li {
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
	cursor: move;
	border: solid 1px #CCCCCC;
}
/*------------------------------------------------------------------------------
	venus-coreレイアウト
------------------------------------------------------------------------------*/
.core_header {
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	height: 50px;
/*	position: fixed;
	top: 0;
	z-index: 101;*/
	min-width: 960px;
}

.core_header table {
	width: 100%;
	table-layout: fixed;
	height: 40px;
}

.core_header table td {
	vertical-align: middle;
}

.core_header table a {
	display: inline-block;
}

.core_header table a img {
	vertical-align: middle;
}

.core_wrapper {
/*	margin-top: 50px;*/
 	min-height: calc(100% - 50px);
/*	height: 100%;*/
	display: flex;
	font-size: 12px;
	min-width: 960px;
}

.core_navi {
	min-height: 100%;
	background-color: #F5F5F5;
	padding: 0 0 5px;
	position: relative;
	z-index: 1;
}

.core_main {
	flex: 1;
	z-index: 0;
}

.core_function {
	padding: 10px;
	background-color: #F5F5F5;
}

.core_contents_container {
	padding: 10px 10px 20px 20px;
}

.core_contents {
	padding: 10px 0 10px 10px;
	display: inline-block;
	vertical-align: top;
}

.core_contents_wide {
	width: calc(100% - 20px);
	height: calc(100% - 60px);
	padding: 10px;}

.core_subtitle {
	height: 25px;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 5px transparent;
}

.core_section {
	height: 25px;
	padding: 5px 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 2px transparent;
}

#navi_large_button {
/*	height: 24px;*/
	text-align: right;
	padding: 0 10px;
}

#navi_large_button > img {
	cursor: pointer;
}

#navi_small_button {
	cursor: pointer;
}

.large_menu_parent > div {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0;
	cursor: pointer;
}

.large_menu_parent > div > .menu_state {
	width: 15px;
	margin-left: 5px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

.large_menu_parent > div > .parent_menu_name {
	margin-left: 5px;
	display: inline-block;
	width: calc(100% - 25px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.large_menu_parent > .child_menus > li {
	font-size: 12px;
	padding: 10px 0;
	cursor: pointer;
}

.large_menu_parent > .child_menus > li .child_menu_icon {
	margin-left: 20px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
}

.large_menu_parent > .child_menus > li .child_menu_name {
	margin-left: 5px;
	display: inline-block;
	width: calc(100% - 50px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.navi_active_menu, .large_menu_parent > .child_menus > li:hover {
	background: #ddd;
}

#small_menu > ul > li {
	cursor: pointer;
	position: relative;
}

#small_menu > ul > li:hover {
	background: #ddd;
}

#small_menu .menu_balloon {
	display: none;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 55px;
	padding: 5px;
	background: #fff;
	border-radius: 3px;
	z-index: 9999;
	-webkit-filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
	-moz-filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
	-ms-filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
	filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
}

#small_menu .menu_balloon:before {
	content: "";
	position: absolute;
	top: 0;
	left: -23px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
	z-index: 9999;
}


.reg_message_content:before {
	content: "";
	border-right: 15px solid transparent;
	border-bottom: 20px solid #FFF;
	border-left: 15px solid transparent;
	position: absolute;
	top: -20px;
	right: 20px;
}

.reg_message_content2:before {
	content: "";
	border-right: 15px solid transparent;
	border-bottom: 20px solid #000;
	border-left: 15px solid transparent;
	position: absolute;
	top: -20px;
	right: 20px;
}

@media screen and (min-width: 1200px) {
	.core_contents	{
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 1200px) {
	.core_contents	{
		width: calc(100% - 10px);
	}
}

@media screen and (max-width: 500px) {
	.core_contents	{
		width: 500px;
	}
}

.core_header {
	position: fixed;
	top: 0;
	z-index: 1001;
}

.core_header_space {
	width: 100%;
	height: 50px;
}

.menu_bar	{
	height: 45px;
	position: sticky;
	top: 50px;
	z-index: 1000;
	display: flex;
}

#navi_large_button {
/*	height: 25px;*/
	position: fixed;
	top: 50px;
	z-index: 1000;
	width: 200px;
	padding: 10px 10px;
	background-color: #F5F5F5;
}

#navi_large_button_space {
	height: 45px;
}

#large_menu_list {
	position: fixed;
	overflow-y: auto;
	-ms-overflow-style: none;			/* IE, Edge 対応 */
	scrollbar-width: none;				/* Firefox 対応 */
	background-color: #F5F5F5;
}

#large_menu_list::-webkit-scrollbar {	/* Chrome, Safari 対応 */
	display:none;
}

#small_menu_list {
	position: fixed;
	overflow-y: auto;
	-ms-overflow-style: none;			/* IE, Edge 対応 */
	scrollbar-width: none;				/* Firefox 対応 */
	background-image: linear-gradient(to right, #f5f5f5, #f5f5f5 50px, transparent 50px);
}

#small_menu_list::-webkit-scrollbar {	/* Chrome, Safari 対応 */
	display:none;
}

#navi_small_button {
	height: 45px;
	position: fixed;
	top: 50px;
	z-index: 1000;
	background-color: #F5F5F5;
}

#navi_small_button_space {
	height: 45px;
}
/*------------------------------------------------------------------------------
	form
------------------------------------------------------------------------------*/
.input_form input[type="checkbox"], label.checkbox input[type=checkbox] {
	display: none;
}

.input_form input[type="checkbox"] + span, label.checkbox input[type=checkbox] + span {
	position: relative;
	/*padding: 0px 0.7em 0px 1.5em;*/
	padding: 0;
	line-height: 1.4;
	min-height: 16px;
	display: inline-block;
	min-width: 12px;
	vertical-align: middle;
}

.input_form input[type="checkbox"] + span::before,label.checkbox input[type=checkbox] + span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: inline-block;
	/*position: absolute;
	top: 0;
	left: 0;
	*/
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1;
	padding: 0 0;
	color: #555;
	margin: 0 5px;
	vertical-align: middle;
}

.input_form input[type="checkbox"]:checked + span::before, label.checkbox input[type=checkbox]:checked + span::before {
	content: "\f14a";
}

.input_form input[type="checkbox"]:indeterminate + span::before, label.checkbox input[type="checkbox"]:indeterminate + span::before {
	content: "\f146";
}

.input_form input[type="checkbox"]:disabled + span::before,
label.checkbox input[type=checkbox]:disabled + span::before {
	color:gray;
}

label.radio {
	margin-right: 0.7em;
}

label.radio input[type="radio"] {
	display: none;
}

label.radio input[type="radio"] + span {
	padding-left: 18px;
	position:relative;
	/*margin-right: 20px;*/
}

label.radio input[type="radio"] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #333;
	border-radius: 50%;
}

label.radio input[type="radio"]:checked + span {
	color: #333;
}

label.radio input[type="radio"]:checked + span:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #333;
	border-radius: 50%;
}

.select_box select {
	display: inline-block;
	line-height: 1.4;
	padding: 3px 24px 3px 2px;
/*	width: auto;*/
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #aaa;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/*
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><path fill="%23333333" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>');
	*/
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: right 0 top 50%;
	background-size: 1.4rem auto;
}

.select_box select::-ms-expand {
	display: none;
}
.select_box select:hover {
	border-color: #888;
}
.select_box select:focus {
	border-color: #aaa;
	outline: none;
}

.select_box select option {
	font-weight:normal;
}

/*
//option_field
*/
.option_field {
	padding: 10px;
	border: solid 1px #ccc;
}

.option_field	h4 {
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
	font-weight: bold;
}

.option_field	h5 {
	padding-left: 5px;
	border-left: solid 5px #888;
	font-size: 12px;
	font-weight: bold;
}

.option_field input[type=text], .option_field input[type=password], .option_field select {
	height: 30px;
}

.option_field	label {
	min-width: 120px;
}
/*
	checkbox
*/
.option_field	input[type=checkbox] {
	display: none;
}

.option_field	label.checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}

.option_field	label.checkbox::before {
	background: #fff;
	border: 1px solid #231815;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.option_field	label.checkbox::after {
	border-right: 3px solid #ed7a9c;
	border-bottom: 3px solid #ed7a9c;
	content: '';
	display: block;
	height: 9px;
	left: 10px;
	margin-top: -7px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 5px;
}

.option_field	input[type=checkbox]:checked + label.checkbox::after {
	opacity: 1;
}
/*
	radio
*/
.option_field	input[type=radio] {
	display: none;
}

.option_field	label.radio {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}

.option_field	label.radio::before {
	background: #fff;
	border: 1px solid #231815;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.option_field	label.radio::after {
	background: #ed7a9c;
	border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 9px;
	margin-top: -4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 10px;
}

.option_field	input[type=radio]:checked + label.radio::after {
	opacity: 1;
}
/*------------------------------------------------------------------------------
	updir画像
------------------------------------------------------------------------------*/
.upimg {
	display: inline-block;
}

.upimg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.upimg.contain img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.upimg.cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.process_icon {
	display: inline-block;
	border: solid 2px #FBA20A;
	color: #FBA20A;
	background-color: #FFFFFF;
	padding: 3px 10px;
}

.process_text {
	display: inline-block;
	margin-left: 5px;
}

.uploadBtn {
	background-color: #00968d;
	border: solid 2px #00968d;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 10px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
}

.uploadBtn.on {
	background-color: #3a9cd7;
	border: solid 2px #3a9cd7;
}

.uploadBtn.off {
	background-color: #999999;
	border: solid 2px #999999;
}

.uploadBtn a {
	color: #FFFFFF;
	display: inline-block;
}

.upload_text {
	padding: 10px;
	background-color: #F5F5F5;
}

.upload_dialog	{
	width: 350px;
	padding: 10px 10px 30px 10px;
	background-color: #FFFFFF;
	border: solid 2px #808080;
	font-size: 12px;
	text-align: center;
	position: absolute;
	display: none;
}

.upload_dialog label.file_btn {
	padding: 5px;
	color: #ffffff;
	background-color: #384878;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
}

.upload_dialog .file_btn input[type="file"] {
	display: none;
}

.upload_dialog .file_btn + span {
	margin: 10px 0 0 0;
}

.upload_dialog input[type="button"] {
	background-color: #00968d;
	border: solid 1px #00968d;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 10px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.upload_dialog input[type="button"]:first-child {
	margin: 0 10px 0 0;
}

.upload_dialog input[type="button"]:last-child {
	background-color: #757575;
	border: solid 1px #757575;
}

.upload_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index:1000;
	background-color: transparent;
	background-image: url(../image/common/upload_bg.png);
	background-repeat: repeat;
}

.upload_crop_area {
	display: flex;
	justify-content: space-between;
}

.upload_crop_source {
	width: calc(50% - 5px);
	border: solid 1px #eee;
}

.upload_crop_result {
	width: calc(50% - 5px);
	border: solid 1px #eee;
}
/*------------------------------------------------------------------------------
	progress
------------------------------------------------------------------------------*/
.progress_anime	{
	background: url("../image/default/uploading.gif") no-repeat 0 0 !important;
}
/*------------------------------------------------------------------------------
	承認印
------------------------------------------------------------------------------*/
.el-stamp {
	width: 64px;
	padding: 3px 0;
	border-radius: 5px;
	display: inline-block;
}

.el-stamp > span {
	width: 100%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.el-stamp.el-stamp-application {
	color: blue;
	border: 2px solid blue;
}

.el-stamp.el-stamp-approve {
	color: red;
	border: 2px solid red;
}

.el-stamp.el-stamp-return {
	color: green;
	border: 2px solid green;
}

.el-stamp.el-stamp-reject {
	color: black;
	border: 2px solid black
}

.el-stamp.el-stamp-application span:first-child::before {
	content: '申請中';
}

.el-stamp.el-stamp-approve span:first-child::before {
	content: '承認';
}

.el-stamp.el-stamp-return span:first-child::before {
	content: '差し戻し';
}

.el-stamp.el-stamp-reject span:first-child::before {
	content: '却下';
}
