body {
  padding-left: 20px;
  padding-right: 20px;
}

*{
	background-color: #EEE;
}
a{
	text-decoration: none;
	color: #FF6600;
}
a:hover{
	color: orange;
}
ul{
	list-style-type: circle;
}
li{
	margin-bottom: 10px;
}
p{
	line-height: 180%;
	font-size: 16px;
}
img{
	width: 100%;
	max-width: 600px;
}
.imgContainer div{
	font-style: italic;
}
.imgContainer img{
	margin-bottom: 0px;
}
nav a{
	padding-right: 10px;
}
.line{
	display: flex;
}
.line div{
	margin-right: 40px;
	width: 400px;
}
.line>div{
	margin-bottom: 20px;
}
.line div:first-child{
	font-weight: bold;
}
#quick-menu_manage{
	display: none;
}
#quick-menu{
	position: fixed;
	top: 0px;
	right: -300px;
	height: 100vh;
	width: 300px;
	transition: all 0.5s;   
	background-color: antiquewhite;
	opacity: 0.8;
  	box-shadow: 10px 0 20px rgba(0,0,0,0.4);
}
#quick-menu_manage:checked + #quick-menu{
	right: 0px;
}
#quick-menu > label{
	display: inline-block;
	font-size: 26px;
	transform: rotate(45deg);
	margin: 15px 13px 16px;
}
#quick-menu > div {
	height: calc(100% - 50px);
	overflow-y: scroll;
}
#quick-menu > label > a{
	cursor: pointer;
	background-color: antiquewhite;
}
.quick-menu_open{
	position: fixed;
	right: 10px;
}
.quick-menu_open{
	opacity: 0.8;
}

.quick-menu_open > a{
	cursor: pointer;
	background-color: antiquewhite;
}

@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
  }
  
  @-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:0.8;}
  }
  
  
table{
  width_: 100%;
  background:#888;
}

table th{
  background-color:#ccc;
  FONT-SIZE: 12px;
  padding-left: 4px;
  padding-right: 4px; 
}

table td{
  color: #000;
  background-color:#eee;
  padding-left: 4px;
  padding-right: 4px;
}

.box{
  padding: 3px;
  background: #dddddd;
  border: 1px solid #bbbbbb;
  margin-bottom: 5px;
}

.proc{
  color: #0000FF;
  font-weight: bold;
  background: #dddddd;
}

.box i{
  background: #dddddd;
}