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

body	{
	margin: 0;
}

form {
	display: inline;
}

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

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

#body_contents {
	flex: 1;
}

.require_mark	{
	color: #fd6c8b;
}

.error	{
	color: #fc2757;
}

.frame	{
	padding: 20px;
	background-color: #F8F8F8;
}

.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: 10px 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;
}

.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: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;
}
/*------------------------------------------------------------------------------
	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;
}

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

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

ul.tab li a {
	color: #333;
	display: block;
	text-decoration: none;
	width: 140px;
	padding:10px;
	text-align: center;
	font-size: 13px;
}

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

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

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

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

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

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

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

.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 10px;
}

.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_300_500	{
	width: 300px;
	height: 500px;
	background-color: white;
	overflow: scroll;
}

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

.scroll_500_500	{
	width: 500px;
	height: 500px;
	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;
}

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

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

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

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

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

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

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

#drop_zone td {
	vertical-align: middle;
}

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

#drop_zone {
	color: #00AAFF;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	border: 3px dashed #00AAFF;
	box-sizing: border-box;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	色選択
------------------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------------------
	顧客拡張フォーム
------------------------------------------------------------------------------*/
#edit_wrap {
	position: relative;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#extension_form_box {
	width: 215px;
	height: 700px;
	border: 1px solid #ccc;
	overflow-y: auto;
	float: left;
}

#extension_form_box_wrap {
	cursor: pointer;
}

.extension_form_row {
	height: 50px;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}

.extension_form_icon {
	width: 55px;
	line-height: 50px;
	float: left;
}

.extension_form_icon img {
	margin: 10px 0 0 3px;
	position: relative;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.extension_form_name {
	width: 135px;
	margin: 0 0 0 4px;
	line-height: 50px;
	float: left;
}

#extension_form_created_box {
	width: calc(100% - 300px);
	margin: 0 0 0 80px;
	float: left;
}

#extension_form_created_box_wrap {
	color: #00AAFF;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: bold;
	border: 3px dashed #00AAFF;
	box-sizing:border-box;
}

.extension_popup_body {
	min-width: unset;
}

#extension_popup_content {
	width: 100%;
	overflow-y: auto;
}
/*------------------------------------------------------------------------------
	顧客検索フォーム
------------------------------------------------------------------------------*/
#form_list_wrap {
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
	position: absolute;
	bottom: 15px;
	overflow-y: auto;
}
.form_label_common {
	width: 190px;
	height: 50px;
	margin: 5px 4px;
	float: left;
}

.form_label {
	line-height: 50px;
	background: #DCEEF5;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
}

.list_row {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	background: #DCEEF5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
}

.form_name {
	width: calc(100% - 40px);
	height: 100%;
	margin: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#search_edit_content {
	position: relative;
}

#serch_edit_wrap {
	width: 100%;
}

.serch_wrap {
	width: 500px;
	height: 100%;
}

#search_edit_title_wrap {
	width: 100%;
	margin: 7px 0 0;
}

.serch_edit_title {
	font-size: 0.9em;
	width: 500px;
	height: 15px;
}

#search_edit_content td {
	width: 49%;
}

#serch_main_wrap {
	width: 100%;
	height: calc(100% - 5px);
	margin: 0 0 5px 0px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow-y: auto;
}

#serch_sub_wrap {
	width: 100%;
	height: calc(100% - 5px);
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow-y: auto;
}
/*------------------------------------------------------------------------------
	アプリ
------------------------------------------------------------------------------*/
#app_form_created_box_wrap {
	width: 100%;
	height: 700px;
	border: 1px solid #ccc;
	box-sizing:border-box;
	overflow-x: hidden;
	overflow-y: auto;
}

#target_mark {
	width: 100%;
	border: 2px dashed #00AAFF;
	box-sizing:border-box;
}

#target_mark_group {
	width: 100%;
	border: 1px dashed #ff0000;
	box-sizing:border-box;
}

.app_form_row {
	border-bottom: 1px solid #ccc;
	background: #DCEEF5;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.app_form_title {
	width: 120px;
	text-align: center;
	float: left;
}

.app_form_wrap {
	width: calc(100% - 121px);
	background: #fff;
	border-left: 1px solid #ccc;
	position: relative;
	float: left;
}

.app_form_content {
	width: calc(100% - 110px);
	float: left;
	padding: 10px;
}

.app_form_other {
	width: 90px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	float: left;
}

.apps_auto_input {
	padding: 5px 0;
}

#list_edit_content {
	position: relative;
	margin: 15px 0 0;
}

#list_edit_wrap {
	width: 100%;
	height: 60px;
	border: 1px solid #ccc;
}

#list_edit {
	width: 1100px;
	height: 100%;
	float: left;
}

.list_row {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	background: #DCEEF5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
}

#form_operation {
	width: 100px;
	float: left;
}

#form_list_wrap {
	width: 100%;
	height: 250px;
	border: 1px solid #ccc;
	position: absolute;
	bottom: 15px;
	overflow-y: auto;
}

#list_edit div {
	float: left;
}

.form_label_common {
	width: 190px;
	height: 50px;
	margin: 5px 4px;
	float: left;
}

.form_label {
	line-height: 50px;
	background: #DCEEF5;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	position: relative;
}

.move_left {
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: col-resize;
}

.move_right {
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: col-resize;
}

.form_name {
	width: calc(100% - 40px);
	height: 100%;
	margin: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form_setting {
	width: 18px;
	height: 18px;
	clear:left;
	position: absolute;
	top: 2px;
	right: 2px;
}

.form_size_info {
	color: #FE2E2E;
	width: calc(100% - 40px);
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	line-height: normal;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_parts {
 	display: none;
}

#apps_import_preview_wrap {
 	width: 980px;
 	height: 400px;
 	overflow: auto;
}

#apps_import_preview_wrap th {
 	white-space: nowrap;
	width: 100px;
}

#extension_form_tab {
 	width: 217px;
}

#extension_form_tab li {
	width: 97px;
	padding: 10px 5px;
	font-size: 0.9em;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	list-style: none;
	background: #fafafa;
	cursor: pointer;
}

#extension_form_tab_left {
}

#extension_form_tab_right {
	border-left: none !important;
}

.extension_form_tab_select {
	background: #fff !important;
	border-bottom: none !important;
}

#extension_form_menu {
	float: left;
}

#extension_form_created_box {
	width: calc(100% - 300px);
	margin: 0 0 0 80px;
	float: left;
}

#extension_form_created_box_wrap {
	color: #00AAFF;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: bold;
	border: 3px dashed #00AAFF;
	box-sizing:border-box;
}

.extension_popup_body {
	min-width: unset;
}

#extension_popup_content {
	width: 100%;
	overflow-y: auto;
}
/*------------------------------------------------------------------------------
	タブメニュー
------------------------------------------------------------------------------*/
.tab_menu {
	list-style: none;
	padding: 0 0 0 12px;
	line-height: 30px;
	height: 32px;
	overflow: hidden;
	font-size: 12px;
	font-family: verdana;
	position: relative;
}

.tab_menu li {
	border: 1px solid #AAA;
	background: #E1E1E1;
	background: -o-linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	background: -ms-linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	background: -moz-linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	background: linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -5px;
	padding: 0 10px;
	text-align: center;
	width: 150px;
}

.tab_menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0066ff;
	text-decoration: none;
}

.tab_menu li.current {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}

.tab_menu:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}

.tab_menu li:before,.tab_menu li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}

.tab_menu li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #E1E1E1;
}

.tab_menu li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #E1E1E1;
}

.tab_menu li.current:before {
	box-shadow: 2px 2px 0 #FFF;
}

.tab_menu li.current:after {
	box-shadow: -2px 2px 0 #FFF;
}
/*------------------------------------------------------------------------------
	pagetop
------------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 25px;
	font-size: 14px;
	display: none;
}

#pagetop a {
	background-color: #094AB2;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity: 0.8;
}

#pagetop a:hover {
	text-decoration: none;
	background-color: #0F70C7;
}

@media screen and (min-width: 1561px) {
	#pagetop {
		left: 1440px;
	}
}

@media screen and (max-width: 1560px) {
	#pagetop {
		right: 20px;
	}
}
/*------------------------------------------------------------------------------
	タイムライン
------------------------------------------------------------------------------*/
.report {
	padding: 10px;
	background-color: #EEEEEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.comment {
	padding: 10px;
	background-color: #DDFBDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.comment_bg {
	padding: 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.comment_box	{
/*	height: 16px;
	line-height: 16px;*/
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}
/*------------------------------------------------------------------------------
	pager
------------------------------------------------------------------------------*/
.pager img {
	vertical-align: middle;
}
/*------------------------------------------------------------------------------
	モーダルウィンドウ
------------------------------------------------------------------------------*/
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;
}

.assort_img.assort_relative a img {
	position: relative;
}


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

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

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

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

.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	{
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
}
/*------------------------------------------------------------------------------
	アップロードダイアログ
------------------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------------------
	user
------------------------------------------------------------------------------*/
#select_cat	{
	margin-top: 5px;
	border: none;
	background-color: #FFF;
}

#select_cat th, #select_cat td	{
	padding: 3px 0px;
	border-top: solid 1px #D7D7D7;
	border-right: none;
	border-bottom: solid 1px #D7D7D7;
	border-left: none;
}

#select_cat tr:nth-child(2n) {
   background-color: #F7F7F7;
}
/*------------------------------------------------------------------------------
	project
------------------------------------------------------------------------------*/
.member_box {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 4px;
	margin: 3px;
	float: left;
}

.member_property {
	float: left;
	cursor: pointer;
}

#project_task {
	width: 100%;
}

#project_menu {
	width: 164px;
	height: 680px;
	overflow-y: auto;
	float: left;
	position: relative;
}

#project_menu::-webkit-scrollbar {
	display: none;
}

#project_menu_separator {
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	top: 0;
	right: 0;
}

#project_menu ul {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#project_menu ul li {
	background-color: #fafafa;
	border-bottom: 1px solid #ddd;
	border-left: 5px solid #ddd;
	border-right: 1px solid #ddd;
}

#project_menu ul li a {
	color: #777;
	display: block;
	padding: 20px 5px;
}

.project_menu_select {
	border-left-color: #f00 !important;
	border-right-color: #fff !important;
	background: #fff !important;
}

.project_menu_select a {
	color: #333 !important;
	font-weight: bold;
}

#task_main {
	width: calc(100% - 169px);
	height: 675px;
	margin: 5px 0 0 5px;
	float: left;
	background: #fff;
	overflow-y: auto;
}

#project_property {
	width: calc(100% - 10px);
	height: 28px;
	border-top: 1px solid transparent;
	border-bottom: 1px #ddd solid
}

#project_property_wrap {
	height: 20px;
	margin: 5px 0 0 5px;
	position: relative;
}

#project_period {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#project_member {
	width: 650px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 0;
	left: 300px;
}

#task_edit {
	width: calc(100% - 10px);
	height: 620px;
	position: relative;
	background: #fff;
	margin: 5px 0 0;
}

.task_list {
	position: absolute;
	background: #ffffff;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	/*
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
                0 0 2px rgba(255, 255, 255, 0.3) inset,
                0 0 10px rgba(0, 0, 0, 0.1) inset,
                0 1px 20px rgba(0, 0, 0, 0.1);
    */
}

.task_list_property {
	padding: 5px 5px 0;
}

.task_list_property_row {
	margin: 0 0 5px 0;
	font-size: 1.1em;
}

.task_list_property_title {
	float: left;
	width: 30%;
}

.task_list_property_value {
	float: left;
	width: 70%;
	text-align: right;
}

.task_property_row {
	margin: 0 0 5px;
}


.opportunity_customer_name {
	width: 220px;
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	margin: 0 8px 0 0;
}

.opportunity_rank_label {
	width: 20px;
	height: 18px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
}

.opportunity_property_title {
	float: left;
	width: 50px;
	padding: 2px 5px;
	margin: 0 5px 0 0;
	text-align: center;
	border: 1px solid #888;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.opportunity_property_value {
	float: left;
	width: 170px;
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#opportunity_header_left {
	float: left;
}

#opportunity_header_right {
	float: right;
}

.task_list_header {
	color: #fff;
	padding: 8px 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.task_list_name {
	width: 80%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.task_list_header_buttons {
	width: 20%;
	height: 15px;
	float: left;
	text-align: right;
}

.task_list_table {
	width: 100%;
}

.task_row {
	width: 100%;
	height: 70px;
	padding: 5px;
}

.task_box_button {
	font-size: 0.8em;
	padding: 4px 7px;
}

.task_list_footer {
	padding: 10px 2px 5px;
	font-size: 0.9em;
	cursor: pointer;
}
.task_list_color_box {
	width: 60px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 3px;
	outline: none;
}

.task {
	width: 100%;
	height: 70px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 3px 4px 10px -7px rgba(0,0,0,0.6);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	box-sizing: border-box;
	cursor: pointer;
}

.task_label {
	width: 10px;
	height: 100%;
	float: left;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
}

.task_content {
	width: calc(100% - 20px);
	height: calc(100% - 6px);
	padding: 3px 5px;
	float: left;
}

.task_content_header {
	width: 100%;
	height: 13px;
	text-align: right;
}

.task_content_footer {
	width: 100%;
	height: 15px;
}

.task_content_main {
	width: 100%;
	height: calc(100% - 28px);
	font-size: 0.9em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

#task_detail_left {
	width: 270px;
	margin: 0 5px 0 0;
	float: left;
}

#task_detail_left_table th {
	width: 80px;
}

#task_detail_right {
	width: 485px;
	float: left;
}

#task_member {
	height: 30px;
	overflow-y: auto;
}

.task_member_box {
	font-size: 0.8em;
	/*padding: 2px;*/
	margin: 0px 15px 0 0;
	display: inline-block;
	/*border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}

.task_priority_box {
	margin: 0 8px 0 0;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.task_content_footer_left {
	width: 130px;
	margin: 2px 0 0;
	float: left;
}

.task_content_footer_right {
	width: 58px;
	margin: 2px 0 0;
	float: left;
}

.task_start_date {
	font-size: 0.7em;
	float: left;
}

.task_date_separator {
	font-size: 0.7em;
	float: left;
}

.task_deadline_date {
	font-size: 0.7em;
	float: left;
}

.task_progress {
	font-size: 0.9em;
	text-align: right;
}

#task_comment_box {
	width: 480px;
	height: 430px;
	margin: 0 0 5px;
	background: #fff;
	border: 1px solid #C0C0C0;
	overflow-y: auto;
}

.task_comment_row {
	width: 450px;
	height: 70px;
	border-bottom: 1px solid #C0C0C0;
	margin: 5px auto 20px;
}

.comment_user_image_wrap {
	width: 55px;
	height: 65px;
	float: left;
}

.comment_user_image {
	width: 55px;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.comment_user_name {
	width: 170px;
	height: 15px;
	font-size: 0.8em;
	border-bottom: 1px solid #C0C0C0;
	margin: 0 0 0 5px;
	float: left;
}

.comment_date {
	width: 220px;
	height: 15px;
	font-size: 0.8em;
	border-bottom: 1px solid #C0C0C0;
	text-align: right;
	float: left;
}

.task_comment {
	width: 340px;
	height: 45px;
	padding: 3px 5px 0;
	line-height: 1.5em;
	overflow-y: auto;
	float: left;
}

.task_comment::-webkit-scrollbar {
	display: none;
}

.task_comment_buttos {
	width: 45px;
	height: 20px;
	margin: 30px 0 0;
	text-align: right;
	float: left;
}
.task_comment_buttos img {
	cursor: pointer;
}

.no_comment {
	color: #444444;
	font-size: 1.1em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #cccccc;
}

#task_attachment_box {
	width: 268px;
	height: 170px;
	background: #fff;
	border: 1px solid #C0C0C0;
	overflow-y: auto;
}

.no_attachment {
	color: #444444;
	font-size: 1.1em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #cccccc;
}

#task_attachment_dropzone {
	height: 60px;
	margin: 7px 0 0;
}

.task_attachment_row {
	width: 250px;
	height: 50px;
	border-bottom: 1px solid #C0C0C0;
	margin: 5px auto 10px;
	cursor: pointer;
}

.task_attachment_image_wrap {
	width: 45px;
	height: 45px;
	margin: 0 2px 0 0;
	float: left;
}

.task_attachment_image {
	width: 45px;
	height: 45px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.task_attachment_user_name {
	width: 200px;
	height: 15px;
	font-size: 0.8em;
	border-bottom: 1px solid #C0C0C0;
	float: left;
}

.task_attachment_file_name {
	width: 180px;
	height: 20px;
	margin: 8px 0 0;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.task_attachment_remove_wrap {
	width: 20px;
	height: 20px;
	margin: 10px 0 0;
	float: left;
}

#project_chartHeader {
	width: 100%;
	height: 25px;
}

#chart_edit {
	width: 100%;
	height: 620px;
	position: relative;
	background: #fff;
}

#project_chart_table {
	width: 100%;
}

#chart_main {
	width: calc(100% - 169px);
	height: 675px;
	margin: 5px 0 0 5px;
	float: left;
	background: #fff;
}

#chart_wrap {
	width: 100%;
	height: 645px;
	position: relative;
}

#chart_calendar_area {
	width: 1700px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#chart_calendar_area_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#chart_calendar_left {
	width: 220px;
	height: 100%;
	border-right: 1px solid #C0C0C0;
	position: absolute;
	top: 0;
	left: 0;
}

#chart_calendar_right {
	width: 1475px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 221px;
}

#chart_calendar_right_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#chart_calendar_header {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #C0C0C0;
}

#chart_calendar_year {
	width: 100%;
	height: 20px;
	margin: 5px 0 0;
	font-size: 1.2em;
	text-align: center;
}

#chart_calendar_month_wrap {
	width: 100%;
	height: 25px;
}

#chart_calendar_month_1 {
	width: 737.5px;
	text-align: center;
	display: inline-block;
	margin: 3px 0 0;
}

#chart_calendar_month_2 {
	width: 737.5px;
	text-align: center;
	display: inline-block;
	margin: 3px 0 0;

}

#calendar_header_day_wrap {
	height: 56px;
}

.chart_header_table_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#current_month {
	width: 100%;
	height: 30px;
	font-size: 1.2em;
	text-align: center;
}

.chart_header_month {
	width: 750px;
	height: 30px;
}

.chart_calendar_header {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #C0C0C0;
}

.calendar_header_day_cols {
	height: 100%;
	display: inline-block;
	border-right: 1px solid #e4e4e4;
}

.header_day_cols {
	height: 50%;
	text-align: center;
}

#chart_calendar_memory {
	width: 100%;
	height: 564px;
}

.calendar_memory_day_cols {
	height: 100%;
	display: inline-block;
	border-right: 1px solid #e4e4e4;
}

#task_chart_area {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: transparent;
}

#task_chart_header {
	width: 100%;
	height: 81px;
}

#task_chart_header_left {
	width: 221px;
	height: 100%;
	position: relative;
}

#prev_month {
	position: absolute;
	bottom: 7px;
	right: 47px;
}

#next_month {
	position: absolute;
	bottom: 7px;
	right: 9px;
}

#prev_month img, #next_month img {
	cursor: pointer;
}

#task_chart_edit {
	width: 100%;
	height: 564px;
	position: relative;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#task_chart_edit_left {
	width: 221px;
	height: 100%;
	float: left;
}

#task_chart_edit_right {
	width: 810px;
	height: 100%;
	float: left;
}

.chart_row_left {
	width: 220px;
	height: 23px;
	padding: 1px 0;
	background: #fff;
	position: relative;
}

.chart_task_list_name {
	width: 210px;
	color: #ffffff;
	text-align: left;
	margin: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.chart_task_label {
	width: 5px;
	height: 100%;
	margin: 0 0 0 10px;
	float: left;
}

.chart_task_name {
	width: 200px;
	font-size: 0.9em;
	margin: 6px 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.task_chart_memory {
	height: 15px;
	display: inline-block;
}
/*------------------------------------------------------------------------------
	HOMEレイアウト
------------------------------------------------------------------------------*/
.layout_sortable {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	min-height: 47px;
	background-color: #FFF;
	border: solid 1px #CCCCCC;
}
.layout_sortable li {
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
	cursor: move;
	border: solid 1px #CCCCCC;
}
/*------------------------------------------------------------------------------
	venus-coreレイアウト
------------------------------------------------------------------------------*/
.core_header {
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	height: 40px;
/*	position: fixed;
	top: 0;
	z-index: 101;*/
}

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

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

.core_main {
	flex: 1;
}

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

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

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

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

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

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

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

#navi_large_button > img {
	cursor: pointer;
}

#navi_small_button {
	cursor: pointer;
}

.large_menu_parent > div {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.large_menu_parent > div > .parent_menu_name {
	margin-left: 5px;
}

.large_menu_parent > .child_menus > li {
	font-size: 12px;
	padding: 15px 0;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

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

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

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

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


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

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

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

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

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


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

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

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

.menu_bar_space	{
	height: 45px;
}

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


#navi_large_button_space {
	height: 45px;
}

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

#navi_small_button_space {
	height: 45px;
}
/*------------------------------------------------------------------------------
	deposit
------------------------------------------------------------------------------*/
.serial_tb tr:hover {
	background-color: #fdf5ce;
}

.serial_tb .state-highlight, tr.state-highlight:hover {
	background-color: #fff47c;
}
/*------------------------------------------------------------------------------
	スクロール(Spreadsheet)
------------------------------------------------------------------------------*/
thead.scrollHead,tbody.scrollBody,tfoot.scrollFoot {
	display: block;
}

tbody.scrollBody{
	background-color: #C0C0C0;
	overflow-y: scroll;
}
/*
.scrollBody	tr	{
	background-color: white;
}
*/

.scroll_350	{
	width: 100%;
	height: 350px;
	background-color: white;
	overflow: scroll;
}
/*------------------------------------------------------------------------------
	投稿
------------------------------------------------------------------------------*/
.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], input[type=password], 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;
}
/*
.option_field	.con_head	{
	padding: 10px;
	background-color: #f0f8ff;
	border: solid 1px #888;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.option_field	.con_head:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 10px;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 4px #000000;
	border-right: solid 4px #000000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.option_field	.con_head.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
}

.option_field	.con_head:hover	{
	background-color: #ffffe0;
}

.option_field	.con_body {
	padding: 10px;
	border-left: solid 1px #888;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}
*/
/*------------------------------------------------------------------------------
	選ばれる理由
------------------------------------------------------------------------------*/
ul.reason_group	{
	display: flex;
	flex-wrap: wrap;
}

li.reason	{
	width: 280px;
	margin: 10px 10px 0 0;
	padding: 40px 10px;
	border: solid 1px #00349D;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

li.reason.editable	{
	cursor: pointer;
}

li.reason:hover	{
	background-color: #f0f8ff;
}

li.reason > img {
	top: 5px;
	right: 5px;
	cursor: pointer;
	position: absolute;
	visibility: hidden;
}

li.reason:hover	img	{
	visibility: visible;
}
/*------------------------------------------------------------------------------
	できること
------------------------------------------------------------------------------*/
li.category	{
	width: 300px;
	margin: 10px 10px 0 0;
	padding: 40px 0;
	border: solid 1px #ccc;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

li.category:hover	{
	background-color: #f0f8ff;
}
/*------------------------------------------------------------------------------
	要望・報告
------------------------------------------------------------------------------*/
.vs-split {
	justify-content: space-between;
	display: flex;
}

.vs-split > li:first-of-type {
	width: 300px;
}

.vs-split > li:last-of-type {
	width: calc(100% - 320px);
}

#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 16px;
	z-index: 10001;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8x;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

#loading_image {
	position: fixed;
	width: 88px;
	height: 88px;
	top: 50%;
	left: 50%;
	margin-left: -44px;
	margin-top: -44px;
}

.talk_date	{
	text-align: center;
	margin: 10px 0;
}

.talk_date::before	{
	content: "";
	display: block;
	border-bottom: solid 1px #5f6fc4;
	position: relative;
	top: 11px;
	z-index: -1;
}

.talk_date span	{
	text-align: center;
	/*background-color: #BCCDFF;*/
	background-color: #FBFBFB;
	/*border-radius: 12px;*/
	font-size: 12px;
	line-height: 16px;
	/*width: 100px;*/
	padding: 3px 7px;
	display: inline-block;
}


.reply_user, .reply_helper {
	display: flex;
}

.reply_msg {
	flex: 1;
	background-color: #F2F2F2;
	border-radius: 5px;
	padding: 5px;
}

.talk_time	{
	width: 45px;
	position: relative;
}

.talk_time span	{
	position: absolute;
	bottom: 0;
	display: block;
	text-align: center;
	width: 100%;
}

.reply_user {
	flex-flow: row-reverse;
}

.reply_helper {
}
