﻿@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
	color: #333;
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","Hiragino Kaku Gothic ProN",Verdana,"メイリオ",Meiryo,sans-serif;
}

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	{
	color: #2f4f7a;
    font-size: 15px;
    font-weight: bold;
	padding: 20px;
	background-color: #ededed;
}

.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;
}


.sub_bar	{
	padding: 5px 10px;
	background-color: #7BBB29;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow:0 -1px #1a6ea0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.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;
}
/*------------------------------------------------------------------------------
	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;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.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[value=削除], .btn_or[value=一括削除] {
 	background: #f00;
 }

.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_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;
}

.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_save {
	background-image: url(../image/default/storage-icon.png);
}

.header_btn_mail {
	background-image: url(../image/default/mail-icon2.png);
}
/*------------------------------------------------------------------------------
	TAB
------------------------------------------------------------------------------*/
ul.tab {
	padding: 0;
	border-bottom: 2px #EEEEEE solid;
}

ul.tab li {
	float: left;
	margin: 0 0 0 0px;
	position: relative;
	bottom: -1px;
	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;
    border-right: 2px solid #FFFFFF !important;
}

ul.tab li:last-child {
	border-right: 0 !important;
}

ul.tab li:first-child {
	border-left: 1px #EEEEEE solid;
}

ul.tab li.tab_select {
	border-bottom: 2px #333 solid !important;
	background: #E17E28 !important;
/*	font-weight: bold;*/
/*	background-color: #FFF;*/
}

ul.tab li a, ul.tab li span  {
	color: #333;
	display: block;
	text-decoration: none;
	width: 140px;
	padding:10px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.tab li.tab_select a, ul.tab li.tab_select span {
	color: #FFF;
}

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;*/
}

.tab_clear:after {
	content:"";
	display:block;
	overflow:hidden;
}

.tab_clear:after {
	clear:both;
}

.tab_clear {
	/*zoom:1;*/
	transform-origin: 0 0;
	transform: scale(1.0);
}
/*------------------------------------------------------------------------------
	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: 0;
  color: #00B5AD;
  padding: 5px 0;
}
/*------------------------------------------------------------------------------
	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; */
	width: 320px;
    height: 300px;
    position: relative;
}

#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 {
	height: 100%;
}

#drop_area {
	width: 100%;
	height: 100px;
	padding: 5px;
	border: 1px solid #C0C0C0;
	box-sizing: border-box;
	position: relative;
}

#drop_zone {
	color: #A8A8A8;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1.7em;
	border: 1px dashed #A8A8A8;
	box-sizing: border-box;
	cursor: pointer;
	background: #fff;
}

#drop_zone_content {
    width: 100%;
    height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#drop_zone_content #dummy_button {
	color: #333333;
    display: inline-block;
    background: #ebebeb;
    padding: 5px 15px;
    border-radius: 5px;
}
/*------------------------------------------------------------------------------
	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: 35px;
	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%;
	font-size: 14px;
	height: 60px;
}

.core_wrapper {
/*	margin-top: 50px;*/
 	min-height: calc(100% - 65px);
/*	height: 100%;*/
	display: flex;
	font-size: 14px;
}

.core_navi {
	min-height: 100%;
	background-color: #ededed;
	padding: 0 0 5px;
	position: relative;
	z-index: 2;
}

.core_main {
	flex: 1;
}

.core_function {
	padding: 10px;
	background-color: #F5F5F5;
}

.core_contents_container {
	padding: 10px 10px 20px 10px;
}

.core_contents {
	padding: 10px 0 10px 10px;
	display: inline-block;
	vertical-align: top;
	height: calc(100vh - 160px);
    overflow-y: auto;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}

.core_contents::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}

.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;
}

.menu_parent > div {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 21px 0;
	cursor: pointer;
}

#large_menu_list .menu_parent > div {
	display: flex;
    align-items: center;
}

#small_menu_list .menu_parent > div {
	position: relative;
}

.menu_parent > div > .menu_state {
	width: 15px;
	margin-left: 5px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
}

.menu_parent > div > .menu_icon {
	color: #2f4f7a;
	width: 20px;
    display: flex;
    justify-content: center;
}

.menu_parent > div > .parent_menu_name {
	margin-left: 8px;
	display: inline-block;
	width: calc(100% - 25px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	color: #2f4f7a;
}

.menu_parent > .child_menus > li {
	font-size: 12px;
	padding: 15px 0;
	cursor: pointer;
}

.menu_parent > .child_menus > li .child_menu_icon {
	margin-left: 20px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
}

.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, .menu_parent > .child_menus > li:hover {
	background: #ddd;
}

.navi_active_menu, .menu_parent > .child_menus > li:hover {
	color: #333;
}

.navi_active_menu img, .menu_parent > .child_menus > li:hover img {
	filter: brightness(1) invert(1);
}


#small_menu_list > ul > li {
	cursor: pointer;
	position: relative;
}

#small_menu_list > ul > li:hover {
	background: #ddd;
}

#small_menu_list > ul > li:hover img {
	filter: brightness(1) invert(1);
}

#small_menu_list .menu_balloon {
	display: none;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 50px;
	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_list .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;
	background: #2f4f7a;
	display: flex;
    align-items: center;
}

.core_header .site_title {
	color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.core_header #title_left {
	margin: 0 5px 0 0;
}

.core_header #title_right {
	margin: 0 0 0 5px;
	font-size: 35px;
    font-weight: bold;
}

.core_header_space {
	width: 100%;
	height: 60px;
}

.core_header div {
	height: 100%;
	display: flex;
    align-items: center;
}

#header_title {
	width: 200px;
	justify-content: center;
}

#header_search {
	flex: 1;
	justify-content: flex-end;
	margin: 0 20px 0 0;
}

#header_serch_text {
	border: unset;
    width: 220px;
    height: 35px;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
    outline: none;
}

#header_serch_button {
	color: #fff;
    width: 50px;
    height: 35px;
    font-size: 20px;
    background-color: #4ab9bc;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

#header_chat {
	width: 60px;
	justify-content: center;
	position: relative;
}

#header_chat > a {
	color: #fff;
    font-size: 25px;
}

#header_infor {
	width: 60px;
	justify-content: center;
	position: relative;
}

#header_infor > a {
	color: #fff;
    font-size: 25px;
}

#notice_count_budget {
	color: #fff !important;
    width: 20px;
    height: 20px;
    background: #f00;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

#header_separator {
	width: 2px;
    height: 30px;
    background: #BBB9B9;
    margin: 0 5px;
}

#header_login_user {
	width: 120px;
	color: #fff;
    font-size: 18px;
    justify-content: center;
    letter-spacing: 1px;
}
#header_login_user > div {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    height: unset;
}


#header_login_user_icon {
	width: 70px;
    margin: 0 10px 0 0;
	justify-content: center;
	position: relative;
}

#header_login_user_icon > div > a {
	width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 35px;
    color: #2f4f7a;
}

.menu_bar	{
	width: 100%;
	height: 63px;
	position: fixed;
	top: 60px;
 	z-index: 1;
	border-bottom: 1px solid #ededed;
	display: flex;
    align-items: center;
    padding: 0 30px;
}

.menu_bar_space	{
	height: 63px;
}

#navi_large_button {
	height: 25px;
	position: fixed;
	top: 50px;
	z-index: 1000;
	width: 180px;
	padding: 10px 10px;
	background-color: #ededed;
}

#navi_large_button_space {
	height: 45px;
}

#small_menu_list_background {
	background-color: #ededed;
}

.menu_list {
	position: fixed;
	overflow-y: auto;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
    color: #FFFFFF;
}

.menu_list::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}

.menu_list_active {
	background: #4ab9bc;
}

.menu_list_active .parent_menu_name, .menu_list_active .menu_icon i {
	color: #fff !important;
}

/* #small_menu_list {
	position: fixed;
	overflow-y: auto;
	-ms-overflow-style: none;    IE, Edge 対応
    scrollbar-width: none;       Firefox 対応
}

#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: 5px 0.7em 5px 1.5em;
	line-height: 1.4;
	min-height: 16px;
	display: inline-block;
}

.input_form input[type="checkbox"] + span::before,label.checkbox input[type=checkbox] + span::before  {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1;
	padding: 5px 0;
	color: #555;
}

.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;
	height: 30px;
    min-width: 200px;
	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;
}
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
.infor_container {
	font-weight: bold;
   	font-size: 15px;
}

.subbar {
	font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.require_mark::after, .require_mark_small::after {
	content: "必須";
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    background: #CC0505;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

.require_mark_small::after {
	font-size: 12px;
	padding: 2px 8px;
}
/*------------------------------------------------------------------------------
	progress
------------------------------------------------------------------------------*/
.progress_anime	{
	background: url("../image/default/uploading.gif") no-repeat 0 0 !important;
}
/*------------------------------------------------------------------------------
	budget
------------------------------------------------------------------------------*/
.comment_inactive {
	color: #ccc !important;
}

.comment_active {
	color: #444 !important;
}
/*------------------------------------------------------------------------------
	パンくずリスト
------------------------------------------------------------------------------*/
#pankuzu_list {
	font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#pankuzu_list li {
	padding: 0 0 0 30px;
	position: relative;
}

#pankuzu_list li:first-of-type {
	padding: 0;
}

#pankuzu_list li:not(:first-of-type)::before {
	content: "＞";
	color: #000;
    position: absolute;
    left: 7px;
}

#pankuzu_list li[onclick] {
	cursor: pointer;
}

#pankuzu_list li[onclick]:hover {
	color: #2f4f7a;
}
/*------------------------------------------------------------------------------
	書類作成プログレス
------------------------------------------------------------------------------*/
#document_progress_wrap {
	display: flex;
	flex-wrap: wrap;
 	align-items: center;
 	padding: 5px 0;
 	background: #fff;
    position: relative;
/*     z-index: 10000; */
}

#document_progress_wrap .step {
    color: #1B8B8D;
	width: 250px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

#document_progress_wrap .unreached {
	color: #C8C9C9;
}

#document_progress_wrap .error {
	color: #f00;
}

#document_progress_wrap .step .info {
	flex: 1;
	display: flex;
  	align-items: center;
	padding: 10px;
  	background: #ededed;
	border-radius: 5px;
}

#document_progress_wrap .step .return:hover {
	opacity: 0.6;
	cursor: pointer;
}

#document_progress_wrap .step .info .number {
	width: 30px;
    height: 30px;
    color: #fff;
    background: #1B8B8E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

#document_progress_wrap .step .info .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#document_progress_wrap .unreached .info .number {
	background: #C8C9C9;
}

#document_progress_wrap .error .info .number {
	background: #f00;
}

#document_progress_wrap .step .line {
	width: 50px;
    height: 10px;
    background: #ededed;
}

#document_progress_wrap .step .unline {
    background: unset;
}

#document_progress_title {
	font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
/*------------------------------------------------------------------------------
	書類のコンテンツ
------------------------------------------------------------------------------*/
#document_wrap {
	height: 0;
    overflow-y: auto;
}

#description_wrap {
	/* color: #1B8B8E;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    border: 1px solid #4AB9BC;
    border-radius: 5px;
    padding: 10px;
    display: inline-block; */
    color: #1B8B8E;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px;
    border-radius: 5px;
}
/*------------------------------------------------------------------------------
	書類のタイトル
------------------------------------------------------------------------------*/
#document_title {
	font-size: 18px;
    font-weight: bold;
}
/*------------------------------------------------------------------------------
	書類を作成のフッターボタン
------------------------------------------------------------------------------*/
#footer_wrap, #footer_wrap_dummy {
	margin: 100px 0 0;
}

#footer_wrap {
	width: 100%;
	background: #fff;
	position: fixed;
    bottom: 0;
    z-index: 1000;
}

#footer_wrap #button_wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    border-top: 1px solid #ccc;
}

#footer_wrap input[type='button'] {
	color: #fff;
    font-size: 18px;
    padding: 10px 70px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    outline: none;
}

#footer_wrap #btn_back {
    background-color: #7A7D82;
    margin: 0 50px 0 0;
}

#footer_wrap #btn_back_green {
    background-color: #4AB9BC;
}

#footer_wrap #btn_home {
    background-color: #2F4F7A;
}

#footer_wrap #btn_next {
    background-color: #4AB9BC;
}

#footer_wrap #btn_send, #footer_wrap #btn_ecline {
    background-color: #FF0000;
}
/*------------------------------------------------------------------------------
	 タグのスタイル
------------------------------------------------------------------------------*/
.select_autocomplete {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 0 0 5px;
}

.select_autocomplete .select_word {
	color: #fff;
    padding: 7px 17px;
    border-radius: 5px;
    background: #1B8B8E;
    margin: 0 25px 0 0;
	position: relative;
	line-height: 1rem;
}

.select_autocomplete .select_word:last-of-type {
	margin: 0;
}

.select_autocomplete .select_word i {
	color: #000;
    font-size: 20px;
	position: absolute;
    top: -5px;
    left: -5px;
	cursor: pointer;
}

.select_autocomplete .select_word span {
	padding: 0 0 0 15px;
	position: relative;
}

.select_autocomplete .select_word span::before {
	content: "#";
	position: absolute;
	top: -2px;
	left: 0;
}
/*------------------------------------------------------------------------------
	 送付内容確認のエラーメッセージ
------------------------------------------------------------------------------*/
#success_wrap {
	width: 100%;
    max-width: 600px;
    flex-direction: column;
    align-items: center;
}

#success_wrap #success_message_title {
	font-size: 17px;
    font-weight: bold;
    margin: 0 0 40px;
}
/*------------------------------------------------------------------------------
	 送付内容確認のエラーメッセージ
------------------------------------------------------------------------------*/
#error_wrap {
	width: 100%;
    max-width: 600px;
    flex-direction: column;
    align-items: center;
}

#error_message_wrap {
	width: 100%;
	max-width: 600px;
    margin: 30px auto 10px;
}

#error_message_wrap #error_message_title {
	color: #f00;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

#error_message_wrap #error_list {
	color: #f00;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px;
    border: 1px solid #f00;
    border-radius: 5px;
    padding: 10px;
    line-height: 2.5rem;
}

#error_message_wrap #error_list .error_row {
	list-style: disc;
  	list-style-position: inside;
}
/*------------------------------------------------------------------------------
	 ステータス検索ボタン
------------------------------------------------------------------------------*/
.square_search_button {
	width: 85px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0;
    cursor: pointer;
	position: relative;
}

.square_search_button:last-of-type {
	margin: 0;
}

.square_menu_selected, .square_search_button:hover {
	color: #fff;
	background: #2C82CE;
}
/*------------------------------------------------------------------------------
	 ステータスラベル
------------------------------------------------------------------------------*/
.status_label {
	color: #fff;
	padding: 5px;
    border-radius: 5px;
    text-align: center;
}
/*------------------------------------------------------------------------------
	 テーブルのスタイル
------------------------------------------------------------------------------*/
.document_content_wrap {
	background: #FCF9F9;
   	padding: 15px 15px 5px;
}

.tb_document tr {
	border-bottom: 1px solid #ccc;
}

.tb_document tr:first-of-type, .tb_document tr:last-of-type {
	border-bottom: 0;
}

.tb_document th {
	background: #fff;
}

.tb_document th  {
	border-right: 10px solid #FCF9F9 !important;
	border-left: 10px solid #FCF9F9 !important;
}

.tb_document th:first-of-type  {
	border-left: 0 !important;
}

.tb_document th:last-of-type  {
	border-right: 0 !important;
}

.tb_document td {
	padding: 15px 5px;
	overflow: hidden;
   	text-overflow: ellipsis;
   	white-space: nowrap;
}

.tb_document .receive_order_number {
	color: #fff;
	width: 100%;
	height: 30px;
	background: #2F4F7A;
	display: flex;
   	align-items: center;
   	justify-content: center;
}
/*------------------------------------------------------------------------------
	 文書管理のタブ
------------------------------------------------------------------------------*/
#document_tab_wrap {
	border-bottom: 7px solid #36A2B9;
	margin: 0 0 20px;
}

#document_tab_wrap ul {
	display: flex;
    align-items: center;
}

#document_tab_wrap ul li {
	color: #fff;
	width: 150px;
    padding: 13px 5px 7px 5px;
    text-align: center;
    background: #7A7D82;
    margin: 0 10px 0 0;
    cursor: pointer;
}

#document_tab_wrap ul .selected {
	background: #36A2B9;
}
/*------------------------------------------------------------------------------
	 文書管理のフォルダ操作ボタン
------------------------------------------------------------------------------*/
#foler_button_wrap {
	display: flex;
    align-items: center;
}

#foler_button_wrap input[type='button'] {
	font-size: 14px;
	padding: 7px 20px;
}

#add_folder {
	background: #2F4F7A;
	margin: 0 20px 0 0;
}

#edit_folder {
	background: #333333;
}

#edit_description {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

#edit_description #editing{
	display: none;
}
/*------------------------------------------------------------------------------
	 文書管理のフォルダ
------------------------------------------------------------------------------*/
#folder_wrap {
	margin: 10px 0 0;
}

#folder_wrap #folder_list_wrap {
	display: flex;
   	align-items: center;
   	flex-wrap: wrap;
}

#folder_wrap #folder_list_wrap .folder {
	width: 100px;
	margin: 0 5px 25px 0;
	position: relative;
	cursor: pointer;
}

#folder_wrap #folder_list_wrap .folder:hover {
	opacity: 0.8;
}

#folder_wrap #folder_list_wrap .folder::before {
	content: "";
    background: url(../image/default/folder_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 65px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

#folder_wrap #folder_list_wrap .free::before {
	background-image: url(../image/default/folder_free_close.png);
}

#folder_wrap #folder_list_wrap .folder .folder_name {
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#folder_wrap #folder_list_wrap .folder .folder_name_whole, .all_folder_tree_wrap li .folder .folder_name_whole {
	position: absolute;
    text-align: left !important;
    overflow: unset !important;
    text-overflow: unset !important;
    white-space: unset !important;
    z-index: 9999 !important;
    background: #fff !important;
}

#folder_wrap #folder_list_wrap .folder .forder_remove {
	font-size: 20px;
    position: absolute;
    top: -5px;
    right: 5px;
    display: none;
}
/*------------------------------------------------------------------------------
	 文書管理のツリー状のフォルダ
------------------------------------------------------------------------------*/
#folder_wrap #folder_list_wrap .folder_tree {
	display: flex;
    position: relative;
}

#folder_wrap #folder_list_wrap .folder_tree:not(:first-child)::before {
	content: "";
    width: 16px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: -16px;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
}

#folder_wrap #folder_list_wrap .smale::before {
	top: 2px !important;
}

#folder_wrap #folder_list_wrap .folder_tree .folder {
	width: 80px;
    margin: 0 5px 5px 0;
}

#folder_wrap #folder_list_wrap .smale .folder {
	width: 70px;
}

#folder_wrap #folder_list_wrap .folder_tree .folder .folder_name {
	font-size: 12px;
}

#folder_wrap #folder_list_wrap .folder_tree .folder::before {
	width: 65px;
    height: 60px;
}

#folder_wrap #folder_list_wrap .folder_tree .open::before {
	background-image: url(../image/default/folder_open.png);
}

#folder_wrap #folder_list_wrap .folder_tree .free.open::before {
	background-image: url(../image/default/folder_free_open.png);
}

#folder_wrap #folder_list_wrap .smale .folder::before {
	width: 50px;
    height: 45px;
}

#folder_wrap #folder_list_wrap .smale .open::before {
	background-image: url(../image/default/folder_open.png);
}
/*------------------------------------------------------------------------------
	 文書管理のフォルダ内のパンくず
------------------------------------------------------------------------------*/
#folder_pankuzu_wrap {
	margin: 15px 0 0;
}

#folder_pankuzu_wrap #folder_pankuzu {
	display: flex;
    align-items: center;
}

#folder_pankuzu_wrap #folder_pankuzu li {
	padding: 0 25px 0 0;
	position: relative;
	font-weight: bold;
}

#folder_pankuzu_wrap #folder_pankuzu li:not(:last-of-type) {
	cursor: pointer;
}

#folder_pankuzu_wrap #folder_pankuzu li:not(:last-of-type) {
	color: #1B8B8D;
	text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #1B8B8D;
}

#folder_pankuzu_wrap #folder_pankuzu li:not(:last-of-type)::after {
	content: ">";
	color: #000;
	position: absolute;
    right: 7px;
}
/*------------------------------------------------------------------------------
	 単一のツリー状の階層になったフォルダ
------------------------------------------------------------------------------*/
.folder_single_tree_wrap {
	display: flex;
	flex-direction: column;
}

.folder_single_tree_wrap .folder {
	display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.folder_single_tree_wrap .folder::before {
	content: "";
    background: url(../image/default/folder_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.folder_single_tree_wrap .folder .folder_name {
	flex: 1;
    margin: 0 0 0 10px;
    font-size: 13px;
    font-weight: bold;
}
/*------------------------------------------------------------------------------
	 単一のツリー状の横一列のフォルダ
------------------------------------------------------------------------------*/
#folder_single_tree_horizontal_wrap {
	display: flex;
    align-items: center;
}

#folder_single_tree_horizontal_wrap li {
	padding: 0 30px 0 0;
	position: relative;
	font-weight: bold;
}

#folder_single_tree_horizontal_wrap li:not(:last-of-type)::after {
	content: ">";
	position: absolute;
	top: 10px;
    right: 10px;
}

#folder_single_tree_horizontal_wrap li .folder {
	display: flex;
    align-items: center;
}

#folder_single_tree_horizontal_wrap li .folder::before {
	content: "";
    background: url(../image/default/folder_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

#folder_single_tree_horizontal_wrap li:last-of-type .folder::before {
	background-image: url(../image/default/folder_open.png);
}

#folder_single_tree_horizontal_wrap li .folder .folder_name {
	flex: 1;
    margin: 0 0 0 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
}
/*------------------------------------------------------------------------------
	 ツリー状の階層になった参照権限のある全てのフォルダ
------------------------------------------------------------------------------*/
.all_folder_tree_wrap {
	display: flex;
    flex-direction: column;
}

.all_folder_tree_child_wrap {
	display: none;
}

.all_folder_tree_wrap li:not(:last-of-type) {
	margin: 0 0 5px;
}

.all_folder_tree_wrap li ul {
	margin: 0 0 5px;
}

.all_folder_tree_wrap li .folder {
/* 	width: 60px; */
	position: relative;
	padding: 0 0 0 16px;
	cursor: pointer;
}

.all_folder_tree_wrap li .folder .image {
	width: 40px;
	margin: 3px 0 0 3px;
}

.all_folder_tree_wrap li .folder .image img {
	width: 100%;
}

.all_folder_tree_wrap li .folder .folder_name {
/* 	text-align: center; */
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 0 4px;
}

.all_folder_tree_wrap li .folder .btn_toggle {
	position: absolute;
    top: 8px;
    left: 0;
}

.all_folder_tree_wrap li .folder .btn_toggle i {
	color: #666;
	font-size: 15px;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	 フォルダ変更ボタン
------------------------------------------------------------------------------*/
#btn_folder_change {
	background: #7A7D82;
}
/*------------------------------------------------------------------------------
	 ポップアップのタブ
------------------------------------------------------------------------------*/
#popup_container #tab_wrap {
	width: 100%;
  		height: 35px;
}

#popup_container #tab_wrap ul {
	display: flex;
 	 		align-items: center;
	border-bottom: 3px solid #4ab9bc;
}

#popup_container #tab_wrap li {
	color: #fff;
	width: 80px;
	padding: 10px 5px 5px;
	text-align: center;
	background: #888;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	margin: 0 5px 0 0;
}

#popup_container #tab_wrap li:last-of-type {
	margin: 0;
}

#popup_container #tab_wrap #selected {
	background: #4ab9bc;
}
/*------------------------------------------------------------------------------
	ヘッダーボタンアイコン（サービス切替）
------------------------------------------------------------------------------*/
.header-button-icon.fa-th {
    color: white;
    line-height: 0.8;
    border: 1px solid #2f4f7a;
    font-size: 35px !important;
    height: 25px;
    width: 33px;
}