/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
body {
  width: 640px;
  height: 100%;
}

div#root {
  width: 100%;
  min-width: 640px;
  background: #e6f2cc;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
div.note {
  background: url(./../common/img/textline_45.png);
  color: #5b9647;
  font-size: 21px;
  line-height: 45px;
  vertical-align: text-bottom;
  letter-spacing: 0px;
  padding-top: 2px;
  white-space: nowrap;
  text-align: left;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
h1 {
  width: 100%;
  text-align: center;
}

div.intro {
  margin-top: 10px;
  margin-bottom: 33px;
}
div.intro .mv {
  left: 65px;
  float: left;
}
div.intro .note {
  width: 310px;
  right: 62px;
  top: 42px;
  float: right;
}

div.comment {
  width: 562px;
  height: 337px;
  margin: 67px auto 45px auto;
  border: solid 4px #5e973f;
  text-align: center;
}
div.comment .note {
  width: 335px;
  left: 44px;
  top: 32px;
}
div.comment .img {
  position: absolute;
  left: 413px;
  top: 43px;
}
div.comment .img img {
  position: absolute;
}
div.comment .img img.kirakira:nth-of-type(1) {
  left: -20px;
  top: 50px;
}
div.comment .img img.kirakira:nth-of-type(2) {
  left: 3px;
  top: 27px;
}
div.comment .img img.kirakira:nth-of-type(3) {
  left: 95px;
  top: -2px;
}
div.comment .img img.kirakira:nth-of-type(4) {
  left: 113px;
  top: 20px;
}
div.comment .img img.member {
  left: 0px;
  top: 0px;
}
div.comment .caption {
  display: block;
  top: -24px;
  margin: 0px auto -24px auto;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
