﻿@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}
html {
	font-size:62.5%;
}
body {
	line-height: 1.5em;
	font-size: 1.6rem;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  height: auto;
  /*width: 100%;*/
}
/*
---------------------------------------------*/
input[type="time"],input[type="month"],input[type="date"],input[type="text"],input[type="password"],textarea,select {
    outline: none;
}
input[type=time]{
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	border: none;
	font-weight: 600;
}
input[type=time]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

input[type=month]{
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	border: none;
	font-weight: 600;
	background-color: transparent;
}
input[type=month]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

input[type=date]{
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	border: none;
	font-weight: 600;
	background-color: transparent;
}
input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.kintai {
	font-weight: 600;
	text-align: center;
	line-height: 2.2em;
	border: none;
	width: 100%;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
}
.testarea-1 {
	width: 100%;
	font-size: 1.4rem;
	min-height: 4.2em;
	padding: 4px 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
}
.testarea-2 {
	width: 100%;
	font-size: 1.4rem;
	min-height: 7.3em;
	padding: 4px 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
}
.time1 {
	font-weight: 600;
	text-align: center;
	line-height: 2.2em;
	border: none;
	min-width: 47%;
	text-align: center;
	background-color: #efefef;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
}
@media screen and (max-width: 767px) {
	.time1 {
		min-width: 40%;
	}
}
/* selectを操作できないようにする 要 tabindex = "-1" */
.invald {
	pointer-events: none !important;
}

@media screen and (max-width: 767px) {
	.time1invald {
		min-width: 40%;
	}
}

.time2 {
	font-weight: 600;
	line-height: 2.2em;
	border: none;
	min-width: 10%;
	text-align: center;
	background-color: #efefef;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
}
@media screen and (max-width: 767px) {
	.time2 {
		min-width: 10%;
	}
}

::-ms-expand { /* select要素のデザインを無効にする（IE用）*/
	display: none;
}

/* BUTTON
------------------------------------------------ */
.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
 /* position: relative;*/
  display: inline-block;
  padding: 0.8rem 1.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

.btnSearch,
a.btnSearch {
  color: #2D9BC9;
  border: 2px solid #2D9BC9;
	padding: 8px 20px;
	border-radius: 4px;
	margin: 0px 2.5%;
}
.btnSearch:hover,
a.btnSearch:hover {
  color: #fff;
  background: #2D9BC9;
  opacity: 1.0 !important;
}

.btnReset,
a.btnReset {
  color: #666;
  border: 2px solid #aaa;
	padding: 8px 20px;
	border-radius: 4px;
	margin: 0px 2.5%;
}
.btnReset:hover,
a.btnReset:hover {
  color: #fff;
  background: #aaa;
  opacity: 1.0 !important;
}

.btnDel,
a.btnDel {
  color: #AC383A;
  border: 2px solid #AC383A;
	font-size: 14px;
	padding: 8px 20px;
	border-radius: 4px;
	margin: 0px 15px;
}
.btnDel:hover,
a.btnDel:hover {
  color: #fff;
  background: #AC383A;
  opacity: 1.0 !important;
}

.btnBack,
a.btnBack {
	color: #9370db;
	border: 2px solid #9370db;
	padding: 8px 20px;
	border-radius: 4px;
}
.btnBack:hover,
a.btnBack:hover {
	color: #fff;
	background: #9370db;
	opacity: 1.0 !important;
}

.btnGoBack,
a.btnGoBack {
	color: #ffffff;
	background: #af1749;
	border: 2px solid #af1749;
	padding: 8px 20px;
	border-radius: 4px;
}
.btnGoBack:hover,
a.btnGoBack:hover {
	color: #af1749;
	background: #ffffff;
	border: 2px solid #af1749;
	opacity: 1.0 !important;
}


/* 個人カレンダー
--------------------------------------------*/
.btnSearch2,
a.btnSearch2 {
	color: #2D9BC9;
	border: 2px solid #2D9BC9;
	padding: 8px 20px;
	border-radius: 4px;
	width: 40%;
}
.btnSearch2:hover,
a.btnSearch2:hover {
	color: #fff;
	background: #2D9BC9;
	opacity: 1.0 !important;
}
.btnSearch3,
a.btnSearch3 {
	color: #2D9BC9;
	border: 2px solid #2D9BC9;
	padding: 8px 20px;
	border-radius: 4px;
	width: 20%;
}
.btnSearch3:hover,
a.btnSearch3:hover {
	color: #fff;
	background: #2D9BC9;
	opacity: 1.0 !important;
}
@media screen and (max-width: 767px) {
	.btnSearch3,
	a.btnSearch3 {
		width: 100%;
	}
}
.btnSearch4,
a.btnSearch4 {
	color: #2D9BC9;
	border: 2px solid #2D9BC9;
	padding: 4px 15px;
	border-radius: 4px;
	width: 20%;
}
.btnSearch4:hover,
a.btnSearch4:hover {
	color: #fff;
	background: #2D9BC9;
	opacity: 1.0 !important;
}
@media screen and (max-width: 767px) {
	.btnSearch4,
	a.btnSearch4 {
		width: 100%;
	}
}
.btnReset2,
a.btnReset2 {
	color: #666;
	border: 2px solid #aaa;
	padding: 8px 20px;
	border-radius: 4px;
	width: 40%;
}
.btnReset2:hover,
a.btnReset2:hover {
	color: #fff;
	background: #aaa;
	opacity: 1.0 !important;
}

.btnList,
a.btnList {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2.9em;
	display: inline-block;
	padding: 0 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	color: #fff;
	border-radius: 4px;
	width: 100%;
	min-width: 22px;
	height: 45px;
}

.btnBlue,
a.btnBlue {
	background: #2D9BC9;
}
.btnBlue:hover,
a.btnBlue:hover {
	background: #227598;
}

.btnRed,
a.btnRed {
	background: #D04649;
}
.btnRed:hover,
a.btnRed:hover {
	background: #B43C3F;
}

.btnOrange,
a.btnOrange {
	background: #DCB339;
}
.btnOrange:hover,
a.btnOrange:hover {
	background: #C39F34;
}

.btnGreen,
a.btnGreen {
	background: #89CF4A;
}
.btnGreen:hover,
a.btnGreen:hover {
	background: #70AF38;
}

.btnGray,
a.btnGray {
	background: #CBCBCB;
}
.btnGray:hover,
a.btnGray:hover {
	background: #AAAAAA;
}

/* 2021.12.25追加
----------------------------------------------*/
.btnDelete,
a.btnDelete {
	font-size: 1.2rem;
	font-weight: normal;
	display: inline-block;
	padding: 0 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 4px;
	width: 100%;
	background: #D04649;
	font-weight: 600;
	min-width: 28px;
	height: 135px;
	line-height: 11.6em;
}

.btnDelete:hover,
	a.btnDelete:hover {
		background: #B43C3F;
}

/*
----------------------------------------------*/
.page {
  width: 100%;
  height: 100vh;
  background: #fdfdfd;
  /*font-weight: 600;*/
  letter-spacing: .03em;
  color: #212121;
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 70px;
  border-bottom: solid #af1749;
  background: #fff;
  color: #fff;
  /*justify-content: center;*/
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 0 20px 0 10px;
  font-size: 1.8rem;
  z-index: 50;
}
header img {
	height: 46px;
}

main {
  padding: 70px 5px 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

main > div {
  /*margin: auto;*/
  max-width: 1000px;
}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
	z-index: 50;
}
#nav-container .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}

.button {
  /*position: relative;*/
  position: absolute;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  margin-top: 70px;
  padding: 20px;
  width: 90%;
  max-width: 300px;
  position: absolute;
  top: 0;
  /*left: 0;*/
  right: 0px;
  height: calc(100% - 70px);
  background: #ececec;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#nav-content li a {
  padding: 10px 5px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
  font-size: 1.4rem;
}

#nav-content li a:hover {
  color: #109CDA;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
}

#nav-container:focus-within #nav-content {
  transform: none;
}

/* ログイン
---------------------------------------*/
.contentLogin {
	max-width: 400px;
	margin: 50px auto !important;
}
.contentLogin h2 {
	font-size: 2.0rem;
}
.contentLogin dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 25px 25px;
	border-radius: 4px;
}
.contentLogin dl dt {
	width: 4em;
	text-align: left;
}
.contentLogin dl dd {
	width: calc(100% - 4em);
	text-align: left;
}
input[type="text"],input[type="password"] {
	width: 100%;
}
input[type="text"]:focus,input[type="password"]:focus {
  border: 1px solid rgba(16,156,218,1.00);
  outline: 0;
	background-color: rgba(110,200,218,0.05);
}

/* パスワード変更
---------------------------------------*/
.contentChangePwd {
	max-width: 500px;
	margin: 30px auto !important;
}
.contentChangePwd h2 {
	font-size: 2.0rem;
}
.contentChangePwd dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 25px 25px;
	border-radius: 4px;
}
.contentChangePwd dl dt {
	width: 8em;
	text-align: left;
}
.contentChangePwd dl dd {
	width: calc(100% - 8em);
	text-align: left;
}
input[type="text"],input[type="password"] {
	width: 100%;
}
input[type="text"]:focus,input[type="password"]:focus {
  border: 1px solid rgba(16,156,218,1.00);
  outline: 0;
	background-color: rgba(110,200,218,0.05);
}

/*
---------------------------------------*/
.loginNamePC {
	color: #212121;
	position: absolute;
	right: 90px;
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-top: 14px;
	font-weight: normal;
}
.loginNameSP {
	font-size: 1.4rem;
	line-height: 1.5em;
	background: rgba(255,255,255,1.00);
	padding: 6px 8px;
	font-weight: normal;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.loginNamePC { display: none; }
}
@media screen and (min-width: 768px) {
	.loginNameSP { display: none; }
}

/* 個人カレンダー
----------------------------------------*/
.contents {
  margin: 30px auto;
  max-width: 1000px;
  text-align: left;
  width: 100%;
}
.contents p {}
.leftBox {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.rightBox {
	float: right;
	width: 65%;
}
.yearDay {
	border: 1px solid #709370;
	background-color: #DFECDF;
	padding: 10px 10px;
	font-size: 2.0rem;
	text-align: center;
}
.totalValue {
	margin-top: 10px;
}

.totalValue > table {
	width: 100%;
	text-align: center;
	border-collapse:  collapse;
}
.totalValue > table th {
	font-size: 1.4rem;
	border: 1px solid #666;
	padding: 5px;
	width: 50%;
	background-color: #efefef;
}

.totalValue > table td {
	font-size: 1.6rem;
	font-weight: 600;
	border: 1px solid #666;
	padding: 5px;
	width: 50%;
}

.attendance {}
.attendance > table {
	width: 100%;
	text-align: center;
	border-collapse:  collapse;
	line-height: 1.0em;
}
.attendance > table th,
.attendance > table td {
	font-size: 1.4rem;
	border: 1px solid #666;
	padding: 3px;
	vertical-align: middle;
	font-weight: 600;
}
.attendance > table th {
	background-color: #efefef;
	padding: 10px 0px;
}
.attendance > table p.day {
	font-weight: 600;
}
.attendance > table p.week {
	font-size: 12px;
	font-weight: normal;
}
.attendance > table span.totalTaim {
	font-weight: normal;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.attendance > table span.totalTaim {
		font-size: 1.2rem;
	}
	.leftBox {
		float: left;
		width: 55%;
		margin-right: 5%;
	}
	.rightBox {
		float: right;
		width: 40%;
	}
	.yearDay {
		font-size: 1.6rem;
		padding: 5px 5px;
	}
	.totalValue {
		margin-top: 10px;
	}
	.totalValue > table th {
		font-size: 1.2rem;
		line-height: 1.2em;
		padding: 5px;
	}
	.totalValue > table td {
		font-size: 1.6rem;
		line-height: 1.2em;
		padding: 5px;
	}
	.totalValue > table th {
		background-color: #efefef;
	}
	.pcOnly { display: none; }

	.btnSearch2,
	a.btnSearch2 {
		width: 50%;
	}
	.btnReset2,
	a.btnReset2 {
		width: 50%;
	}
}
/*
-----------------------------------------*/
.title {
	/*background: #dcdcdc  ;*/
	width: 100%;
	text-align: center;
	margin: 0px auto 0px;
	padding: 5px 0px;
	color: #000080;
	font-weight: 600;
	font-size: 2.0rem;
}
.headInfo {
	background: #F0EECE;
	width: 100%;
	text-align: center;
	margin: 5px auto 0px;
	padding: 5px 5px;
	color: #D04649;
	font-weight: 600;
}
.headInfo2 {
	background: #FFE4E1;
	width: 100%;
	text-align: center;
	margin: 5px auto 0px;
	padding: 5px 5px;
	color: #000000;
	font-weight: 200;
}

/* 日報入力
-----------------------------------------*/
.leftBox2 {
	float: left;
	width: 65%;
	margin-right: 5%;
}
.rightBox2 {
	float: right;
	width: 30%;
}
.leftBox3 {
	float: left;
	width: 50%;
}
.rightBox3 {
	float: left;
}
.yearDay2 {
	border: 1px solid #709370;
	background-color: #DFECDF;
	padding: 10px 10px;
	font-size: 2.0rem;
	text-align: center;
	height: 51px;
}

.dayInfo {
	font-size: 2.0rem;
	line-height: 2.6em;
	vertical-align: middle;
	height: 100%;
	border: 1px solid #999;
	padding: 0px 6px;
	color: #E57F0D;
	font-weight: 600;
	height: 52px;
}
.day-of-week {
	font-size: 1.4rem;
	line-height: 1.0em;
	padding: 0;
	margin: -0.5em 0em 0 0;
	text-align: right;
	font-weight: 600;
	color: #406C90;
}

.leftBox4  {
	float: left;
	/*width: 25%;*/
	width: 18.5%;
}
.rightBox4 {
	float: left;
}
/*
.dayInfo2 {
	font-size: 2.0rem;
	line-height: 2.6em;
	vertical-align: middle;
	height: 100%;
	border: 1px solid #999;
	padding: 0px 6px;
	color: #E57F0D;
	font-weight: 600;
	height: 51px;
}
*/

.leftBox5 {
	float: left;
	width: 25%;
	margin-right: 5%;
}
.rightBox5 {
	float: right;
	width: 70%;
}
.rightBox5 p { font-size: 1.2rem; line-height: 1.5em; }

.totalValue2,
.totalValue3,
.totalValue4 {
	margin-top: 0px;
}

.totalValue2 > table,
.totalValue4 > table {
	width: 100%;
	text-align: center;
	border-collapse:  collapse;
}
.totalValue3 > table {
	width: 62%;
	text-align: center;
	border-collapse:  collapse;
}

.totalValue2 > table th,
.totalValue3 > table th,
.totalValue4 > table th{
	background-color: #efefef;
}
.totalValue2 > table th {
	font-size: 1.2rem;
	border: 1px solid #666;
	padding: 0px;
	width: 50%;
	font-weight: 600;
}
.totalValue2 > table td {
	font-size: 1.45rem;
	border: 1px solid #666;
	padding: 0px;
	width: 50%;
	font-weight: 600;
}

.totalValue3 > table th {
	font-size: 1.4rem;
	border: 1px solid #666;
	padding: 0px;
	width: 33.3%;
}
.totalValue3 > table td {
	font-size: 1.8rem;
	font-weight: 600;
	border: 1px solid #666;
	padding: 0px;
	width: 33.3%;
}

.totalValue4 > table th {
	font-size: 1.4rem;
	border: 1px solid #666;
	padding: 3px 0px;
	width: 100%;
}
.totalValue4 > table td {
	font-size: 1.8rem;
	font-weight: 600;
	border: 1px solid #666;
	padding: 3px 0px;
	width: 100%;
}

/*.totalValue5 > table {
	width: 100%;
	text-align: center;
	border-collapse:  collapse;
}
.totalValue5 > table td {
	font-size: 1.8rem;
	font-weight: 600;
	border: 1px solid #666;
	padding: 3px 0px;
	width: 100%;
}*/

.blockWrap1 { border-left: 2px solid #333; border-right: 2px solid #333; border-top: 2px solid #333; }
.blockWrap2 { border-left: 2px solid #333; border-right: 2px solid #333; }
.blockWrap3 { border-left: 2px solid #333; border-right: 2px solid #333; border-bottom: 2px solid #333; }

.newsTitle {
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}
.newsTitle:before{
	content: '';
	position: absolute;
    bottom: -10px;
	display: inline-block;
	width: 3em;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #af1749;
}
.newsList ul { margin-top: 30px; }
.newsList ul li:first-child {
	border-top: 1px dotted #999;
}
.newsList ul li {
	border-bottom: 1px dotted #999;
	padding: 0.8em  0;
	font-size: 1.4rem;
}
.newsList ul li:hover {
	background-color: rgba(110,200,218,0.05);
}
.newsList ul li a {
	text-decoration: underline;
	color: #CD0003;
	margin-left: 1.0em;
}
.newsList ul li a:hover {
	text-decoration:none;
}

@media screen and (max-width: 767px) {
	.contents {
		margin: 15px auto;
	}
	.leftBox2 {
		width: 60%;
	}
	.rightBox2 {
		width: 35%;
	}
	.yearDay {
		font-size: 1.8rem;
		padding: 5px 5px;
	}
	.dayInfo {
		font-size: 1.8rem;
		line-height: 2.8em;
		padding: 0px 2px;
	}

	/* 日報入力 */
	.leftBox3 {
		float: left;
		width: 70%;
	}
	.rightBox3 {
		float: left;
	}
	.yearDay2 {
		padding: 0px 0px;
		font-size: 1.8rem;
		/*height: 53px;*/
	}
	.day-of-week {
		font-size: 1.4rem;
		line-height: 1.0em;
		padding: 0;
		margin: -1.1em 1.0em 0 0;
		text-align: right;
		font-weight: 600;
		color: #406C90;
	}
	.totalValue3 > table {
		width: 100%;
	}

	/* TOP */
	.leftBox4  {
		/*width: 60%;*/
		width: 36%;
	}
	.dayInfo2 {
		font-size: 1.8rem;
		line-height: 3.0em;
	}

	.totalValue2 > table th {
		font-size: 1.2rem;
		/*line-height: 1.2em;*/
		line-height: 1.7em;
		padding: 2px 0px;
	}
	.totalValue2 > table td {
		font-size: 1.6rem;
		line-height: 1.2em;
		padding: 2px 0px;
	}
	.totalValue3 > table th {
		font-size: 1.4rem;
	}
	.totalValue3 > table td {
		font-size: 1.6rem;
	}
}

.blankTd { height: 23px !important; }

/**/
.totalValue5 {
	margin-top: 0px;
}
.totalValue5 > table {
	float: left;
	width: 50%;
	text-align: center;
	border-collapse:  collapse;
}
.totalValue5 > table th {
	font-size: 1.4rem;
	background-color: #efefef;
	border: 1px solid #666;
}
.totalValue5 > table td {
	font-size: 1.8rem;
	border: 1px solid #666;
	padding: 3px 0px;
	width: 50%;
	font-weight: 600;
}
.totalValue5 .status1 {
	float: right;
	width: 50%;
	text-align: center;
	line-height: 1.2em;
	font-weight: 600;
	color: #E57F0D;
	padding: 19px 0px;
}
@media screen and (max-width: 767px) {
	.totalValue5 .status1 {
		font-size: 1.4rem;
	}
}

.totalValue6 {
	margin-top: 0px;
}
.totalValue6 > table {
	float: left;
	width: 62%;
	text-align: center;
	border-collapse:  collapse;
}
.totalValue6 > table th {
	font-size: 1.4rem;
	background-color: #efefef;
	border: 1px solid #666;
}
.totalValue6 > table td {
	font-size: 1.8rem;
	border: 1px solid #666;
	padding: 3px 0px;
	width: 33.3%;
	font-weight: 600;
}
.totalValue6 .status1 {
	float: right;
	width: 50%;
	text-align: center;
	line-height: 1.2em;
	font-weight: 600;
	color: #E57F0D;
	padding: 19px 0px;
}
@media screen and (max-width: 767px) {
	.totalValue6 > table {
		width: 100%;
	}
}

/*日報承認
---------------------------------------*/
.statusLeft {
	float: left;
	width: 70%;
	margin-right: 5%;
}
.statusRight {
	float: right;
	width: 25%;
}

.btnApproval,
a.btnApproval {
	color: #2D9BC9;
	border: 2px solid #2D9BC9;
	width: 100%;
	padding: 8px 10px;
	border-radius: 4px;
}
.btnApproval:hover,
a.btnApproval:hover {
  color: #fff;
  background: #2D9BC9;
  opacity: 1.0 !important;
}

.btnRemand,
a.btnRemand {
	color: #D04649;
	border: 2px solid #D04649;
	width: 100%;
	padding: 8px 10px;
	border-radius: 4px;

}
.btnRemand:hover,
a.btnRemand:hover {
  color: #fff;
  background: #D04649;
  opacity: 1.0 !important;
}
.loginName1 {
	font-size: 1.4rem;
	line-height: 1.5em;
	background-color: #efefef;
	padding: 6px 8px;
	font-weight: normal;
	width: 45%;
	text-align: left;
	float: right;
}
.name1 {
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 0 6px;
	border: none;
	width: 100%;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
}
.loginName2 {
	font-size: 1.4rem;
	line-height: 1.5em;
	background-color: #efefef;
	padding: 6px 8px;
	font-weight: normal;
	width: 100%;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.loginName1 {
		width: 100%;
		/*font-size: 1.2rem;*/
	}
}

/*
---------------------------------------*/
.bumon {
	font-weight: 600;
	font-size:1.4rem;
}
.bumon span {
	background-color: #999;
	font-size: 1.4rem;
	padding: 3px 10px;
	border-radius: 3px;
	color: #fff;
	margin-right: 1.0em;
}
/*
---------------------------------------*/
.flag {
	font-weight: 600;
	font-size:1.4rem;
}
.flag span {
	background-color: #1E90FF;
	font-size: 1.6rem;
	padding: 3px 10px;
	border-radius: 3px;
	color: #fff;
	margin-right: 1.0em;
}

/* 日報入力
---------------------------------------*/
.status {
	font-weight: 600;
	font-size: 1.4rem;
}
/* 日報入力、日報承認のステータス文字色
---------------------------------------*/
.Approval {
	color: #0000ff !important;
}
.Remand {
	color: #ff0000 !important;
}
.Apply {
	color: #ffa500 !important;
}
.Plan {
	color: #008000 !important;
}
/*
---------------------------------------*/
.titleW25 {
	width: 21%;
}

/* ボタン無効
---------------------------------------*/
.btnInvalid,
a.btnInvalid {
	pointer-events: none;
	border: 2px solid #aaa;
	color: #aaa;
	pointer-events: none;
}

.blink {
	-webkit-animation: blink 1.2s ease-in-out infinite alternate;
	-moz-animation: blink 1.2s ease-in-out infinite alternate;
	animation: blink 1.2s 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;
	}
}

/* 社員マスターメンテナンス　2025.02追記
---------------------------------------*/
.leftBox6 {
  display: flex;
  align-items: flex-end;
}
.leftBox6 {
	float: left;
	width: 45%;
	margin-right: 5%;
}
.rightBox6 {
	float: right;
	width: 50%;
}
.inBoxMaster_l {
	float: left;
	width: 50%;
	margin-right: 5%;
}
.inBoxMaster_r {
	float: left;
	width: 45%;
}
.leftBox7 {
	width: 100% !important;
}
.leftBox7 {
  display: flex;
  align-items: flex-end;
}

.inBoxMaster2_l {
	float: left;
	width: 23.0%;
}
.inBoxMaster2_r {
	float: right;
	width: 77.5%;
}
.btnAdd,
a.btnAdd {
	color: #2D9BC9;
	border: 2px solid #2D9BC9;
	padding: 8px 20px;
	border-radius: 4px;
	width: 40%;
}
.btnAdd:hover,
a.btnAdd:hover {
	color: #fff;
	background: #2D9BC9;
	opacity: 1.0 !important;
}
@media screen and (max-width: 767px) {
	.leftBox6 {
		display: block;
		align-items: baseline;
	}
	.leftBox6 {
		float: left;
		width: 55%;
	}
	.rightBox6 {
		float: left;
		width: 40%;
	}
	.inBoxMaster_l {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.inBoxMaster_r {
		float: none;
		width: 100%;
	}
	.btnAdd,
	a.btnAdd {
		width: 100%;
		margin-top: 10px;
		padding: 4px 20px;
	}
}

.yearDay-master {
	border: 1px solid #709370 !important;
	border-radius: 3px;
	background-color: #DFECDF !important;
	padding: 5px 0.4em !important;
	font-weight: normal !important;
}
.yearDay-master2 {
	border: 1px solid #709370 !important;
	border-radius: 3px;
	background-color: #DFECDF !important;
	padding: 3px 0.4em !important;
	font-weight: normal !important;
	font-size: 14px;
}
.leftGrid {
	float: left;
}
.rightGrid {
	float: right;
}
.btnDel2,
a.btnDel2 {
  color: #AC383A;
  border: 2px solid #AC383A;
	font-size: 14px;
	padding: 8px 20px;
	border-radius: 4px;
}
.btnDel2:hover,
a.btnDel2:hover {
  color: #fff;
  background: #AC383A;
  opacity: 1.0 !important;
}

.selectBox1 {
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 2px 0.6em;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
	min-width: 250px
}

.selectBox2 {
	font-size: 1.4rem;
	line-height: 1.8em;
	padding: 2px 0.6em;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
	min-width: 200px
}

.textMoney {
	text-align: right;
}

/* メディアクエリサンプル */
/* ===============================
	device setting
 =============================== */
@media screen and (min-width: 1281px) {
  // 画面幅が1281px以上（PC専用スタイル）
}
@media screen and (max-width: 1280px) {
  // 画面幅が1280px以下（タブレット・スマホ共通スタイル）
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  // 画面幅が768px～1280px（タブレット専用スタイル）
}
@media screen and (max-width: 767px) {
  // 画面幅が767px以下（スマートフォン専用スタイル）
}
@media screen and (max-width: 414px) {
  // 画面幅が414px以下（スマートフォン縦向き専用スタイル）
}