

#dir{
    overflow:scroll;
}
html {
  height: 100%;
  background-color: #f8f8f8;
    background-image:url('../img/BG6.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body{
    margin:0 auto;
    padding:0;
    background-image:url('../img/BG6.jpg');
}

#app{
    background-image:url('../img/BG6.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f0f0f0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    padding:0;
}


* {
  box-sizing: border-box;
}

.menu {
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-title {
  display: block;
  width: 170px;
  height: 50px;
  padding: 16px 0 0;
  background: #9dc852;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  /*font-size: large;*/
  /*text-transform: uppercase;*/
  transition: 0.3s background-color;
}

.menu-title:before {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #9dc852;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #dddddd;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
}

.menu-title:hover {
  background: #8db842;
}

.menu-title:hover:before {
  border-top-color: #8db842;
}

.menu:hover > .menu-title:before {
  border-top-width: 0;
  transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}

.menu:hover > .menu-title:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}

.menu-title_2nd {
  background: #4e96b3;
}

.menu-title_2nd:hover {
  background: #3e86a3;
}

.menu-title_2nd:before {
  border-top-color: #4e96b3;
}

.menu-title_2nd:hover:before {
  border-top-color: #3e86a3;
}

.menu-title_3rd {
  background: #c97676;
}

.menu-title_3rd:hover {
  background: #b96666;
}

.menu-title_3rd:before {
  border-top-color: #c97676;
}

.menu-title_3rd:hover:before {
  border-top-color: #b96666;
}

.menu-title_4th {
  background: #dbab58;
}

.menu-title_4th:hover {
  background: #cb9b48;
}

.menu-title_4th:before {
  border-top-color: #dbab58;
}

.menu-title_4th:hover:before {
  border-top-color: #cb9b48;
}


.menu-title_5th {
  background: #af58db;
}

.menu-title_5th:hover {
  background: #af58db;
}

.menu-title_5th:before {
  border-top-color: #af58db;
}

.menu-title_5th:hover:before {
  border-top-color: #af58db;
}

.menu-title_6th {
  background: #b78567;
}

.menu-title_6th:hover {
  background: #b78567;
}

.menu-title_6th:before {
  border-top-color: #b78567;
}

.menu-title_6th:hover:before {
  border-top-color: #b78567;
}

.menu-dropdown {
  min-width: 100%;
  padding: 15px 0;
  position: absolute;
  background: #ebebeb;
  z-index: 100;
  transition: 0.5s padding, 0.5s background;
}

.menu-dropdown:after {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #ebebeb;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.5s border-top;
}

.menu:not(:hover) > .menu-dropdown {
  padding: 4px 0;
  background: #dddddd;
  z-index: 99;
}

.menu:not(:hover) > .menu-dropdown:after {
  border-top-color: #dddddd;
}

.menu:not(:hover) > .menu-title:after {
  border-bottom-color: #dddddd;
}

.menu-dropdown > * {
  overflow: hidden;
  height: 30px;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.menu-dropdown > *:hover {
  background: rgba(0, 0, 0, 0.1);
}

.menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}

.hList > * {
  float: left;
}

.hList > * + * {
  margin-left: 0;
}

.hList{
    margin: auto;
}

#head{
    height: 100px;
    display: flex;
  padding-top: 20px;
}

code{
    border-radius:10px;
    font-family: cursive;
    font-size: 25px;
}


li{
  margin-top: 10px;
  font-size: 17px;
}
h1{
  padding-top: 10px;
  font-size: 40px;
}
h2{
  padding-top: 20px;
  font-size: 30px;
}
h3{
  padding-top: 10px;
  font-size: 25px;
}

table{
    width: 100%;
    border-collapse: collapse;
}

table caption{
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
}

th,td{
    border: 1px solid #999;
    /*text-align: center;*/
    padding: 20px 0;
    padding-left: 10px;
}

table thead tr{
    background-color: #5c5f59;
    color: #fff;
}

table tbody tr:nth-child(odd){
    background-color: #eee;
}

table tbody tr:hover{
    background-color: #ccc;
}

table tbody tr td:first-child{
    color: #404040;
}

table tfoot tr td{
    text-align: right;
    padding-right: 20px;
}
a{
    text-decoration:none;
    color: black;
}
img{
    max-width: 1400px;
}
#dir{
    width: 16.5%;
    float: left;
    position: fixed;
    z-index:999;
    height: 89%;
    padding-bottom: 25px;
}
#content{
    width: 90%;
    float: left;
    padding-left: 18%;
}
#body{
    padding-top: 20px;
    width: 100%;
    background-image:url('../img/BG6.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f0f0f0;
}
#head{
    background-image:url('../img/BG6.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.dirLi{
    font-size: 20px;
    padding-top: 10px;
    color: darkgray;
}
.dirLi a{
    color: #757872;
}
.dirLi a:hover{
    color: #312e2e;
    font-weight: bolder;
}
p{
    font-size: 18px;
    line-height: 38px;
}
i{
    font-size: 20px;
}
#content li{
    font-size: 20px;
    line-height: 40px;
}