@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
}
a {
	text-decoration: none;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.header-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.header-title span {
    position: absolute;
	top: 18px;
    padding-left: 10px;
    color: #000;
}
.header-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
}
.logout-button {
    padding: 8px 16px;
    background-color: #666;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.tab-container {
    display: flex;
    background: #666;
}
.tab {
    padding: 10px 20px;
    border-bottom: none;
    font-weight: bold;
    color: #fff;
}
.tab.active {
    background-color: #ffffff;
    margin-left: 10px;
	margin-top: 5px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #000;
}
.tab.selected {
    background-color: #ffffff;
    margin-left: 10px;
	margin-top: 5px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #000;
}
.wrap-top {
	padding: 50px 100px;
}
.date-change {
	padding-bottom: 20px;
}
.date-change button{
    background-color: #808080;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.top-box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 10px rgb(0, 0, 255);
}
.top-box p {
    margin: 100px; 
    padding: 100px;
    text-align: center;
    color: #000;
}
.pdf-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}
.pdf-header-left {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.close-button {
    padding: 8px 16px;
    background-color: #808080;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.pdf-content {
    display: flex;
    margin-top: 10px;
}
.wrap {
	padding: 10px;
}
.record-container {
    display: none;
    background-color: #ffffff;
    border: 2px solid #7c7c7d;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    color: #000;
}
.record-container.active {
    display: flex;
}
.left-section, .center-section, .right-section {
    padding: 10px;
}
.left-section {
    width: 25%;
    display: grid;
    justify-content: center;
    align-items: center;
}
.center-section {
    width: 50%;
}
.right-section {
    width: 25%;
}
.center-section p, .right-section p {
    margin: 5px 0;
}
.button-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.button-container button {
    padding: 8px 16px;
    background-color: #808080;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}
.button-container .active {
    background-color: #0000ff;
}
.button-container .push {
    background-color: #0000ff;
}
.barcode-button {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #fff;
    border: 1px solid ;
    font-size: 14px;
    font-weight: bold;
    width: 80%;
}
.number {
    font-weight: bold;
    font-size: 18px;
}
.name {
    font-size: 25px;
}
.name span{
    font-weight: bold;
}
.ledger {
    font-size: 18px;
}
.others {
    font-size: 18px;
    padding-top: 20px;
    color: #f00;
}
.divider {
    border-top: 2px solid #b9b9b9;
    margin: 20px 0;
}
.info-section {
    background-color: #26aae0;
    margin-top: 20px;
}
.info-tab-container {
    display: flex;
}
.info-tab {
    padding: 10px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
    cursor: pointer;
}
.info-tab.active {
    background-color: #ffffff;
    color: #000;
    border-bottom: none;
}
.info-box {
	background: #fff;
	padding: 10px;
	display: none;
}
.info-box.show {
	display: block;
}
.info-header {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 20px;
}
dt {
    font-weight: bold;
    color: #000;
    align-self: center;
    border-bottom: 3px solid #ddd;
	background: #f1f1f1;
	padding: 10px;
}
dd {
    margin: 0;
    font-size: 16px;
    border-bottom: 3px solid #ddd;
	padding: 10px;
}
.up-line {
	border-top: 3px solid #ddd;
}
.cnt {
	text-align: center;
}
.fRed {
	color: #f00;
}
.pink {
	background: #f5dfdd;
}
.date-form {
	height: 32px;
	border: solid 2px #666;
	border-radius: 4px;
}
.confirm-button {
    padding: 8px 16px;
    background-color: #666;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
    margin-left: 10px;
}

.table-box {
	display: flex;
}
table {
	border-collapse: collapse;
	margin: 20px;
	width: 300px;
	height: 100px;
}
th {
    font-weight: bold;
    color: #000;
    align-self: center;
    border: 3px solid #ddd;
	background: #f1f1f1;
	padding: 10px;
}
td {
    margin: 0;
    font-size: 16px;
    border: 3px solid #ddd;
	padding: 10px;
}
.th-last {
	width: 20px;
}
.small-font {
	font-size: 10px;
}
.table-long {
	width: 600px;
}
.table-full {
	width: 100%;
}
.table-center td {
	text-align: center;
}
.form-box {
	margin-bottom: 20px;
}
.form-table {
	width: 80%;
	margin: 0 auto;
}
.form-table th {
	border: none;
	background: #fff;
	text-align: right;
}
.form-table td {
	border: none;
	text-align: left;
}
.form-box button {
  padding: 8px 16px;
  background-color: #808080;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.form-table input {
	border: solid 2px #666;
	border-radius: 4px;
}
.text-form {
	width: 250px;
	height: 32px;
}

.radio-box, .check-box {
	height: 20px;
	width: 20px;
}