table.weekly,
table.monthly {
	margin: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

table.users {
	width: 450px;
	margin: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	background-color: #FFF;
	font-size: 0.8rem;
	vertical-align: middle;
}

table.teams {
	width: 350px;
	margin: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	background-color: #FFF;
}

table.divisions {
	margin: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	background-color: #FFF;
}

table.aptitudes {
	margin: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	background-color: #FFF;
}

table.users th,
table.teams th,
table.divisions th,
table.aptitudes th {
	background-color: #ccc;
	border: 1px solid #3d3f43;
}

table.users td,
table.teams td,
table.divisions td,
table.aptitudes td {
	border: 1px solid #3d3f43;
	padding: 5px;
	text-align: center;
}

table.users td {
	vertical-align: middle;

}

table caption {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

table th {
	text-align: center;
	border: 2px solid rgb(80, 80, 80);
	font-size: 100%;
	line-height: normal;
	padding: 0;
}

table.working_hours_table tr:hover {
	border: 1px solid rgb(0, 0, 0) !important;
	background-color: #4fff6c;
}

table.working_hours_table tr:hover td {
	background-color: transparent;
}


table.monthly th {
	font-weight: bold;
}

table.weekly th {
	font-weight: normal;
}


table.weekly td,
table.monthly td {
	border: 2px solid rgb(80, 80, 80);
	line-height: 1.1;
	vertical-align: top;
	height: 140px;
	padding: 0;
}

table.schedule td,
table.schedule th {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.1;
	vertical-align: top;
}

table.monthly td {
	width: 14%;
}

table.weekly td {
	width: 12%;
}


td.weekday,
th.weekday,
th.Mon,
th.Tue,
th.Wed,
th.Thu,
th.Fri,
.dz_weekdayTitle {
	background: #efefef;
}

td.Sat,
th.Sat,
th.saturday {
	background: #dfeefc;
}

td.Sun,
th.Sun,
th.sunday,
td.Holiday,
th.Holiday,
th.holiday,
.dz_sundayTitle {
	background: #fce8ef;
}

th.today {
	font-weight: bold !important;
}

td.today {
	background-color: #e3ffb2;
}

table.weekly td.username {
	padding: 10px;
}

table.monthly td.navi {
	height: 30px;
	background-color: #EEEEF5;
	vertical-align: middle;
	text-align: center;
}

table.report,
table.information,
table.request {
	width: 100%;
	background-color: #E9EBF5;
}



table.report th {
	width: 80px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	border: solid 1px #FFF;
}

table.report td {
	padding: 5px;
	border: solid 1px #FFF;
	font-size: 12px;
}

table.report textarea,
table.report input[type="text"] {
	width: 100%;
}

table.report textarea {
	height: 100px;
}


table.information {
	max-width: 1200px;
	border: solid 1px #FFF;
}

table.information th {
	width: 80px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	border: solid 1px #FFF;
}

table.information td {
	padding: 5px;
	border: solid 1px #E9EBF5;
	background-color: #FFF;
	font-size: 12px;
}

table.request {
	border: solid 1px #FFF;
}

table.request th {
	width: 80px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	border: solid 1px #FFF;
}

table.request td {
	padding: 5px;
	border: solid 1px #E9EBF5;
	background-color: #FFF;
	font-size: 12px;
}

table.working_hours_table {
	font-size: 12px;
	background-color: #FFF;
}

table.working_hours_table td.warning {
	background-color: rgb(255, 210, 210);
	color: while;
}

table.working_hours_table td.off_day {
	color: #FFF;
	background-color: rgb(255, 111, 111);
	font-weight: bold;
}

table.working_hours_table td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 0px;
	font-size: 12px;
}

table.working_hours_table th {
	background-color: #5dabdb;
	border: 1px solid #CCC;
	color: #FFF;
	padding: 2px;
	white-space: nowrap;
}

span {
	font-size: 90%;
}

span.date {
	display: inline;
}

span.holiday {
	margin-left: 10px;
}

a:link,
a:visited {
	color: #333;
	;
	text-decoration: none;
}

.menu_link {
	font-size: 12px;
	padding: 3px;
	margin: 2px;
	font-weight: bold;
	background-color: #ccc;
	border-radius: 5px;
	border: solid 1px #333;
	color: #333;
	text-decoration: none;
	display: inline-block;
}

.icon_link::before {
	content: "\A";
	white-space: pre;
}

h1 {
	background-image: url("../img/logo.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-color: #000;
	font-size: small;
	color: #fff;
	margin: 0;
	padding: 3px;
	padding-left: 25px;
	height: 20px;
}

p.logout {
	margin-top: -18px;
	margin-bottom: 0px;
	padding-right: 10px;
	font-size: small;
	line-height: 15px;
	text-align: right;
}

.working_hours {
	margin-top: -25px;
	margin-bottom: 0px;
	padding-right: 10px;
	height: 25px;
	text-align: right;
}

p.logout a {
	color: #CCC;
}

h2 {
	background-color: #5dabdb;
	color: #fff;
	margin: 0;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
}

h3 {
	background-color: #c2d0da;
	color: #3d3f43;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0;
}

.contents {
	margin: 10px;
	margin-top: 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form_box {
	background-color: #f0f5f7;
	padding: 6px;
}

.footer_pad50 {
	padding-bottom: 50px;
}

input[type="date"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="time"],
select,
textarea {
	background-color: #FFF;
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 3px;
}

input[type="date"] {
	min-width: 120px;
}

textarea {
	font-size: 12px;
}

label.form {
	display: inline-block;
	width: 120px;
	margin-right: 10px;
}

label.form>span {
	font-size: 12px;
	color: #3d3f43;
}

label.team {
	margin: 10px;
}

p {
	margin-bottom: 10px;
	font-size: 15px;
}


button {
	background-color: #CCC;
	font-size: 12px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	margin: 2px;
}

.form_btn {
	background-color: #e3e3e3;
	text-align: center;

}

button.btn_sub {
	padding: 3px;
	border-radius: 5px;
	font-size: 12px;
}

button.btn_sub:hover {
	background-color: #b3b3b3;
}


button.btn_submit,
a.btn_submit {
	padding: 5px;
	margin: 5px;
	border-radius: 10px;
	background-color: #5dabdb;
	color: #fff;
	font-weight: bold;
}

a.btn_submit {
	border: 1px solid #000;
	display: inline-block;
}

.size-12 {
	font-size: 12px;
}

button.btn_cancel {
	padding: 5px;
	margin: 5px;
	border-radius: 10px;
	background-color: #FFF;
	color: #5dabdb;
	font-weight: bold;
}

.message {
	color: red;
	font-weight: bold;
}


.ContainerTabs {
	/* タブの宣言 */
	position: relative;
	vertical-align: middle;
	height: 2em;
	z-index: 1;
}

.ContainerTabs>div {
	/* タブ本体 */
	display: inline-block;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px 4px 0 0;
	font-size: 1em;
	line-height: 1em;
	height: 2em;
	width: 100px;
	text-align: center;
	vertical-align: baseline;
}

.NomalTab {
	/* カレントのタブ */
	border-color: #CCC #CCC #5dabdb #CCC;
	background-color: #5dabdb;
	color: #FFF;
}

.BehindTabs {
	/* 背後のタブ */
	border-color: #CCC;
	margin-left: 0.2em;
	background-color: #b0e1ff;
}

.ContainerTabs>div>a {
	/* タブのリンク文字 */
	display: inline-block;
	padding: 0.5em 0.5em 0;
}

.NormalLink:visited {
	color: #fff;
}

hr {
	height: 1px;
	background-color: #CCC;
	margin-bottom: 5px;
	margin-top: 5px;
	border: none;
}

.action_menu {
	background-color: #c9e4f5;
	border: none;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	;
}

.plan_item {
	font-size: 90%;
}

a.plan_item {
	color: #006bac;
}

a.plan_item:hover {
	text-decoration: underline;
	color: blue;
}

.plan_type {
	padding: 2px;
	margin: 2px;
	display: inline-block;
	border-radius: 3px;
}

a.menu_link {
	background-color: #CCC;
	color: #333;
	border-radius: 3px;
	padding: 3px;
}


.container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
}


.login-form {
	padding: 30px;
	/* width: 250px;
	height: 150px; */
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.login-title,
.login-name,
.login-passwd,
.login-button {
	text-align: center;
	padding: 5px;
}


.login-title {
	font-size: 20px;
}

.login-btn {
	background-color: #5dabdb;
	border: 1px solid #CCC;
	color: #FFF;
	padding: 10px;
	font-weight: bold;
	border-radius: 10px;
}

.join_box {
	display: table-cell;
	padding: 10px;
	background: #fff;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.join_box span {
	background-color: #b2d7ee;
	padding: 3px;
	margin-bottom: 5px;
	border-radius: 3px;
	display: inline-block;
}


/* 吹き出し本体 */
.balloon {
	z-index: 1;
	background-color: #dadada;
	position: relative;
	margin-top: 20px;
	padding: 5px;
	font-size: 12px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* beforeで三角を表現 */
.balloon::before {
	content: '';
	position: absolute;
	left: 20px;
	top: -15px;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #dadada;
	border-left: 15px solid transparent;
}


fieldset {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	background-color: #FFF;
	padding: 10px;
	margin: 5px;
}

legend button {
	border: none;
	border-radius: 10px;
	background-color: #c2d0da;
	padding: 10px;

}

label.check,
input[type="checkbox"] {
	cursor: pointer;
}

label.check {
	margin-right: 10px;
}

input[type="checkbox"] {
	margin-right: 2px;
}

#admin_menu {
	background-color: #CCC;
	/* height: 20px; */
	margin-bottom: 10px;
	padding-left: 25px;
	padding-top: 0;
}

#admin_menu a {
	margin-left: 10px;
	font-size: 12px;
	display: inline-block;
	/* height: 20px; */
	width: 80px;
	line-height: normal;
}

#admin_menu a.active {
	font-weight: bold;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.63);
}

#admin_menu .super {
	vertical-align: super;
	min-width: 22px;
	color: white;
	background-color: red;
	border-radius: 50%;
	padding: 3px;
	text-shadow: none;
}

label.admin_menu {
	border: none;
	border-radius: 3px;
	background-color: #c2d0da;
	padding: 3px;
	margin: 5px;
	font-size: 12px;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



.noallowed,
a.noallowed {
	color: red;
	font-weight: bold;
}

.reject {
	color: red;
	font-weight: bold;
	text-decoration: line-through;
}

button.submittion {
	height: 50px;
	width: 100px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

label.project_tree {
	background-color: #5dabdb;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;
	line-height: 30px;
}

label.project_tree::after {
	content: "▶";
}

.date a {
	font-weight: bold;
}

.project_tree {
	width: 500px;
}

.project_tree li ul {
	margin: 0 0 0 1em;
	padding: 0;
}

.project_tree ul li {
	margin-bottom: 10px;
}

.project_tree {
	background-color: #FFF;
}

.project_li {
	border-bottom: 1px solid #CCC;
}


.project_menu {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.tree_parent {
	margin-bottom: 5px;
	font-size: 12px;
}


table.daily_report {
	width: 1000px;
	margin-bottom: 20px;

}

table.daily_report th {
	font-weight: normal;
	border: 1px solid #CCC;
	background-color: rgb(38, 130, 98);
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;
}

table.daily_report td {
	background-color: #FFF;
	border: 1px solid #CCC;
}

table.daily_report td.subTitle {
	text-align: center;
	font-size: 12px;
	padding: 5px;
}

table.daily_report td {
	font-size: 12px;
	padding: 3px;
}

table.daily_report td.Title {
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: rgb(38, 130, 98);
}

table.daily_report th.after_plan_title {
	font-weight: normal;
	border: 1px solid #CCC;
	background-color: rgb(50, 38, 130);
	color: #FFF;
	font-size: 12px;
	vertical-align: middle;
}

table.daily_report .summary {
	width: 100%;
	height: 200px;
}

table.daily_report .impressions {
	width: 100%;
	height: 100px;
}

table.daily_report .after_plan {
	width: 100%;
	height: 100px;
}

.report input[type="number"] {
	width: 50px;
	text-align: right;
}

ol.report_item {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

ol.report_item ol {
	padding-left: 1em;
}

.report_item li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	border-bottom: 1px dotted #CCC;
	line-height: 20px;
}

.report_item li:before {
	counter-increment: item;
	content: '(' counter(item)')';
	/* 以下は自由に装飾... */
	padding-right: .5em;
	font-weight: bold;
}

.report_menu_box {
	width: 1000px;
	display: flex;
	justify-content: space-between;
}


.project_contents {
	font-size: 15px;
	padding: 3px;
	margin-bottom: 5px;
}

.project_memo {
	border: 1px solid #000;
	background-color: #FFF;
	color: #000;
	font-size: 12px;

}

.fixed_footer_box {
	z-index: 5;
	position: fixed;
	bottom: 0;
	left: 10px;
	right: 10px;
	/* width:100% の代わりに左右0で幅を制御 */
	box-sizing: border-box;
	/* paddingを含めて幅計算 */
}

.fixed_btn {
	z-index: 10;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 6px 30px;
	font-weight: bold;
	color: #FFF;
}

.fixed_top {
	display: inline-block;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #000;
	margin: 2px;
	z-index: 10;
	position: fixed;
	bottom: 50px;
	right: 10px;
	padding: 6px 40px;
	font-weight: bold;
	color: #FFF;
}

.btn_color_top {
	background-color: rgb(8, 255, 160)
}

.btn_color_cn {
	background-color: rgb(255, 106, 106)
}

.btn_color {
	background-color: rgb(86, 86, 255)
}

.birthday {
	font-size: 11px;
	background-color: rgb(86, 86, 255);
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 3px;
	margin: 1px;
	padding: 3px;
}

.del_project {
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #CCC;
}

.select2 span {
	font-size: 95%;
}

table.customer {
	display: table-cell;
	font-size: 80%;
	background-color: #d4efff;
}

table.customer tr.red td {
	background-color: #ff9a9a;
}

table.customer td,
table.customer th {
	padding: 5px;
	border: 2px solid #FFF;
	vertical-align: middle;
}

table.customer td.center {
	text-align: center;
	vertical-align: middle;
}

table.customer input[type="date"] {
	width: 120px;
}

.wrap_table {
	display: table;
}

input:disabled,
button:disabled,
select:disabled>option {
	background-color: #ebebeb;
	border-color: #ebebeb;
	color: rgb(141, 141, 141)
}

.customer_box {
	display: table-cell;
}


.request div {
	height: 30px;
}

.request .menu_icon {
	font-size: 1.1rem;
}

.request label {
	font-size: 12px;
}

#favorite {
	position: relative;
	width: 30px;
	height: 30px;
	color: orange;
	font-size: 1.3rem;
	cursor: pointer;
}

.fukidashi_wrap {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.fukidashi {
	display: none;
	width: 260px;
	position: absolute;
	padding: 16px;
	border-radius: 5px;
	background: #33cc99;
	color: #fff;
	font-weight: bold;
}

.fukidashi:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: -19px;
	margin-left: 10px;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-top-color: #33cc99;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}

#favorite:hover+#unfavorite+.fukidashi {
	margin-top: -80px;
	margin-left: -10px;
	display: block;
}


#unfavorite {
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 1.3rem;
	cursor: pointer;
}

#unfavorite:hover+.fukidashi {
	margin-top: -100px;
	margin-left: 0px;
	display: block;
}

.form_schedule {
	background-color: #f0f5f7;
}


.form_schedule .form_label {
	display: block;
	font-size: 12px;
}

.form_schedule .form_wrap {
	display: inline-block;
	padding: 10px;
}

.form_schedule input[type="text"].form_control {
	width: 100%;
}

.form_schedule label {
	font-size: 12px;
}

.form_row {
	padding-bottom: 10px;
}

.table_wrap {
	padding: 10px 10px 50px 10px;
	box-sizing: border-box;
}

.contents table#search_res {
	background-color: #FFF;
	font-size: 12px;
	border-collapse: collapse;
}

.contents table#search_res th {
	border: 1px solid #b3b3b3;
	background-color: #c2d0da;
	text-align: center;
}

.contents table#search_res td {
	border: 1px solid #b3b3b3;
}

#detail {
	height: auto;
}

#detail input[type="text"] {
	width: 500px;
}

.todo {
	width: 500px;
}

.filename {
	width: 500px;
}

.copy_box {
	margin-top: 20px;
}

.finish_box {
	display: inline-block;
	font-size: 90%;
	margin-top: 10px;
	margin-left: 35px;
	padding: 5px;
}

.finish_box {
	background-color: #efefef;
	border-radius: 5px;
}

.label_form {
	position: relative;
	display: inline-block;
}

.label_form label {
	display: block;
	font-size: 0.8rem;
	margin-bottom: 2px;
}



.newold {
	position: absolute;
	display: inline-block;
	font-size: 0.8rem;
	left: 15px;
	color: white;
	font-weight: bold;
}

.newold span {
	padding: 5px;
	border-radius: 5px;
}

.past_list {
	display: table-cell;
	font-size: 0.8rem;
}

.blue {
	color: blue;
	font-size: 100%;
	font-weight: bold;
}

.fixed_form {
	z-index: 10;
	position: fixed;
	bottom: 30px;
	left: 10px;
}

.aptitudes input[type="number"] {
	width: 100px;
	text-align: right;
}

.aptitudes td {
	vertical-align: middle;
}

.onlyme {
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;

}

.only_active {
	background-color: #b0e1ff;
}

#customer_box {
	margin-left: 120px;
	padding-left: 15px;
}

#customer_filter {
	width: 300px;
}

.t_box {
	background-color: #FFF;
	margin: 20px;
	padding: 20px;
	max-width: 1100px;
}

.at_box {
	background-color: #FFF;
	margin: 20px;
	padding: 20px;
	max-width: 1250px;
}

table.transexp,
table#estimate_list1,
table#estimate_list2,
table#estimate_list3,
table#estimate_list4,
table#estimate_list {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-color: #FFF;
}

table#estimate_list1,
table#estimate_list2,
table#estimate_list3,
table#estimate_list4 {
	width: 95%;
}

.at_box table.transexp {
	max-width: 1200px;
}

.transexp th,
.transexp td,
#estimate_list1 th,
#estimate_list1 td,
#estimate_list2 th,
#estimate_list2 td,
#estimate_list3 th,
#estimate_list3 td,
#estimate_list4 th,
#estimate_list4 td,
#estimate_list th,
#estimate_list td {
	border: 1px solid #000;
	padding: 8px;
	text-align: left;
	vertical-align: middle;
}

.transexp th {
	text-align: center;
}

.transexp input[type="text"] {
	width: 100%;
}

.transexp caption {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

input[name="fare[]"],
input[name="pass_fare[]"],
#total-fare,
#total-pass-fare {
	text-align: right;
}

#total-fare,
#total-pass-fare {
	display: inline-block;
	width: 100%;
}

textarea[name="remarks"] {
	width: 100%;
	height: 50px;
}

#trans_list {
	max-width: 1200px;
	margin-left: 0;
}

#work_list {

	margin-left: 0;
}

.contents table#trans_list,
.contents table#work_list,
.contents table#estimate_list1,
.contents table#estimate_list2,
.contents table#estimate_list3,
.contents table#estimate_list4,
.contents table#estimate_list {
	background-color: #FFF;
	font-size: 14px;
	border-collapse: collapse;
}

.contents table#trans_list th,
.contents table#work_list th,
.contents table#estimate_list1 th,
.contents table#estimate_list2 th,
.contents table#estimate_list3 th,
.contents table#estimate_list4 th,
.contents table#estimate_list th {
	border: 1px solid #b3b3b3;
	background-color: #c2d0da;
	text-align: center;
}

.contents table#trans_list td,
.contents table#work_list td,
.contents table#estimate_list td {
	border: 1px solid #b3b3b3;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.comment {
	width: calc(100% - 50px) !important;
}

.fixed_box {
	position: fixed;
	top: 150px;
	right: 50px;
	z-index: 100;
}

.fixed_box button {
	width: 160px;
	/* ボタンの幅 */
	height: 80px;
	/* ボタンの高さ */
	background-color: #CCC;
	text-align: center;
	/* ボタンの背景色 (青) */
	color: rgb(0, 0, 0);
	/* ボタンの文字色 */
	border: none;
	/* 枠線を非表示 */
	border-radius: 5px;
	/* 角を少し丸める */
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	/* 浮いているような影 */
	font-size: 32px;
	font-weight: bold;
	/* テキストのサイズ */
	cursor: pointer;
	/* ポインタカーソルに変更 */
	transition: background-color 0.3s, transform 0.2s;
	/* アニメーション効果 */
}

p.intro {
	margin-top: 10px;
}

.intro {
	font-size: 0.8em;
}

.table_box table tr th {
	vertical-align: middle;
	padding: auto 5px !important;
}

p.red,
input.red {
	color: red;
}

.h_box {
	position: absolute;
	top: 300px;
	left: 1300px;
}

.fixed_box_bottom {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 100;
}

.fixed_box_bottom button {
	width: 160px;
	height: 80px;
	background-color: #CCC;
	text-align: center;
	color: rgb(0, 0, 0);
	border: none;
	border-radius: 5px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	font-size: 32px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.2s;
}

.estimate_list_wrap {
	width: 1000px;
}

.div_list4_wrap {
	width: 40%;

}


.financial_table_wrap {
	width: 100%;
}

#financial_table {
	width: 100%;
	border-collapse: collapse;
}

#financial_table th,
#financial_table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}

#financial_table td {
	text-align: right;
}

#financial_table th {
	background-color: #5dabdb;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

#financial_table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

#financial_table tbody tr:hover {
	background-color: #f1f1f1;
}

#financial_table .red {
	color: red;
}

/* 車両管理関連 */
.drivers_table_wrap {
	width: 500px;
}

#drivers_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}

#drivers_table th,
#drivers_table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}

#drivers_table td {
	text-align: left;
}

#drivers_table th {
	background-color: #5dabdb;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

#drivers_table tbody tr td {
	background-color: #f9f9f9;
}

#drivers_table tbody tr:hover {
	background-color: #f1f1f1;
}

#drivers_table .red {
	color: red;
}




.cars_table_wrap {
	width: 1000px;
}

#cars_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}

#cars_table th,
#cars_table td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}

#cars_table td {
	text-align: left;
}

#cars_table th {
	background-color: #5dabdb;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}

#cars_table tbody tr td {
	background-color: #f9f9f9;
}

#cars_table tbody tr:hover {
	background-color: #f1f1f1;
}

#cars_table .red {
	color: red;
}

@media screen and (max-width: 1330px) {
	#admin_menu {
		height: auto;
	}
}

/* 月別カレンダーテーブル全体をグリッドにする */
.calendar-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 各月ごとの出勤履歴テーブル（箱） */
.month-box {
	flex: 1 1 300px;
	max-width: 250px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	padding: 10px;
}

/* 各月のテーブル見出し */
.month-box h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	color: #3d3f43;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

/* 出勤テーブル */
.month-box table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
	font-size: 12px;
}

/* ヘッダー行 */
.month-box table th {
	background-color: #5dabdb;
	color: white;
	border: 1px solid #CCC;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

/* 通常行 */
.month-box table td {
	border: 1px solid #ccc;
	padding: 4px;
	text-align: center;
}

/* ホバー効果 */
.month-box table tr:hover {
	background-color: #e6f7ff;
}