@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body,input,textarea,select,option	{
	padding: 0px;
	margin: 0px;
	height:100%;
	color: #45545C;
	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: #12b6a8;
	font-size: 18px;
	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;
}

.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;
}

.dialog_body	{
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","Hiragino Kaku Gothic ProN",Verdana,"メイリオ",Meiryo,sans-serif;
}
/*------------------------------------------------------------------------------
	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;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.base_btn {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 40px;
	color: #fff;
	background-color:#12b6a8;
	border-style: none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block
}

.base_btn:hover, .base_btn.btn_selected {
	opacity: 0.8;
}

.base_btn:disabled {
	background-color: #C0C0C0;
	cursor: auto;
}

.base_btn.base_btn_rd {
	background-color: #D80C0C;
}

.base_btn.base_btn_bk {
	background-color: #99AAB1;
}

.base_btn.base_btn_or {
	background-color: #FFA630;
}

.base_btn.base_btn_bl {
	background-color: white;
	border: 1px solid #12b6a8;
	color: #12b6a8;
}

.base_btn.base_btn_gry {
	background-color: #707070;
}

.base_btn.base_btn_grn {
	background-color: #9A9A22;
}

.base_btn.base_btn_grn2 {
	background-color: #12b6a8;
}


.base_btn.btn_thin {
	padding: 5px 40px;
}

.base_btn.btn_thin2 {
	padding: 5px 10px;
}

.base_btn.fs_12 {
	font-size: 1.2rem;
}

.base_btn.fs_14 {
	font-size: 1.4rem;
}

.base_btn.fw_normal {
	font-weight: normal;
}

.btn_bl {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 30px;
	color: #fff;
	background-color: #12B6A8;
	border-style: none;
	border-radius: 5px;
	cursor: pointer;
}

.btn_bl:hover {
	opacity: 0.8;
}

.btn_vi {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 30px;
	color: #fff;
	background-color: #12B6A8;
	border-style: none;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
}

.btn_vi.vi_clear {
	padding: 5px 0;
	background-color: transparent;
	color: #45545C;
}

.btn_vi.vi-gray {
	background-color: #99AAB1;
}

.btn_vi.vi_search::before {
	content: '\f002';
	font-family: FontAwesome;
	margin-right: 5px;
}

.btn_vi.vi_clear::before {
	content: '\f057';
	font-family: FontAwesome;
	margin-right: 5px;
	color: #12B6A8;
}

.btn_vi:hover {
	opacity: 0.8;
}

.btn_or {
	font-size: 12px;
	padding: 7px 8px;
	color: #fff;
	/*background-color:#ffa035;*/
	background-color:#12B6A8;
	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_form {
	font-size: 12px;
	padding: 5px 8px;
	color: #fff;
	background-color:#12b6a8;
	border-style: none;
	border-radius: 5px;
 	cursor: pointer;
}

.btn_form, .btn_form.btn_selected {
	opacity: 0.8;
}

.btn_form:disabled {
	background-color: #C0C0C0;
	cursor: auto;
}

.btn_form.btn_form_bk {
	background-color: #333333;
}

.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);
}

.tab_wrap  {
	background-color: #fff;
	width: 100%;
	position: relative;
	z-index: 0;
}

.tab_wrap label {
	color: #333333;
	min-width: 100px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 10px 5px 7px 5px;
	text-align: center;
	background: #CCCCCC;
	margin: 0 10px 7px 0;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	height: 34px;
}

.tab_wrap :checked + label {
	color: #FFFFFF;
	background: #12b6a8;
}

/*ラジオボタンを全て消す*/
.tab_wrap input[type="radio"] {
	display: none;
}

.tab_content {
	display: none;
	margin: 10px 0 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#tab0:checked ~ #tab0_content,
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content {
	display: block;
}

.tab_wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 7px solid #12b6a8;
	position: absolute;
	top: 34px;
	z-index: -1;
}
/*------------------------------------------------------------------------------
	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: 280px;
	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: -1px;;
	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;
}

.loading-anime {
	min-height: 50px;
	min-width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-anime span {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow:
	0 -20px 0 #eee,     /*  上  */
	14px -14px 0 #ddd,  /* 右上 */
	20px 0 0 #ccc,      /*  右  */
	14px 14px 0 #bbb,   /* 右下 */
	0 20px 0 #aaa,      /*  下  */
	-14px 14px 0 #999,  /* 左下 */
	-20px 0 0 #666,     /*  左  */
	-14px -14px 0 #000; /* 左上 */
	animation: rotate 1s steps(8) 0s infinite;
}

.loading-anime2 {
	min-height: 40px;
	min-width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-anime2 span {
	display: block;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	box-shadow:
	0 -15px 0 #eee,     /*  上  */
	10.5px -10.5px 0 #ddd,  /* 右上 */
	15px 0 0 #ccc,      /*  右  */
	10.5px 10.5px 0 #bbb,   /* 右下 */
	0 15px 0 #aaa,      /*  下  */
	-10.5px 10.5px 0 #999,  /* 左下 */
	-15px 0 0 #666,     /*  左  */
	-10.5px -10.5px 0 #000; /* 左上 */
	animation: rotate 1s steps(8) 0s infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*------------------------------------------------------------------------------
	アップロードダイアログ
------------------------------------------------------------------------------*/
.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: 16px;
	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: 1.6rem;
}

.core_navi {
	min-height: calc(100vh - 60px);
	background-color: #ededed;
	padding: 0 0 5px;
	z-index: 2;
	position: sticky;
	left: 0;
}

.core_main {
	flex: 1;
}

.core_function {
	padding: 10px;
	background-color: #F5F5F5;
}

.core_contents_container {
	padding: 15px;
}

.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 > input[type=checkbox] {
	display: none;
}

.menu_parent > label,
.menu_parent > a {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 0;
	cursor: pointer;
	line-height: 20px;
}

#large_menu_list .menu_parent > label,
#large_menu_list .menu_parent > a {
	display: flex;
	align-items: center;
}

#small_menu_list .menu_parent > div {
	position: relative;
}

#large_menu_list .menu_parent .menu_state{
	width: 18px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
}

.menu_parent .menu_icon {
	color: #027575;
	width: 20px;
	display: flex;
	justify-content: center;
}

.menu_parent .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: #027575;
}

.menu_parent > .child_menus > li {
	font-size: 16px;
	padding: 0;
	cursor: pointer;
}

.menu_parent > .child_menus > li span {
	display: block;
	width: 100%;
	padding: 15px 20px 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	font-weight: bold
}

#large_menu_wrap .menu_parent:not(.menu_list_active) {
	background-color: transparent;
}

#large_menu_wrap .menu_parent:not(.menu_list_active) .menu_icon,
#large_menu_wrap .menu_parent:not(.menu_list_active) .parent_menu_name {
	color: #45545C;
}

#large_menu_wrap .menu_parent:not(.menu_list_active) > label:hover,
#large_menu_wrap .menu_parent:not(.menu_list_active) > a:hover {
	background-color: #DBF3EF;
}

#large_menu_wrap .menu_parent:not(.menu_list_active) > label:hover .menu_icon,
#large_menu_wrap .menu_parent:not(.menu_list_active) > label:hover .parent_menu_name,
#large_menu_wrap .menu_parent:not(.menu_list_active) > a:hover .menu_icon,
#large_menu_wrap .menu_parent:not(.menu_list_active) > a:hover .parent_menu_name {
	color: #12B6A8;
}


#large_menu_wrap .menu_list_curr > label,
#large_menu_wrap .menu_list_curr > a {
	background-color: #99AAB1;
}

#large_menu_wrap .menu_parent.menu_list_curr .menu_icon,
#large_menu_wrap .menu_parent.menu_list_curr .parent_menu_name {
	color: #fff;
}


.menu_parent > .child_menus {
	display: block;
	height: auto;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	color: #45545C;
	transition: 0.5s;
}

.menu_parent > input[type=checkbox]:checked + label + .child_menus {
	height: auto;
	max-height: 500px;
	transition: 0.5s;

}

.menu_parent > input[type=checkbox] + label .menu_icon::before {
	content: "\f055";
}

.menu_parent > input[type=checkbox]:checked + label .menu_icon::before {
	content: "\f056";
}

.menu_parent .menu_icon.home::before {
	content: "\f015";
}

#large_menu_wrap .menu_parent.disable .menu_icon,
#large_menu_wrap .menu_parent.disable .parent_menu_name,
#large_menu_wrap .menu_parent.disable > label:hover .menu_icon,
#large_menu_wrap .menu_parent.disable > label:hover .parent_menu_name {
	color: #B5B5B5;
}

.navi_active_menu, .menu_parent > .child_menus > li:hover {
	color: #12B6A8;
	background: #DBF3EF;
}

.navi_active_menu img, .menu_parent > .child_menus > li:hover img {
	filter: brightness(1) invert(1);
}

.navi_active_menu .menu_parent > .child_menus > li.disable,
.navi_active_menu .menu_parent > .child_menus > li.disable:hover {
	color: #B5B5B5;
}


#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;
	line-height: 14px;
	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: sticky;
	top: 0;
	z-index: 1001;
	background: #12B6A8;
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.core_header .site_title {
	color: #fff;
	font-size: 2rem;
	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: 3rem;
	font-weight: bold;
}

.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: #2E3838;
	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: 40px;
	justify-content: center;
	position: relative;
}

#header_chat > a {
	color: #fff;
	font-size: 25px;
}

#header_infor {
	width: 60px;
	justify-content: center;
}

#header_infor > a {
	color: #fff;
	font-size: 25px;
}

#header_invite {
	width: 40px;
	justify-content: center;
	position: relative;
}

#header_invite > a {
	color: #fff;
	font-size: 25px;
}

#header_config,
#header_logout {
	width: 40px;
	justify-content: center;
}

#header_config i,
#header_logout > a {
	color: #fff;
	font-size: 25px;
}

#notice_count_budget {
	color: #fff !important;
	width: 18px;
	height: 18px;
	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: 0;/*5px;*/
}




#head_notification_list {
	display: none;
/* 	position: absolute; */
	position: fixed;
	top: 60px;
	right: 245px;
	background: #fff;
	box-shadow: 0 2px 8px -1px grey;
	margin: 7px 0 0;
	z-index: 10001;
	font-size: 15px;
}

#head_notification_list:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: -30px;
	right: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 15px;
	cursor: pointer;
}

#head_notification_list ul {
	width: 350px;
	height: 300px;
	overflow-y: auto;
}

#notification_loding_wrap, #notification_nodata_wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}









#header_separator {
	width: 2px;
	height: 30px;
	background: #BBB9B9;
	margin: 0 5px;
}

#header_login_user {
	width: 120px;
	color: #fff;
	font-size: 1.4rem;
	justify-content: center;
	letter-spacing: 1px;
}
#header_login_user > div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	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: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 35px;
	color: #027575;
	border: solid 1px #fff;
	overflow: hidden;
}

.menu_bar	{
	/* width: 100%;
	max-width: calc(100vw - 200px); */
	height: 40px;
	/* position: sticky; */
	position: fixed;
	/* top: 60px;
	left: 200px; */
	z-index: 10;
	border-bottom: 1px solid #ededed;
	display: flex;
	align-items: center;
	padding: 0 20px 0 30px;
	background-color: #F2F2F2;
}

#dummy-menu {
    height: 40px;
}

.hide-before::before {
    display: none;
}

#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: #99AAB1;
}

.menu_list_active .parent_menu_name, .menu_list_active .menu_icon  {
	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
------------------------------------------------------------------------------*/
label.checkbox {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.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;
	min-height: 1em;
	min-width: 1em;
	display: inline-block;
/*	font-size: 1.4em;*/
	font-size: 1.6rem;
	padding: 0 0 0 1.8rem;
}

.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;
	line-height: 1;
	font-size: 1.8rem;
/*	padding: 5px 0;*/
	color: #777;
}

.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: 20px;
	position:relative;
	/*margin-right: 20px;*/
}

label.radio input[type="radio"] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid #CCCCCC;
	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: 5px;
	left: 4px;
	width: 10px;
	height: 10px;
	background: #606060;
	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: #D80C0C;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 2px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.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: #027575;
}
/*------------------------------------------------------------------------------
	タイトル
------------------------------------------------------------------------------*/
.invoice_title {
	font-size: 18px;
	font-weight: bold;
	color: #45545C;
}

.invoice_subtitle {
	font-size: 16px;
	font-weight: normal;
	color: #004343;
	border-bottom: solid 1px #004343;
	line-height: 3rem;
}

.invoice_subtitle2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 10px;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.return_button {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	background-color: #EBEBEB;
	padding: 5px;
	cursor: pointer;
}

.return_button a {
	color: #333333;
}
/*------------------------------------------------------------------------------
	ステップ
------------------------------------------------------------------------------*/
.step_area {
	margin: 0 0 10px 0;
}

.step_area ul {
	counter-reset: number 0;
}

.step_area ul li {
	display: inline-block;
	min-width: 150px;
	margin: 0 30px 0 0;
	color: #C8C9C9;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #EBEBEB;
	border-radius: 5px;
	padding: 10px 10px 10px 35px;
	position: relative;
}

.step_area ul li.active {
	color: #12b6a8;
}

.step_area ul li::before {
	counter-increment: number 1;
	content: counter(number);
	display: block;
	width: 20px;
	height: 20px;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	border-radius: 50%;
	background-color: #C8C9C9;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
}

.step_area ul li.active::before {
	background-color: #12b6a8;
}

.step_area ul li::after {
	content: "";
	display: block;
	width: 30px;
	height: 12px;
	background-color: #EBEBEB;
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	margin: auto;
}

.step_area ul li:last-child {
	margin: 0;
}

.step_area ul li:last-child::after {
	display: none;
}


/*------------------------------------------------------------------------------
	契約情報
------------------------------------------------------------------------------*/
.ac-basis	{
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	table-layout: fixed;
}

.ac-basis th	{
	width: 200px;
	height: 80px;
	padding: 0 20px;
	background-color: #f6f6e9;
	background-clip: padding-box;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: #333333;
	text-align: left;
	position: relative;
}

.ac-basis th.required,
.ac-basis th.optional {
	width: 250px;
}

.ac-basis th.required::after	{
	content: '必須';
	right: 20px;
	padding: 3px;
	background: #FF502F;
	border-radius: 3px;
	color: white;
	font-size: 12px;
	display: inline-block;
	position: absolute;
}

.ac-basis th.optional::after	{
	content: '任意';
	right: 20px;
	padding: 3px;
	background: #707070;
	border-radius: 3px;
	color: white;
	font-size: 12px;
	display: inline-block;
	position: absolute;
}

.ac-basis td {
/*	height: 80px;*/
	padding: 0 20px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: #333333;
}
/*------------------------------------------------------------------------------
	 ステータス検索ボタン
------------------------------------------------------------------------------*/
.square_search_button {
	width: 85px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	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: #336681;
}

.square_search_button.disable, .square_menu_selected.disable, .square_search_button.disable:hover {
	color: #B5B5B5;
	background: #FFFFFF;
}
/*------------------------------------------------------------------------------
	 ステータスラベル
------------------------------------------------------------------------------*/
.status_label {
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

.vi_status_label {
	width: 80px;
	height: 25px;
	border-radius: 100vh;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

.vi_status_0 {
	background: white;
	border: 1px solid #FFA630;
	color: #FFA630;
}

.vi_status_1 {
	background: white;
	border: 1px solid #66C15E;
	color: #66C15E;
}

.vi_status_2 {
	background: white;
	border: 1px solid #DDB823;
	color: #DDB823;
}

.vi_status_3 {
	background: #F2F4F5;
	border: 1px solid #99AAB1;
	color: #99AAB1;
}

.vi_status_4 {
	background: #FAF4DD;
	border: 1px solid #DDB823;
	color: #DDB823;
}

.vi_status_5 {
	background: #E7F5E5;
	border: 1px solid #66C15E;
	color: #66C15E;
}

.vi_status_6 {
	background: #D7F1F8;
	border: 1px solid #0AABCE;
	color: #0AABCE;
}

.vi_status_7 {
	background: white;
	border: 1px solid #F45360;
	color: #F45360;
}

.vi_status_8 {
	background: #FBE4E5;
	border: 1px solid #F45360;
	color: #F45360;
}

.vi_status_9 {
	background: white;
	border: 1px solid #836BD2;
	color: #836BD2;
}

.vi_status_10 {
	background: #DBF3EF;
	border: 1px solid #12B6A8;
	color: #12B6A8;
}

.vi_status_11 {
	background: #E0EBFC;
	border: 1px solid #4284E4;
	color: #4284E4;
}

.vi_flow_label {
	width: 80px;
	height: 25px;
	border-radius: 100vh;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

.vi_flow_1 {
	background: #F2F4F5;
	border: 1px solid #99AAB1;
	color: #99AAB1;
}

.vi_flow_2 {
	background: white;
	border: 1px solid #FFA630;
	color: #FFA630;
}

.vi_flow_3 {
	background: #FFF1DF;
	border: 1px solid #FFA630;
	color: #FFA630;
}

.vi_flow_4 {
	background: #FAF4DD;
	border: 1px solid #DDB823;
	color: #DDB823;
}


.vi_buyer_label {
	width: 80px;
	height: 25px;
	border-radius: 100vh;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

.vi_buyer_5 {
	background: white;
	border: 1px solid #0AABCE;
	color: #0AABCE;
}

.vi_buyer_6 {
	background: #D7F1F8;
	border: 1px solid #0AABCE;
	color: #0AABCE;
}

.vi_buyer_7 {
	background: white;
	border: 1px solid #F45360;
	color: #F45360;
}

.vi_buyer_8 {
	background: #FBE4E5;
	border: 1px solid #F45360;
	color: #F45360;
}

.vi_buyer_9 {
	background: white;
	border: 1px solid #836BD2;
	color: #836BD2;
}

.vi_buyer_2 {
	background: white;
	border: 1px solid #DDB823;
	color: #DDB823;
}

.vi_buyer_1 {
	background: #F2F4F5;
	border: 1px solid #99AAB1;
	color: #99AAB1;
}

.vi_buyer_3 {
	background: #FAF4DD;
	border: 1px solid #DDB823;
	color: #DDB823;
}

.vi_buyer_10 {
	background: #DBF3EF;
	border: 1px solid #12B6A8;
	color: #12B6A8;
}

.vi_buyer_11 {
	background: #E0EBFC;
	border: 1px solid #4284E4;
	color: #4284E4;
}

.vi_invite_label {
	width: 80px;
	height: 25px;
	border-radius: 100vh;
}

.vi_invite_label::before {
	width: 80px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}

.vi_invite_0 {
	background: white;
	border: 1px solid #FFA630;
	color: #FFA630;
}

.vi_invite_0::before {
	content: '一時保存';
}

.vi_invite_1 {
	background: white;
	border: 1px solid #66C15E;
	color: #66C15E;
}

.vi_invite_1::before {
	content: '招待前';
}

.vi_invite_2 {
	background: white;
	border: 1px solid #0AABCE;
	color: #0AABCE;
}

.vi_invite_2::before {
	content: '招待中';
}

.vi_invite_9 {
	background: #F2F4F5;
	border: 1px solid #99AAB1;
	color: #99AAB1;
}

.vi_invite_9::before {
	content: '招待拒否';
}
/*------------------------------------------------------------------------------
	 テーブルのスタイル
------------------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------------------
	その他
------------------------------------------------------------------------------*/
.ac-prompt {
	margin-top: 10px;
	color: #707070;
	font-size: 12px;
}
.vi-phase {
	padding: 0 0 0 5px;
	border-left: 5px solid #12b6a8;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

.button_wrap,
#button_wrap {
    padding: 20px 0;
    background: #EBEBEB;
    text-align: center;
}

.button_wrap:empty,
#button_wrap:empty {
	display: none;
}
/*------------------------------------------------------------------------------
	jquery ui
------------------------------------------------------------------------------*/
.ui-widget-header {
	border: 0 !important;
}

.ui-button,
.ui-dialog-titlebar {
    background: #40b2a8 !important;
    color: white !important;
}

.ui-button {
	border: 1px solid #40b2a8 !important;
}

.fa-circle-plus,
.fa-pen-to-square,
.fa-file-lines {
    color: #12b6a8;
}
.ui-datepicker-trigger{
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
	filter: brightness(0) saturate(100%) invert(52%) sepia(90%) saturate(1294%) hue-rotate(134deg) brightness(94%) contrast(86%);
}
/*------------------------------------------------------------------------------
	処理中ダイアログ
------------------------------------------------------------------------------*/
@keyframes dialog_spin {
	from {
		transform: rotate(0);
	}
	to{
		transform: rotate(359deg);
	}
}

.dialog_spinner-box {
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	margin: 0 auto;
}

.dialog_circle-border {
	width: 36px;
	height: 36px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: rgb(63,249,220);
	background: linear-gradient(0deg, rgba(63,249,220,0.1) 33%, rgba(98,145,168,1) 100%);
	animation: dialog_spin .8s linear 0s infinite;
}

.dialog_circle-core {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	border-radius: 50%;
	display: block;
}