
@import "/ag_css/style_parts.css";

#ja_comm {
	font-size:0.9em;
}
.backLightBluexxx {
	margin-top:-1px;
	background-color: #325C96!important;
	color:#ffffff;
	border-top:1px solid #325C96;
	border-bottom:3px solid #325C96;
	border-left:1px solid #ffffff;
}
.backLightBlue {
	margin-top:-1px;
	background-color: #325C96!important;
	color:#ffffff;
	border-top:1px solid #325C96;
	border-bottom:2px solid #325C96;
	border-left:1px solid #ffffff;
	cursor: pointer
}
.backLightBlue:first-child {
	border-left:0px solid #ffffff;
}
.backWhitexxx:not(:last-child)  {
	margin-top:-1px;
	background-color: #ffffff!important;
	color:#325C96;
	border-top:1px solid #325C96;
	border-bottom:3px solid #325C96;
	border-left:1px solid #325C96;
	cursor: pointer
}
.backWhite:last-child {
	border-right:1px solid #325C96;
}
.backWhite {
	margin-top:-1px;
	background-color: #ffffff!important;
	color:#325C96;
	border-top:1px solid #325C96;
	border-bottom:2px solid #325C96;
	border-left:1px solid #325C96;
}
.backLightBlueBNone {
	margin-top:-1px;
	background-color: #325C96!important;
	color:#ffffff;
	border:1px solid #325C96;
	cursor: pointer
}
.backWhiteBNone {
	margin-top:-1px;
	background-color: #ffffff!important;
	color:#325C96;
	border:1px solid #325C96;
	cursor: pointer
}

/* ボタンのようにという依頼より */
.btn_shadow {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #668ad8;/*ボタン色*/
	color: #ffffff!important;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
	text-align:center;
	width:211px;
	margin-left:6px;
  }
  .btn_shadow:hover {
	text-decoration: none!important;
	background: #114488;/*ボタン色*/
	border-bottom: solid 4px #114488;
	width:211px;
  }
  .btn_shadow:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(2px);
	transform: translateY(2px);/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
	border-bottom: none;
	width:211px;
  }

.imageOn {
	background:no-repeat url('/marine-site/images/icon_select_on.png');
	background-position:0px 3px;
	background-size:12px;
}
.imageOn_M {
	background:no-repeat url('/marine-site/images/icon_select_on.png');
	background-position:5px 11px;
	background-size:12px;
}
.imageOff {
	background:no-repeat url('/marine-site/images/icon_select_off.png');
	background-position:0px 3px;
	background-size:12px;
}
.imageOff_M {
	background:no-repeat url('/marine-site/images/icon_select_off.png');
	background-position:5px 11px;
	background-size:12px;
}
.baseDrwTbl {
	width:870px!important;
}
#graph_data #contentsArea .baseDrwTbl {
    width: 90%!important;
}

::-webkit-scrollbar {
    width: 10px;
}
/* 	background: linear-gradient(95deg,#D1CFB3,#c9f1f1); */
::-webkit-scrollbar-thumb {
    border-radius: 3px;
	background: linear-gradient(95deg,#d1cfb3,#c1bfa3);
}
::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #eee;
}
.sticky_table th:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}





