@CHARSET "UTF-8";

html {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	margin: 0;
}
body p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
}
body input{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:12px;
}
.header {
	font-family: 'Noto Sans JP', sans-serif;
	width: 1000px;
	margin: auto;
	margin-bottom: 10px;
}

.logo {
	width: 150px;
	margin: 10px;
	margin-top: 30px;
	margin-left: 40px;
	float: left;
}

.head {
	width: 1000px;
	margin-top: 0;
}

.header .btn {
	float: right;
	display: inline-block;
	width: 120px;
	margin: 30px 10px 10px;
	padding: 10px 5px;
	border-bottom: 2px solid rgb(239, 194, 107);
	background: transparent;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.header .btn:hover {
	transition: .4s;
	color: #fff;
}

.header .btn::after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0;
	border-radius: 50%;
	background: rgb(239, 194, 107);
	transition: .3s;
}

.header .btn:hover::after {
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
}

.header .screenName{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 40px;
	font-size: 16px;
	font-weight: 500;
	background: #4f81bd;
	color: #fff;
}

#YearManth{
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
	font-size:14px;
    margin-top: 10px;
}
.nextLast{
	text-decoration: none;
	line-height: 1;
	font-size:20px;;
    text-align: center;
    padding-top: 5px;
}
.list{
	text-align: right;
	vertical-align: middle;
	margin: 0 0 0 auto;
	padding-top: 7px;
	/* padding-top: 16px; */
	float: left;
	margin-left: 72.4%;
	font-weight:normal;
}
.list1{
	text-align: right;
	vertical-align: middle;
	margin: 0 0 0 auto;
	padding-top: 6px;
	float: left;
	margin-left: 72.3%;
	margin-left: 75%;
	clear: both;
	font-weight: normal;
}
.list2{
	text-align: right;
	vertical-align: middle;
	margin: 0 0 0 auto;
	padding-top: 6px;
	float: left;
	margin-left: 75%;
	clear: both;
	font-weight: normal;
}
.footer {
	width: 1000px;
	height: 35px;
 	/* height:45px; */
	margin: auto;
/* 	margin-bottom:150px; */

}
.footer .excel{
	float:right;
	margin:0;
	margin-top:10px;
}

.footer .back{
	display:block;
	/* margin-top: 15px; */
	margin-bottom:15px;
	width: 150px;
	padding: 15px;
	background-color: rgba(150, 150, 150, .8);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
	clear: both;
}
.monthly
{
	margin:0px auto;
	width:1000px;
}

 .monthlyreport{
	float:right;
	display: inline-block;
	width: 150px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: rgb(33,76,82);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
}
.monthlyreport:hover
{
	background-color: rgb(33,76,82);
	border-color: #fff;
	letter-spacing: 6px;
	transition: all .3s;
}
small {
	color: #fa8072;
}
.Login{
	width:1000px;
	margin: auto;
	margin-top: 125px;
}
.Login .smart-login{
	display:none;
}
.Login form,.pass-change form{
	font-family: 'Noto Sans JP', sans-serif;
	margin: auto;
	margin-top: 20px;
	margin-bottom:20px;
	padding: 30px;
	width: 310px;
	background-color: #f5f5f5;
	text-align: left;
	font-size: 16px;
	box-shadow: 0px 5px 5px 5px #ddd;
}
.Login p,.Login input ,.pass-change p,.pass-change input{
	width: 200px;
	margin-left: 25px;
	padding: 5px;
}
.pass-change p{
	width:250px;
}

.Login p ,.pass-change p{
	margin-top: 0;
	margin-bottom: 0;
}

.Login button ,.pass-change button{
	width: 200px;
	margin-top: 50px;
	margin-left: 25px;
	padding: 10px 5px;
	background-color: rgb(239, 194, 107);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
}

.Login button:hover ,.pass-change button:hover,.footer .back:hover
 ,.hozon:hover,.kakutei:hover{
	background-color: #D68700;
	border-color: #fff;
	letter-spacing: 6px;
	transition: all .3s;
}
.pass-change {
	width: 1000px;
	margin: auto;
}
.pass-change .memo small{
	color:#555;

}
.pass-change .memo{
	padding-left:400px;
	text-align:left;
	margin:auto;
}
.menu{
	width: 1000px;
	margin: auto;
}

.menu a {
	display: inline-block;
	width: 400px;
	margin: 20px;
	margin-top:40px;
	padding: 100px 0px;
	text-align: center;
	background-color: rgba(200, 200, 200, .5);
	transition: all .2s;
	font-size:14pt;
}

.menu a:hover {
	letter-spacing: 7px;
	text-decoration: none;
	transition: all .3s;
	background-color: rgb(239, 194, 107);
	transition: all .3s;
}

.info{
	text-align:left;
	width:950px;
	margin:auto;
	margin-top:50px;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 25px;

	background-color: #f5f5f5;
	text-align: left;
	font-size: 16px;
	box-shadow: 0px 5px 5px 5px #ddd;
}
.line{
	width:460px;
}
.lineSmart{
	display:none;
}

.search {
	width: 1000px;
	height: 160px;
	margin:0 auto;
	padding: 20px;
	background-color: #f5f5f5;
}

.search table {
	width:960px;
	margin: auto;
}
.search tr {
	height:50px;
	text-align:left;
}
.search .namelist{
	width:180px;
}
.search th,.search td {
	font-weight: normal;

}
.search .term-td{
	width:100px;
}
.search .ymDept-td{
	width:280px;
}
.serach .flgName-td{
	width:300px;
}


.search button {
	display: inline-block;
	width: 150px;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color:  rgba(150, 150, 150, .8);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
}


.search .option{
	width:90px;
	margin: auto;
	font-size: 13px;
}

#comboField {
	position: relative;
}
#nameBox {
	font-size: 13px;
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#nameSelect {
	font-size: 14px;
	width: 100px;
}
.table-page{
	width:1000px;
	margin:auto;
	margin-bottom: 5px;
}
.table-page p,.table-page small{
	text-align:left;
	float:left;
	content:"";
    margin: 5px 0;
}
/*行の色指定
.kintai tr:nth-child(even){
	background-color:#dee;
	}
.kintai tr:nth-child(odd){
	background-color:#fff;
	}
	*/
.kintai{
	width:1000px;
	margin:auto;
	border:solid 1px #444;
	border-collapse:collapse;
}
.kintai th,.kintai td{
	padding:3px;
	border:solid 1px #777;
	border-collapse:collapse;
}
.kintai th{
	border:solid 1px #444;
}
.kintai th{
	background-color:#D68700;
	color:white;
	text-align:center;
}
.kintai .inputTime{
	width:40px;
	text-align:right;
	padding-right:1px;
}
.kintai .time-td{
	width:50px;
	text-align:right;
	padding-right:7px;
}
.kintai .note-td input{
	width:280px;
}
.kintai .ym-td{
	width:70px;
}
.kintai .dept-td{
	width:90px;
}
.kintai .code-td{
	width:80px;
}
.kintai .name-td{
	width:100px;
}
.kintai .cnt-head-td{
	width:120px;
}
.kintai .cnt-td{
	width:40px;
}
.kintai .sta-head-td{
	width:150px;
}
.kintai .sta-td{
	width:40px;
}
th.sta-td.overwork {
    width: 50px;
}
th.bunrui {
    width: 90px;
}
/* IE10ここから*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.kintai .sta-td {
	width:50px;
}
 .iesta-td {
 font-size:15px;
 }
}
/* IE10ここまで*/
.kitai .warn-td{
	width:30px;
}

.warn {
	width: 20px;
	height: 20px;
 	position: absolute;
    top: 9px;
    left: 7px;
}
.smallbutton{
	text-align:right;
	font-size: 85%;

	bottom: 10px;
    left: 10px;
}

.hozon,.kakutei{
	width: 250px;
	margin:30px;
	padding: 20px;
	background-color: rgba(150, 150, 150, .8);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
}
.kakutei:hover{
	background-color: #fa8072
}
.set-time{
	float:right;
}
.set-time td{
	text-align:left;
	padding:3px;
}

.set-time button{
	margin:0px;
	width:70px;
	padding:5px;
	background-color: rgba(150, 150, 150, .8);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
}
.set-time button:hover,.search button:hover,.footer .excel:hover{
	background-color: #D68700;
	border-color: #fff;
	transition: all .3s;
}
.sum{
	margin:auto;
	border:solid 1px #777;
	border-collapse:collapse;
}
.sum th,.sum td{
	width:100px;
	text-align:center;
	padding:5px;
	border:solid 1px #777;
	border-collapse:collapse;
}
.sum p{
	margin:auto;
}
.InputHead{
	width:1000px;
	margin-bottom:0px;
}
.InputHead .td1{
	padding:0;
	text-align:left;
	width:250px;
}
.InputHead .td1 p{
	margin:0;
}
.InputHead th{
	text-align:left;
	font-size:20px;
}
.InputHead .back {
	width: 120px;
	background-color: rgba(150, 150, 150, .8);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
	font-size:14px;
	font-weight:normal;
	float: right;
    margin-right: 3px;
}

.InputHead .back:hover{
	background-color: #D68700;
	border-color: #fff;
	transition: all .3s;
}


.time-setting, .option-setting{
	text-align:left;
	width:250px;
	position:fixed;
	width:350px;
	height:250px;
	background-Color:#fff;
	z-index:9999;
	border:solid 4px #D68700;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.7);
}



.time-setting .sub-head, .option-setting .sub-head{
	text-align:center;
	z-index: 9999;
	font-weight: bold;
	background-color:#D68700;
	color: #fff;
	padding: 3px;
}



.time-setting .in {
    width: 130px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 9999;
}

.option-setting .in{
    width: 270px;
    margin-left: 55px;
    margin-top: 50px;
    margin-bottom: 20px;
    z-index: 9999;
}


.time-setting input, .option-setting input{
	width:50px;
	text-align:center;
}


.time-setting p,.option-setting p{
	margin:0;
	margin-top:5px;
}
.time-setting button, .option-setting button{
	width:100px;
	margin:10px;
	height:30px;
}


.h-tb {
    padding-top: 10px;
    padding-left: 110px;
}

.i-tb{
	 width: 326px;
    height: 106px;
    vertical-align:top;
    resize:none;
}

.excelButton{
	margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

#btnUpload:disabled{
	color:rgb(140,133,166);
	background-color: rgb(219,220,224);
	border: 1px;
}
#btnUpload{
	margin-left: 15px;
}
.inputExcel{
	display: inline-block;
	width: 150px;
	/* margin-left: 15px; */
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: rgb(80,138,79);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
	float:right;
	/* margin-top: 25px; */
}
.inputExcel1{
	display: inline-block;
	width: 150px;
	/* margin-left: 15px; */
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: rgb(80,138,79);
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: letter-spacing .3s,background .3s;
	/* margin-top: 9px; */
	}

.inputExcelMarginLeft{
	margin-left: 10px;
}

.inputExcel:hover{
	background-color: rgb(48,86,51);
	border-color: #fff;
	transition: all .3s;
}
.inputExcel1:hover{
	background-color: rgb(48,86,51);
	border-color: #fff;
	transition: all .3s;
}

.aidadesu{

	padding-left: 7px;
}

.filebox {
    position: relative;
    margin: auto;
    width: 1000px;
}
.filecontent{
	 float: right;
}
/*20180528追加*/
.yearTotal>th {
	background-color:#D68700;
	color:#fff;
}
.yearTotal>td {
	color:#4682B4;
}
/*cssReset*/
.reset_style {
  table {
    border-collapse: initial;
    border-spacing: initial;
    border-width: initial;
    border-color: initial;
  }
  tr {
    border-bottom: initial;
  }
  td {
    vertical-align: initial;
    padding: initial;
  }
textarea {
  resize: none; /* Disables resizability */
}