@charset "UTF-8";
@import url('fonts/font-awesome/css/font-awesome.min.css');

*{
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #333;
	font-size: 20px;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	width:100%;
	margin: 0 auto;
}

h1{
	font-size:1.8em;
	margin-bottom:1em;
	text-align:center;
}

h2{
	font-size:1.5em;
	background-color:#f1a733;
	padding:0.5em 1em;
	margin-bottom:1em;
}

h3{
	font-size:1.3em;
}

p{
	margin-bottom:1em;
}

a{
	text-decoration:none;
	color:#333;
}

.aright{
	text-align: right;
}

.acenter{
	text-align: center;
}

.number{
	text-align:right;
}

.edit_delete li{
	display:inline-block;
}

/* list */

dl,dt,dd,ul,ol,li{
	margin:0;
	padding:0;
	list-style-type: none;
}

/* table */

table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width:100%;
	margin-bottom:1em;
	white-space: nowrap;
}

th{
	text-align:left;
	border:1px #999 solid;
	padding:0.5em 1em;
	background-color:#E0ECFB;
}

td{
	text-align:left;
	border:1px #999 solid;
	padding:0.5em 1em;
}

/* form */

input[type=text],
input[type=password],
input[type=number]
{
	font-size:1.8em;
}

input[type=submit],
input[type=button],
button
{
	padding:1em 2em;
	font-size:1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

input[type=submit]:hover,
input[type=button]:hover,
button:hover,
#header li a:hover,
#logout a:hover,
.edit:hover,
.edit_note:hover
{
	background-color:#f1a733;
	cursor: pointer;
}

select{
	font-size:1em;
}
/* error message */

.error_msg{
	color:#dc143c;
	border:1px #999 dotted;
	padding:1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}
/* index */

#login,
#logout
{
	width:80%;
	margin:0 auto;
	text-align:center;
	padding-top:3em;
}

#loginform,
#logoutform
{
	border:4px #f1a733 dotted;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px;
	text-align:center;
	background-color:#efefef;
	margin-bottom:1em;
}

.login_form{
	margin-bottom:2em;
}

/* header */

#header{
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	top: 0;
	background-color:mediumaquamarine;
	padding:1em;
	margin-bottom:1em;
	z-index: 100;
}

#header ul{
	text-align: center;
	min-width:1280px;
	margin-bottom:0.5em;
}

#header li{
	display: inline-block;
}

#header li a,
#logout a{
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:0.5em;
	background-color:#efefef;
	box-shadow: #333 1px 1px;
}

/* footer */

#footer{
	overflow:hidden;
	background-color:mediumaquamarine;
	padding:1em;

}
/* main */

#content{
	min-width: 1260px;
	margin:0 auto 1em auto;
	width: 96%;
}

#information{
	padding:1em;
	margin-bottom:1em;
	border:1px #999 dotted;
}

.info_date{
	width:10em;
	float:left;
}

.info_title{
	margin-left: 10em;
	font-weight: bold;
	color: #dc143c;
}

.info_content{
	margin-left: 10em;
	background-color:#efefef;
	padding:1em;
	margin-bottom:1em;
}

/* pagenavi */

.pagenavi{
	margin-bottom:1em;
}
.pagenavi ul{
	text-align:center;
	}
.pagenavi li{
	display:inline-block;
}
.pagenavi a{
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:0.5em;
	background-color: #efefef;
	box-shadow: #666 1px 1px;
}

/* table & scroll */

.mb_scroll{
	overflow-x:scroll;
}
.mb_scroll::-webkit-scrollbar {
  height: 10px;
}
.mb_scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.mb_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.double{
	border-left:double #999 !important;
}

.number{
	text-align:right;
}

.minus::before{
	content:"▲";
}

#lists tfoot{
	border-top:double #999 !important;
}

#lists tfoot td{
	background-color:#ddd;
}

#lists dt{
	font-weight:bold;
	border-bottom:1px #999 dotted;
}

#work_report_input li{
	display:inline-block;
}

.active{
	background: linear-gradient(#d0e4f7,#73b1e7,#0a77d5,#539fe1,#87bcea);
}

.datepicker_sunday .ui-state-default {
    background-image:none !important;
    background-color: #ffb6c1 !important;
}
 
.datepicker_saturday .ui-state-default {
    background-image:none !important;
    background-color: #87cefa !important;
}

/* schedule */

#schedule{
	width:1680px;
	table-layout:fixed;
}

#schedule th{
	padding: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#schedule td{
	padding: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.timeline_header_time{
	width:120px;
}

.timeline_left_name{
	width:240px;
}

.timeline_field_table{
	width:30px;
	height:80px;

}

.timeline_field_table:nth-child(3n+1){
	border-left:none !important;
}

.timeline_field_table:nth-child(3n+2){
	border-left:none !important;
	border-right:1px #999 dotted !important;
}
.timeline_field_table:nth-child(3n+3){
	border-left:none !important;
	border-right:1px #999 dotted !important;
}

.first_field{
	position: relative;
}

.timeline_this_time{
	height:79px;
	position: absolute;
    top: 0;
	overflow: hidden;
	font-size:0.7em;
	opacity:0.9;
	font-weight: normal;
    line-height: 1.2em;
}

.th_01{
	background-color:#a2bdde !important;
}

.th_02{
	background-color:#9ec0e8 !important;
}

.th_03{
	background-color:#698db7 !important;
}

.th_04{
	background-color:#5479a5 !important;
}

#show_dialog_lotno select{
	width:100%;
}

#show_dialog_lotno p{
	line-height: 1.5em;
}

.history:hover{
	background-color:#698db7 !important;
	cursor: pointer;
}

.content_button{
	display: flex;
	justify-content: flex-end;
	margin-bottom:1em;
}

.content_button li{
	margin-left:1em;
}

.edit_note_inner{
	padding:1em;
}

.pagetext{
	margin-bottom: 1em;
}

.sticky{
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
}