@charset "UTF-8";
/* 文字コード */
/* SP版へのリンク */
#linkToSp {
  display: none;
  background: #000000;
  padding: 24px 0;
  width: 100%;
}
#linkToSp a {
  color: #ffffff;
  font-size: 48px;
}

/*----------------------------------
	all
----------------------------------*/
#wrapTop {
  overflow: hidden;
  min-width: 964px;
  min-height: 300px;
  width: 100%;
  background-image: url(img/top/bg_wrap.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

/*----------------------------------
	headerTop
----------------------------------*/
#headerTop {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 401px;
}
#headerTop h1 {
  position: absolute;
  top: -500px;
  left: 132px;
  z-index: 20;
}
#headerTop #character01 {
  position: absolute;
  top: -300px;
  right: 2500px;
  bottom: auto;
  left: auto;
  z-index: 10;
  width: 248px;
  height: 443px;
  background-image: url(img/top/bg_character01.png);
  background-repeat: no-repeat;
}
#headerTop #character02 {
  position: absolute;
  top: -300px;
  right: auto;
  bottom: auto;
  left: 2500px;
  z-index: 10;
  width: 242px;
  height: 369px;
  background-image: url(img/top/bg_character02.png);
  background-repeat: no-repeat;
}
#headerTop #monster01 {
  position: absolute;
  top: 187px;
  right: auto;
  bottom: auto;
  left: -16px;
  z-index: 15;
  width: 165px;
  height: 154px;
  background-image: url(img/top/bg_monster01.png);
  background-repeat: no-repeat;
}
#headerTop #monster02 {
  position: absolute;
  top: 86px;
  right: auto;
  bottom: auto;
  left: -109px;
  z-index: 5;
  width: 213px;
  height: 175px;
  background-image: url(img/top/bg_monster02.png);
  background-repeat: no-repeat;
}
#headerTop #monster03 {
  position: absolute;
  top: 78px;
  right: -175px;
  bottom: auto;
  left: auto;
  z-index: 5;
  width: 286px;
  height: 326px;
  background-image: url(img/top/bg_monster03.png);
  background-repeat: no-repeat;
}
#headerTop #text01 {
  position: absolute;
  top: -170px;
  right: auto;
  bottom: auto;
  left: 344px;
  z-index: 20;
}
#headerTop #logo15th {
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: -67px;
  z-index: 20;
  display: none;
}
#headerTop #btnBlog {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  z-index: 20;
  display: none;
}

/*----------------------------------
	containerTop
----------------------------------*/
#containerTop {
  position: relative;
  margin: 27px auto 0;
  width: 964px;
}

#containerTop #monster04 {
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: -110px;
  z-index: 1;
  width: 190px;
  height: 236px;
  background-image: url(img/top/bg_monster04.png);
  background-repeat: no-repeat;
}

#containerTop #monster05 {
  position: absolute;
  top: 223px;
  right: auto;
  bottom: auto;
  left: -110px;
  z-index: 10;
  width: 125px;
  height: 43px;
  background-image: url(img/top/bg_monster04.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* history
----------------------------------*/
#history {
  position: relative;
  z-index: 5;
  float: left;
  margin: 0 0 16px 2px;
  width: 484px;
  text-align: left;
}
#history .title {
  position: relative;
  width: 484px;
  height: 51px;
  background-image: url(img/top/bg_history_title.png);
  background-repeat: no-repeat;
}
#history .title h2 {
  position: relative;
  z-index: 30;
  overflow: hidden;
}
#history .title h2 img {
  margin: 15px 0 0 55px;
}
#history .title .btn {
  position: absolute;
  top: 15px;
  right: 23px;
  z-index: 40;
}
#history:after {
  display: block;
  width: 484px;
  height: 39px;
  background-image: url(img/top/bg_history_bottom.png);
  background-repeat: no-repeat;
  content: '';
}
#history .contents {
  position: relative;
  z-index: 10;
  background-image: url(img/top/bg_history.png);
  background-repeat: repeat-y;
}
#history .contents:before {
  position: absolute;
  top: -71px;
  right: auto;
  bottom: auto;
  left: -26px;
  z-index: 20;
  display: block;
  width: 173px;
  height: 176px;
  content: '';
  background-image: url(img/top/bg_deco01.png);
  background-repeat: no-repeat;
}
#history .contents .inner {
  position: relative;
  z-index: 30;
  overflow: auto;
  margin: 0 28px 0 32px;
  height: 237px;
}
#history .contents .inner table {
  margin: 0 auto;
  width: 100%;
}
#history .contents .inner table .date {
  position: relative;
  padding: 4px 0 0 30px;
  color: #b60160;
}
#history .contents .inner table .new:after {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 2px;
  z-index: 10;
  display: block;
  width: 22px;
  height: 13px;
  content: '';
  background-image: url(img/top/bg_icon_new.png);
  background-repeat: no-repeat;
  content: 'NEW';
  text-indent: -9999px;
}
#history .contents .inner table .titleList {
  padding: 0 0 4px 30px;
  border-bottom: 1px dotted #cccccc;
}
#history .contents .inner table .titleList a {
  color: #333333;
}
#history .contents .inner table .titleList a:hover {
  color: #ff0000;
}

/* format
----------------------------------*/
#ranking,
#infomation {
  position: relative;
  z-index: 1;
  float: right;
  margin: 0;
  width: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: left;
}
#ranking .title,
#infomation .title {
  height: 42px;
  background-repeat: no-repeat;
}
#ranking .title h2,
#infomation .title h2 {
  overflow: hidden;
}
#ranking .title h2 img,
#infomation .title h2 img {
  margin: 14px 0 0 55px;
}
#ranking .contents,
#infomation .contents {
  position: relative;
  z-index: 10;
  background-repeat: repeat-y;
  background-position: center bottom;
  padding: 0 0 23px;
}
#ranking .contents .inner,
#infomation .contents .inner {
  position: relative;
  z-index: 30;
  overflow: auto;
  margin: 0 23px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
#ranking .contents .inner table,
#infomation .contents .inner table {
  margin: 5px auto;
  width: 95%;
}
#ranking .contents .inner table .date,
#infomation .contents .inner table .date {
  position: relative;
  padding: 4px 0 0 30px;
  color: #b60160;
}
#ranking .contents .inner table .new:after,
#infomation .contents .inner table .new:after {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 2px;
  z-index: 10;
  display: block;
  width: 22px;
  height: 13px;
  content: '';
  background-image: url(img/top/bg_icon_new.png);
  background-repeat: no-repeat;
  content: 'NEW';
  text-indent: -9999px;
}
#ranking .contents .inner table .titleList,
#infomation .contents .inner table .titleList {
  padding: 0 0 4px 30px;
  border-bottom: 1px dotted #cccccc;
  text-align: left;
}
#ranking .contents .inner table .titleList a,
#infomation .contents .inner table .titleList a {
  color: #333333;
}
#ranking .contents .inner table .titleList a:hover,
#infomation .contents .inner table .titleList a:hover {
  color: #ff0000;
}

/* ranking
----------------------------------*/
#ranking .title {
  background-image: url(img/top/bg_ranking_h2.png);
}
#ranking .title .btn {
  position: absolute;
  top: 19px;
  right: 23px;
  z-index: 40;
}
#ranking .contents {
  background-image: url(img/top/bg_ranking.png);
}
#ranking .contents:before {
  position: absolute;
  top: -60px;
  right: auto;
  bottom: auto;
  left: -26px;
  z-index: 20;
  display: block;
  width: 173px;
  height: 176px;
  content: '';
  background-image: url(img/top/bg_deco03.png);
  background-repeat: no-repeat;
}
#ranking .contents .inner {
  height: 125px;
}

/* infomation
----------------------------------*/
#infomation {
  margin: -5px 0 0;
}
#infomation .title {
  background-image: url(img/top/bg_infomation_h2.png);
}
#infomation .contents {
  background-image: url(img/top/bg_infomation.png);
  padding: 0 0 29px;
}
#infomation .contents:before {
  position: absolute;
  top: -60px;
  right: auto;
  bottom: auto;
  left: -26px;
  z-index: 20;
  display: block;
  width: 173px;
  height: 176px;
  content: '';
  background-image: url(img/top/bg_deco01.png);
  background-repeat: no-repeat;
}
#infomation .contents .inner {
  height: 79px;
}

/* infoDtails
----------------------------------*/
#infoDetails {
  clear: both;
  text-align: left;
  margin: 0 auto 20px;
}
#infoDetails .staff,
#infoDetails .product {
  display: inline-block;
}

/* infomation
----------------------------------*/
.infomation {
  position: relative;
  z-index: 1;
  float: right;
  margin: 0 0 16px;
  width: 460px;
  background-image: url(img/top/bg_infomation_head.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.infomation .contents {
  margin: 24px 0 0;
}
.infomation .contents .inner {
  background-image: url(img/top/bg_infomation.png);
  background-repeat: repeat-y;
}
.infomation .contents .inner > p {
  padding: 0 0 0 130px;
  color: #ffffff;
  text-align: left;
  font-size: 10px;
  margin: 0;
}
.infomation .contents:after {
  display: block;
  width: 460px;
  height: 32px;
  background-image: url(img/top/bg_infomation_bottom.png);
  background-repeat: no-repeat;
  content: '';
}
.infomation .contents:before {
  position: absolute;
  top: auto;
  right: -36px;
  bottom: -122px;
  left: auto;
  z-index: 1;
  display: block;
  width: 80px;
  height: 172px;
  content: '';
  background-image: url(img/top/bg_deco02.png);
  background-repeat: no-repeat;
  content: '';
}

/* bnr
----------------------------------*/
#bnr {
  position: relative;
  z-index: 0;
  clear: both;
}
#bnr li {
  display: inline-block;
  overflow: hidden;
  margin: 0 1px 0;
  width: 238px;
  height: 88px;
  background-image: url(img/top/bg_bnr.png);
  background-repeat: no-repeat;
  text-align: center;
}
#bnr li img {
  margin: 4px 0 0;
}

/* caution
----------------------------------*/
.caution {
  margin: 10px auto 30px;
  width: 950px;
  text-align: left;
  font-size: 12px;
}

/* TOPのみ表示なし----------------------------------*/
#nav:before {
  display: none;
}

/*# sourceMappingURL=top_sc.css.map */