@charset "Shift_JIS";
/* CSS Document */

#header {
    position: relative;
    background: #FFF;
    width: 100%;
    height: 84px;
    margin: 0;
	text-align: left;
}
#header .sptopimg {
	width: 100%;
	height: 84px;
	object-fit: cover;
	object-position: left;
}
#header .pctopimg {
	display: none;
}
#header map {
	display: none;
}
#header #headJs {
	display: none;
}
#menu {
    width: 100%;
    height: auto;
    position:inherit;
    z-index: 1;
}
#menu .drawer-nav {
    background-color: rgba(255,255,255,1);
    height: 100%;
    padding-top: 0;
}
#menu .drawer-menu {
	padding: 84px 0 50px 0;	
}
#menu .drawer-menu li {
    display: block;
    float: none;
    height: auto;
}

#menu .drawer-menu li > a {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	background: url("imgtop/menu-li_bg.jpg") top center repeat-x; 
}
#menu .drawer-menu .submenu {
	padding: 0 20px;
	margin-bottom: 20px;
	/*visibility:visible !important;
    position: relative;*/
    font-size: 1em;
    color: #333333;
}
#menu .drawer-menu .submenu a {
	display: block;
	margin-bottom: 0px;
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    line-height: 2em;
}
#container {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: left;
}
#contents {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    padding: 60px 20px 0 20px;
	box-sizing: border-box;
}
.topicPath {
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 0.8em;
}
#categoriMenu {
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 25px;
}
ul.library {
    width: 100%;
    list-style-type: none;
    clear: both;
}
#footerMenu {
    background-color: #798681;
    text-align: center;
    color: #fff;
    padding: 20px 20px;
}
#footerWord {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 20px 0;
    text-align: left;
    font-size: 1.1em;
    position: relative;
}
#footerWord .footerLeft {
    width: 100%;
    float: none;
	padding: 0 15px;
	box-sizing: border-box
}
#footerWord #footerright {
    width: 100%;
    float: none;
	padding: 0 15px;
	box-sizing: border-box
}
#footerWord #footerright tr {
	display: flex;
	flex-direction: column;
}


@media screen and (min-width:480px) {
    
}

@media screen and (min-width:750px) {
  .drawer-hamburger {
		display: none;
  }
  #header {
      position: relative;
      background: #ddd;
      width: 750px;
      height: 84px;
      margin: 0 auto;
	  text-align: center;
  }
  #header .sptopimg {
      display: none;
  }
  #header .pctopimg {
      display: block;
  }
  header map {
      display: block;
  }
  #header #headJs {
	  display: block;
  }
  #menu {
    width: 750px;
    height: 38px;
    position: absolute;
    z-index: 1;
  }
  #menu .drawer-nav {
    background-color: transparent;
    height: auto;
    padding-top: 0;
  }
  #menu .drawer-menu {
      padding: 0px;
  }
  #menu .drawer-menu li {
      display: block;
      float: left;
      height: 38px;
  }
  #menu .drawer-menu li > a {
      display: inline;
      width: auto;
      margin-bottom: 0px;
      text-align: left;
      background: none;
  }
  #menu .drawer-menu .submenu {
      padding: 0px;
      margin-bottom: 0px;
	  /*visibility: hidden !important;
     position: relative;*/
     font-size: 0.9em;
     color: #333333;
  }
  #menu .drawer-menu .submenu a {
      display: block;
      margin-bottom: 0px;
      background-color: white;
      border-bottom: solid 1px #ccc;
      border-left: solid 1px #ccc;
      border-right: solid 1px #ccc;
      padding: 2px 5px;
      color: #555555;
      text-decoration: none;
      line-height: 2em;
  }
  #menu .drawer-menu #menu1 a {
  }
  #container {
      width: 750px;
  }
  #contents {
      width: 750px;
	  padding: 60px 0px 0px 0px;
  }
  .topicPath {
      width: 750px;
  }
  #categoriMenu {
      width: 750px;
  }
  ul.library {
      width: 750px;
  }
  #footerMenu {
      padding: 10px 0;
  }
  #footerWord {
      width: 750px;
  }
  #footerWord .footerLeft {
      width: 250px;
      float: left;
	  padding: 0;
  }
  #footerWord #footerright {
      width: 500px;
      float: right;
	  padding: 0;
  }
  #footerWord #footerright tr {
	display: block;
  }
}