@charset "utf-8";

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body{
	color:#666666;
	background-color:#ffffff;
}

.wrap{
	width:500px;
	margin:50px auto 0px auto;
	padding:30px;
	border:10px solid #eeeeee;
	background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

h1{
	font-size:20px;
	margin-bottom: 20px;
}

h2{
	font-size:16px;
	border-bottom:1px solid #333;
}

h3{
	font-size:16px;
	border-bottom:1px solid #333;
}
button{
	font-size:14px;
	padding:5px 20px;
}
ul li{
	list-style: none;
}
ol li{
	padding-bottom: 15px;
}
ol li span{
	font-size: 0.7rem;
}
table{
	width:100%;
	border: solid 1px #dddddd;
	border-collapse: collapse;
	text-decoration: none;
}
.wrap th{
	font-size:16px;
	width: 30%;
}
.wrap td{
	font-size:16px;
	width: 70%;
}

.wrap td,
.wrap th{
	border: solid 1px #dddddd;
	padding:15px;
}
.w{
	width: 90%;
	border: 0;
	font-size:16px;
	padding:5px 10px;
}
.btn{
	margin:0 auto;
	width:150px;
	height:35px;
	font-size:14px;
}

.ac{
	text-align:center !important;
}

.ar{
	text-align:right !important;
}
.red{
	color:red;
}

.select_time ul{
	padding:0px 0px 20px 0px;
}

.select_time ul li{
	padding:10px 10px;
	border-bottom:1px #ccc dotted;
}
.select_time ul li:hover{
	background-color: yellow;
}
.select_time ul li span{
	padding:0px 10px;
}

.timecard{
	width:70%;
	margin:50px auto 0px auto;
	padding:30px;
	border:10px solid #eeeeee;
	background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.timecard table caption{
	padding:15px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align:left;
}
.timecard table td{
	border: solid 1px #dddddd;
	padding:15px;
	text-align:center;
}
.timecard table th{
	border: solid 1px #dddddd;
	padding:15px;
	color:#fff;
	background-color: #266EC5;
}

.salary_list{
	margin-bottom: 30px;
}
.salary_list td{
	border: solid 1px #dddddd;
	padding:5px 15px;
	text-align:center;
}
.salary_list th{
	border: solid 1px #dddddd;
	padding:15px;
	color:#fff;
	background-color: #266EC5;
}
.error_log_list li{
	list-style-type: decimal;
	border-bottom:1px dotted #ccc;
	padding:10px 0 0 0;
	font-size: 1.0rem;
}
.salary_detail_table td{
	border: solid 1px #dddddd;
	padding:5px 10px;
	text-align: center;
}

/* 編集画面 */
.edit_block{
	width:70%;
	margin:50px auto 50px auto;
	padding:30px;
	border:7px solid #eeeeee;
	background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.edit_block div p{
	background-color: #FFFEF4;
	padding:20px 30px;
	line-height: 2.0rem
}

.edit_block textarea{
	width:100%;
	font-size: 1.2rem;
	padding:10px;
	box-sizing: border-box;
}

.error_massage{
	width:80%;
	margin:50px auto 50px auto;
	padding:10px 10px;
	border:7px solid #eeeeee;
	background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.error_massage li{
	list-style: circle;
}
.input_title{
	width:100%;
	padding:10px;
	font-size:1.2rem !important;
	box-sizing: border-box;

}
.edit_block button{
	width:70%;
	font-size: 1.2rem;
	padding:10px;
}
.edit_block input{
	width:60%;
	font-size: 1.2rem;
	padding:10px;
	margin-bottom: 15px;
}

/* レポート表示画面 */
.report_block{
	width:70%;
	margin:50px auto 50px auto;
	padding:30px;
	border:7px solid #eeeeee;
	background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.report_block table{
	border: solid 1px #dddddd;
}
.report_block table td{
	border: solid 1px #dddddd;
	text-align: center;
	padding: 10px;
}
.report_block table th{
	border: solid 1px #dddddd;
	background-color: #E9E142;
	padding: 5px;
	font-weight: normal;
}
.report_block table tr:nth-child(even) {
	background: #eee;
}

/* その他の画面 */
.dist_block{
	width:70%;
	margin:50px auto 50px auto;
	padding:30px;
	border:7px solid #eeeeee;
	background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.post_sipply_confirm{
	width:90%;
	margin:50px auto 50px auto;
	padding:10px 30px;
	border:2px solid #eeeeee;
	background-color:#ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.dist_block button{
	width:50%;
	font-size: 1.2rem;
	padding:5px 10px;
}

.dist_block textarea{
	width:100%;
	font-size: 1.2rem;
	padding:10px;
	box-sizing: border-box;
}
.ckbox{
	width:30%;
	border:3px red solid;
	padding:10px 20px;
	margin: 30px auto;
}
.ckbox input[type=checkbox] {
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}
.dist_block table{
	width:100%;
	border: solid 1px #dddddd;
	border-collapse: collapse;
	text-decoration: none;
}
.dist_block table th{
	font-size:16px;
	background-color: #eee;

}
.dist_block table td{
	font-size:16px;
}

.dist_block table td,
.dist_block table th{
	border: solid 1px #dddddd;
	padding:15px;
}
/*作業レポート*/
.report01 th{
	font-weight:normal;
	width:30%;
}
