/*******************************************

		init

******************************************/

html {
	background-color: #fff;
	background-size: 100% 100%;
	background-attachment: fixed;
	/*min-width: 1000px;*/
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color: #000;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* cf */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* anchor */
a {
	color: #444;
	text-decoration: none;
}
/* input */
input[type="text"] {
	height: 30px;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
label {
	cursor: pointer;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* SafariÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂChromeÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â© */
	-ms-user-select: none; /* IE10ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ */
}
/* select */
select:disabled {
	background-color: #EBEBE4;
}
/*******************************************

		outline

******************************************/

body {
	color: #333;
	font-size: 11px;
	font-family: "メイリオ", Meiryo, sans-serif;
	height: 100%;
}
#wrapper {
	/* position: relative; */
	height: 100%;
	margin: 0 auto;
}
article {
	position: relative;
	height: calc(100% - 50px);
	margin: 0;
}
/*******************************************

		header

******************************************/

header {
	position: relative;
	background-color: #465d9f;
	padding: 14px 30px 8px;
	box-shadow: 0px 1px 1px 1px #aaa;
}
header p:first-child {
	float: left;
}
header .right {
	float: right;
}
header .right + .right {
	float: right;
	margin: 0 50px 0 0;
}
header .right a {
	color: #fff;
}
header .right a:hover {
	text-decoration: underline;
}
/*******************************************

		login

******************************************/

#UserLoginForm {
	text-align: center;
	background-color: #f5f5f5;
	width: 500px;
	margin: 50px auto 20px;
	padding: 50px;
}
#UserLoginForm input {
	font-size: 15px;
	width: 310px;
	height: 60px;
	padding: 15px;
	margin-bottom: 12px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
}
#UserLoginForm .submit {
}
#UserLoginForm .submit input {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-color: #F14F24;
	width: 310px;
	padding: 12px 0;
	border: none;
	border-radius: 5px;
}
#UserLoginForm .submit input:hover {
	opacity: 0.7;
}
#authMessage {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
/*******************************************

		index

******************************************/

/*-------------------------------------*/
/*- refine
---------------------------------------*/
#refine {
	padding: 30px;
}
#refine li {
	float: left;
	margin-right: 10px;
}
#refine li:nth-of-type(8) {
	color: #7d7d7d;
	font-size: 12px;
	margin-right: 0px;
}
#refine li:last-child {
	float: right;
}
#refine li a {
	display: table-cell;
	vertical-align: middle;
	width: 135px;
	height: 35px;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	box-shadow: 0px 2px 0px 0px rgba(245, 245, 245, 1);
}
#refine li a:hover {
	box-shadow: inset 1px 1px 3px 0px #ccc;
}
#refine li.on a {
	font-weight: bold;
	background-color: #ebebeb;
	box-shadow: inset 1px 1px 3px 0px #ccc;
}
#refine li a p {
	padding-left: 15px;
}
#refine li a p i {
	padding-right: 8px;
}
#refine li.on a p i {
	color: #ff0000;
}
#refine li select {
	width: 140px;
	height: 35px;
	border: 1px solid #b7b7b7;
	box-shadow: inset 1px 1px 3px 0px #ccc;
	border-radius: 4px;
}
#refine li input[type="text"] {
	width: 200px;
	padding: 3px;
}
#refine li input[type="submit"] {
	height: 30px;
	padding: 3px;
}
#refine li form {
	position: relative;
}
#refine li form .hoverTxt01 {
	display: none;
}
#refine li form:hover .hoverTxt01 {
	background: none repeat scroll 0 0 #EEFFEE;
	border: 1px solid #CCCCCC;
	color: #000000;
	display: block;
	line-height: 1.2em;
	padding: 0.5em;
	position: absolute;
	top: 33px;
	left: 0px;
	width: auto;
	z-index: 100;
}
/*-------------------------------------*/
/*- TableÃ£â€šâ€™4Ã£ÂÂ¤Ã£ÂÂ« 20160413
---------------------------------------*/
/* tableLT */
#tableLT {
	z-index: 3;
	position: absolute;
	width: 120px;
	height: 36px;
}
#tableLT table {
	position: absolute;
	top: 0;
	left: 0;
}
#tableLT tr th {
	width: 120px;
	height: 36px;
	text-align: center;
	border-top: 1px solid #b7b7b7;
	border-bottom: 2px solid #b7b7b7;
}
/* user_name */
#user_name {
	/* [RM] ▼追加カスタマイズ▼ */
	/*top: 36px;*/
	top: 37px;
	/* [RM] ▲追加カスタマイズ▲ */
	z-index: 4;
	position: absolute;
	left: 0;
	width: 120px;
	height: calc(100% - 60px);
	overflow: hidden;
}
#user_name th {
	text-align: center;
	display: table;
	width: 120px;
	height: 80px;
	background-color: #f1f1f1;
	border-bottom: 2px solid #b7b7b7;
	box-shadow: 1px 0 3px 1px #ccc;
	z-index: 1;
}
#user_name .in_designer {
	background-color: #ffbfef;
}
#user_name .out_designer {
	background-color: #a5f9ff;
}
#user_name .caution {
	background-color: #ff7e7e;
}
#user_name .loginUser01 {
	background-color: #afc2fa;
}
#user_name th a {
	display: table-cell;
	vertical-align: middle;
}
#user_name th a:hover {
	box-shadow: inset 1px 1px 6px #999;
}
/* tableDate */
#tableDate {
	z-index: 2;
	position: absolute;
	left: 120px;
	top: 0;
	width: calc(100% - 120px);
	overflow: hidden;
	overflow-y: scroll;
}
#tableDate table {
	width: 100%;
	border-top: 1px solid #b7b7b7;
	table-layout: fixed;
}
#tableDate tr th {
	width: 120px;
	height: 36px;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}
#tableDate th:first-child {
	border-left: 1px solid #b7b7b7;
}
#tableDate th.sat {
	background-color: #f0f0ff;
}
#tableDate th.sun {
	background-color: #fee;
}
#tableDate th.holiday {
	background-color: #ffdff9;
}
#tableDate th.closed {
	background-color: #eee;
}
#tableDate th.today1 {
	background-color: #DFFAD4;
}
#tableDate th.holiday1 {
	background-color: #eee;
}
#tableDate th p:nth-child(1) {
	font-weight: bold;
	text-align: center;
}
#tableDate th p:nth-child(2) {
	text-align: center;
	color: #ff2f2f;
	font-weight: bold;
}
/* tableSche */
#tableSche {
	z-index: 1;
	position: absolute;
	left: 120px;
	top: 36px;
	width: calc(100% - 120px);
	height: calc(100% - 43px);
	overflow: scroll;
}
#tableSche > div {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
}
#tableSche table {
	/* [RM] ▼追加カスタマイズ▼ */
	will-change: scroll-position, transform;
	transform: translate3d(0,0,0);
	/* [RM] ▲追加カスタマイズ▲ */
	width: 100%;
	table-layout: fixed;
}
#tableSche tbody tr td {
	/* [RM] ▼追加カスタマイズ▼ */
	/*border-bottom: 1px dotted #b7b7b7;*/
	border-bottom: 1px solid #e9e9e9;
	/* [RM] ▲追加カスタマイズ▲ */
	width: 30px;
	height: 40px;
}
#tableSche td:first-child {
	border-left: 1px solid #b7b7b7;
}
#tableSche tr:nth-child(even) td {
	height: 40px;
	border-bottom: 2px solid #b7b7b7;
}
#tableSche td.sat {
	background-color: #f0f0ff;
}
#tableSche td.sun {
	background-color: #fee;
}
#tableSche td.holiday {
	background-color: #ffdff9;
}
#tableSche td.closed {
	background-color: #eee;
}
#tableSche td.today1 {
	background-color: #DFFAD4;
}
#tableSche td.holiday1 {
	background-color: #eee;
}
#tableSche .brd {
	/* [RM] ▼追加カスタマイズ▼ */
	/*border-right: 1px dotted #b7b7b7;*/
	border-right: 1px solid #e9e9e9;
	/* [RM] ▲追加カスタマイズ▲ */
}
#tableSche .brs {
	border-right: 1px solid #b7b7b7;
}
#tableSche .brs2 {
	border-right: 6px solid #888;
}
/* scheduleBar */
#scheduleBar {
	position: absolute;
	left: 120px;
	top: 36px;
	width: calc(100% - 120px);
	height: calc(100% - 43px);
	overflow: scroll;
}
/*-------------------------------------*/
/*- schedule
---------------------------------------*/
/* outline */
#schedule_wrap {
	height: calc(100% - 95px);
	position: relative;
}
/* table */
#schedule_tbl {
	width: 100%;
	border-top: 1px solid #b7b7b7;
	table-layout: fixed;
}
#schedule_tbl thead tr th {
	width: 120px;
	border-right: 1px solid #b7b7b7;
	border-bottom: 2px solid #b7b7b7;
}
#schedule_tbl thead tr th:first-child {
	border-left: 1px solid #b7b7b7;
}
#schedule_tbl thead tr th.today1 {
	background-color: #DFFAD4;
}
#schedule_tbl thead tr th.holiday1 {
	background-color: #eee;
}
#schedule_tbl thead tr th p:nth-child(1) {
	font-weight: bold;
	text-align: center;
}
#schedule_tbl thead tr th p:nth-child(2) {
	text-align: center;
}
#schedule_tbl tbody tr td {
	width: 30px;
	height: 40px;
	border-bottom: 1px dotted #b7b7b7;
}
#schedule_tbl tbody tr:nth-child(even) td {
	height: 40px;
	border-bottom: 2px solid #b7b7b7;
}
#schedule_tbl tbody tr td.today1 {
	background-color: #DFFAD4;
}
#schedule_tbl tbody tr td.holiday1 {
	background-color: #eee;
}
#schedule_tbl .brd {
	border-right: 1px dotted #b7b7b7;
}
#schedule_tbl .brs {
	border-right: 1px solid #b7b7b7;
}
#schedule_tbl .brs2 {
	border-right: 6px solid #888;
}
/*-------------------------------------*/
/*-Ã£â€šÂ¹Ã£â€šÂ±Ã£â€šÂ¸Ã£Æ’Â¥Ã£Æ’Â¼Ã£Æ’Â«
---------------------------------------*/
/* デフォルト */
.sche_bar0,
.sche_bar1 {
	--bar_color1: #ffc8c1;/*通常時*/
	--bar_color2: #ffd0ca;/*通常時*/
	--bar_color3: #ff8477;/*選択時*/
	--bar_color4: #ff9c92;/*選択時*/
	--bar_border: #ff7c6d;/*ボーダー*/
}
/* リニューアル */
.sche_bar0.renewal,
.sche_bar1.renewal {
	--bar_color1: #fbf6b1;/*通常時*/
	--bar_color2: #fffeca;/*通常時*/
	--bar_color3: #fff677;/*選択時*/
	--bar_color4: #fffd92;/*選択時*/
	--bar_border: #fffc6d;/*ボーダー*/
}
/* 連絡事項 */
.sche_bar0.contact,
.sche_bar1.contact {
	--bar_color1: #b1f6d1;/*通常時（薄い緑）*/
	--bar_color2: #caffe5;/*通常時（薄い緑）*/
	--bar_color3: #77f6a0;/*選択時（緑）*/
	--bar_color4: #92fdb1;/*選択時（緑）*/
	--bar_border: #6dfc85;/*ボーダー（緑）*/
}
/* 修正対応 */
.sche_bar0.correction,
.sche_bar1.correction {
	--bar_color1: #b1d1f6;/*通常時（薄い青）*/
	--bar_color2: #cae5ff;/*通常時（薄い青）*/
	--bar_color3: #77a0f6;/*選択時（青）*/
	--bar_color4: #92b1fd;/*選択時（青）*/
	--bar_border: #6d85fc;/*ボーダー（青）*/
}
/* ホリデー */
.sche_bar0.holiday,
.sche_bar1.holiday {
	--bar_color1: #b7b7b7;/*通常時*/
	--bar_color2: #b7b7b7;/*通常時*/
	--bar_color3: #999999;/*選択時*/
	--bar_color4: #888888;/*選択時*/
	--bar_border: #767676;/*ボーダー*/
}
/* アップ完了 */
.sche_bar0.completed,
.sche_bar1.completed {
	--bar_border: #fa7dac;/*ボーダー*/
}


/* Ã©â‚¬Å¡Ã¥Â¸Â¸Ã£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ±Ã£â€šÂ¸Ã£Æ’Â¥Ã£Æ’Â¼Ã£Æ’Â«Ã£Æ’ÂÃ£Æ’Â¼ */
.sche_bar0,
.sche_bar1 {
	background: linear-gradient(to left top, var(--bar_color1), var(--bar_color1) 25%, var(--bar_color2) 25%, var(--bar_color2) 50%, var(--bar_color1) 50%, var(--bar_color1) 75%, var(--bar_color2) 75%, var(--bar_color2));
	background-size: 10px 10px;
	border: 1px solid var(--bar_border);
}
.sche_bar0.active,
.sche_bar1.active {
	background: linear-gradient(to left top, var(--bar_color3), var(--bar_color3) 25%, var(--bar_color4) 25%, var(--bar_color4) 50%, var(--bar_color3) 50%, var(--bar_color3) 75%, var(--bar_color4) 75%, var(--bar_color4));
	background-size: 10px 10px;
}
.sche_bar0.lock,
.sche_bar1.lock {
	/* [RM] ▼追加カスタマイズ▼ */
	line-height: calc(30px/2);
	/* [RM] ▲追加カスタマイズ▲ */
	border: 5px solid var(--bar_border);
	cursor: default;
}
.sche_bar0.lock.completed,
.sche_bar1.lock.completed {
	border-color: var(--bar_border);
}
.sche_bar0.lock.contact,
.sche_bar1.lock.contact {
	border-color: var(--bar_border);
}
.sche_bar0.lock.correction,
.sche_bar1.lock.correction {
	border-color: var(--bar_border);
}

.sche_bar1 {
	/* [RM] ▼追加カスタマイズ▼ */
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	line-height: calc(38px/2);
	/* [RM] ▲追加カスタマイズ▲ */
	position: absolute;
	height: 40px;
	cursor: move;
}
.sche_bar1.not_director {
	cursor: pointer;
}
.sche_bar1 p {
	/* [RM] ▼追加カスタマイズ▼ */
	/*display: inline-block;*/
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	/* [RM] ▲追加カスタマイズ▲ */
}
.sche_bar1 p span {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 45px;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	/* [RM] ▲追加カスタマイズ▲ */
}
.sche_bar1.lock p span {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 35px;*/
	/* [RM] ▲追加カスタマイズ▲ */
}
.sche_bar1.not_director p span {
	cursor: pointer;
}
/* holiday */
.sche_bar1.holiday {
	/* [RM] ▼追加カスタマイズ▼ */
	line-height: calc(38px/2);
	/* [RM] ▲追加カスタマイズ▲ */
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	width: 240px;
	height: 40px;
	top: 37px;
	left: 120px;
	background: var(--bar_color1);
	border: 1px solid var(--bar_border);
	cursor: default;
}
.sche_bar1.holiday.active {
	background: linear-gradient(to left top, var(--bar_color3), var(--bar_color3) 25%, var(--bar_color4) 25%, var(--bar_color4) 50%, var(--bar_color3) 50%, var(--bar_color3) 75%, var(--bar_color4) 75%, var(--bar_color4));
	background-size: 10px 10px;
}
.sche_bar1.holiday p span {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 45px;*/
	/* [RM] ▲追加カスタマイズ▲ */
}

/* Ã£â€šÂµÃ£Æ’â€“Ã¦Â¡Ë†Ã¤Â»Â¶Ã£ÂÂ®Ã¦â€“Â¹Ã£Ââ€¹Ã£ÂÂªÃ‚Â¶ */
.sche_bar0 {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	line-height: calc(38px/2);
	position: absolute;
	width: 30px;
	height: 40px;
	cursor: move;
}
.sche_bar0.not_director {
	cursor: pointer;
}
.sche_bar0 p {
	/* [RM] ▼追加カスタマイズ▼ */
	/*display: inline-block;*/
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	/* [RM] ▲追加カスタマイズ▲ */
}
.sche_bar0 p span {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 35px;*/
	/*display: table-cell;*/
	/*vertical-align: middle;*/
	/* [RM] ▲追加カスタマイズ▲ */
}
.sche_bar0.not_director p span {
	cursor: pointer;
}

/* 優先してCSSを上書きする */
.mysche01 {
	border: 1px solid #7bd0da;
	background: url(/app/webroot/img/bg_mysche01.png) 0 0;
}
.mysche01.active {
	border: 1px solid #7bd0da;
	background: url(/app/webroot/img/bg_mysche02.png) 0 0;
}
.mysche01.lock {
	border: 5px solid #7bd0da;
}
/*-------------------------------------*/
/*- popup
---------------------------------------*/
.popup {
	position: absolute;
	width: 462px;
	padding: 20px;
	color: #19283C;
	display: inline-block;
	background: #fff;
	border: 1px solid #b7b7b7;
	z-index: 3;
	box-shadow: 0px 4px 5px 0px rgba(148, 148, 148, 1);
}
.popup:before {
	/* [RM] ▼追加カスタマイズ▼ */
	/*top: -9px;*/
	/*left: 15px;*/
	/*margin-left: -9px;*/
	bottom: 100%;
	left: 6px;
	/* [RM] ▲追加カスタマイズ▲ */
	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 3;
}
.popup:after {
	/* [RM] ▼追加カスタマイズ▼ */
	/*top: -10px;*/
	/*left: 15px;*/
	/*margin-left: -10px;*/
	bottom: calc(100% + 1px);
	left: 5px;
	/* [RM] ▲追加カスタマイズ▲ */
	content: "";
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #b7b7b7 transparent;
	z-index: 2;
}
.popup.btm_arrow1 {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 315px;*/
	/* [RM] ▲追加カスタマイズ▲ */
}
.popup.btm_arrow1:before {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 315px;*/
	/*top: 313px;*/
	top: 100%;
	/* [RM] ▲追加カスタマイズ▲ */
	border-width: 9px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
}
.popup.btm_arrow1:after {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 315px;*/
	/*top: 314px;*/
	top: calc(100% + 1px);
	/* [RM] ▲追加カスタマイズ▲ */
	border-width: 10px 10px 0 10px;
	border-color: #b7b7b7 transparent transparent transparent;
}
.popup.btm_arrow0:before {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 315px;*/
	/*top: 283px;*/
	top: 100%;
	/* [RM] ▲追加カスタマイズ▲ */
	border-width: 9px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
}
.popup.btm_arrow0:after {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 315px;*/
	/*top: 284px;*/
	top: calc(100% + 1px);
	/* [RM] ▲追加カスタマイズ▲ */
	border-width: 10px 10px 0 10px;
	border-color: #b7b7b7 transparent transparent transparent;
}
.popup.right_arrow1:before {
	/* [RM] ▼追加カスタマイズ▼ */
	/*height: 315px;*/
	/*left: 445px;*/
    left: auto;
    right: 6px;
	/* [RM] ▲追加カスタマイズ▲ */
}
.popup.right_arrow1:after {
	/* [RM] ▼追加カスタマイズ▼ */
	/*left: 445px;*/
    left: auto;
    right: 5px;
	/* [RM] ▲追加カスタマイズ▲ */
}
/* popupÃ£ÂÂ®Ã¨Â¡Â¨Ã§Â¤Âº */
.popup ul li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.popup ul li.horizontal_checkboxes label input[type="checkbox"] {
	margin: 0 2px 0 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
/*.popup ul li.horizontal_checkboxes label {
	margin: 0 5px;
}
.popup ul li.horizontal_checkboxes label:first-of-type {
	margin-left: 0;
}
.popup ul li.horizontal_checkboxes label:last-of-type {
	margin-right: 0;
}*/
.popup ul li p {
	font-size: 12px;
	line-height: 30px;
	float: left;
	width: 100px;
}
.popup ul li input[type="text"], .popup ul li input[type="number"], .popup ul li select {
	height: 30px;
	padding: 0 5px;
}
.popup ul li textarea {
	padding: 0 5px;
}
.popup .btn {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 70px;
	padding: 5px 0;
	border-radius: 3px;
    background-color: #333333;
    border: 1px solid #000000;
}
.popup .btn:hover {
	opacity: 0.7;
}
.popup .btn.del {
	background-color: #d16255;
	border: 1px solid #b12516;
}
.popup .btn.del:disabled {
	background-color: #FFB2A9;
	border: 1px solid #D6938B;
}
.popup .btn.del:disabled:hover {
	opacity: 1;
}
.popup .btn.close {
	background-color: #808080;
	border: 1px solid #969696;
}
.popup .btn.save {
	background-color: #233467;
	border: 1px solid #465d9f;
}
/* Ã£Æ’â€¡Ã£â€šÂ£Ã£Æ’Â¬Ã£â€šÂ¯Ã£â€šÂ¿Ã£Æ’Â¼Ã£ÂËœÃ£â€šÆ’Ã£ÂÂªÃ£Ââ€žÃ£ÂÂ¨Ã£ÂÂÃ£ÂÂ®Ã¨Â¡Â¨Ã§Â¤Âº */
.popup.not_director ul li {
	display: table;
}
.popup.not_director ul li p {
	display: table-cell;
}
.popup.not_director ul li p:nth-child(1) {
	font-weight: bold;
	width: 100px;
}
.popup.not_director ul li p:nth-child(2) {
	width: 300px;
}
/*-------------------------------------*/
/*- sel_staff
---------------------------------------*/
#sel_staff.popup {
	width: 600px;
}
#sel_staff label {
	position: relative;
	width: 100px;
	padding: 0 0 5px 30px;
	display: block;
	float: left;
	margin-bottom: 5px;
}
#sel_staff label input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
}
#sel_staff .tit01 {
	font-size: 15px;
	margin: 0 0 10px;
	padding: 3px 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#sel_staff .positionBox01 {
	margin: 0 0 15px;
}
/*******************************************

		staff

******************************************/

#staff_wrap {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 1000px;*/
	width: 1200px;
	margin: 0 auto;
	/* [RM] ▲追加カスタマイズ▲ */
}
#staff_wrap .back {
	padding: 30px 0 20px;
}
#staff_wrap .back a {
	color: #fff;
	background-color: #465D9F;
	box-shadow: 2px 2px 2px #999;
	display: inline-block;
	padding: 10px 39px;
}
#staff_wrap .back a:hover {
	box-shadow: inset 2px 2px 2px #999;
}
/*-------------------------------------*/
/*- title
---------------------------------------*/
#staff_ttl {
	margin-bottom: 30px;
	border-left: 4px solid #465d9f;
}
#staff_ttl p {
	float: left;
}
#staff_ttl p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 20px;
}
#staff_ttl p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	border-right: 2px dotted #b7b7b7;
}
#staff_ttl p:nth-child(3) {
	color: #7d7d7d;
	font-size: 12px;
	padding: 0 3px 0 15px;
}
#staff_ttl p select {
	width: 200px;
	height: 30px;
	border: 1px solid #b7b7b7;
	box-shadow: inset 1px 1px 3px 0px #ccc;
	border-radius: 4px;
}
/*-------------------------------------*/
/*- table
---------------------------------------*/
#staff_tbl {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 1000px;*/
	width: 100%;
	/* [RM] ▲追加カスタマイズ▲ */
	border-top: 2px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
}
#staff_tbl thead {
}
#staff_tbl thead tr {
}
#staff_tbl thead tr th {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid #b7b7b7;
	border-bottom: 2px solid #b7b7b7;
}
#staff_tbl thead tr th:nth-child(1) {
	width: 150px;
	border-left: 2px solid #b7b7b7;
}
#staff_tbl thead tr th:nth-child(2) {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 400px;*/
	width: auto;
	/* [RM] ▲追加カスタマイズ▲ */
}
#staff_tbl thead tr th:nth-child(3) {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 150px;*/
	width: 200px;
	/* [RM] ▲追加カスタマイズ▲ */
}
#staff_tbl thead tr th:nth-child(4) {
	width: 150px;
}
#staff_tbl thead tr th:nth-child(5) {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 150px;*/
	/*border-right: none;*/
	width: 80px;
	/* [RM] ▲追加カスタマイズ▲ */
}
/* [RM] ▼追加カスタマイズ▼ */
#staff_tbl thead tr th:nth-child(6) {
	width: 100px;
	border-right: none;
}
/* [RM] ▲追加カスタマイズ▲ */
#staff_tbl tbody {
}
#staff_tbl tbody tr {
}
#staff_tbl tbody tr td {
	font-size: 14px;
	padding: 10px 20px;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px dotted #b7b7b7;
}
#staff_tbl tbody tr td:nth-child(1) {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 150px;*/
	/* [RM] ▲追加カスタマイズ▲ */
	border-left: 2px solid #b7b7b7;
}
#staff_tbl tbody tr td:nth-child(2) {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 400px;*/
	/* [RM] ▲追加カスタマイズ▲ */
}
#staff_tbl tbody tr td:nth-child(3) {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 150px;*/
	/* [RM] ▲追加カスタマイズ▲ */
}
#staff_tbl tbody tr td:nth-child(4) {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 150px;*/
	/* [RM] ▲追加カスタマイズ▲ */
}
#staff_tbl tbody tr td:nth-child(5) {
	/* [RM] ▼追加カスタマイズ▼ */
	/*width: 150px;*/
	/*border-right: none;*/
	/* [RM] ▲追加カスタマイズ▲ */
}
/* [RM] ▼追加カスタマイズ▼ */
#staff_tbl tbody tr td:nth-child(6) {
	width: 100px;
	border-right: none;
}
/* [RM] ▲追加カスタマイズ▲ */
#staff_tbl tbody tr:last-child td {
	border-bottom: none;
}
#staff_tbl tbody tr:nth-child(even) td {
	background: #f8f9fa;
}
#staff_tbl tbody tr td span {
	color: #b93c2f;
	font-size: 15px;
	font-weight: bold;
}
#staff_tbl tbody tr.btm td {
	background: #fff;
	border-top: 2px solid #b7b7b7;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#staff_tbl tbody tr.btm td:last-child {
	border-left: 2px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
	border-bottom: 2px solid #b7b7b7;
}
#staff_tbl tbody tr.btm td p:first-child {
	color: #7d7d7d;
	font-size: 12px;
	float: left;
	padding-top: 8px;
}
#staff_tbl tbody tr.btm td p:last-child {
	font-size: 14px;
	float: right;
}
#staff_tbl tbody tr td p span {
	color: #b93c2f;
	font-size: 20px;
	fong-weight: bold;
}
/*有給は色を変える*/
#staff_tbl tbody .holiday01 td {
	background-color: #B7B7B7;
}
/*-------------------------------------*/
/*- cmnTable01
---------------------------------------*/
.cmnTable01Wrap {
	width: 1000px;
	margin: 0 auto;
	/* [RM] ▼追加カスタマイズ▼ */
	padding: 0 0 100px 0;
	/* [RM] ▲追加カスタマイズ▲ */
}
.cmnTable01Wrap .back {
	padding: 30px 0 20px;
}
.cmnTable01Wrap .back a {
	color: #fff;
	background-color: #465D9F;
	box-shadow: 2px 2px 2px #999;
	display: inline-block;
	padding: 10px 39px;
}
/* [RM] ▼追加カスタマイズ▼ */
.cmnTable01Wrap .back a.switch_off {
	background-color: #979fb7;
}
/* [RM] ▲追加カスタマイズ▲ */
.cmnTable01Wrap .back a:hover {
	box-shadow: inset 2px 2px 2px #999;
}
.cmnTable01Wrap .back a + a {
	margin: 0 0 0 30px;
}
.cmnTable01 {
	width: 1000px;
	border: 2px solid #b7b7b7;
	border-left: none;
}
.cmnTable01 thead {
}
.cmnTable01 thead tr {
}
.cmnTable01 thead tr th {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid #b7b7b7;
	border-bottom: 2px solid #b7b7b7;
}
.cmnTable01 thead tr th:nth-child(1) {
	border-left: 2px solid #b7b7b7;
}
.cmnTable01 tbody {
}
.cmnTable01 tbody tr {
	/* [RM] ▼追加カスタマイズ▼ */
	cursor: move;
	/* [RM] ▲追加カスタマイズ▲ */
}
.cmnTable01 tbody tr td {
	/* [RM] ▼追加カスタマイズ▼ */
	background: #ffffff;
	/* [RM] ▲追加カスタマイズ▲ */
	font-size: 14px;
	padding: 10px 20px;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px dotted #b7b7b7;
}
.cmnTable01 tbody tr td:nth-child(1) {
	border-left: 2px solid #b7b7b7;
}
.cmnTable01 tbody tr:nth-child(even) td {
	background: #f8f9fa;
}
.cmnTable01 tbody tr td span {
	color: #b93c2f;
	font-size: 15px;
	font-weight: bold;
}
.cmnTable01 tbody tr.btm td {
	background: #fff;
	border-top: 2px solid #b7b7b7;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.cmnTable01 tbody tr.btm td p:first-child {
	color: #7d7d7d;
	font-size: 12px;
	float: left;
	padding-top: 8px;
}
.cmnTable01 tbody tr td p span {
	color: #b93c2f;
	font-size: 20px;
	font-weight: bold;
}
/*-------------------------------------*/
/*- userTable01
---------------------------------------*/
.userTable01Wrap{
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}
.userTable01Wrap .back{
	padding: 30px 0 20px;
}
.userTable01Wrap .back a{
	background: #646464;
	color: #fff;
	padding: 10px 32px;
	display: inline-block;
	border-radius: 6px;
	border-bottom: 2px solid #505050;
}
.userTable01Wrap .back a:hover{
	opacity: 0.7;
}
.userTable01Wrap .back a + a {
	margin: 0 0 0 30px;
}
.userTable01Wrap .userTable01{
	border: 2px solid #b7b7b7;
	width: 1000px;
	margin-bottom: 30px;
}
.userTable01 tbody tr th {
	padding: 22px 20px;
	width: 101px;
	background: #f8f9fb;
	border-bottom: 1px dotted #b7b7b7;
	border-right: 1px solid #b7b7b7;	
}
.userTable01 tbody tr td{
	border-bottom: 1px dotted #b7b7b7;
	padding: 10px 0 10px 25px;
}
.userTable01 tbody tr .ta_center{
	text-align: left;
}
.userTable01 tbody tr td input[type="text"],
.userTable01 tbody tr td input[type="password"]{
	border: 1px solid #dbdbdb;
	height: 38px;
	width: 328px;
	padding: 0 15px;
}
.userTable01 tbody tr td select{
	border: 1px solid #dbdbdb;
	height: 38px;
	width: 170px;
	padding: 0 12px;
}
.userTable01 tbody tr td label{
	padding-left: 15px;
}
.userTable01Wrap .submit{
	text-align: center;
}
.userTable01Wrap .submit input{
	padding: 10px 86px;
	color: #fff;
	background-color: #465D9F;
	border-radius: 6px;
	border-bottom: 2px solid #394a7e;
}
.userTable01Wrap .submit input:hover{
	opacity: 0.8;
}
/*******************************************

		format

******************************************/

/*-------------------------------------*/
/*- font
---------------------------------------*/
.fw_bold {
	font-weight: bold;
}
.fs_16 {
	font-size: 16px;
}
/*-------------------------------------*/
/*- width
---------------------------------------*/
.w30p {
	width: 30% !important;
}
.w50 {
	width: 50px !important;
}
.w100 {
	width: 100px !important;
}
.w150 {
	width: 150px !important;
}
.w200 {
	width: 200px !important;
}
.w250 {
	width: 250px !important;
}
.w270 {
	width: 270px !important;
}
.w300 {
	width: 300px !important;
}
.w320 {
	width: 320px !important;
}
.w350 {
	width: 350px !important;
}
.w400 {
	width: 400px !important;
}
.w420 {
	width: 420px !important;
}
.w450 {
	width: 450px !important;
}
.w500 {
	width: 500px !important;
}
.w550 {
	width: 550px !important;
}
.w560 {
	width: 560px !important;
}
.w600 {
	width: 600px !important;
}
/*-------------------------------------*/
/*- height
---------------------------------------*/
.h1 {
	height: 1px !important;
}
.h50 {
	height: 50px !important;
}
.h100 {
	height: 100px !important;
}
.h250 {
	height: 250px !important;
}
/*-------------------------------------*/
/*- font style
---------------------------------------*/
.italic {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}
/*-------------------------------------*/
/*- text align
---------------------------------------*/
.ta_center {
/*	text-align: center !important;*/
}
.ta_left {
	text-align: left !important;
}
.ta_right {
	text-align: right !important;
}
.va_top {
	vertical-align: top !important;
}
.va_middle {
	vertical-align: middle !important;
}
.va_bottom {
	vertical-align: bottom !important;
}
/*-------------------------------------*/
/*- float
---------------------------------------*/
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
/*-------------------------------------*/
/*- display
---------------------------------------*/
.dp_none {
	display: none;
}
.dp_blk {
	display: block;
}
.dp_inblk {
	display: inline-block;
}
.dp_table {
	display: table;
}
.dp_tcell {
	display: table-cell;
}
/*-------------------------------------*/
/*- form
---------------------------------------*/
input[type="checkbox"] {
	margin-top: 0;
	margin-bottom: 0;
}
/*-------------------------------------*/
/*- margin
---------------------------------------*/
.mtb_auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mlr_auto {
	margin-left: auto;
	margin-right: auto;
}
.mt_auto {
	margin-top: auto;
}
.mt_5 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_35 {
	margin-top: 35px;
}
.mt_40 {
	margin-top: 40px;
}
.mt_45 {
	margin-top: 45px;
}
.mt_50 {
	margin-top: 50px;
}
.mt_55 {
	margin-top: 55px;
}
.mt_60 {
	margin-top: 60px;
}
.mt_65 {
	margin-top: 65px;
}
.mt_70 {
	margin-top: 70px;
}
.mt_75 {
	margin-top: 75px;
}
.mt_80 {
	margin-top: 80px;
}
.mt_85 {
	margin-top: 85px;
}
.mt_90 {
	margin-top: 90px;
}
.mt_95 {
	margin-top: 95px;
}
.mt_100 {
	margin-top: 100px;
}
.mr_auto {
	margin-right: auto;
}
.mr_5 {
	margin-right: 5px;
}
.mr_10 {
	margin-right: 10px;
}
.mr_15 {
	margin-right: 15px;
}
.mr_20 {
	margin-right: 20px;
}
.mr_25 {
	margin-right: 25px;
}
.mr_30 {
	margin-right: 30px;
}
.mr_35 {
	margin-right: 35px;
}
.mr_40 {
	margin-right: 40px;
}
.mr_45 {
	margin-right: 45px;
}
.mr_50 {
	margin-right: 50px;
}
.mr_55 {
	margin-right: 55px;
}
.mr_60 {
	margin-right: 60px;
}
.mr_65 {
	margin-right: 65px;
}
.mr_70 {
	margin-right: 70px;
}
.mr_75 {
	margin-right: 75px;
}
.mr_80 {
	margin-right: 80px;
}
.mr_85 {
	margin-right: 85px;
}
.mr_90 {
	margin-right: 90px;
}
.mr_95 {
	margin-right: 95px;
}
.mr_100 {
	margin-right: 100px;
}
.ml_auto {
	margin-left: auto;
}
.ml_5 {
	margin-left: 5px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_15 {
	margin-left: 15px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_25 {
	margin-left: 25px;
}
.ml_30 {
	margin-left: 30px;
}
.ml_35 {
	margin-left: 35px;
}
.ml_40 {
	margin-left: 40px;
}
.ml_45 {
	margin-left: 45px;
}
.ml_50 {
	margin-left: 50px;
}
.ml_55 {
	margin-left: 55px;
}
.ml_60 {
	margin-left: 60px;
}
.ml_65 {
	margin-left: 65px;
}
.ml_70 {
	margin-left: 70px;
}
.ml_75 {
	margin-left: 75px;
}
.ml_80 {
	margin-left: 80px;
}
.ml_85 {
	margin-left: 85px;
}
.ml_90 {
	margin-left: 90px;
}
.ml_95 {
	margin-left: 95px;
}
.ml_100 {
	margin-left: 100px;
}
.mb_auto {
	margin-bottom: auto;
}
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_35 {
	margin-bottom: 35px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_45 {
	margin-bottom: 45px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_55 {
	margin-bottom: 55px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_65 {
	margin-bottom: 65px;
}
.mb_70 {
	margin-bottom: 70px;
}
.mb_75 {
	margin-bottom: 75px;
}
.mb_80 {
	margin-bottom: 80px;
}
.mb_85 {
	margin-bottom: 85px;
}
.mb_90 {
	margin-bottom: 90px;
}
.mb_95 {
	margin-bottom: 95px;
}
.mb_100 {
	margin-bottom: 100px;
}
/*-------------------------------------*/
/*- padding
---------------------------------------*/
.pt_5 {
	padding-top: 5px;
}
.pt_10 {
	padding-top: 10px;
}
.pt_15 {
	padding-top: 15px;
}
.pt_20 {
	padding-top: 20px;
}
.pt_25 {
	padding-top: 25px;
}
.pt_30 {
	padding-top: 30px;
}
.pt_35 {
	padding-top: 35px;
}
.pt_40 {
	padding-top: 40px;
}
.pt_45 {
	padding-top: 45px;
}
.pt_50 {
	padding-top: 50px;
}
.pt_55 {
	padding-top: 55px;
}
.pt_60 {
	padding-top: 60px;
}
.pt_65 {
	padding-top: 65px;
}
.pt_70 {
	padding-top: 70px;
}
.pt_75 {
	padding-top: 75px;
}
.pt_80 {
	padding-top: 80px;
}
.pt_85 {
	padding-top: 85px;
}
.pt_90 {
	padding-top: 90px;
}
.pt_95 {
	padding-top: 95px;
}
.pt_100 {
	padding-top: 100px;
}
.pr_5 {
	padding-right: 5px;
}
.pr_10 {
	padding-right: 10px;
}
.pr_15 {
	padding-right: 15px;
}
.pr_20 {
	padding-right: 20px;
}
.pr_25 {
	padding-right: 25px;
}
.pr_30 {
	padding-right: 30px;
}
.pr_35 {
	padding-right: 35px;
}
.pr_40 {
	padding-right: 40px;
}
.pr_45 {
	padding-right: 45px;
}
.pr_50 {
	padding-right: 50px;
}
.pr_55 {
	padding-right: 55px;
}
.pr_60 {
	padding-right: 60px;
}
.pr_65 {
	padding-right: 65px;
}
.pr_70 {
	padding-right: 70px;
}
.pr_75 {
	padding-right: 75px;
}
.pr_80 {
	padding-right: 80px;
}
.pr_85 {
	padding-right: 85px;
}
.pr_90 {
	padding-right: 90px;
}
.pr_95 {
	padding-right: 95px;
}
.pr_100 {
	padding-right: 100px;
}
.pl_5 {
	padding-left: 5px;
}
.pl_10 {
	padding-left: 10px;
}
.pl_15 {
	padding-left: 15px;
}
.pl_20 {
	padding-left: 20px;
}
.pl_25 {
	padding-left: 25px;
}
.pl_30 {
	padding-left: 30px;
}
.pl_35 {
	padding-left: 35px;
}
.pl_40 {
	padding-left: 40px;
}
.pl_45 {
	padding-left: 45px;
}
.pl_50 {
	padding-left: 50px;
}
.pl_55 {
	padding-left: 55px;
}
.pl_60 {
	padding-left: 60px;
}
.pl_65 {
	padding-left: 65px;
}
.pl_70 {
	padding-left: 70px;
}
.pl_75 {
	padding-left: 75px;
}
.pl_80 {
	padding-left: 80px;
}
.pl_85 {
	padding-left: 85px;
}
.pl_90 {
	padding-left: 90px;
}
.pl_95 {
	padding-left: 95px;
}
.pl_100 {
	padding-left: 100px;
}
.pb_5 {
	padding-bottom: 5px;
}
.pb_7 {
	padding-bottom: 7px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pb_15 {
	padding-bottom: 15px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pb_25 {
	padding-bottom: 25px;
}
.pb_30 {
	padding-bottom: 30px;
}
.pb_35 {
	padding-bottom: 35px;
}
.pb_40 {
	padding-bottom: 40px;
}
.pb_45 {
	padding-bottom: 45px;
}
.pb_50 {
	padding-bottom: 50px;
}
.pb_55 {
	padding-bottom: 55px;
}
.pb_60 {
	padding-bottom: 60px;
}
.pb_65 {
	padding-bottom: 65px;
}
.pb_70 {
	padding-bottom: 70px;
}
.pb_75 {
	padding-bottom: 75px;
}
.pb_80 {
	padding-bottom: 80px;
}
.pb_85 {
	padding-bottom: 85px;
}
.pb_90 {
	padding-bottom: 90px;
}
.pb_95 {
	padding-bottom: 95px;
}
.pb_100 {
	padding-bottom: 100px;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* [RM] ▼追加カスタマイズ▼ */
.black-screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}
.black-screen > .inner {
  position: absolute;
  top: calc(50vh - (5vw / 2));
  overflow: hidden;
  margin: 0 auto;
  width: 3vw;
  height: 3vw;
  background: url("loading.svg") no-repeat center / cover;
  inset: calc(50vh - 2.5vw) 0 0;
}
/* カレンダーサイズ */
#ui-datepicker-div {
  font-size: 1.5em;
}
#ui-datepicker-div table td span,
#ui-datepicker-div table td a {
  padding: 5px;
}
/* カレンダーカラー */
#ui-datepicker-div .saturday a {
  background-color: rgb(0 0 255 / 50%);
}
#ui-datepicker-div .sunday a {
  background-color: rgb(255 0 0 / 50%);
}
#ui-datepicker-div .holiday a {
  background-color: rgb(255 0 190 / 50%);
}
#ui-datepicker-div .closed a {
  background-color: rgb(100 100 100 / 50%);
}
/* カレンダーボタン */
.ui-datepicker-trigger {
  height: 28px;
  cursor: pointer;
}
/* 自動的にセットした「休日」 */
.auto-holiday {
  z-index: 0;
  width: 120px !important;
  border: none !important;
  background: rgb(0 0 0 / 20%) !important;
  color: rgb(0 0 0 / 20%) !important;
  pointer-events: none;
}
/* 取材・納品件数 */
#direction_count {
  position: absolute;
  top: 50%;
  left: 280px;
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 10px;
  border: 1px solid #ffffff;
  transform: translateY(-50%);
  min-width: 600px;
}
#direction_count button {
  margin-right: 10px;
}
#direction_count span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
#direction_count span:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
/* [RM] ▲追加カスタマイズ▲ */

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ポップアップ画面を表示 */
#popup_screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
}
#popup_screen #popup_close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
#popup_screen #popup_close::after {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  content: "×";
  font-weight: bold;
  font-size: 50px;
  cursor: pointer;
}
#popup_screen #popup_html {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
  width: 90%;
  height: 80%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transform: translate(-50%, -50%);
}
#popup_screen #popup_html > div {
  overflow: auto;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 100%;
}
/* テーブル */
#popup_screen #popup_html > div table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}
#popup_screen #popup_html > div table tr th:nth-child(1) {
  width: 120px;
}
#popup_screen #popup_html > div table tr th:nth-child(2) {
  width: 150px;
}
/* #popup_screen #popup_html > div table tr th:nth-child(3) {
} */
/* #popup_screen #popup_html > div table tr th:nth-child(4) {
} */
#popup_screen #popup_html > div table tr th:nth-child(5) {
  width: 120px;
}
/* #popup_screen #popup_html > div table tr th:nth-child(6) {
  width: 250px;
} */
#popup_screen #popup_html > div table tr th {
  padding: 8px;
  border: 1px solid #dddddd;
  background-color: #8aadff;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
#popup_screen #popup_html > div table tr td {
  padding: 8px;
  border: 1px solid #dddddd;

  overflow-wrap: break-word;
}
#popup_screen #popup_html > div table tr:nth-child(even) {
  background-color: #fafafa;
}
#popup_screen #popup_html > div table tr:hover {
  background-color: #dffad4;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 最終更新日を表示 */
.popup .check_timestamp {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  margin: 0 20px;
  width: calc(100% - 40px);
  height: 20px;
  font-size: 10px;
}

/* 納品までの残り日数を表示 */
.popup ul li .check_days_remaining {
  width: calc(100% - 100px - 100px - 20px);
  color: red;
  text-align: right;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
