@charset "UTF-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); */
/* @import url(//fonts.googleapis.com/earlyaccess/notosansjp.css); */
/* @font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Noto Sans JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
} */
@font-face {
  font-family: YuGothicM;
  font-weight: normal !important;
  src: local('YuGothic-Medium'), /* Mediumを明示的に指定 */
  local('Yu Gothic Medium'), /* Chrome用 */
  local('YuGothic-Regular');
  /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face {
  font-family: YuGothicM;
  font-weight: bold !important;
  src: local('YoGothic-Bold'), /* Boldはそのまま */
  local('Yu Gothic');
  /* Chrome用 */
}

/* For iphone font-size bug */
@media screen and (min-width: 360px) {
  * { -webkit-text-size-adjust: none; }
}

/*  : common.css */

* {
	margin: 0;
	padding: 0;
}

/*背景色*/
body {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,serif;
/*	margin: 8px;*/
	background-color: white;
	/*transform: rotate(0.028deg)
}
img,input[type=image],svg,i{
	transform: rotate(-0.028deg)*/
}

input[type=text],input[type=button],select,textarea{
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,serif!important;
}

/*テキストエリアのサイズ変更不可*/
textarea {
	resize: none;
}

#tabs{
	min-width:1030px;
}

/*リンク下線無し*/
a.none_under{
	text-decoration: none;
}

/*リンク色白*/
a.whitelink{
	text-decoration: none;
	color: white;
}

li  {
list-style-position:inside;
}

/*画面見出し(アイコン無し)*/
h3 {
	margin: 0px 10px 10px;
	display: block;
	width: 954px;
}


/*画面見出し(タイトル)*/
.func_title {
	margin-left:7px;
	font-size:117%;
	font-weight:bold;
}

/*IME制御用*/
.IME_ON {
	ime-mode:active;
}

.IME_OFF {
	ime-mode:disabled;
}

h2 {
	display: block;
	font-size: 1.2em;
	margin: 1em 0;
}


 @media print{
	#pagehead { display: none;}
	#mainmenu { display: none;}
	#submenu { display: none;}
}

button.ui-datepicker-trigger{
	vertical-align:bottom;
	height:  24px;
}

img.ui-datepicker-trigger{
	vertical-align:bottom;
	margin: 0 0 0 1px;
	cursor: pointer;
}

/*エラーメッセージ用*/
#error_msg_common {
	color:red;
	font-size:80%;
	border: 1px solid gray;
	position: absolute;
	/*2014.01.31 チャット機能 スタッフ選択の上にエラーメッセージを表示するためにz-indexを書き換え　神田*/
	z-index: 100000 !important;
	display: none;
	top: 200px;
	left: 50%;
	opacity: 1;
	width : 300px;
	background:white
}

/*汎用メッセージ用*/
#general_msg_common {
	color:#000;
	font-size:80%;
	border: 1px solid gray;
	position: absolute;
	/*2014.01.31 チャット機能 スタッフ選択の上にエラーメッセージを表示するためにz-indexを書き換え　神田*/
	z-index: 100000 !important;
	display: none;
	top: 200px;
	left: 50%;
	opacity: 1;
	width : 300px;
	background:white
}

/*ウォーターマーク用*/
.watermark {
	color: #999;
}

/*各種ダイアログ用*/
.flm_dialog {
	border: 1px solid gray;
	position: absolute;
	z-index: 1000;
	display: block;
	top: 50px;
	left: 50%;
	margin:-80px 0 0 -250px;
	opacity: 1;
	width : 350px;
	background:white;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

}

.flm_dialog .title {
	height : 25px;
 	padding:5px 2px 2px 2px;
	background-color: #ccccff;
}

.flm_dialog .title2
 {
	height : 25px;
 	padding:4px 2px;
	background-color: #ddddff;

}

.flm_dialog .sph ,.flm_dialog .sbh {
	background-color:lightyellow;
	padding: 1px 5px;
}

.flm_dialog .skh,.flm_dialog .sgh {
	background-color:#DDDDFF;
	padding: 1px 5px;
}

.flm_dialog .sbb{
	padding-left:35px;
}
.flm_dialog .skkh {
	background-color:white;
	padding: 1px 5px;
}

.flm_dialog .right {
	float:right;
	margin:1px 5px 0 0;
}

.flm_dialog .left {
	float:left;
	margin:1px 0 0 5px;
}


.flm_dialog  div.navi {
background-color:#F0F0F0;
border:1px solid lightgrey;
height:25px;
margin:1 0;
}
.flm_dialog  div.date {
float:left;
margin:2px 0 0 5px;
}
.flm_dialog  div.paging {
float:right;
margin:0 5 0 0;
}

.flm_dialog	.btn_link {
		font-size:80%;
		color:black;
		height:20px;
		text-decoration: none;
		font-weight: bold;
		padding: 2px;
		margin: 0px ;
		background-image: url(../css/images/btn_bk0.jpg);
		border: 1px solid white;
	}

a.btn_link {
	font-size:80%;
	color:black;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
	margin: 0px ;
	background-image: url(../css/images/btn_bk0.jpg);
	border: 1px solid lightgrey;
}

a.btn_paging {
	font-size:80%;
	color:black;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
	margin: 2px ;
	cursor:pointer;
	background-image: url(../css/images/btn_bk0.jpg);
	border: 1px solid lightgrey;
}

a.btn_disabled {
	font-size:80%;
	color:lightgray;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
	margin: 2px ;
	cursor:default;
	background-image: url(../css/images/btn_bk1.jpg);
	border: 1px solid lightgrey;
}

/*非表示項目用*/
.dispnone {
	display:none;
}

/*入力不可項目用(枠線+背景色灰色)*/
.readonly {
	background-color : #DCDCDC;
	border : 1px solid #808080;
	color: #000000;
}

/*見出し用(枠線)*/
.box {
	padding: 1px 0px;
	font-weight: bold;
}

.colon {
	float: right;
	margin-left: 2px;
}

/*必須項目見出し用(赤字+フォントサイズ80%)*/
.required {
	font-size:80%;
	color:red;
}

/*数値入力用(右寄せ)*/
.input_num {
	text-align:right;
	padding-right: 2px;
}

#calender .bg_obischedule {
	background-color:#CCFF99;
}

/*#n_input,#maindiv2 {*/
#maindiv2 {
	background-color:#EBF5E7;
	border:1px solid lightgray;
}

#n_input {
	/* border:3px solid #D8F1C2; */
	border-radius: 5px;
	padding:10px 0px;
	width:954px;
}

/*選択メンバー削除用*/
.table_sel .td_visible {
	background-color: white;
	border: 1px solid #DCDCDC;
	font-size: 13px;
	padding: 1px 1px 1px 2px;
}
#n_member .table_sel .td_visible {
	width:200px;
}
#n_sisan .table_sel .td_visible {
	width:150px;
}
#n_copy_date .table_sel .td_visible {
	width:90px;
}

.table_sel .del_sel {
	background-color: red;
	color: white;
	float: right;
	visibility: hidden;
	font-size: 12px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	line-height: 12px;
}

/*表示切換用*/
.disp_none {
	display: none;
}

.disp_none td{
	border: 0px;
}

.timetool .timetool_head {
	position: relative;
	border-right: 1px solid black;
	z-index: 1;
}

.timetool .timetool_body {
	position: relative;
	border-right: 1px solid black;
	z-index: 1;
}

.timetool .timetool_div1 {
	font-size: 13px;
	position: absolute;
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
	z-index: 2;
}

.timetool .timetool_div2 {
	position: absolute;
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
	z-index: 2;
}

.timetool .timetool_div3 {
	position: absolute;
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 2;
}

		div.list_del {
			color: white;
			background-color: red;
			width: 12px;
			height: 12px;
			font-size: 12px;
			float: right;
			cursor: pointer;
			line-height: 12px;
		}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}

img.img_btn{
	cursor:pointer;
}

.stfwork_p_status_1{
	background-color:#ccff99 !important;
}
.stfwork_p_status_3{
	background-color:#ffff00 !important;
}
.stfwork_p_status_4{
	background-color:#f37a89 !important;
}
.stfwork_p_status_9{
	background-color:#CACACA !important;
}

.stfwork_yellow{
	background-color:#ffff00 !important;
}
.stfwork_red{
	background-color:#f37a89 !important;
}


span.span_p_status{
	display:inline-block;
	width:60px;
	border-radius:4px;
	text-align:center;
}
span.span_p_status_1{
	background-color:#D2F17F;
}
span.span_p_status_2{
	background-color:#F6F7F8;
}
span.span_p_status_3{
	background-color:#F8F786;
}
span.span_p_status_4{
	background-color:#EC6B6D;
}
span.span_p_status_9{
	background-color:#CACACA;
}

img.img_btn{
	cursor:pointer;
}

/* ここから　スケジュール繰り返し設定ダイアログ */
#dialog_scdl_recurrence{
	width:450px;
	z-index:999;
}
#dialog_scdl_recurrence img.img_btn{
	cursor:pointer;
	margin:0 2px;
}
#dialog_scdl_recurrence>div.title{
	height:auto;
	padding:2px;
	background-color:#ffffff;
}
ul.ul_horizon>li{
	list-style:none;
	float:left;
	margin-right:10px;
}
ul.ul_vertical>li{
	list-style:none;
}
#dialog_scdl_recurrence ul li input{
	margin-right:5px;
}
#dialog_scdl_recurrence table th{
	font-weight:normal;
	margin-right:10px;
	vertical-align:top;
}
#dialog_scdl_recurrence input.txt_ymd{
	width:100px;
}
#dialog_scdl_recurrence input.txt_num{
	width:50px;
	text-align:right;
}
/* ここまで　スケジュール繰り返し設定ダイアログ */
.time_line_selected{
	background-color:orange !important;
}

.timetool_k div.timetool_div1{
	background-color:#E0E0E0;
}
.timetool_k div.timetool_div2{
	background-color:#FFF4CB;
}
.timetool_k div.timetool_div3{
	background-color:beige;
}
.timetool_k.disabled div.timetool_div2,
.timetool_k.disabled div.timetool_div3
{
	background-color:#e0e0e0 !important;
}


#div_block_dialog_layer{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000000;
	background-size: cover;
	opacity:0.2;
}
html,body{
	width:100%;
	height:100%;
}

.flm_dialog .sbh.not_auth:not(.limitless),
.flm_dialog .sph.not_auth:not(.limitless)
{
	color:#888888;
	/*background-color:efefef!important;*/
}

.ul_project_control li{
	list-style:none;
	float:left;
	display:inline-block;
	margin-right:20px;
}

svg {
	width: 1em;
	height: 1em;
}

.bg_btn{
	display: inline-block;

	width: auto;
	padding: 0 5px;
	font-size: 10px;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #C7C7C7;
	background:-webkit-linear-gradient(#ffffff, #e2e2e2);
	background:-o-linear-gradient(#ffffff, #e2e2e2);
	background:linear-gradient(#ffffff, #e2e2e2); /* IE */
	text-align:center;
	color:#393939;
  cursor:pointer;

    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.bg_btn.h24{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-size: 0.9rem;
}
.bg_btn.h17{
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	font-size: 0.7rem;
}
/*--非活性--*/
.not {
  color: #9E9E9E;
  opacity: .7;
}
.bg_btn.not {
  cursor: default!important;
}

.a_icon_badger{
  display:inline-block;
  position:relative;
}

button#btn_easy_report{
	padding:0!important;
}

/* … */
.text_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chat_div_box{
  border-top:dashed 1px #666;
  margin-top:5px;
  padding-top:5px;
  display:flex;
  justify-content: space-between;
}

.chat_link_tenpu{
  cursor:pointer;
  color:#0000ff';
}
.chat_link_tenpu_parent.deleted_by_collect .chat_link_tenpu{
  cursor:default;
  color: #666;
  text-decoration: line-through;
  cursor: default;
}
  .chat_link_tenpu_parent.deleted_by_collect::after {
  content: '※このファイルは一括削除機能で削除されました';
  color: #666;
  margin-left: 10px;
  text-decoration: none;
  font-size:12px;
}
  .chat_link_tenpu_parent.deleted_by_collect .chat_thumb_tenpu_parent {
  display:none;
}
.chat_thumb_tenpu_parent>img{
  max-height:100px;
}

.none{
  display:none;
}

body {
  /*
	font-family:'UD デジタル 教科書体 N-R'!important;
    */
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
  'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
  /* 'Segoe UI', Windowsの欧文 */
  /* 'Noto Sans CJK JP',  */
	'Noto Sans JP',
	YuGothicM, /*Windows8.1以上は游ゴシック*/
  YuGothic, /* Macの游ゴシック */
  Meiryo, /* 游ゴシックが入っていないWindows */
  sans-serif !important;
}

.ui-widget {
  /*
    font-family:'UD デジタル 教科書体 N-R'!important;
*/
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
  'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
  /* 'Segoe UI', Windowsの欧文 */
  /* 'Noto Sans CJK JP',  */
  'Noto Sans JP',
	YuGothicM, /*Windows8.1以上は游ゴシック*/
  YuGothic, /* Macの游ゴシック */
  Meiryo, /* 游ゴシックが入っていないWindows */
  sans-serif !important;
}

input[type="text"],
input[type="button"],
select,
textarea {
  /*
    font-family:'UD デジタル 教科書体 N-R'!important;
*/
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
  'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
  /* 'Segoe UI', Windowsの欧文 */
  /* 'Noto Sans CJK JP',  */
	'Noto Sans JP',
	YuGothicM, /*Windows8.1以上は游ゴシック*/
  YuGothic, /* Macの游ゴシック */
  Meiryo, /* 游ゴシックが入っていないWindows */
  sans-serif !important;
}

.div_file_dropzone .drop_here {
  height: auto !important;
	min-height: 50px;
}

#dialog_scdl_sakusei .title {
	position: relative;
}

#ul_dialog_scdl_sakusei_tab {
	position: absolute;
	bottom: 0;
	list-style: none;
}

#ul_dialog_scdl_sakusei_tab .tab_button {
	padding: 6px 2px 4px 2px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	background-color: #eeeeee;
	margin: 0px 2px;
	font-size: 14px;
}

#ul_dialog_scdl_sakusei_tab .tab_button.active {
	font-weight: bold;
	background-color: #ffffff;
}

#can_select_all {
  padding-left: 5px;
}
#zensya_h {
  padding:5px 0 10px 0;
}
#zensya_h>button{
  margin-left: 10px;
  width: auto!important;
}

.nicEdit-main:focus, textarea:focus, input[type=text]:focus, select:focus, option:hover{
  outline: none !important;
} 

.ui-jqgrid .jqgrid_invoiced {
	color: #D00;
}

/* common.css end */
