/*===============================================
smart.css  narrower than 678px
===============================================*/
@media screen and (max-width:678px){
img{
max-width: 100%;
height: auto;
}

/*=== header ===*/
#header {
  height: 5px;
  margin: 0;
  width: 100%;
  background-color: transparent;
}
#header h1 {
font-size: 5px;
line-height: 150%;
}


/*=== header-menu ===*/
#header-menu {
  margin: 0 0 0 0;
  padding: 0;
  border-top: 2px solid #dddddd;
  border-bottom: 0px solid #dddddd;
  height: 100px;
  overflow: hidden;
  width: 100%;
  top: 0;
  position: sticky;
}
#header-menu ul {
  margin: 0 0 0 0;
padding: 0;
  width: 100%;
height: auto;
}
#header-menu li {
  display: inline;
  margin: 0;
  width: 33.33%;
height: auto;
}
#header-menu li a {
  font-size: 11px;
  padding: 7px 0px 3px;
  border-bottom: 0px solid #dddddd;

}
#header-menu #home a {
  padding: 7px 0px 3px;
}

#header-menu li:hover > a {
height: auto;
}
#header-menu span.sub {
font-size: 9px;
}

/*=== submenu ===*/

#header-menu li ul {
  width: 33.33%;
}

#header-menu li ul li {
  overflow: hidden;
  color: #ffffff;
  height: 0;
}

#header-menu li ul li a {
  padding: 8px 0;
  text-align: center;
}
#header-menu li:hover ul li {
  border-bottom: 1px solid #dddddd;
  border-top: 0px solid #cddb9e;
  border-left: 0px solid #cddb9e;
overflow: visible;
height: 29px;
}

/*=== header-image ===*/
#header-img {
margin: 0;
padding: 10px 0 10px;
}


/*=== contents ===*/
#container {
-moz-box-sizing: border-box;
    box-sizing: border-box;
width: 100%;
margin 0;
padding: 0 4%;
}
#contents {
width: 100%;
padding: 0 5% 0 0;
}
#contents img.picture_r {
display:block;
margin-left:auto;
margin-right:auto;
float:none;
}
/*==========================
#contents span.br:after {
content: "\A";
white-space: pre;
}
==========================*/



/*=== sidemenu ===*/
#menu {
  padding: 0 2%;
  width: 100%;
  text-align: left;
position: relative;
display: none;
}
/*width?210px????*/
.menulist {
  width: 100%;
  display: none;
}
#footer {
-moz-box-sizing: border-box;
    box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 30px 5%;
line-height: 200%;
}

/*=== whats new ===*/

dl.box {
  overflow: auto;
  height: 160px;
width: 95%;
margin: 5px 0 30px 5%;
}
dl.box dt {
  float:left;
  width: 100px;
  font-size: small;
  margin: 0;
  padding: 15px 0 0px 0px;

  }
dl.box dd {
  border-bottom: 1px dotted #aaaaaa;
  margin: 0 3% 0 0;
  padding: 15px 5px 0px 100px;
  font-size: small;
}



}