@charset "utf-8";
/* CSS Document */
.container{
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-align: left;
  background: url(/images/2nd_bg.jpg) 50% 0 repeat-y;
}
#info h1{
  text-align: center;
}
#info h2{
  padding: 5px .5em;
  font-size: 2rem;
  line-height: 1.3em;
  color: #000000;
  border-bottom: 1px solid #000000;
  background: #ffffff;
}
#info h2 span{
  display: inline-block;
  margin-left: 15px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
#info .infobox{
  margin-bottom: 50px;
  font-size: 1.6rem;
}
#info .infobox p{
  padding: 10px .5em;
  text-align: left;
}