body{
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  /*font-family: "¥Ò¥é¥®¥ÎÃ÷³¯ ProN W3","£Í£Ó £ÐÃ÷³¯",serif;*/
  font-family: Arial,Helvetica,"¥Ò¥é¥®¥Î½Ç¥´ Pro W3","£Í£Ó £Ð¥´¥·¥Ã¥¯","¥á¥¤¥ê¥ª",Meiryo,Osaka,sans-serif;
  color: #ddd;
  background-color: #333;
  overflow: hidden;
}
#header{
  width: 100%; min-height: 35px;
  margin: 0; padding: 0;
  background-color: #000;
  opacity: 0.8;
  -webkit-user-select: none;
}
#header .back{
  position: absolute; left: 10px; top: 3px;
  margin: 0;
  padding: 2px;
  color: #fff;
}
h1{
}
h1.title{
  position: relative;
  display: inline-block;
  width: auto; height: /*1.2em;*/ auto;
  margin: 0 0 0 100px;
  padding: 4px 0 0 0;
  color: #eee;
  font-family: "¥Ò¥é¥®¥ÎÃ÷³¯ ProN W3","£Í£Ó £ÐÃ÷³¯",serif;
  /*font-family: Arial,Helvetica,"¥Ò¥é¥®¥Î½Ç¥´ ProN W3","£Í£Ó £Ð¥´¥·¥Ã¥¯","¥á¥¤¥ê¥ª",Meiryo,sans-serif;*/
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
  line-height: 1.2em;
  /*overflow: hidden;*/
}
.subtitle{
  display: inline-block;
  margin: 0 0 0 20px; padding: 0;
  font-weight: normal;
  font-size: 80%;
}
.description{
  display: inline-block;
  margin: 0 0 0 20px; padding: 0;
  color: #eee;
  font-weight: normal;
  font-size: 80%;
  text-align: left;
}
#footer{
  width: 100%; height: 25px;
  margin: 0; padding: 0;
  background-color: #000;
  opacity: 0.8;
  -webkit-user-select: none;
}
#header .btn a{
  color: #aaa;
  display: block;
  padding: 0;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 1px 0;
}
#header .btn a:hover{
  color: #fff;
  border-color: #fff;
}
.copyright{
  color: #aaa;
  font-size: 75%;
  font-weight: normal;
  margin: 3px 8px 0 8px;
  text-align: right;
}
.no-script{
  margin: 15px;
  font-weight: normal;
}
.no-script a{
  color: #9cf;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 1px 0;
}
.no-script a:hover{
  color: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 599px){
  #header{
    min-height: 55px;
  }
  #header .back{
    left: 5px;
  }
  h1.title{
    /*height: 3em;*/
    line-height: 1.0em;
    margin: 0 3px 0 80px;
  }
  .subtitle{
    display: inline-block;
    font-size: 75%;
  }
  .description{
    display: inline-block;
    font-size: 75%;
  }
  #footer{
    height: 35px;
  }
  .copyright{
    font-size: 75%;
    line-height: 1.25em;
  }
}
@media only screen and (max-width: 399px){
  #header{
    height: 70px;
  }
  h1.title{
    height: 3em;
    line-height: 1.0em;
    margin: 0 3px 0 70px;
  }
  .subtitle{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 70%;
  }
  .description{
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 70%;
  }
  .copyright{
    font-size: 70%;
  }
}
@media print {
  body * { background-color: #fff; color: #000; }
}
