#header_info {
    z-index: 3; /* 2022/05/25 MOD S.Hirata Ver13.0.0  2→3に変更 */
}

/* ====================================================================== */
/* 信号灯日報画面                                                         */
/* ====================================================================== */       
/* ---------------------------------------------------------------------- */
/* 操作ボタン共通 */
/* ---------------------------------------------------------------------- */
.buttonDiv
{
}
/* ブルーボタン共通　*/
.button.blue {
}
.buttonDiv:hover
{
    cursor: pointer;
    /* --- Others --- */
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;            
}

/* ---------------------------------------------------------------------- */
/* 操作パネル表示領域                                                     */
/* ---------------------------------------------------------------------- */
.divControlPanelArea
{
	position: relative;
	height: 35px; 
	width: 475px;
	padding: 0 0px 0px 0;  
	line-height: 35px; 
	border-radius:10px;
	background-color:#add3ff;
	top:15px;
}
/* ---------------------------------------------------------------------- */
/* 操作パネル表示領域 左側 */
/* ---------------------------------------------------------------------- */
#divControlPanelLeftArea
{
	position: absolute;
	left: 0px;
    height: 35px;
}

/* 前日ボタン */
.buttonDiv.prevTime
{
	/*position: relative;*/
    width: 32px;
    height: 32px;
    margin: 1px 5px 0 5px; 
    float: left;    
    background-color: transparent;
    background-image: url('./images/button_prev_arrow.png');
    background-repeat: no-repeat;
}
/* 翌日ボタン */
.buttonDiv.nextTime
{
	/*position: relative;*/
    width: 32px;
    height: 32px;
	margin: 1px 5px 0 2px; 
    float: left;    
    background-color: transparent;
    background-image: url('./images/button_next_arrow.png');
    background-repeat: no-repeat;
}

/*---- 2021/04/09 Ver10.0.0 ADD Start S.Hirata ----*/

/* 切替ボタン */
.buttonDiv.switch {
    width: 32px;
    height: 32px;
    margin: 1px 5px 0 2px;
    float: left;
    background-color: transparent;
    background-image: url('./images/button_switch.png');
    background-repeat: no-repeat;
}

/*---- 2021/04/09 Ver10.0.0 ADD End S.Hirata ----*/


/* ----- 装置選択BOX ------*/
.visibleArea
{
	background-color: #ffffff;
	width:270px;
	height:43px;
	border: 1px solid #ffffff;
	border-radius:5px;
	box-shadow:1px 1px 2px #777777;
	margin: 0 0 5px 0;
	padding: 2px 0px 2px 7px;
}
.hiddenArea
{
	background-color:#0071b9;
	width:270px;
	height:43px;
	border: 1px solid #0087e1;
	border-radius:3px;
	box-shadow:1px 1px 2px #03adff;
	margin: 0 0 5px 0;
	padding: 2px 0px 2px 7px;
}
#signalNameArea:hover
{
	background-color:#0071b9;
	border: 1px solid #0087e1;
	box-shadow:1px 1px 2px #03adff;
}
#signalNameArea:hover #signalName
{
	color:#ffffff;
}
.visibleName
{
	color:#000000;
}
.hiddenName
{
	color:#ffffff;
}
#signalNameArea a
{
	text-decoration: none;
}

/* ------- 装置選択エリア ----------*/
.signalNameListArea
{
	position: relative;
	top: 130px;
	width:1270px;
}

/* 装置選択タイトル */
.swich_area
{
	border-radius:3px;
	padding:2px;
	line-height:35px;
	padding-left:20px;	
}
.swich_area.close
{ 
	background-color:#eeeeee;
	color:#0d0d0d;
	border-bottom:1px solid #3E587B;
}
.swich_area.close:hover
{ 
	background-color:#12345e;
	color:#eeeeee;
	border-bottom:1px solid #cfcfcf;
}
.swich_area.open
{ 
	background-color:#12345e;
	color:#eeeeee;
	border-bottom:1px solid #cfcfcf;
}
.swich_area.close.target,.swich_area.open.target
{
	background-color:#494646;
	color:#ffffff;
}

/* 矢印 */
.swich_area.close:after{
	display: block;
	content: "";
	position: absolute;
	left: 160px;
	width: 6px;
	height: 6px;
	margin: -24px 0 0 0;
	border-top: solid 2px #1e1e1e;
	border-right: solid 2px #1e1e1e;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swich_area.close:hover:after
{
	display: block;
	content: "";
	position: absolute;
	left: 160px;
	width: 6px;
	height: 6px;
	margin: -24px 0 0 0;
	border-top: solid 2px #eeeeee;
	border-right: solid 2px #eeeeee;
}

.swich_area.open:after
{
	display: block;
	content: "";
	position: absolute;
	left: 160px;
	width: 6px;
	height: 6px;
	margin: -24px 0 0 0;
	border-top: solid 2px #eeeeee;
	border-right: solid 2px #eeeeee;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.swich_area.close.target:after{
	display: block;
	content: "";
	position: absolute;
	left: 160px;
	width: 6px;
	height: 6px;
	margin: -24px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swich_area.close.target:hover:after{
	display: block;
	content: "";
	position: absolute;
	left: 160px;
	width: 6px;
	height: 6px;
	margin: -24px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.swich_area.open.targe:after{
	display: block;
	content: "";
	position: absolute;
	left: 160px;
	width: 6px;
	height: 6px;
	margin: -24px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* ----- リンクエリア ----- */

/* リンクボタン 有効 */
.linkbtn
{
	font-size:12px;
	width:240px;
	padding: 2px 6px;
	height: 40px;
	float:left;
	border:1px solid #9c9c9d;
	background-color:#d6d7d8;
	border-radius:3px;
	color:#080808;
}
.linkbtn:hover
{
	font-size:12px;
	width:240px;
	padding: 2px 6px;
	height: 40px;
	float:left;
	background-color:#ffffff;
	border-radius:3px;
	color:#080808;
	text-decoration:none;
	font-weight:bold;
}
.linkbtn:hover .signalNameList
{
	color:#444444;
	text-decoration:none;
	font-weight:bold;
}

.linkbtn .signalNameList
{
	font-size:12px;
	
}
/* リンクボタン 無効　*/
.linkbtn_none
{
	font-size:12px;
	width:240px;
	padding: 2px 6px;
	height: 40px;
	float:left;
	border:1px solid #9c9c9d;
	background-color:#d6d7d8;
	border-radius:3px;
	color:#b8b8b8;
}
.linkbtn_none:hover
{
	font-size:12px;
	width:240px;
	padding: 2px 6px;
	height: 40px;
	float:left;
	border:1px solid #9c9c9d;
	background-color:#d6d7d8;
	border-radius:3px;
	color:#b8b8b8;
	text-decoration:none;
	font-weight:bold;
}
.linkbtn_none .signalNameList
{
	font-size:12px;
}
.linkbtn_none .signalNameList:hover
{
	color:#b8b8b8;
	text-decoration:none;
}
.equip_overlay
{
	z-index: 3;
	position:fixed;
	top: 0;
	left:0;
	width:100%;
	height:120%;
	background:rgba(0,0,0,0);
}

/*----- 表示選択エリア ------*/
#DivSelectDisplay
{
	float:left; 
	margin:5px 5px 0 8px;
}
.left.selectable.m_year.shift
{
	border: solid 1px #dddddd;
	width: 100px;
	padding: 0 5px;
	line-height: 22px;
}
/*----- カレンダーエリア -----*/
.calender
{
	float:left;
}
.calenderBox
{
	border: solid 1px #dddddd;
	width: 120px; 
	margin:5px;
	text-align:center;
	padding-right: 5px;
	line-height: 22px;
    cursor:pointer;
}
.shiftName
{
    width:900px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background: -moz-linear-gradient(left, #0080e8, rgba(116, 187, 245, 0.8), rgba(181, 222, 245, 0.6),  rgba(189, 223, 245, 0.4), transparent);
    background: -webkit-linear-gradient(left, #0080e8, rgba(116, 187, 245, 0.8), rgba(181, 222, 245, 0.6),  rgba(189, 223, 245, 0.4), transparent);
    background: linear-gradient(to right, #0080e8, rgba(116, 187, 245, 0.8), rgba(181, 222, 245, 0.6),  rgba(189, 223, 245, 0.4), transparent);
    color: #fafafa;
}


/* -------ポップアップ ----------*/
/*ポップアップここから*/
#trigger {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.2s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 550px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 10px;
  color:#000000;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  visibility:hidden;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
	cursor: pointer;
}
.open_btn:hover{
}

/* ポップサブタイトル */
.pop_subTitleName {
    width: 500px;
    height: 25px;
    line-height: 25px;
    color: #000000;
    text-indent: 5px;
    margin:5px;
}
/* ポップ項目 */
.pop_item{
    border: solid 1px #7a99cf;
    margin:2px;
    float: left; 
    background-color: #f8f8f8;
    text-indent: 1px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    color:#000000;
}
/* トリガーボタンデザイン */
.triggerCheck{
    float: left;
    font-size: 13px;
    margin: 3px 5px 0 5px;
    background-color: #0071b9;
    color: #ffffff;
    -webkit-border-radius: 3px / 3px;
    box-shadow: 1px 1px 2px #004b7d;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    width: 110px;
    text-align: center;
}
.triggerCheck:hover {
    background-color: #0087e1;
}

/* タイトル */
.titleName {
    /*width: 400px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    background: -moz-linear-gradient(left, #0080e8, #0080e8, rgba(181, 222, 245, 0.8), rgba(189, 223, 245, 0.4), transparent);
    background: -webkit-linear-gradient(left, #0080e8, #0080e8, rgba(181, 222, 245, 0.8), rgba(189, 223, 245, 0.4), transparent);
    background: linear-gradient(to right, #0080e8, #0080e8, rgba(181, 222, 245, 0.8), rgba(189, 223, 245, 0.4), transparent);
    color: #fafafa;*/

    width: 250px; /* 2021/10/08 Ver12.0.0 MOD Start S.Hirata */
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    border-bottom: #0080ce solid;
    color: #0080ce;
    font-weight: bold;
    font-size: 14px;
}

/* サブタイトル */
.subTitleName {
    width: 500px;
    height: 25px;
    line-height: 25px;
    color: #f8f8f8;
    text-indent: 5px;
    margin:5px;
}

/* 項目 */
.item{
    border-bottom: solid 1px #7a99cf;
    margin:2px;
    float: left; 
    background-color: #FCFCFC;
    color:#220000;
    text-indent: 1px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
    height:25px;
    margin-bottom: 5px;
}
.sizeWrite{    
    width: 280px;
    border:0px;
    font-size: 16px;
}
.sizeWrite:hover{    
    width: 280px;
    border:1px solid;
}
.write::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/write.png);
  background-size: contain;
  vertical-align: middle;
}
.registAll{
    float: right;
    margin-right: 10px;
    width: 150px;
}
.registOne{
    float: right;
    margin-right: 50px;
    margin-top: 10px;
}

/*---- 2021/05/19 Ver10.0.0 ADD Start S.Hirata ----*/
.registDispItem {
    float: right;
    margin-top: 10px;
}
/*---- 2021/05/19 Ver10.0.0 ADD End S.Hirata ----*/
/*ポップアップココまで*/
