@charset "utf-8";

/* tag */
#main h2 {
  margin-bottom: 35px;
}
#main h3 {
  margin-bottom: 35px;
}

/* contents */
#main #contents {
  padding: 0 0 15px;
  width: 620px;
}
#contents h4 {
  font-size: 13px;
  font-weight: bold;
  color: #A20000;
  margin-bottom: 10px;
  line-height: 1.2em;
}
#contents .box {
  background-color: #E7E4E5;
  padding: 15px;
  margin-bottom: 35px;
}

/* story */
#story p {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.5em;
}
#story p:last-child {
  margin-bottom: 5px;
}
#story .start {
  padding: 10px 0 0;
  text-align: right;
  border-top: 1px dotted #CCCCCC;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.2em;
}
#story .trial {
  padding: 10px 0 0;
  margin: 0;
  border-top: 1px solid #000000;
}
#story .trial p {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.5em;
  text-align: center;
}
#story .trial .read a {
  padding: 10px 12px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  color: #A20000;
  background-color: #FFFFFF;
  background-image: url(../../../common/img/cursor_10px.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-decoration: none;
  margin: 0 auto;
  width: 200px;
}

/* comics */
#comics .comic_box {
  width: 280px;
  position: relative;
  float: left;
}
#comics .comic_box:first-child {
  margin-right: 30px;
}
.comic_box .comics_cover {
  width: 100px;
  height: 143px;
}
.comic_box .comics_title {
  width: 160px;
  font-size: 15px;
  line-height: 1.3em;
}
.comic_box .comics_rdate {
  width: 160px;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: bold;
}
.comic_box .go_booknavi {
  position: absolute;
  width: 160px;
  right: 0px;
  bottom: 0px;
}
.comic_box .go_booknavi a {
  padding: 10px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  color: #A20000;
  background-color: #FFFFFF;
  text-decoration: none;
  background-position: 134px center;
  background-repeat: no-repeat;
  background-image: url(../../../common/img/cursor_10px.png);
}

/* news */
#contents #news {
  margin-bottom: 35px;
}
#news #news_list li {
  list-style: none;
  line-height: 1.5em;
}
#news_list li a {
  display: block;
  background-color: #E7E4E5;
  padding: 15px;
  font-size: 12px;
}
#news_list li a .date {
  display: block;
  margin-bottom: 5px;
  line-height: 1em;
}

/* author */
#author h1 {
  float: left;
  width: 170px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: normal;
}
#author h1 .kana,
#author h1 .position {
  font-size: 1.1rem;
  line-height: 1.2em;
}
#author .profile {
  width: 400px;
  float: right;
}
#author .profile p {
  margin-bottom: 10px;
  line-height: 1.6em;
  font-size: 13px;
}
#author .profile .relation li {
  width: 180px;
  right: 0px;
  list-style: none;
  bottom: 0px;
  float: left;
  margin-right: 10px;
}
#author .profile .relation li a {
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  color: #A20000;
  background-color: #FFFFFF;
  background-image: url(../../../common/img/cursor_10px.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  text-decoration: none;
}
#story .trial .read a:hover,
.comic_box .go_booknavi a:hover,
#author .profile .relation li a:hover {
  opacity: 0.6;
}
