.pc{
  display: none;
}
.sp{
  display: inherit;
}
body{
  font-size: 70%;
}
header{
  position: fixed;
  width: 100%;
  height: 100px;
  overflow-y: hidden;
  z-index: 99;
  top: 0px;
}
.smaller {
  height: 50px;
}
.head_wrap{
  width: auto;
  height: 100%;
  overflow-y: hidden;
  padding: 10px;
}
.head_wrap picture, .head_wrap img{
  height: 80px;
  width: auto;
}
.smaller .head_wrap img{
  height: 30px;
  width: auto;
}
nav{
  display: none;
  position: absolute;
  top: 100px;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.8);
  height: auto;
}
nav ul a.sp{
  padding: 0px;
}
nav ul a {
    color: #fff;
    float: none;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding: 0px;
}
nav ul li{
  padding: 5px;
  margin: 10px 0px;
  font-size: 16px;
}
main{
  padding: 20px 5px;
  width: auto;
}
.main_v{
  padding-top: 120px;
}
.container{
  width: auto;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
main .container {
    padding: 10px 5px;
}
section.article_wrap {
    width: auto;
    float: none;
    margin-right: 5px;
    margin-left: 5px;
    display: block;
}
.index_btn {
    right: 10px;
    top: 0px;
    font-size: 11px;
    padding: 5px 15px;
    font-weight: normal;
}
article{
  padding: 10px 0px;
  overflow-x: hidden;
}
.list p{
  margin: 0px;
  font-size: 10px;
  width: 100%;
  display: none;
}
aside{
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.timebox{
  width: 50px;
  height: 50px;
font-size: 10px;
margin-right: 15px;
}
.timebox .date,.timebox .year{
    padding: 5px;
}
.timebox img,.thumnail{
  width: 50px;
}
#footerlogo {
    float: none;
    margin-top: 20px;
    width: 70px;
}
.footer_nav .parent {
    padding-bottom: 0px;
}
.footer_nav ul{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer_nav {
    margin: 10px 0px;
    margin-left: 0px;
}
#footbanner {
    position: inherit;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
}
.copyright {
    position: relative;
    height: auto;
    font-size: 10px;
    padding: 5px 0px;
    background-color: #080403;
    color: #fff;
    text-align: center;
}
.child_main {
    margin: 0px;
    padding-top: 90px;
    padding-bottom: 10px;
}
.child_main .container{
  padding-top: 25px;
}
.child_main h2 {
    padding: 20px 0px 20px 10px;
}
.child_main h2:before{
  display: none;
  background: transparent;
}
.menu article{
  text-align: center;
}
.menu article p,.menu article h3,.menu article table th{
  text-align:left;
}
.menu article .menu_data{
  padding-left: 0px;
  width: 100%;
  max-width: 300px;
}
#page-top{
  bottom: 10px;
  right: 15px;
}
#page-top img{
  width: 30px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 23px;
    margin-right: 15px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-top: -90px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
    border-radius: 1px;
  -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.navbar-toggle.is-active .line_01 {
  position: absolute;
  top: 16px;
  width: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -2px;
}
.navbar-toggle.is-active .line_02 {
  opacity: 0;
}
.navbar-toggle.is-active .line_03 {
  position: absolute;
  width: 26px;
  top: 15px;
  margin-left: -2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.smaller .navbar-toggle {
  margin-top: -62px;
}
.nav_smaller{
  position: fixed;
  top: 51px;
}
#paging .index_btn{
  right: auto;
}
