@charset "UTF-8";

/* login.html
---------------------------------------------------- */
/* table1
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table1 tr:nth-child(2n+1) {
  background: #eee;
  }
}

.table1 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
}

.table1 th,
.table1 td {
  padding: 10px;
  display: block;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  font-size: 100%;
  font-weight: normal;
}

.table1 th {
  text-align: center;
}

/* === PC・印刷用 === */
@media print, screen and (min-width: 768px) {
  .table1 {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  .table1 th,
  .table1 td {
    display: table-cell;
  }

  .table1 th {
    padding: 25px 0;
    width: 25%;
    vertical-align: middle;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
  }

  .table1 td {
    padding: 25px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}

/* login_btn01
---------------------------------------------------- */
.login_control {
  width: 100%;
  height: 50px;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.password_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.password_wrapper input {
    width: 100%;
    padding-right: 35px; /* アイコン分の余白 */
}

.password_wrapper .fa-eye,
.password_wrapper .fa-eye-slash {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

/* login_btn01
---------------------------------------------------- */
.login_btn01{
	display: inline-block;
	text-align: center;
	color: #fff !important;
	background: #0885c7;
	border: 0;
	padding: 20px 0;
	width: 50%;
	}
.login_btn01:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.login_btn01:link,
.login_btn01visited{
	color:#fff;
	text-decoration:none;
	border: 0;	
	padding: 20px 0;
	}
.login_btn01:hover,
.login_btn01:active{
	color:#fff !important;
	text-decoration:none !important;
	border: 0;
	padding: 20px 0;
	}

/* employee.html
---------------------------------------------------- */
/* 月度指定
---------------------------- */
.login_width {width:60%;}

/* 見出し
---------------------------- */
.login_midashi{color: #fff;
 background:#0885c7;
  font-size: 20px;
  padding:10px 20px;
  margin-bottom: 10px;
  border-radius: 10px 10px 0 0;
  border:0;
}
.login_midashi i{
  padding-right: 10px;
}

/* テーブル02
---------------------------------------------------- */
.table_yokoth02 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
} 
.table_yokoth02 th,
.table_yokoth02 td {
	text-align: center;
	padding: 8px;
	border: 1px solid #ddd
}
.table_yokoth02 th {
	background: #eaf1f4;
}
.table_yokoth02 td {
	background: #fff;
}

.table_yokoth02_td02 {position: relative; padding: 8px 40px 8px 0px !important;}

.table_yokoth02_dono{
  position: absolute;
  top:8px;
  right:10px;
  color: #999;
}

@media only screen and (max-width: 767px) {
.table_yokoth02 {font-size: 12px;}
.table_yokoth02_th01 {width: 130px; vertical-align: top !important;}
}

@media print, screen and (min-width: 768px) {
.table_yokoth02_th01 {width: 35%;}
.table_yokoth02_td02 {padding: 8px 40px 8px 40px !important;}
}

/* テーブル
---------------------------------------------------- */
.table_yokoth {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100% !important;
} 
.table_yokoth th,
.table_yokoth td {
	padding: 8px 10px;
	border: 1px solid #ddd
}
.table_yokoth th {
	text-align: center;
	background: #eaf1f4;
}
.table_yokoth td {
	text-align: center;
	background: #fff;
}

.table_yokoth_td01 {position: relative; padding: 8px 2px 8px 40px !important;}
.table_yokoth_td02 {text-align:left!important;}
.table_yokoth_td03 {vertical-align: middle;}

.table_yokoth_new{
  position: absolute;
  top:8px;
  left:10px;
  color: #f00;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
.table_yokoth {font-size: 12px;}
.table_yokoth_th01 {width: 140px; vertical-align: top !important;}
.table_yokoth_th02 {width: 40%; text-align: left !important;}
.table_yokoth_td03 i{font-size: 15px;}
}

@media print, screen and (min-width: 768px) {
.table_yokoth_th01 {width: 22%;}
.table_yokoth_th03 {width: 10%;}
}

@media print, screen and (min-width: 992px) {
.table_yokoth_th01 {width: 18%;}
.table_yokoth_th03 {width: 10%;}
}