@charset "UTF-8";
UL.initials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
UL.initials LI {
  position: relative;
  display: block;
  margin: 4px;
  padding: 2px 4px;
  min-width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-bottom: solid 1px #BBBBBB;
  border-right: solid 1px #BBBBBB;
  font: bold 12pt "メイリオ";
}
UL.initials LI A {
  text-decoration: none;
}
UL.initials LI.init_d A, UL.initials LI.init_d A.visited {
  color: #CC0000;
}
UL.initials LI.atama_now {
  background-color: #833F3F;
}
UL.initials LI.atama_now A, UL.initials LI.atama_now A.visited {
  color: #FFFFFF;
}
UL.initials LI:hover {
  color: #FFFFFF;
  background-color: #DDBBAA;
}
UL.initials LI:hover A, UL.initials LI:hover A:visited {
  color: #FFFFFF;
}

#anime_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#anime_list LI {
  position: relative;
  display: block;
  width: 361px;
  height: 280px;
  overflow: hidden;
  margin: 5px 3px;
  padding: 0px;
  background-color: #000000;
  border-bottom: solid 1px #BBBBBB;
  border-right: solid 1px #BBBBBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#anime_list LI IMG.series_cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
#anime_list LI .text {
  position: absolute;
  z-index: 10;
  bottom: 76px;
  left: 0;
  height: auto;
  width: 100%;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
#anime_list LI .text .title {
  font: bold 12pt "メイリオ";
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #663333;
}
#anime_list LI .season {
  position: absolute;
  z-index: 20;
  top: 6px;
  left: 6px;
  height: auto;
  width: auto;
  padding: 4px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  font: bold 9pt "メイリオ";
}
#anime_list LI .season IMG {
  width: 16px;
  height: auto;
  margin-right: 3px;
}
#anime_list LI .movie_info {
  position: absolute;
  z-index: 20;
  top: 6px;
  right: 6px;
  height: auto;
  width: auto;
  padding: 4px;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  font: bold 9pt "メイリオ";
  text-align: right;
}
#anime_list LI .myanimelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 20;
  top: 202px;
  right: 0px;
  width: 100%;
  height: 30px;
  font: bold 10pt "メイリオ";
  padding: 0px;
}
#anime_list LI .myanimelist A {
  position: relative;
  display: block;
  width: 100%;
  padding: 3px 3px;
  margin: 3px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  border: solid 1px #666666;
  color: #FFFFFF;
}
#anime_list LI .myanimelist A IMG {
  width: 80px;
  height: auto;
}
#anime_list LI .myanimelist A:hover {
  background-color: #0044AA;
}
#anime_list LI .sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 20;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 47px;
  color: #FFFFFF;
  font: bold 9pt "メイリオ";
  padding: 0px;
}
#anime_list LI .sites A {
  position: relative;
  display: block;
  height: 100%;
  /*border-radius: 5px 5px 5px 5px;*/
  padding: 3px 5px;
  margin: 0px;
  text-decoration: none;
}
#anime_list LI .sites A .site_name {
  font: bold 11pt "メイリオ";
}
#anime_list LI .sites A .counter {
  font: normal 9pt "メイリオ";
}
#anime_list LI .sites A .notfound {
  color: #BBBBBB;
  font: normal 9pt "メイリオ";
}
#anime_list LI .sites A IMG {
  width: 16px;
  height: 16px;
}
#anime_list LI .sites A.link_nch {
  width: 37%;
  color: #FFFFFF;
  background-color: #000000;
}
#anime_list LI .sites A.link_nch:hover {
  background-color: #444444;
}
#anime_list LI .sites A.link_dcm {
  width: 37%;
  color: #FFFFFF;
  background-color: #000000; /*#EB5528;*/
}
#anime_list LI .sites A.link_dcm:hover {
  color: #FFFFFF;
  background-color: #993300;
}
#anime_list LI .sites A.link_abm {
  width: 26%;
  color: #FFFFFF;
  background-color: #000000; /*#EB5528;*/
}
#anime_list LI .sites A.link_abm .pf_1 {
  color: #FFFFFF;
}
#anime_list LI .sites A.link_abm .pf_2 {
  color: #FFFFFF;
}
#anime_list LI .sites A.link_abm .pf_3 {
  color: #FFAA55;
  font-weight: bold;
}
#anime_list LI .sites A.link_abm .pf_4 {
  color: #AAEE88;
  font-weight: bold;
}
#anime_list LI .sites A.link_abm:hover {
  color: #FFFFFF;
  background-color: #339900;
}