/* .front */

.front {
	  margin: 10px 4px;
	/*  overflow-x: scroll; */
    white-space: nowrap;
}

.view-checkin-out .view-content {
	overflow-x: scroll;
}





.front th {
  padding: 5px;
  border-collapse: collapse;
  text-align: center;
  background-color: #aaa;
  color: white;
  font-size: large;
}


.front td {
  border:1px solid #8080804d;
}


.front tr{
	font-size: 1.5em;
}


.front .head {
  border-collapse: collapse;
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: transparent;
}

.pure-table td, .pure-table thead, .pure-table tr {
    background-color: transparent;
    color:#555555;
    border: solid 1px #666;
    font-size: medium;
}

.pure-table a, .pure-table a:hover{
	color:#555555;
}




.チェックイン td {
background: #eeeeee33 !important
}

.チェックアウト td {
  background: #EEEEEE  !important;
}

.over td, .over td, .over a:-webkit-any-link  {
  color: red;
}

/* tab */
@media only screen and (max-width: 768px) {
  .front {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .front .fixed {
    position: sticky;
    left: 0;
  }
  .front .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}


table tbody tr th {
    vertical-align: middle;
    text-align: left;
}

/*
.field--label-hidden{
	display:none;
}
*/



.distance-head{
    color: #000;
    font: italic 85% / 1 arial, sans-serif;
    font-size: x-large;
    font-weight: bold;
}


.distance-body {
    color: #000;
    font: italic 85% / 1 arial, sans-serif;
    font-size: large;
    font-weight: bold;
}


.distance-label {
    display: flex;
    align-items: end;
}



caption {
    padding: 2em 0 1em 0;
}


.view-grouping{
	margin-top: 1.5em;
}


.views-field-nothing{
  text-align: center;
}

.vbo-multipage-selector {
    width: fit-content;
}

.pure-table td, .pure-table th {
   padding: 0.3em 0.5em;
}


table#edit-tags {
    width: 100% !important;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;	
}



