@charset "UTF-8";





.firstread {
  margin-bottom:20px;
}


/* 一覧リスト */
.castArchive {
}

.castArchive .listBlock {
  float:left;
  margin-bottom:10px;
  margin-right:17px;
  margin-right:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'0px':'17px');
}

.castArchive .listBlock:last-child {
  margin-right:0px;
}

.castArchive a {
  display:inline-block;
}

.castArchive .photo {
  width:128px;
  height:auto;
  max-height: 192px;
  border:1px solid #E6DFD5;
  border-radius:3px;
  overflow: hidden;
}

.castArchive .castname {
  padding-left:10px;
  background:url(/common/images/ico_linkHeader.png) 0 0.6em no-repeat;
}





/* シングルページ用(class="singleBlock") */
.castSingle {
}

  .castSingle .castname {
    font-size:200%;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, sans-serif;
  }

  .castSingle .mainPhoto {
    float:left;
  }

  .castSingle .mainPhoto img {
    border:1px solid #E6DFD5;
    border-radius:3px;
  }

  .castSingle table {
    width:280px;
    float:right;
  }

    .castSingle th,
    .castSingle td {
      padding:5px 10px;
      border:1px solid #E6DFD5;
    }

.castThumb .photo {
  float:left;
  margin-bottom:10px;
  margin-right:10px;
  margin-right:expression((this.__isLastChild = (this.parentNode.children.item(this.parentNode.children.length-1) == this))?'0px':'10px');
}

.castThumb .photo:last-child { margin-right:0px; }

  .castThumb .photo img {
    border:1px solid #E6DFD5;
    border-radius:3px;
  }