@charset "UTF-8";


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

/*テキストエリアのサイズ変更不可*/
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 {
/*	padding: 7px;
	margin: 5px 0 15px 0;*/
	margin: 0px 10px 10px;
	display: block;
/*	width: 230px;
	text-align:left;
	border-bottom: 1px solid lightgrey;
	border-left: 6px solid #ccff33;*/
	width: 954px;
}

/*画面見出し(アイコン有り)*/
/*h3.icon {
	padding:2px 0px 2px 5px;
	margin: 0px 0 15px 0;
	display: block;
	width: 360px;
	text-align:left;
	border-bottom: 1px solid lightgrey;
	border-left: 6px solid #ccff33;
}*/

/*画面見出し(タイトル)*/
.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;}
}

input,
textarea{
}

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;
	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;
	display: none;
	top: 200px;
	left: 50%;
	opacity: 1;
	width : 300px;
	background:white
}

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

/* Webkit */
/* IE 10 以降 */
:-ms-input-placeholder {
  color: #999;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
::placeholder{
  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;
}




.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 span {
/*
	margin-left :35px;
*/
}

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

/*見出し用(枠線)*/
.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;
}
#n_input:not(.n_input_expand_width){
	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;
}

/*表示切換用*/
.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;
		}

.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_2{
}
.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%;
}

.is_hidden {
  display: none !important;
}

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


/* common.css end */
