@charset "utf-8";

a.btn--circle {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f786b2;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 4px;
	font-size: 80%;
	padding: 6px ;
	height: 22px;
	width: 22px;
}

.contents {
	text-align: left;
/*	background: url(../img/) #81c784 repeat-x;	*/
	background-color: ;
	width: 100%;
	max-width: 1200px; /* PCでの最大幅 */
	margin: 0 auto;
	margin: 0px auto 0 auto;
	border-right: 1px solid #ddd ;
	border-left: 1px solid #ddd ;
}

.itemBox { 
	padding-bottom: 10px;
	font-size: ;
	background-color: #fff;
}

.itemTitle {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin:  4px auto;
	padding: 10px 0 ;
	background-color: #d7f5e5;
	border-left: 10px solid #228b22;
/*	border: 1px solid #70bd98;	*/
/*	border-radius: 8px;	*/
}

.itemTitle h2 {
	padding: 2px 0px 2px 6px ;
	font-weight: bold;
	color: #333;
	text-align: left;
	font-size: 18px;
}

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

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

.itemBody a:hover{
	color: #008000;
	text-decoration: underline;
/*    background: #f8bbd0;	*/

}

.Form_wrapper2 {
	position: relative;
	z-index: 1;
	background-color:#FFFFFF ;
	max-width: 90%;
	margin: 10px auto;	
	padding: 25px 10px;
	text-align: center;
}

.Form_wrapper2 input {
	background-color: #31b6a8;
}

.Form_wrapper{
  position: relative;
  z-index: 1;
	background-color:#FFFFFF ;
  max-width: 90%;
  margin: 10px auto;	
	padding: 30px;
  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: 30%;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #fff;
	border-radius: 8px;
	transition: .4s;
	background: #466125;
	margin: 10px auto ;
	font-size: 160%;
}
.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: 6px 0px 8px 4px;
	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;
}

.textarea-primary {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-height: 400px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
	border: 1px solid #6BB1D0;
  font-size: 120%;
  outline: none;
  line-height: 1.6;
  resize: vertical;
}

#remaining-characters.max {
  color: #dd3535;
}

.even {
	background-color: #EFEFEF;
}

.kiji_write_calender{
	width: 160px;
	height: 30px;
	color: #000;
	font-size: 120%;
	border: 1px solid #6BB1D0;
	background-color: #cff3ff;
	border-radius: 5px;
}

.kiji_write_inputtext{
	width: 100%;
	height: 30px;
	color: #000;
	font-size: 120%;
	border: 1px solid #6BB1D0;
	border-radius: 5px;
/*	background-color: #cff3ff;	*/
}

/* 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: 100%;
}
table tr:nth-child(even) td {
	background: #dfdfdf;
}
table th {
	text-align: center;
	padding: 4px 0;
	background-color: #51B3D4;
	color: #fff;
}

table td{
	text-align: center;
	padding: 4px 0;
	border-bottom: solid 1px #cfcfcf;
/*  border-right: 1px #cecece solid;
  border-left: 1px #cecece solid;	*/
}

/*.shukkinbo tr:nth-child(even) td {
	background: #fff !important;
}*/

/* form style */
.table-wrap {
	overflow-x: scroll;
}
.table-wrap2 table,.table-wrap2 th,.table-wrap2 td   {
	border: 1px solid #333;
}

.table-wrap2 tr:nth-child(even) td {
	background: #fff;
}
.table-wrap2 tr:nth-child(odd) {
	background: #fff;
}


.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}


.kiji_disp th{
	width: 15%;
	text-align: center;
	padding: 4px;
	border: solid 1px #cfcfcf;
}
.kiji_disp td{
	text-align: left;	
	padding: 4px;
	border: solid 1px #cfcfcf;
}


.kiji_disp tr:nth-child(even) td {
	background: #fff;
}
.kiji_disp tr:nth-child(odd) {
	background: #fff;
}

.targetdate_table{
	text-align: left;
	padding:4px;
	background-color: ;
}

.targetdate_table_2{
	text-align: left;
	padding:4px;
	background-color: ;
	width: 100%;
	font-size: 100%;
}

.targetdate_table_2 input{
	font-size: 100%;
	width: 100%;
	height: 20px;
	border:none ;
	outline: none;
}
.targetdate_table_2 textarea{
	font-size: 100%;
	width: 100%;
	height: 140px;
	border:none ;
	outline: none;
}

.table-wrap2 button{
	font-size: 90%;
	width: 50px;
	height: 20px;
	border:1px solid #51B3D4 ;
	background-color: #fff;
	color: #51B3D4;
}

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 , #mail , #userid , #password , #password2 , #username , #login_name , #nick_name , #full_name  {
	width: 100%;
	font-size: 18px;
	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;
	margin: 0px auto;
	color: #FFFFFF;
	font-size: 18px;
  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: 1px solid #DF5286 ;font-size: 14px; font-weight: ; color: #333;
	background-color:#FFDBE7 ;
}
.errorMsg2 img{ /* アイコン画像とテキストの並び */
	padding-bottom: 3px;
}
.CompMsg {
	padding: 10px ; border: 1px solid #4CAF50 ;font-size: 14px; font-weight: bold; color: #4CAF50;
	background-color:#DDFFDD ;
}

.hidden_box {
	margin:  20px;
	padding: 20px;
}
.hidden_box_flexbox {
	display: flex;
	justify-content: center；
		width: 100%;
}
.hidden_box_flexbox a{
	cursor :pointer;
	margin: 10px auto ;
	padding: 15px 5px;
	border: 1px solid #333;
	border-radius: 8px;
	font-size: 110%;
	width: 30%;
	height: ;
	text-align: center;
	text-decoration: none;
	transition: .4s;
	background: #466125;
	color: #fff;
}
.hidden_box a:hover {
	background: #a4d5bd;
	color: #000;
}



.hidden_box_flexbox h2{
	font-size: 120%;
}
.hidden_box label {
	cursor :pointer;
	margin: 10px auto ;
	padding: 15px 5px;
	border: 1px solid #333;
	border-radius: 8px;
	font-size: 110%;
	width: 30%;
	text-align: center;
	text-decoration: none;
	transition: .4s;
	background: #864d30;
	color: #fff;
}

.hidden_box label:hover {
	color: #fcf16e;
	background: #593422;
}
.hidden_box input {
	display: none;
}
.hidden_box .hidden_show {
	width: 98%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}


/*



.hidden_box label:hover {
	color: #fcf16e;
	background: #593422;

	background: #864d30;
	color: #fff;


*/

.kirokubutton {
	display: inline-block;
	margin: 15px;
	font-size: 120%;
	color: #fff;
    background: #00CCCC;
    padding: 5px 10px;
	cursor: pointer;
	width: 300px;
	height: auto;
	text-align: center;
	padding: 20px 10px;
	border-radius: 8px !important;
}

#F{
    display: none;
}
.F{
	display: inline-block;
	margin: 15px;
	font-size: 120%;
	color: #fff;
    background: #864d30;
    padding: 5px 10px;
	cursor: pointer;
	width: 300px;
	height: auto;
	text-align: center;
	padding: 20px 10px;
	border-radius: 8px !important;
}
.G{
    display: none;
    background: #fff;
    height: auto;
}
#F:checked+label+.G{
    display: block;
	height: auto;
	padding: 20px;
	margin: 20px auto;
	border:1px solid #999;
	border-radius: 8px !important;
}


#toggle1 {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transition: 2s;
}
.toggle-inner {
  /* display: none; */
  transition: 1s;
  visibility: hidden;
  opacity: 0;
}
#toggle1:checked ~ .toggle-inner {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  transition: 1s;
}

.hidden_show {
	height: 500px;
}
.hidden_box input:checked ~ .hidden_show {
	padding: 10px;
	margin-bottom: 25px ;
	height: 500px;
	opacity: 1;
/*	border-left: 1px solid #cfcfcf ;
	border-right: 1px solid #cfcfcf ;
	border-bottom: 1px solid #999 ;
*/	
	border:  1px solid #cfcfcf;
	background-color: #a4d5bd;  /* FFF0F5 */
	border-radius: 8px !important;
}
.hidden_show p {
	margin: 4px ;
	padding: 10px ;
	background-color: #dcedc8;
	font-size: 14px;
}
.hidden_show h2 {
	margin: 4px 4px 4px 0px ;
	padding: 6px 6px 6px 0px ;
	font-size: 110%;
}
.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: #fff3b8;
  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;
}

/*	ページャー関係	*/
.pager{
	margin: 20px;
	padding: 20px 5px;
	background-color: #999;
	border: 1px dotted #999;
	font-size: 110%;
	border-radius: 8px;
}

.pager .page_num {
/*	border-radius: ;	*/
	width: 20px;
	height: 20px;
	padding: 5px ;
	margin: 10px;
	background-color: #fff;
}


.flexbox_cont{
	display:flex; 
	justify-content: center
	align-items: center
	width: 96%;
	padding: 13px 10px 4px 10px;
	font-size: 100%;
	background-color: #efefef;
	border-radius: 8px;
}
.flexbox_cont form{
	width: 70%;
	font-size: 100%;
}
.flexbox_cont h4{
	width: 30%;
	text-align: center;
	font-size: 90%;
}
.flexbox_cont select{
	width: 100%;
}

/* ラジオボタン用  */
.radiobutton {
	display: none;
}
label {
	background-color: skyblue;
	padding: 10px 20px;
	cursor :pointer;
	color: #999;
}
.radiobutton:checked + label {
	background-color: pink;
	cursor :pointer;
	color: #000;
	border:1px solid red;
}


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


/* 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-width: 480px) {
	.itemBody {
		font-size: 90%;
	}
	.contents { 
		background-color: ;
		width: 100%;
		margin: 0;
		border-right: none ;
		border-left: none ;
	}
	.itemTitle h2 {
		padding: 0px 0px 0px 15px ;
		font-size: 18px;
	}
	.itemBody table {
		font-size: 100%;
	}
	form #userid , #password{
		font-size: 24px;
	}
	.FormButton { /*	ログインフォーム緑ボタン	*/
		font-size: 24px;
	}

	.ontime_members {
		font-size: 20px;
	}
	#time {
		font-size: 26px;
		padding: 10px 0 ;
	}
	
	.kiji_disp th{
		width: 20%;
		text-align: center;
		padding: 4px;
		border: solid 1px #cfcfcf;
	}
	.kiji_disp td{
		text-align: left;	
		padding: 4px;
		border: solid 1px #cfcfcf;
	}
	
	.Form_wrapper , .Form_wrapper2 {
		font-size: 16px;
		max-width: 98%;
		padding: 20px;
		
	}
	

}
