/*====================================================
	sub contents common
=====================================================*/

.sub-contents #outline {
  padding-top: 0 !important;
}

#sub-header .inside {
  width: 95%;
  max-width: 1280px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  /* border: #f00 thin solid; */
}

#sub-header .en {
  font-size: 16px;
  font-weight: bold;
}

#sub-header .jp {
  font-size: 13px;
  font-weight: normal;
}


#sub-header .logo {
  width: 110px;
  height: 29px;
}

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


  #sub-header .logo {
    width: 150px;
    height: 36px;
  }

  #sub-header .en {
    font-size: 20px;
    font-weight: bold;
  }




}