@charset "UTF-8";
/* CSS Document */


/* 全体の設定
***********************************/
*{box-sizing:border-box;margin:0;padding:0;}
body{font-size:16px;background:#ffffff; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
a{color:#006eda;}
a:hover{text-decoration:none;}
ul,li{list-style:none;}
#pageContainer{min-width:1024px;}

.alert{color:red;}
.txc{text-align:center;}
.txl{text-align:left;}
.txr{text-align:right;}
.w2em{width:2em;}
.w3em{width:3em;}
.w4em{width:4em;}
.w5em{width:5em;}
.w6em{width:6em;}
.w7em{width:7em;}
.w8em{width:8em;}
.w10{width:10%;}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w100{width:100%;}
.shadow{box-shadow: 0px 0px 16px rgba(0,0,0,.1);}
.btn_back {
	display:inline-block;
	padding:16px;
	width:100%;
	margin:0px auto;
	background:#dedede;
	color:#666;
	font-size:16px;
	border-radius: 4px;
	font-weight:bold;
	max-width: 400px;
	text-align:center;
	text-decoration:none;
}
.btn_submit {
	display:inline-block;
	border:none;
	padding:16px;
	width:100%;
	margin:0px auto;
	background:#093;
	color:#fff;
	font-size:16px;
	border-radius: 4px;
	font-weight:bold;
	max-width: 400px;
}
.btn_submit:hover,
.btn_back:hover{
	opacity:.8;
	cursor:pointer;
}
#btn_plus {
	background:#eee;
	text-align:center;
	border:1px solid #ddd;
	margin-top:10px;
	padding:10px;
	font-weight:bold;
}
#btn_plus:hover{
	opacity:.8;
	cursor:pointer;
}
.hint{
	cursor:help;
	background: rgba(255,255,255,.9);
	padding:0 3px;
	font-weight: normal;
	font-size:10px;
	display:inline-block;
	margin-left: 5px;
	color:#333;
	border-radius:2px;
}
.tooltip {
	position: absolute;
	padding:12px;
	font-size:12px;
	color:#333;
	background:#fff;
	border:1px solid #333;
}
.sticky-x{
	position: sticky;
  top: auto;
  left: 0;
}
.blink{
	-webkit-animation:blink .5s ease-in-out infinite alternate;
	-moz-animation:blink .5s ease-in-out infinite alternate;
	animation:blink .5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

.cube-red,
.cube-pink,
.cube-yellow,
.cube-blue{border:1px solid #000;margin-right:3px;padding:0;}
.cube-red{color:#ffa9a9;}
.cube-pink{color:#ffc6ed;}
.cube-yellow{color:#ffe681;}
.cube-blue{color:#bae0ff;}
.cellbg-red{background:#ffc5c5 !important;}
.cellbg-pink{background:#ffdbf4 !important;}
.cellbg-yellow{background:#fffac1 !important;}
.cellbg-blue{background:#d3ebff !important;}


/* ログインフォーム
***********************************/
#loginForm h1{
	text-align:center;
	font-size:14px;
	margin-bottom:24px;
}
#loginForm h1 span{
	font-size:32px;
	display:block;
}
#inputArea{
	border-radius: 8px;
	background:#fff;
	margin:100px auto;
	padding: 64px;
	max-width:460px;
	min-width:240px;
}
#loginForm .inpText {
	margin:0 auto 10px;
	padding:16px;
	width:100%;
	display:block;
	font-size:18px;
}
#buttonEye{
	display:block;
	text-align:right;
	font-size:12px;
	margin-bottom:24px;
	cursor:pointer;
	text-decoration:underline;
}


/* サイドメニュー
***********************************/
#mainMenu{
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	min-width:1024px;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0,0,0,.1);
}
#mainMenu ul {
	display:flex;
	justify-content: center;
}
#mainMenu li {
	position:relative;
}
#mainMenu li span {
	display:inline-block;
	background:#ffe000;
	color:#000;
	border-radius:24px;
	font-size:10px;
	position:absolute;
	z-index:1;
	width:15px;
	text-align:center;
	top:50%;
	left:2px;
	margin-top:-8px;
	font-weight:bold;
}
#mainMenu li.active {
	background: #008301;
}
#mainMenu li a {
	display:block;
	color:#222;
	padding: 16px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
}
#mainMenu li.active a {
	color:#fff;
}
#mainMenu li a:hover {
	display:block;
	color:#222;
	background:#eee;
}
#mainMenu li.active a:hover {
	background: #008301;
	color:#fff;
}


/* メインコンテンツ
***********************************/
#mainContents{
	margin-top:42px;
	padding:42px;
}
#mainInner{
	max-width:1024px;
	margin:0px auto;
}
#mainInner h1{
	margin-bottom:32px;
	text-align:center;
}
#mainInner h1 span{
	display:block;
	font-size:16px;
	font-weight:normal;
}

/* テーブルデザイン normal */
table.normal{
	font-size:14px;
	width:100%;
	background:#fff;
	border:none;
	border-spacing:0;
	border: 1px solid #333;
	border-right: none;
	border-bottom: none;
	margin-bottom:32px;
}
table.normal th,
table.normal td{
	padding:5px 8px;
	border:none;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.normal thead th{
	background:#008301;
	color:#fff;
	border-bottom: 1px solid #333;
}
table.normal thead th,
table.normal tbody th{
}
table.normal tbody th{
	background:#d8e7d8;
	font-weight:normal;
}
table.normal td label{
	cursor:pointer;
	margin-right:10px;
}
table.normal td label input{
	margin-right:3px;
}

/* テーブルデザイン regist */
table.regist {
}
table.regist input,
table.regist select {
	padding:10px;
	border:1px solid #333;
}



/* 検索
***********************************/
#searchBox {
	position:relative;
	overflow: hidden;
}
#searchBox input[type="search"] {
	width:100%;
	padding:16px;
}
#searchBox input[type="submit"] {
	width:100px;
	padding:14px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	cursor:pointer;
}

#workerList {margin-top:24px;}
#workerList tr:nth-child(even) {
	background: #f4f4f4;
}
#workerList td {
	text-align:center;
}
.btn_delete{
	background:#c20000;
}



/* 乗船日数登録
***********************************/
#jousen_nissuu{
}
#jousen_nissuu div.item{
	margin-bottom:10px;
}



/* 勤怠
***********************************/
#kintaiIchiran{
	margin-top:32px;
}
#kintaiIchiran table thead th {
	min-width:160px;
}


#daichou table.normal thead th,
#daichou table.normal thead td,
#daichou table.normal tbody th,
#daichou table.normal tbody td {
	padding:0pc;
	font-size:12px;
	text-wrap:none;
}



/* 住民税徴収額一覧
***********************************/
#juuminzei_choushuugaku_ichiran {font-size:12px;width:100%;max-width:1080px;margin:0 auto;}
#juuminzei_choushuugaku_ichiran table.normal {margin:10px 0;}
#juuminzei_choushuugaku_ichiran table.normal tr.subhead {background:#cce3c5;}
#juuminzei_choushuugaku_ichiran table.normal td {padding:2px 5px;font-size:12px;}
#juuminzei_choushuugaku_ichiran table.normal td:nth-child(4),
#juuminzei_choushuugaku_ichiran table.normal td:nth-child(7) {text-align:right;}
#juuminzei_choushuugaku_ichiran table.normal tfoot {background:#cce3c5;}
#juuminzei_choushuugaku_ichiran table.normal tfoot td:first-child {text-align:center;}



/* 振込一覧
***********************************/
#furikomi_ichiran {font-size:12px;width:100%;max-width:1080px;margin:0 auto;}
#furikomi_ichiran table.normal {margin:10px 0;}
#furikomi_ichiran table.normal tr.subhead {background:#cce3c5;}
#furikomi_ichiran table.normal td {padding:2px 5px;font-size:12px;}
#furikomi_ichiran table.normal td:nth-child(2),
#furikomi_ichiran table.normal td:nth-child(6) {text-align:center;}
#furikomi_ichiran table.normal td:nth-child(3),
#furikomi_ichiran table.normal td:nth-child(5),
#furikomi_ichiran table.normal td:nth-child(7),
#furikomi_ichiran table.normal td:nth-child(8) {text-align:right;}
#furikomi_ichiran table.normal tfoot {background:#cce3c5;}
#furikomi_ichiran table.normal tfoot td:first-child {text-align:center;}
#furikomi_ichiran table.normal p.border-top {border-top:1px solid #333;min-height:16px;margin-left:-5px;margin-right:-5px;padding:0 5px;}
