@charset "utf-8";

.contents {
	text-align: left;
/*	background: url(../img/) #81c784 repeat-x;	*/
	background-color: #;
}
.ontime_members {
	font-size: 30px;
}

#time {
	font-size: 40px;
	font-weight: normal;
	color: #555;
	width: 100%;
	text-align: center;
	padding: 10px 0 ;
	background-color: #;
}

.itemBox { 
	padding-bottom: 20px;
	font-size: ;

}

.itemTitle {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin:  0px;
	padding: 10px 0 ;
	background-color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 3px solid #999;
	border-left: 1px solid #999;
	border-radius: 6px;
}

.itemTitle h2 {
	padding: 2px 0px 2px 15px ;
	font-weight: bold;
	color: #fff;
	text-align: left;
	font-size: 20px;
}

.itemBody {
	clear: both;
	margin:  0 auto;
	padding: 10px;
	text-align: left;

}
.itemBody p{
	margin: 5px ;
	padding: 5px ;
}
.itemBody a{
	text-decoration: none;
/*	border-bottom: 2px solid #80cbc4 ;
	border-left: 3px solid #fff ;
*/
}

.itemBody a:hover{
    background: #f8bbd0;

}

.Form_wrapper{
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 10px auto;	
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.Form_wrapper_index {
  position: relative;
  z-index: 1;
  max-width: 80%;
  margin: 0 auto 100px;
  text-align: center;
}
.mini_button {
	font-size: 12px !important;
	width: 95% !important;
	padding: 5px !important;
	border-radius: 4px !important;
}

.button { /*	トップページの出勤時に押すボタン	*/
	display: block;
	width: 80%;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #333;
	border-radius: 8px;
	transition: .4s;
	background: #ddd;
	margin: 10px auto ;
	font-size: 26px;
}
.button:hover {
	background: #DECC9B;
	color: #466125;
	border: 1px solid #ccc ;
	font-weight: bold;
	cursor :pointer;
}
.itemBody h3 {
	border-bottom: 1px dotted #666;
	margin: 20px 2px;
	clear: both;
	font-size: 20px;
	height: 30px ;
}
.itemBody h4 {
	margin: 16px 0px 8px 4px;
	clear: both;
	font-size: 18px;
	height: 30px ;
}

.itemBody div {
	margin: 4px auto;
	text-align: left;

}

.itemBody dl {
	width: 500px;
	margin: 10px auto;
}

.itemBody dl dt {
	margin-left: 1em;
	border-bottom: 1px dashed #CCC;
	font-size: 120%;
}

.itemBody dl dd {
	padding: 10px 2em;
}

.itemBody dl dd.submitBox {
	padding-top: 20px;
	border-top: 1px solid #CCC;
	text-align: center;
}

div.submitBox input {
	width: 180px;
	margin: 2px 10px;
}

.even {
	background-color: #EFEFEF;
}

/* pager */
.pager {
	text-align: center;
	font-size: 90%;
	margin-bottom: 30px;
}

.pager a.prev {
	margin-right: 50px;
}

.pager a.next {
	margin-left: 50px;
}

.pager a {
	margin: 0 4px;
}


/* table */
.itemBody table {
	margin: 14px auto 10px auto;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 20px;
}
table tr{
/*  border: solid 1px #cecece;	*/
}
table th,table td{
  text-align: center;
	padding: 2px 0;
	border-bottom: solid 1px #466125;
/*  border-right: 1px #cecece solid;
  border-left: 1px #cecece solid;	*/
}
/*table tr:nth-child(even) td {
	background: #dfdfdf;
}*/
.shukkinbo_inlineblock {
	margin: 0 !important ;
	display: inline-block !important;
	text-align: left !important;
	font-size: 12px !important;
/*	width: 140px !important;	*/
}
.shukkinbo table{
	margin: 0 !important ;
	background: #fff !important;
	font-size: 12px !important;
}
.shukkinbo tr{
  border: solid 1px #333 !important;
  width: auto !important;
}
.shukkinbo td{
  border: solid 1px #333 !important;
  padding: 1px  !important;
  min-width: 34px !important;
  	vertical-align: bottom !important;
}
/*.shukkinbo tr:nth-child(even) td {
	background: #fff !important;
}*/

/* form style */

form label {
/*	font-size: 20px;
	margin: 0 ;
*/}
form table {
	font-size: 200%;
}
form div {
	padding: 20px 0;
}

form #login {
	text-align: center;
}
form p {
	clear: both;
	width: 100%;
	margin: 0 auto ;
	text-align: center;
}
form .inputform1 , #userid , #password , #password2 , #username  {
	width: 100%;
	font-size: 16px;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
}
.FormButton {/* Login.phpのボタン */
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.FormButton:active {
  background: #43A047;
}

/* massage */

.errorMsg {
	width: 60% ;
	margin: 40px auto ;
	padding: 60px 15px ;
	color: #C00;
	font-size: 100%;
	border: 1px solid #C00 ;
	text-align: center;
}
.stillon {
	padding: 10px;
	background-color: #C29FC4 ;
	font-size: 24px;
	text-align: center;
	border-radius: 6px;
	border-bottom: 2px solid #cfcfcf;
/*	border-left:  20px solid #C29FC4;	*/
}
.errorMsg2 {
	padding: 10px ; border: 2px dotted #ff0000 ;font-size: 20px; font-weight: bold; color: #ff0000;
}
.CompMsg {
	padding: 10px ; border: 2px dotted #4CAF50 ;font-size: 20px; font-weight: bold; color: #4CAF50;
}

.hidden_box {
	margin:  0;
	padding: 0;
}
.hidden_box label {
	color: #333;
	margin: 5px ;
	padding: 5px;
	cursor :pointer;
}
.hidden_box label:hover {
	background: #f8bbd0;
}
.hidden_box input {
	display: none;
}
.hidden_box .hidden_show {
	width: 98%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
	padding: 10px 0 25px 0;
	margin-bottom: 25px ;
	height: auto;
	opacity: 1;
/*	border-left: 1px solid #cfcfcf ;
	border-right: 1px solid #cfcfcf ;
*/	border-bottom: 1px solid #999 ;
	background-color: #fff;
}
.hidden_show p {
	margin: 4px ;
	padding: 10px ;
	background-color: #dcedc8;
	font-size: 14px;
}
.td_input { /*	勤怠データ修正画面のinput	*/
	font-size: 14px;
	text-align: center;
}	
.td_input > input { /*	勤怠データ修正画面のinput	*/
/*	-webkit-appearance: none;
	border-radius:4px;*/
/*	background-color: #b3e5fc;
	border: 1px solid #039be5 ;*/
}
.td_input > input:focus { /*	勤怠データ修正画面のinput	*/
/*	background-color: #f8bbd0;
	border: 1px solid #e91e63 ;*/
}
.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
/*  background: transparent;*/
  background-color: #81D4FA;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 16px;
	margin: 0 0 20px 0 ;
}
.select:hover {
	cursor :pointer;
}

select::-ms-expand {
    display: none;
}


/* ========================================================================= */


/* link */

#main a {
	color: #333;

}
/*
#main a:link {color: #333;}
#main a:visited {color: #333;}
#main a:hover {color: #FF3300;}
#main a:active {color: #F00;}
*/

/*415px 〜 959px iPhone等スマホ*/
/* @media (min-width: 415px) {*/
@media only screen and (max-device-width: 480px) {
	.itemBody { font-size: 90%; }
	.itemTitle h2 {
		padding: 2px 0px 2px 15px ;
		font-size: 20px;
	}
	.stillon {
		font-size: 20px;
	}
	.itemBody table {
		font-size: 100%;
	}
	.underHeader { font-size: 90%; padding: 1px ;}
	.underHeader a{ font-size: 90%; }
	form #userid , #password{
		font-size: 24px;
	}
	.FormButton { /*	ログインフォーム緑ボタン	*/
		font-size: 24px;
	}
	.Form_wrapper{
/*		margin: 0 ;
*/		padding: 30px;
		max-width: 260px;
	}
	.ontime_members {
		font-size: 20px;
	}
	#time {
		font-size: 26px;
		padding: 10px 0 ;
	}
.td_input { /*	勤怠データ修正画面のinput	*/
		
		
		
}


}
