@charset "euc-jp";
#template {
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","¥Ò¥é¥®¥Î³Ñ¥´ Pro","Hiragino Kaku Gothic Pro","¥á¥¤¥ê¥ª", Meiryo;
}
#template #templateWrap #bodyClump h2.red {
  background: #d00012;
}
#template #templateWrap #bodyClump h2.darkPink{
	background: #f5499a;
}


.btnFlat.red a {
  background: #f5499a;
  border-color: #f5499a;
}

.navArea {
  display: block;
  overflow: hidden;
  width: 950px;
  margin: 0 auto;
  background: #d00012;
  font-size: 110%;
  font-weight: bold;
}
.navArea li {
  float: left;
  width: 22%;
  height: 50px;
  text-align: center;
}
.navArea li:last-child {
  width: 34%;
}
.navArea li a {
  display: block;
  padding: 16px 2px;
  transition-duration: 0.5s;
}
.navArea li a:link, .navArea li a:visited {
  color: #fff;
  text-decoration: none;
}
.navArea li a:hover {
  background: #A4000E;
}
.navArea li a:active {
  text-decoration: none;
}

#template #templateWrap .lead {
  font-size: 110%;
  line-height: 1.5;
  margin: 30px 0;
}

#bodyClump .itemTypeC .image {
  height: 180px;
}

#bodyClump .itemTypeA .image {
  width: 200px;
}
#bodyClump .itemTypeA .image img {
  width: 200px;
}
#bodyClump .itemTypeA .note {
  width: 240px;
}

.release-date {
  display: inline-block;
  border: 1px solid #d00012;
  border-radius: 3px;
  padding: 3px 10px;
  color: #d00012;
  margin-top: 20px;
}

.pageTop {
  bottom: 10px;
  right: 10px;
  position: fixed;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=50);
  z-index: 90;
}
.pageTophover {
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
