@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	width:100% !important;
	height: 100%;
	background-color: #fbf6f0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, address { 
    display: block;
}
/*上下左右センター*/
.box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

header,
footer {
	background-color: #bcb09f;
}
#edit {
	position: absolute;
	z-index:100;
	width:100%;
	height:160%;
	padding:60px;
	top:0;
	left:0;
	background: #333333;
	background-color:rgba(51,51,51,0.6);
}
#edit #edit_div {
	width:90%;
	margin-right:auto;
	margin-left:auto;
	background-color:rgba(255,255,255,1);
	padding:20px;
}
#edit #edit_div table,
#edit #edit_div h2 {
	width:100%;
	min-width: 300px;
	margin-right:auto;
	margin-left:auto;
}
#edit #edit_div table tbody tr td {
	font-size: 14px;
	padding: 4px;
}
#edit #edit_div table tbody tr td input,
#edit #edit_div table tbody tr td textarea {
	width: 100%;
}
table td.title {
	width: 9em;
	padding-left: 10px;
	line-height: 1.4em;
}
.sd{
	color : blue;
	background-color:#c9daf8;
}
.hd {
	color : red;
	background-color:#f4cccc;
}

/* 出退勤submitボタン */
.w_b_form {
	padding: 10px;
	text-align: center;
	background: #bcb09f;
}
.w_b_form_no {
	padding: 10px;
	text-align: center;
	background:#e4e1dd;
}
.w_b_form .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.w_b_form_no .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color:#DCD6D7;
  border-radius: 0.5rem;
}
.w_b_form .btn-border-shadow--radius,
.w_b_form_no .btn-border-shadow--radius {
  border-radius: 100vh;
}
.w_b_form .btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}
.w_b_form_no .btn-border-shadow {
  background: #fff;
}
.w_b_form .btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

.w_b_form .btn-border-shadow--radius:before,
.w_b_form_no .btn-border-shadow--radius:before {
  border-radius: 100vh;
}

.w_b_form .btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

.w_b_form .btn-border-shadow:hover:before,
.w_b_form_no .btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
.center {
	text-align: center;
}
table#attendance_sheet {
	font-size: 14px;
	margin: 1em auto;
	background-color: #ffffff;
}
table#attendance_sheet caption {
	text-align: center;
	margin: 0 auto;
}
table#attendance_sheet thead tr th {
	background-color: #d0e8f8;
	text-align: center;
}
table#attendance_sheet thead tr th span {
	display: block;
}
.table_textarea {
	width: 90%;
	margin-bottom:0px;
	min-height:12px !important;
}
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #bcb09f;
}
.x_90 {
	display:inline-block;
	transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
}
.x90 {
	display:inline-block;
	transform: rotate( 90deg );
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}
.gray {
	background-color: #dcdcdc;
}