@charset "utf-8";
/**
 * モーダル
 *
 */

/* オーバーレイ
*********************************/
div.overlay, div.menu_overlay {
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: fixed; /* IE6不可 */
	top: 0;
	left: 0;
	z-index: 900; /* js_modalよりも小さい値 */
	width: 100%;
	height: 100%;
	background: #000; /*見やすいように色付け 後で消すかも*/
	opacity: .5;
	filter: alpha(opacity=50);
}
#system_overlay_normal { /* 登録前確認等の通常時 */
	background: #000;
}
#system_overlay_warning { /* 削除前確認等の警告時 */
	background: #000;
}


/* モーダルエリア
*********************************/
div.js_modal {
	display: none;
	position: fixed; /* IE6不可 */
	z-index: 1000; /* overlayよりも大きい値 */
	padding: 20px;
	width: 540px;
	height: 480px;
	background: #fff;
	border: 4px solid #68AB30;
	border-radius: 8px;
}
div.js_menu_modal {
	position: fixed; /* IE6不可 */
	z-index: 1000; /* overlayよりも大きい値 */
	padding: 20px;
	border: 4px solid #68AB30;
	border-radius: 8px;
}
div.js_modal h1.js_modal_title,
div.js_menu_modal {
	margin-bottom: 10px;
	padding-bottom: 2px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
}

#crstmodal200_search02 tbody{
	background: transparent;
}

div.js_modal li:hover {
	background: #ffa !important;
}
div.js_modal li.disabled:hover {
	background: transparent !important;
}
div.js_modal li.selected {
	background: #ff6 !important;
}
div.js_modal li.selected:hover,
div.js_modal li.selected.hover {
	background: #ff0 !important;
}

/* 一覧
*********************************/
ul.js_modal_optionlist {
	overflow: hidden;
	overflow-y: scroll;
}
ul.js_modal_optionlist li {
	position: relative;
	margin: 0 2px 4px 0;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 1px 1px 2px #999;
	z-index: 1;
}
ul.js_modal_optionlist li:hover {
	background: #ff6;
}
ul.js_modal_optionlist a.btn_bookmark {
	position: absolute;
	top: 3px;
	right: 2px;
	width: 16px;
	height: 16px;
	font-size: 0;
	text-indext: -9999px;
	background: url(../images/icn-star-off.png) no-repeat 0 0;
}
ul.js_modal_optionlist a.btn_bookmark.on {
	background: url(../images/icn-star-on.png) no-repeat 0 0;
}
ul.js_modal_optionlist a.btn_bookmark.off {
	background: url(../images/icn-star-off.png) no-repeat 0 0;
}
ul.js_modal_optionlist a.btn_bookmark.posi2 {
	right: 24px;
	background: url(../images/icn-star-jigyo-off.png) no-repeat -5px -6px;
}
ul.js_modal_optionlist a.btn_bookmark.posi2.on {
	background: url(../images/icn-star-jigyo-on.png) no-repeat -5px -6px;
}
ul.js_modal_optionlist a.btn_bookmark.posi2.off {
	background: url(../images/icn-star-jigyo-off.png) no-repeat -5px -6px;
}
ul.js_modal_optionlist div.posi3 {
	position: absolute;
	right: 50px;
	top: 3px;
	z-index: 2;
}

#bookmark-tooltip {
	position: absolute;
	top: 0;
	right: 22px;
	padding: 4px;
	line-height: 1;
	font-size: 12px;
	background: #333;
	color: #fff;
}


/*=========================================
	#crstmodal001: 確認ダイアログ
==========================================*/
#crstmodal001 {
	padding-top: 10px;
	width: 350px;
	height: auto;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
#crstmodalmenu001 {
	padding-top: 10px;
	width: 400px;
	height: auto;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
#crstmodal001_title, #crstmodalmenu001_title {
	margin-bottom: 20px;
	padding-bottom: 8px;
}
#crstmodal001_message, #crstmodalmenu001_message {
	margin-bottom: 20px;
	font-size: 14px;
}
#crstmodal001_btnblock {
	text-align: right;
}
#crstmodalmenu001_btnblock {
	text-align: center;
}
#crstmodal001 a.btn_crstmodal001:first-child,
#crstmodalmenu001 a.btn_crstmodalmenu001:first-child {
	margin-right: 24px;
}
#crstmodal001 a.btn_crstmodal001,
#crstmodal001 a.btn_crstmodal002 {
	display: inline-block;
	padding: 6px 14px 4px;
	width: 79px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #7DB72F;
	border: 1px solid #488442;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
	text-decoration:none;
}
#crstmodalmenu001 a.btn_crstmodalmenu001{
	display: inline-block;
	padding: 6px 14px 4px;
	width: 120px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #7DB72F;
	border: 1px solid #488442;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
	text-decoration:none;
}
#crstmodal001 a.btn_crstmodal001:hover,
#crstmodalmenu001 a.btn_crstmodalmenu001:hover,
#crstmodal001 a.btn_crstmodal002:hover {
	background: #93D94C;
}

/*=========================================
	#crstmodal002: 届出モーダル
==========================================*/
#crstmodal002 {
	display:none;
	border: 3px solid #329e63 !important;
	background-color: #fff !important;
	padding-top: 10px;
	width: 450px;
	height: auto;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}

#crstmodal002 .crstmodal002_head {
	padding-top: 10px;
	width:80%;
	margin:0px auto;
}
#crstmodal002 .crstmodal002_head:first-child {
	padding-top: 0px;
}

#crstmodal002 .crstmodal002_detail {
	width:80%;
	display: inline-block;
}

#crstmodal002_title {
	font-size: 25px;
	text-align: center;
	color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
}
#crstmodal002_message{
	margin-bottom: 20px;
	font-size: 14px;
}
#crstmodal002_btnblock {
	text-align: right;
}
#crstmodalmenu002_btnblock {
	text-align: center;
}
#crstmodal002 a.btn_crstmodal002:first-child,
#crstmodalmenu001 a.btn_crstmodalmenu001:first-child {
	margin-right: 24px;
}

#crstmodal002 a.btn_crstmodal002 {
	display: inline-block;
	padding: 6px 14px 4px;
	width: 79px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #7DB72F;
	border: 1px solid #488442;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
	text-decoration:none;
}

#crstmodalmenu002 a.btn_crstmodalmenu002{
	display: inline-block;
	padding: 6px 14px 4px;
	width: 120px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #7DB72F;
	border: 1px solid #488442;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
	text-decoration:none;
}

#crstmodal001 a.btn_crstmodal002:hover {
	background: #93D94C;
}
/*=========================================*/
/*=========================================
	#crstmodalmenu
==========================================*/
#crstmodalmenu {
	position: fixed; /* IE6不可 */
	z-index: 1000; /* overlayよりも大きい値 */
    padding-top: 10px;
    width: 35%;
/*ヘッダーの高さ分下げる
    margin-top: 80px; 
    height: calc(100% - 80px);
*/
    height: 100%;
	top: 0%;
    right: -40%;	/*表示時にanimateで0%まで移動*/
/*	transform: translate(-50%, -50%); */
	background: #FFFFFF;
	border: 4px solid #329e63;
	border-radius: 8px;
}

#crstmodalmenu div.menu_list {
	height:100%; 
	width:100%; 
	overflow-y:auto;
	margin:0 auto;
}

#crstmodalmenu div.menu_list ul {
	 list-style:none;
}

#crstmodalmenu div.menu_list ul li a {
	display: block;
	height:100%;
	width:100%;
	padding:10px 30px;
	margin:10px 0px;
    background: #329e63;
    color:#FFFFFF;
	border: 1px solid #488442;
	border-radius: 5px;
	font-size: 25px;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
}

#crstmodalmenu div.menu_list ul li a:hover {
	background-color:#FFFFFF;
    color:#329e63;
}

/* 時分ツール
-----------------------------------------*/
#cbtool-time-tooltip,
#cbtool-time-tooltip2 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 230px;
	font-size: 14px;
	background: none repeat scroll 0 0 rgb(234, 246, 253);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2);
	border-radius: 5px;		/* CSS3草案 */
}
#cbtool-time-tooltip section,
#cbtool-time-tooltip2 section{
	width: 220px;
	text-align: center;
}
#cbtool-time-tooltip input.time,
#cbtool-time-tooltip2 input.time{
	width: 4rem;
	text-align: center;
}
#cbtool-time-tooltip section,
#cbtool-time-tooltip2 section {
	float: left;
	margin: 0 10px;
}
#cbtool-time-tooltip table,
#cbtool-time-tooltip2 table {
	border: none;
	margin-left: 65px;
}
#cbtool-time-tooltip th, #cbtool-time-tooltip td,
#cbtool-time-tooltip2 th, #cbtool-time-tooltip2 td {
	text-align: center;
}
#cbtool-time-tooltip td,
#cbtool-time-tooltip2 td {
	cursor: pointer;
}
#cbtool-time-tooltip td.disabled,
#cbtool-time-tooltip2 td.disabled {
	cursor: auto;
	background: #eee;
}
#cbtool-time-tooltip td:hover,
#cbtool-time-tooltip2 td:hover {
	background: #ffc;
}
#cbtool-time-tooltip td.disabled:hover,
#cbtool-time-tooltip2 td.disabled:hover {
	background: #eee;
}
#cbtool-time-tooltip div.cbtool-time-btn-area,
#cbtool-time-tooltip2 div.cbtool-time-btn-area {
	clear: both;
	margin-top: 10px;
	text-align: center;
}
#cbtool-time-tooltip a,
#cbtool-time-tooltip2 a {
	text-decoration: none;
}

#cbtool-time-tooltip .am_tbl .selected,
#cbtool-time-tooltip .pm_tbl .selected,
#cbtool-time-tooltip2 .am_tbl .selected,
#cbtool-time-tooltip2 .pm_tbl .selected {
	background-color: #8080c0;
	color: #ffffff;
}

#cbtool-time-tooltip .range_input {
	margin-left: 12px;
}

#cbtool-time-tooltip2 .time_input {
	margin-left: 66px;
}

#cbtool-time-tooltip  .spinControl,
#cbtool-time-tooltip2 .spinControl {
	float: left;
	margin-top: 5px;
}

#cbtool-time-tooltip  .nyoro,
#cbtool-time-tooltip2 .nyoro {
	float: left;
	margin: 10px 5px;
}

#cbtool-time-tooltip  .spinControl input,
#cbtool-time-tooltip2 .spinControl input {
	float: left;
}

#cbtool-time-tooltip  .spinbtn,
#cbtool-time-tooltip2 .spinbtn {
	margin: 0;
	padding: 0;
	width: 80px;
	height: 11px;
}

a.btn_closemodal {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    overflow: hidden;
    background: url(../img/btn-mordalclose.png) no-repeat 0 0;
}