body{
	background-color: #EEE;
	margin:0px;
	
}


h1{
	color: #666;
	background-color: #FFF;
	font-size:25px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:50px;
	border-bottom: solid 2px #CCC;

}

h2{
	color: #666;
	background-color: #FFF;
	font-size:20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left:20px;
	border-bottom: solid 2px #CCC;
}

h3{
	color: #666;
	background-color: #FFF;
	font-size:15px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left:20px;
	border-bottom: dotted 2px #CCC;
}

h4{
	color: #666;
	background-color: #FFF;
	width: 50%;
	font-size:15px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left:20px;
	border-bottom: solid 1px #CCC;
}


label{
	font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5px;
	margin-right:10px;
  -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: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
	border-radius: 0.5rem;
	border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	
}

.pointer{
	cursor:pointer;
}

.sub_title{
	padding-left:60px;
	background-color: #FFF;
	color: #ff7b64;
	font-weight:bold;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	
}

#menu{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	background-color: #FFF;

	-webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}



#menu li{
	width:140px;
	text-align: center;
	background-color: #FFF;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #CCC;
}

#menu li:hover{
	background-color:#ffe6e2
}

#menu li a{
	font-size:15px;
	/* background-color: #FFF; */
	text-decoration: none;
	color: #666;
	font-weight:bold;
	border: none;
}


.block{
	background-color: #FFF;
	margin: 10px;
	margin-top: 20px;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
	
}


button, input[type="button"]{
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #666;
	background-color: #CCC;
	padding:5px;
	margin:5px;
	border-radius: 5px;
	border:solid 1px #666;
	cursor: pointer;
	line-height: 1;
}

button:hover, input[type="button"]:hover{
	color: #000;
	font-weight: bold;
}

.menu_link{
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #666;
	background-color: #CCC;
	padding:5px;
	margin:5px;
	border-radius: 5px;
	border:solid 1px #666;
	display:inline-block;
}

.dialog_button{
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #666;
	background-color: #CCC;
	padding:5px;
	margin:5px;
	border-radius: 5px;
	border:solid 1px #666;
	box-sizing: content-box;
	display:inline;
	line-height:18px;
}


a{
	color: #666;
}
a:hover{
	color: #000;
	font-weight: bold;
}

input[type="text"], input[type="password"], input[type="number"], input[type="date"],
select{
	border:1px solid #aaa;
	border-radius: 4px;
	height: 24px;
}

select{
	height: 26px;
}

input[type="date"]{
	width:120px;
}

input[type="checkbox"]{
	border-radius: 4px;
}

table {
	/* width: 100%; */
	/* border-collapse: collapse; */
	border-collapse: separate;
	border-spacing: 0px;
	text-align: left;
	line-height: 1;
	border: 1px solid #ccc;
	font-size: 13px;
	border-radius: 3px;
	margin-bottom:10px;
}

table caption{
	font-size:24px;
	font-weight:bold;
	
}

table th {
	text-align:center;
	font-weight: bold;

	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ff7b64;
	padding:5px;
	background: #ffd3ce;
	height:20px;
}

table td {
	border:solid 1px #CCC;
	padding:5px;
	height: 20px;
}

.fixed{
	position: sticky;
	top: 0;
	z-index: 1;
}



.fixed02{
	position: sticky;
	top: 32px;
	z-index: 1;
}

.fixed03{
	position: sticky;
	top: 64px;
	z-index: 1;
}

.message{
	color:red;
	font-weight:bold;
}

summary{
	cursor: pointer;
	width:200px;
	
	font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 5px;
  -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: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
	border-radius: 0.5rem;
	
	border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
}

.label_initial{
	background:initial;
	border:initial;
	box-shadow: initial;
	padding: 0;
	-webkit-box-shadow:initial;
}

.percent{
	width: 4em;
	text-align:right;
}

.btn-square-pop {
	margin-left:10px;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}