@charset "utf-8";
@media print{
@import url("print.css");
	}
@media screen{
body {
	font: 80%/1.4 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #4C4C4C;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 98%;
	max-width: 1800px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto; 
	display: flex;
	flex-direction: column;
	overflow: auto;
	height: 100vh;
}
.header {
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: none;
}
.header_genba {
	background-color: #FFF;
        width: 200px;
	text-align: right;
	float: none;
}
.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	background-color: #FFF;
	float: left;
}
.content {
	padding: 10px 0;
	min-width:440px;
	/* margin-left:220px; */
	width: calc(100% - 220px);
	float: left;
}

.main{
	height: 100vh;
	overflow-y: scroll;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.content ul.error_list { 
	color: #F00;
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #CCC;
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	text-decoration: none;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #6F7D94;
	color: #FFF;
}

/* ~~ フッター ~~ */
.footer {
  
	float: none;
	/* float: left; */
	clear: both;
  width: 100%;
	padding: 10px 0;
	background-color: #9DF;
	position: relative;/* IE6用 */
	position: sticky;
	bottom: 0px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

table#WeekCalendartable-01 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: 20px;
}

table#WeekCalendartable-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#WeekCalendartable-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

table#MonthCalendartable-01 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: 20px;
}

table#MonthCalendartable-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#MonthCalendartable-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}


#WeekCalendartable-01 div{
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: left;
	padding-left: 3px;
	margin-bottom: 3px;
}

#MonthCalendartable-01 div{
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: left;
	padding-left: 3px;
	margin-bottom: 3px;
}

.Weekback{
	background-image: url(../images/wback.png);
}
.Monthback{
	background-image: url(../images/wback.png);
}

table#Calendartable-01 {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: 20px;
}

table#Calendartable-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#Calendartable-01 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
table#Calendartable-01 td.aleft {
 text-align: left;
}

table#EgDistance {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: 20px;
}
table#EgDistance th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#EgDistance td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
table#EgDistance td.aleft {
 text-align: left;
}

table#EmpLectype {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: 20px;
}
table#EmpLectype th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#EmpLectype td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
table#EmpLectype td.aleft {
 text-align: left;
}

table#EmpLectype {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: 20px;
}
table#EmpLectype th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#EmpLectype td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
table#EmpLectype td.aleft {
 text-align: left;
}
.red{
	color: #DB0000;
}
.Nightback{
/*	background-image: url(img/Nback.png);*/
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC !important;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFEEFF;
	}

tr.Cal-DayNumber{
	background-color: #4F6D7D;
	font-size: 10pt;
  color: #FFF;
  font-weight: bold;
}
tr.Cal-DayNumber a:link {
  color: #FFF;
	text-decoration: underline;
}
tr.Cal-DayNumber a:hover, a:active, a:focus { 
	text-decoration: none;
}
tr.Cal-DayNumber a:visited {
  color: #FFF;
}
tr.Cal-DayNumber td{
	padding: 3px!important;
	text-align: right!important;
	border-bottom-style: none!important;
	border-top-width: 2px!important;
	}
.nullDay{
	color: #CCC;
}
.sun{}
.sat{}
tr.Schedule td{
	font-size: 8pt;
        text-align:left !important;
}
tr.DayTime td{
	border-bottom-width: 1px!important;
	border-bottom-style: dotted!important;
	border-bottom-color: #CCC!important;
}
tr.NightTime td{
	/*	background-image: url(img/Nback.png);*/
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC　!important;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFEEFF;
}
tr.NightTime2 td{
	background-color: #FFEEFF;
	padding: 0;
	border: 0;
}

/*PillBox*/
#Pbox{
	width:100%;
	height:28px;
	margin-bottom: 10px;
}
#PboxL{
	float:left;
	text-align:left;
	height:28px;
	}
#PboxR{
	float:right;
	text-align:right;
	height:28px;
	}
/**/
#Calendartable-01 div{
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: left;
	padding-left: 3px;
	margin-bottom: 3px;
}

.GenbaboxBlack{
	font-weight: bold;
	border: 2px solid #666;
	color: #000;
}

.GenbaboxBlack2{
	background-color: #FFF !important;
	border: 2px solid #666;
	color: #444;
}

.GenbaboxReset{
	background-color: #AAA !important;
	border: 2px solid #666;
	color: #FFF;
}

.GenbaboxReset2{
	font-weight: bold;
	background-color: #AAA !important;
	border: 2px solid #666;
	color: #FFF;
}

.GenbaboxYellow {
	font-weight: bold;
	border: 2px solid #FC8000;
	background-color: #FB6 !important;
	color: #FFF;
}

.GenbaboxBlue{
	font-weight: bold;
	border: 2px solid #0071BC;
	background-color: #68A !important;
	color: #FFF;
}

.GenbaboxGreen{
	font-weight: bold;
	border: 2px solid #009245;
	background-color: #6A8 !important;
	color: #FFF;
}

.GenbaboPtnOff{
	font-weight: bold;
	border: 2px solid #0071BC;
	background-color: #000 !important;
	color: #FFF;
}

.GenbaboxRed{
	font-weight: bold;
	border: 2px solid #C00;
	background-color: #F00 !important;
	color: #FFF;
}

.GenbaboxPurple{
	font-weight: bold;
	border: 2px solid #50C;
	background-color: #A0F !important;
	color: #FFF;
}

.Genbabox006934{
	padding: 2px;
    background-color: #006934 !important;
    color: #FFF;
}

.Genbabox1EAA39{
	padding: 2px;
    background-color: #1EAA39 !important;
    color: #FFF;
}

.Genbabox22B573{
	padding: 2px;
    background-color: #22B573 !important;
    color: #FFF;
}

.Genbabox8DC21F{
	padding: 2px;
    background-color: #8DC21F !important;
    color: #FFF;
}

.GenbaboxE95513{
	padding: 2px;
    background-color: #E95513 !important;
    color: #FFF;
}

.GenbaboxC30D23{
	padding: 2px;
    background-color: #C30D23 !important;
    color: #FFF;
}

.Genbabox910782{
	padding: 2px;
    background-color: #910782 !important;
    color: #FFF;
}

.GenbaboxA38A77{
	padding: 2px;
    background-color: #A38A77 !important;
    color: #FFF;
}

.Genbabox5C9DB7{
	padding: 2px;
    background-color: #5C9DB7 !important;
    color: #FFF;
}

.Genbabox00A199{
	padding: 2px;
    background-color: #00A199 !important;
    color: #FFF;
}

.Genbabox036EB7{
	padding: 2px;
    background-color: #036EB7 !important;
    color: #FFF;
}

.Genbabox808080{
	padding: 2px;
    background-color: #808080 !important;
    color: #FFF;
}

.Genbabox333333{
	padding: 2px;
    background-color: #333333 !important;
    color: #FFF;
}

.Genbabox000000{
	padding: 2px;
    background-color: #000000 !important;
    color: #FFF;
}

.Genbabox534741{
	padding: 2px;
    background-color: #534741 !important;
    color: #FFF;
}

.Genbabox42210B{
	padding: 2px;
    background-color: #42210B !important;
    color: #FFF;
}

.GenbaboxC1272D{
	padding: 2px;
    background-color: #C1272D !important;
    color: #FFF;
}

.Genbabox29ABE2{
	padding: 2px;
    background-color: #29ABE2 !important;
    color: #FFF;
}

.Genbabox8C5184{
	padding: 2px;
    background-color: #8C5184 !important;
    color: #FFF;
}

.GenbaboxDE6B37{
	padding: 2px;
    background-color: #DE6B37 !important;
    color: #FFF;
}

#Calendartable-01 .NightTime td .GenbaboxBlue {
	color: #FFF;
	background-color: #0071BC;
	border-top-color: #0071BC;
	border-right-color: #0071BC;
	border-bottom-color: #0071BC;
	border-left-color: #0071BC;
}

.MemberNum_NO{
	font-weight: bold;
	margin-right: 3px;
	color: #F00;
}
/* .MemberNum_OK ⇒ .MemberNum_YES に変更(damaバグ修正) */
.MemberNum_YES{
	font-weight: bold;
	margin-right: 3px;
	color: #000;
}

.StartTime{

}

.Alert_Genba{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.Nightback td .GenbaboxRed .Alert_Genba {
	color: #CCC;
}
.NightTime td .GenbaboxRed .Alert_Genba {
	color: #CCC;
}
.Nightback td .GenbaboxBlue .Alert_Genba {
	color: #CCC;
}
.NightTime td .GenbaboxBlue .Alert_Genba {
	color: #CCC;
}
.partner {
	background-color: #CCF;
}
table.dayGanbaBox{
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #666;
}
td.dayGanbaBox{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
table#cardform{
	margin-top: 25px;
	margin-bottom: 25px;
	}
#cardform td{
	margin:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}.yasumi {
	color: #CCC;
}
.new_a {
  color: red;
  font-size: 8pt;
  float: right;
}
.gcolor {
  height: 15px;
  width: 35px;
  display:inline-block;
  _display:inline;
  text-align:center;
  font-size:9pt;
  cursor: pointer;
}
.sidebar1 {
  font-size:10pt;
  line-height:200%;
}

.X {
  text-decoration: underline;
  font-size: 8pt;
  cursor: pointer;
}

#date-picker{display: none; position: absolute;font-family:sans-serif;}
.date-picker-close{text-align:right;margin:-0.2em 0 0.5em 0; padding:0}
.date-picker-close a {
  text-decoration: none;
  color: #999;
  font-weight: bold;
  width: 5em;
  display: inline-block;
  text-align: right;
}
#input-calendar img{border:none;}

/* 日曜日（赤） */
.yui3-skin-sam .yui3-calendar-day.bg-pink {
	background-color: #FFE4E1;
}
/* 土曜日（青） */
.yui3-skin-sam .yui3-calendar-day.bg-sky {
	background-color: #F0F8FF;
}


#sama {
  display: none;
}

#display {
  display: inline;
}


/*
	年間カレンダー
*/

.year-calendar{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
	/* overflow-x: scroll;
	overflow-y: scroll; */
	/* min-height: 600px;
	max-height: 600px; */
}

/* .year-calendar ::-webkit-scrollbar{
	width: 5px;
}
.year-calendar ::-webkit-scrollbar-track{
	background-color: rgba(0,0,0,0.1);
}
.year-calendar ::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
} */

.year-calendar > .month > main{
	width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: column;
	/* background-color: lightgray; */
}
/* 
#year-calendar > .month{
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
} */

.year-calendar > .month > header{
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
	text-align: center;
	font-size: 2rem;
}

.year-calendar main article{
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	/* min-height: 125px;
	max-height: 125px; */
	overflow-y: scroll;;
	font-size: 0.75rem;
	background-color: white;
	font-weight: bold;
}

.year-calendar main header{
	font-size: 1rem;
	font-weight: bold;
}
.year-calendar main article main ul li{
	border-radius: 1px;
	background-blend-mode: screen;
}

/* SCROLLBAR HIDE */
body{
	overflow: hidden;
}