@charset "UTF-8";
/* ==============================
  css-encyclopedia
=================================
mainTitle
---------------------------------
titleAria
---------------------------------
headNAV-wrap（検索）
---------------------------------
ranking（ランキング）
---------------------------------
newArrivals（新着グッズ一覧）
---------------------------------
top-newArrivals（新着グッズ紹介）
---------------------------------
searchResult（検索結果）
---------------------------------
selectWork（作品で絞り込み）
---------------------------------
selectType （ジャンルで絞り込み）
--------------------------------
selectChara （キャラクターで絞り込み）
---------------------------------
noHit
---------------------------------
topSelect
============================== */

/* ------------------------------
  mainTitle
------------------------------ */
h2#mainTitle {
  width: 695px;
  height: 36px;
  background: url(/image/contents/member/encyclopedia/maintitle.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  margin-bottom: 15px;
}

/* ------------------------------
  titleAria
------------------------------ */
.titleAria {
  width: 645px;
  margin-bottom: 20px;
}
/* clearfix */
.titleAria:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.titleAria {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html .titleAria {
  height: 1%;
}
.titleAria {
  display: block;
}
/* End hide from IE-mac */

.titleAria p {
  color: #ff4474;
  float: right;
}

.titleAria p.resultNum {
  color: #000000;
}
.titleAria p.resultNum img {
  vertical-align: baseline;
}

.titleAria p.resultClick {
  width: 378px;
  height: 20px;
  background: url(/image/contents/member/encyclopedia/txt_click.gif) no-repeat bottom center;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
}

/* ------------------------------
  headNAV-wrap（検索）
------------------------------ */
#headNAV-wrap {
  width: 695px;
  margin-bottom: 20px;
}

#headNAV-wrap .titleAria h2 {
  width: 135px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/h2_encyclopedia.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  float: left;
}

#headNAV-wrap-inr {
  width: 669px;
  padding: 0 13px 20px 13px;
}

ul#contentNav {
  width: width: 669px;
  background-color: #FFFFFF;
}
/* clearfix */
ul#contentNav:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
ul#contentNav {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html ul#contentNav {
  height: 1%;
}
ul#contentNav{
  display: block;
}
/* End hide from IE-mac */

ul#contentNav li {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  float: left;
}

ul#contentNav li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  outline: none;
  padding-top: 8px;
  padding-bottom: 8px;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

ul#contentNav li#contNav1 a {
  width: 130px;
  background-color: #000000;
}
ul#contentNav li#contNav2 a {
  width: 80px;
  background-color: #b967d1;
}
ul#contentNav li#contNav3 a {
  width: 90px;
  background-color: #ca4870;
}
ul#contentNav li#contNav4 a {
  width: 70px;
  background-color: #f28282;
}
ul#contentNav li#contNav5 a {
  width: 120px;
  background-color: #f3bd00;
}
ul#contentNav li#contNav6 a {
  width: 70px;
  background-color: #37a4e2;
}
ul#contentNav li#contNav7 a {
  width: 109px;
  background-color: #b4d400;
}

ul#contentNav li a:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

#navTitle {
  width: 669px;
  height: 30px;
  background-color: #f2f2f2;
  margin-bottom: 2px;
}
/* clearfix */
#navTitle:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#navTitle {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #navTitle {
  height: 1%;
}
#navTitle {
  display: block;
}
/* End hide from IE-mac */

#navTitle h3 {
  height: 30px;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  float: left;
}
#navTitle h3.contTitle1 {background-color: #000000; color: #FFFFFF;}
#navTitle h3.contTitle2 {background-color: #b967d1;}
#navTitle h3.contTitle3 {background-color: #ca4870;}
#navTitle h3.contTitle4 {background-color: #f28282;}
#navTitle h3.contTitle5 {background-color: #f3bd00;}
#navTitle h3.contTitle6 {background-color: #37a4e2;}
#navTitle h3.contTitle7 {background-color: #b4d400;}

#navTitle h3 span {
  display: block;
  padding: 7px 15px 0 15px;
}

#navTitle h3#workTitle {
  height: 30px;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
  padding-right: 15px;
  float: left;
}
#navTitle h3#workTitle img {
  vertical-align: middle;
  padding-right: 5px;
}

#navTitle p {
  font-size: 11px;
  color: #fe4d44;
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
  padding: 6px 20px 0 0;
  float: right;
}
#navTitle p:hover {
  color: #ff827c;
  text-decoration: none;
}
#navTitle p a {color: #fe4d44;}
#navTitle p a:visited {color: #fe4d44;}
#navTitle p a:hover {color: #ff827c;}
#navTitle p a:active {color: #ff827c;}

#searchDetail {
  width: 669px;
  margin-bottom: 1px;
}

#searchDetail table {
  width: 669px;
  font-size: 12px;
}

#searchDetail tr.tr1 {
  background-color: #e6e6e6;
}
#searchDetail tr.tr2 {
  background-color: #f2f2f2;
}

#searchDetail th {
  height: 32px;
  font-weight: normal;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
}

#searchDetail th.mangaName {
  font-size: 10px;
  text-align: left;
}
#searchDetail th.mangaName img {
  padding: 1px 10px 1px 1px;
  vertical-align: middle;
}

#searchDetail td {
  height: 32px;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#searchDetail td a {
  height: 32px;
  color: #dd335f;
  display: block;
}
#searchDetail td a:hover {
  color: #dd335f;
  background-color: #ffd7d7;
  text-decoration: underline;
}

#searchDetail td a span {
  display: block;
  padding-top: 7px;
}

#keyword {
  width: 669px;
  padding-bottom: 11px;
}

#keyword th {
  width: 185px;
  height: 35px;
  background-color: #e5e5e5;
  border-right: 1px solid #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
#keyword td {
  width: 402px;
  height: 35px;
  background-color: #e5e5e5;
  border-right: 1px solid #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}

#keyword td .form {
  width: 345px;
  background-color: #FFFFFF;
  padding: 3px;
  border: 1px solid #999999;
}

p#searchBtn {
  width: 103px;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  padding-left: 566px;
}
p#searchBtn a {
  width: 103px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/btn_search.gif) no-repeat;
  text-decoration: none;
  display: block;
  outline: none;
}
p#searchBtn a:hover {
  background-position: 0 -23px;
}

#titleBnr {
  width: 669px;
  height: 110px;
  background-color: #ededed;
}

/* ------------------------------
  ranking（ランキング）
------------------------------ */
#ranking {
  width: 695px;
  margin-bottom: 20px;
}

#ranking .titleAria h2 {
  width: 203px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/h2_ranking.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  float: left;
}

p#btn-moreRank {
  width: 186px;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  padding-left: 459px;
}
p#btn-moreRank a {
  width: 186px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/btn_more_rank.gif) no-repeat;
  text-decoration: none;
  display: block;
  outline: none;
}
p#btn-moreRank a:hover {
  background-position: 0 -23px;
}

/* ------------------------------
  newArrivals（新着グッズ一覧）
------------------------------ */
#newArrivals {
  width: 695px;
  margin-bottom: 20px;
}

#newArrivals .titleAria h2 {
  width: 145px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/h2_new_goods.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  float: left;
}

/* ------------------------------
  top-newArrivals（新着グッズ紹介）
------------------------------ */
#top-newArrivals {
  width: 695px;
  margin-bottom: 20px;
}

#top-newArrivals .titleAria h2 {
  width: 148px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/h2_new_goods_top.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  float: left;
}

p#btn-moreNew {
  width: 186px;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  padding-left: 459px;
}
p#btn-moreNew a {
  width: 186px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/btn_more_new.gif) no-repeat;
  text-decoration: none;
  display: block;
  outline: none;
}
p#btn-moreNew a:hover {
  background-position: 0 -23px;
}

/* ------------------------------
  searchResult（検索結果）
------------------------------ */
#searchResult {
  width: 695px;
  margin-bottom: 15px;
}

#searchResult .titleAria h2 {
  width: 87px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/h2_search_result.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  float: left;
}

/* ------------------------------
  selectWork（作品で絞り込み）
------------------------------ */
#selectWork {
  width: 695px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#selectWork .titleAria h2 {
  width: 165px;
  height: 24px;
  background: url(/image/contents/member/encyclopedia/h2_select_work.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  float: left;
}

#selectWork ul {
  width: 645px;
}
/* clearfix */
#selectWork ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#selectWork ul {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #selectWork ul {
  height: 1%;
}
#selectWork ul {
  display: block;
}
/* End hide from IE-mac */

#selectWork li {
  width: 158px;
  height: 30px;
  background-color: #f2f2f2;
  font-size: 10px;
  margin-right: 4px;
  margin-bottom: 1px;
  float: left;
}
* html #selectWork li  {
  font-size: 9px;
}

#selectWork li.deep {
  background-color: #e6e6e6;
}
#selectWork li.last {
  margin-right: 0;
}
#selectWork li img {
  padding-right: 5px;
  vertical-align: middle;
}

#selectWork li a {
  width: 153px;
  height: 30px;
  color: #000000;
  display: block;
  text-decoration: none;
  outline: none;
  padding-left: 5px;
}
#selectWork li a:hover {
  color: #FFFFFF;
  background-color: #000000;
}

#selectWork li span.all {
  font-size: 12px;
  text-align: center;
  padding-top: 9px;
  display: block;
}

/* ------------------------------
  selectType （ジャンルで絞り込み）
------------------------------ */
#selectType {
  width: 695px;
  margin-bottom: 20px;
}

#selectType .titleAria h2 {
  width: 252px;
  height: 24px;
  background: url(/image/contents/member/encyclopedia/h2_select_type.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  float: left;
}

#selectType ul {
  width: 645px;
}
/* clearfix */
#selectType ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#selectType ul {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #selectType ul {
  height: 1%;
}
#selectType ul {
  display: block;
}
/* End hide from IE-mac */

#selectType li {
  width: 160px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  background-color: #f2f2f2;
  margin-right: 1px;
  margin-bottom: 1px;
  float: left;
}
#selectType li.deep {
  background-color: #e6e6e6;
}

#selectType li a {
  width: 160px;
  height: 40px;
  color: #000000;
  text-decoration: none;
  display: block;
}
#selectType li a:hover {
  color: #FFFFFF;
  background-color: #000000;
}

#selectType li span {
  display: block;
  padding-top: 6px;
}

/* ------------------------------
  selectChara （キャラクターで絞り込み）
------------------------------ */
#selectChara {
  width: 695px;
  margin-bottom: 20px;
}

#selectChara h2 {
  width: 251px;
  height: 24px;
  background: url(/image/contents/member/encyclopedia/h2_character.gif) no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  margin-bottom: 20px;
}

#charaName {
  width: 645px;
  padding-bottom: 1px;
}

#charaName th {
  width: 185px;
  height: 35px;
  background-color: #e5e5e5;
  border-right: 1px solid #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}
#charaName td {
  width: 459px;
  height: 35px;
  background-color: #e5e5e5;
  border-right: 1px solid #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}

#charaName td .form {
  width: 345px;
  background-color: #FFFFFF;
  padding: 3px;
  border: 1px solid #999999;
}

#btn-charaSearch {
  width: 645px;
  background: #f2f2f2;
  padding: 10px 0;
}
#btn-charaSearch p {
  width: 103px;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  padding-left: 527px;
}
#btn-charaSearch p a {
  width: 103px;
  height: 23px;
  background: url(/image/contents/member/encyclopedia/btn_chara_search.gif) no-repeat;
  text-decoration: none;
  display: block;
  outline: none;
}
#btn-charaSearch p a:hover {
  background-position: 0 -23px;
}

/* ------------------------------
  noHit
------------------------------ */
.noHit {
  width: 603px;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 20px;
}

p.searchNone {
  color: #505050;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
p.searchNone img {
  vertical-align: text-top;
}

/* ------------------------------
  topSelect
------------------------------ */
#topSelect {
  width: 694px;
  padding-left: 1px;
  margin-bottom: 30px;
}
/* clearfix */
#topSelect:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#topSelect {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #topSelect {
  height: 1%;
}
#topSelect {
  display: block;
}
/* End hide from IE-mac */

.selectWrap {
  width: 222px;
  height: 260px;
  position: relative;
  margin-bottom: 15px;
  padding-right: 13px;
  float: left;
}
.none {
  padding-right: 0;
}

.selectWrap ul {
  position: absolute;
  top: 70px;
  left: 58px;
}

#select-chara,
#select-term,
#select-item,
#select-machiuke,
#select-deco,
#select-avatar {
  width: 222px;
  height: 260px;
}

.bg-off {
  width: 222px;
  height: 260px;
  background: url(/image/contents/member/encyclopedia/select_bg.gif) no-repeat;
}

.bg-on {
  width: 222px;
  height: 260px;
  background: url(/image/contents/member/encyclopedia/select_bg.gif) no-repeat 0 -260px;
  cursor: pointer;
}

#topSelect h3 {
  width: 222px;
  height: 30px;
  background-repeat: no-repeat;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  left: 0;
}
#select-chara h3 {
  background-image: url(/image/contents/member/encyclopedia/select_chara.gif);
}
#select-term h3 {
  background-image: url(/image/contents/member/encyclopedia/select_term.gif);
}
#select-item h3 {
  background-image: url(/image/contents/member/encyclopedia/select_item.gif);
}
#select-machiuke h3 {
  background-image: url(/image/contents/member/encyclopedia/select_machiuke.gif);
}
#select-deco h3 {
  background-image: url(/image/contents/member/encyclopedia/select_deco.gif);
}
#select-avatar h3 {
  background-image: url(/image/contents/member/encyclopedia/select_avatar.gif);
}

#topSelect h3 a {
  width: 222px;
  height: 30px;
  text-decoration: none;
  display: block;
  outline: none;
}
