@charset "UTF-8";
/*
 * common.css
 *-monster-house-
 * ======================================================
 *
 * INDEX
 * 
 * 1. Reset
 * 2. Base Settings
 * 3. Header Settings
 * 4. Footer Settings
 * 5. Common Settings
 * 6. top page Settings
 * 7. story page Settings
 * 8. about-mh page Settings
 * 9. start page Settings
 *10. play-guide page Settings
 *11. databook page Settings
 *12. attack-guide page Settings
 *
 *
 * ======================================================
 * 
 */
/* ------------------------------------------------------
 * 1. Reset
 * --------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

/* ------------------------------------------------------
 * 2. Base Settings
 * --------------------------------------------------- */
.clearfix, .footerNav ul, #topContainer .mainVisual, .top-newsPickUpWrap, .top-learn .learnInner, .meetingPoint .character {
  zoom: 1;
}
.clearfix:after, .footerNav ul:after, #topContainer .mainVisual:after, .top-newsPickUpWrap:after, .top-learn .learnInner:after, .meetingPoint .character:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

.mgT10 {
  margin-top: 10px;
}

.mgT30 {
  margin-top: 30px;
}

.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.att {
  color: #f00;
}

.imgHover a img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.imgHover a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.6em;
  background: #100c00;
}

/* ------------------------------------------------------
 * 3. Header Settings 
 * --------------------------------------------------- */
#gungho {
  height: 36px;
  background-color: #fff;
  border-bottom: 5px solid #ccc;
  vertical-align: bottom;
  width: 100%;
  position: relative;
}
#gungho p#ragnarok {
  text-align: left;
}
#gungho #roInfo {
  z-index: 10;
  position: absolute;
  right: 0;
  top: 8px;
}
#gungho #roInfo li {
  float: left;
  margin-right: 15px;
}
#gungho #roInfo li a {
  color: #828282;
  font-weight: bold;
  font-size: 12px;
}

/* ------------------------------------------------------
 * 4. Footer Settings 
 * --------------------------------------------------- */
.footerNav {
  width: 1000px;
  margin: 40px auto 20px auto;
  color: #868687;
}
.footerNav ul {
  width: 760px;
  margin: 0 auto;
}
.footerNav ul li {
  float: left;
}
.footerNav ul li a {
  color: #d9d9d9;
  text-decoration: none;
  padding: 0 10px;
}
.footerNav ul li a:hover {
  color: #ed2400;
}

#footer {
  width: 100%;
  background: #100c00;
  text-align: center;
  color: #5a5a5a;
  font-size: 12px;
}
#footer .footerInner {
  width: 1000px;
  margin: 0 auto;
  background: url(../images/common/footer_line.jpg) no-repeat center top;
  padding: 15px 0 30px 0;
}

/* ------------------------------------------------------
 * 5. Common Settings
 * --------------------------------------------------- */
/* SNS settings */
.snsArea {
  width: 960px;
  margin: 0 auto;
}
.snsArea .snsInner {
  padding: 10px 0;
  float: right;
}
.snsArea .snsInner li {
  float: left;
  width: 110px;
}

.navi {
  width: 1000px;
  margin: 0 auto;
  background: url(../images/common/nav_deco.jpg) no-repeat center bottom;
  padding-bottom: 40px;
  overflow: hidden;
}
.navi ul {
  width: 998px;
  height: 48px;
  border: #4f4f4f 1px solid;
}
.navi ul li {
  float: left;
}

/*下層ページheaderArea*/
.contHeader {
  background: url(../images/common/container_bg.jpg) no-repeat center top;
  height: 115px;
  /*logo*/
}
.contHeader h1.logo-mh {
  position: absolute;
  top: 22px;
  left: 18px;
}

.cntWrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

h2.pageTtl {
  background: url(../images/common/bg_pageTtl.png) no-repeat;
  width: 975px;
  height: 30px;
  margin: 20px 0;
  color: #fff;
  font-size: 30px;
  padding: 33px 0 27px 25px;
}

/*下層ページ パターン背景のページ*/
.anchor {
  background: url(../images/common/bg_anchor.gif) no-repeat;
  width: 1000px;
  height: 70px;
}
.anchor ul {
  text-align: center;
  padding-top: 24px;
}
.anchor ul li {
  display: inline;
}
.anchor ul li.center {
  margin: 0 65px;
}
.anchor ul li.mgR65 {
  margin-right: 65px;
}

.cntBox {
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  background: url(../images/common/bg_cnt.gif) repeat;
}
.cntBox .innerBox {
  padding: 30px 0 35px 0;
}

h3 {
  height: 38px;
  background: url(../images/common/bg_cntTtl.png) no-repeat;
  color: #fff;
  font-size: 26px;
  padding: 18px 0 0 80px;
}

h4 {
  background: url(../images/common/bg_cntSubTtl.png) no-repeat;
  padding-left: 50px;
  margin: 30px 20px 20px 20px;
  min-height: 41px;
  color: #474747;
  font-size: 24px;
  padding-top: 9px;
}

/* ------------------------------------------------------
 * 6. top page Settings
 * --------------------------------------------------- */
#topContainer {
  background: url(../images/top/main_Bg.jpg) no-repeat center top;
  min-height: 634px;
  min-width: 1000px;
}
#topContainer .mainVisual {
  width: 1000px;
  height: 560px;
  position: relative;
  margin: 0 auto;
  background: url(../images/top/mainVisual_bg.png) no-repeat;
}
#topContainer .mainVisual h1 {
  position: absolute;
  top: 37px;
  left: 20px;
}
#topContainer .mainVisual .update {
  position: absolute;
  top: 225px;
  left: -6px;
}
#topContainer .mainVisual .mainCopy {
  position: absolute;
  top: 396px;
  left: 67px;
}

/* news&topics-pickUp Area */
.top-newsPickUpWrap {
  width: 100%;
  border-bottom: #282828 1px solid;
}
.top-newsPickUpWrap .top-newsTopics {
  width: 560px;
  padding: 13px 40px 35px 20px;
  float: left;
}
.top-newsPickUpWrap .top-newsTopics dl {
  border-top: #414141 solid 1px;
  border-bottom: #414141 solid 1px;
  margin-top: 20px;
  padding: 20px 0;
  color: #fff;
  line-height: 1.4em;
  overflow: hidden;
}
.top-newsPickUpWrap .top-newsTopics dt {
  width: 120px;
  float: left;
}
.top-newsPickUpWrap .top-newsTopics dd {
  margin-left:125px;  
  padding:5px;
  margin-bottom: 5px;
}
.top-newsPickUpWrap .top-pickUp {
  width: 360px;
  padding: 13px 20px 0 0;
  float: left;
}
.top-newsPickUpWrap .top-pickUp h2 {
  margin-bottom: 20px;
}

/* about Area */
.top-about {
  background: url(../images/top/about_bg.jpg) no-repeat center top #212121;
  min-width: 1000px;
  height: 549px;
  border-top: #404040 1px solid;
  border-bottom: #404040 1px solid;
}
.top-about h2 {
  position: absolute;
  top: 47px;
  left: 60px;
}
.top-about .copy {
  position: absolute;
  top: 86px;
  left: 60px;
}
.top-about .txtArea {
  position: absolute;
  top: 230px;
  left: 60px;
  width: 480px;
}
.top-about .txtArea p {
  color: #fff;
  margin-bottom: 1.5em;
}
.top-about .btn {
  position: absolute;
  top: 467px;
  left: 60px;
}

/* start Area */
.top-start {
  background: url(../images/top/start_bg.jpg) no-repeat center top #557193;
  min-width: 1000px;
  height: 499px;
  border-bottom: #404040 1px solid;
}
.top-start h2 {
  text-align: center;
  padding-top: 120px;
}
.top-start .copy {
  text-align: center;
  margin-top: 38px;
}
.top-start .btn {
  position: absolute;
  top: 375px;
  left: 301px;
}

/* learn Area */
.top-learn {
  background: url(../images/top/learn_bg.jpg) no-repeat center top #000;
  min-width: 1000px;
  height: 549px;
  border-bottom: #404040 1px solid;
}
.top-learn h2 {
  text-align: center;
  padding-top: 34px;
}
.top-learn .learnInner {
  padding: 21px 60px 0 60px;
}
.top-learn .learnInner .learnPlayGuide {
  background: url(../images/top/learn_playGuide_bg.jpg) no-repeat;
  width: 400px;
  min-height: 400px;
  height: 400px;
  float: left;
  padding-top: 265px;
  color: #fff;
  position: relative;
}
.top-learn .learnInner .learnPlayGuide p {
  width: 320px;
  margin: 0 auto;
}
.top-learn .learnInner .learnPlayGuide .btn {
  position: absolute;
  top: 348px;
  left: 0px;
}
.top-learn .learnInner .learnDatabook {
  background: url(../images/top/learn_databook_bg.jpg) no-repeat;
  width: 400px;
  min-height: 400px;
  height: 400px;
  float: right;
  padding-top: 265px;
  color: #fff;
  position: relative;
}
.top-learn .learnInner .learnDatabook p {
  width: 320px;
  margin: 0 auto;
}
.top-learn .learnInner .learnDatabook .btn {
  position: absolute;
  top: 348px;
  left: 0px;
}

/* attackGuide Area */
.top-attackGuide {
  background: url(../images/top/attackGuide_bg.jpg) no-repeat center top #212121;
  min-width: 1000px;
  height: 499px;
  border-bottom: #404040 1px solid;
}
.top-attackGuide h2 {
  position: absolute;
  top: 44px;
  left: 60px;
}
.top-attackGuide .copy {
  position: absolute;
  top: 89px;
  left: 60px;
}
.top-attackGuide .btn {
  position: absolute;
  top: 401px;
  left: 60px;
}

/* story Area */
.top-story {
  background: url(../images/top/story_bg.jpg) no-repeat center top #c5b99b;
  min-width: 1000px;
  height: 499px;
  border-bottom: #404040 1px solid;
}
.top-story h2 {
  position: absolute;
  top: 44px;
  left: 60px;
}
.top-story .copy {
  position: absolute;
  top: 114px;
  left: 55px;
}
.top-story .btn {
  position: absolute;
  top: 401px;
  left: 60px;
}

/* aboutRO Area */
.top-aboutRo {
  background: url(../images/top/aboutRo_bg.jpg) no-repeat center top #212121;
  min-width: 1000px;
  height: 549px;
}
.top-aboutRo h2 {
  text-align: center;
  padding-top: 38px;
}
.top-aboutRo .txtArea {
  position: absolute;
  width: 640px;
  top: 106px;
  left: 20px;
  color: #fff;
}
.top-aboutRo .cnt01 {
  position: absolute;
  top: 183px;
  left: 20px;
}
.top-aboutRo .cnt02 {
  position: absolute;
  top: 172px;
  left: 362px;
}
.top-aboutRo .cnt03 {
  position: absolute;
  top: 120px;
  right: 20px;
}
.top-aboutRo .btn {
  position: absolute;
  top: 508px;
  left: 260px;
}

.top-detailBtn {
  text-align: center;
  margin: 60px auto 55px auto;
}

/* ------------------------------------------------------
 * 7. story page Settings
 * --------------------------------------------------- */
.story01 {
  background: url(../images/story/01.jpg) no-repeat;
  width: 1000px;
  height: 952px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.story02 {
  background: url(../images/story/02.jpg) no-repeat;
  width: 1000px;
  height: 590px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* ------------------------------------------------------
 * 8. about-mh page Settings
 * --------------------------------------------------- */
.about-mhCnt01 {
  background: url(../images/about-mh/cnt01_bg.jpg) no-repeat;
  width: 1000px;
  height: 478px;
  color: #fff;
}
.about-mhCnt01 .copy {
  padding: 35px 0 0 500px;
}
.about-mhCnt01 .txtArea {
  width: 410px;
  padding: 30px 0 0 500px;
}
.about-mhCnt01 .txtArea p {
  margin-bottom: 1.5em;
}

.about-mhCnt02 {
  background: url(../images/about-mh/cnt02_bg.jpg) no-repeat;
  width: 1000px;
  height: 500px;
  color: #fff;
}
.about-mhCnt02 .copy {
  padding: 58px 0 0 60px;
}
.about-mhCnt02 .txtArea {
  width: 400px;
  padding: 30px 0 0 60px;
}
.about-mhCnt02 .btn {
  padding: 60px 0 0 60px;
}

.about-mhCnt03 {
  background: url(../images/about-mh/cnt03_bg.jpg) no-repeat;
  width: 1000px;
  height: 500px;
  color: #fff;
}
.about-mhCnt03 .copy {
  padding: 52px 0 0 421px;
}
.about-mhCnt03 .txtArea {
  width: 400px;
  padding: 35px 0 0 421px;
}
.about-mhCnt03 .btn {
  padding: 40px 0 0 421px;
}

/* ------------------------------------------------------
 * 9. start page Settings
 * --------------------------------------------------- */
.startCnt02 ul li {
  margin-bottom: 20px;
}

.startCnt03 ul {
  padding-left: 40px;
  font-size: 20px;
}
.startCnt03 ul li {
  background: url(../images/common/icon_att.png) no-repeat;
  margin-bottom: 20px;
  padding-left: 30px;
}

/* ------------------------------------------------------
 * 10. play-guide page Settings
 * --------------------------------------------------- */
.intro {
  color: #fff;
  margin: 20px auto;
  width: 600px;
}

#rule, #guideMap {
  padding-bottom: 30px;
}

.playGuideInner {
  width: 920px;
  margin: 20px;
}
.playGuideInner .areaL {
  width: 570px;
  float: left;
  padding-right: 30px;
}
.playGuideInner .areaL2 {
  width: 450px;
  float: left;
  padding-right: 30px;
}
.playGuideInner a {
  color: #5a5a5a;
  text-decoration: underline;
}
.playGuideInner a:hover {
  color: #5a5a5a;
  text-decoration: none;
}

table.playGuide {
  width: 920px;
  background: #fff;
  text-align: left;
  margin-bottom: 15px;
}
table.playGuide th {
  vertical-align: top;
  padding: 10px;
  font-weight: bold;
  background: #0077c8;
  border: 1px solid #5a5a5a;
  color: #fff;
}
table.playGuide tr {
  height: 65px;
}
table.playGuide tr, table.playGuide td {
  border: 1px solid #5a5a5a;
  vertical-align: top;
  padding: 10px;
}
table.playGuide td.center {
  text-align: center;
  vertical-align: middle;
  width: 23%;
}

table.playGuide2 {
  width: 920px;
  background: #fff;
  text-align: left;
  margin: 20px 0 15px 0;
}
table.playGuide2 th {
  vertical-align: top;
  padding: 10px;
  font-weight: bold;
  background: #0077c8;
  border: 1px solid #5a5a5a;
  color: #fff;
}
table.playGuide2 tr, table.playGuide2 td {
  vertical-align: top;
  padding: 10px;
}
table.playGuide2 td {
  border-left: #333 1px solid;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
}

.meetingPoint {
  margin: 20px auto 30px;
}
.meetingPoint .map {
  margin: 0 auto;
}
.meetingPoint .character {
  width: 920px;
  margin: 20px auto 0;
}
.meetingPoint .character ul {
  margin: 0 0 0 -17px;
  overflow: hidden;
}
.meetingPoint .character ul li {
  float: left;
  margin: 0 0 0 17px;
  width: 170px;
}

#membersList {
  padding-bottom: 30px;
}
#membersList .mapList {
  width: 960px;
  margin: 0 auto;
}

/* ------------------------------------------------------
 * 11. databook page Settings
 * --------------------------------------------------- */
#gentei {
  padding-bottom: 30px;
}

table.itemList {
  width: 920px;
  background: #fff;
  text-align: left;
  margin: 20px;
}
table.itemList th {
  border: 1px solid #5a5a5a;
  background: #e3ffdc;
  vertical-align: top;
  padding: 10px;
}
table.itemList th.itemName {
  font-weight: bold;
  background: #0077c8;
  color: #fff;
}
table.itemList tr, table.itemList td {
  border: 1px solid #5a5a5a;
  vertical-align: top;
  padding: 10px;
}

table.itemList2 {
  width: 920px;
  background: #fff;
  text-align: left;
  margin: 20px;
}
table.itemList2 th {
  border: 1px solid #5a5a5a;
  background: #dcf4ff;
  vertical-align: top;
  padding: 10px;
}
table.itemList2 th.itemName {
  font-weight: bold;
  background: #0077c8;
  color: #fff;
}
table.itemList2 tr, table.itemList2 td {
  border: 1px solid #5a5a5a;
  vertical-align: top;
  padding: 10px;
}

#totsugeki, #slotenchant {
  padding-bottom: 30px;
}
#totsugeki .dataTableWrap, #slotenchant .dataTableWrap {
  margin-bottom: 30px;
}

#tokkou table, #kirikomi table {
  width: 920px;
  background-color: #fff;
  border: #5a5a5a 1px solid;
  margin: 20px;
  padding: 10px;
  line-height: 1.3;
}
#tokkou table th, #tokkou table td, #kirikomi table th, #kirikomi table td {
  border: #5a5a5a 1px solid;
  padding: 10px;
}
#tokkou table th, #kirikomi table th {
  font-weight: bold;
  background: #0077c8;
  color: #fff;
}

/* ------------------------------------------------------
 * 12. attack-guide page Settings
 * --------------------------------------------------- */
.attack-guideCnt01 {
  background: url(../images/attack-guide/cnt01_bg.jpg) no-repeat;
  width: 1000px;
  height: 569px;
  color: #fff;
}
.attack-guideCnt01 .copy {
  text-align: center;
  padding-top: 45px;
}
.attack-guideCnt01 .txtArea {
  width: 365px;
  padding: 65px 0 0 570px;
}

.attack-guideCnt02 {
  background: url(../images/attack-guide/cnt02_bg.jpg) no-repeat;
  width: 1000px;
  height: 569px;
  color: #fff;
}
.attack-guideCnt02 .copy {
  text-align: center;
  padding-top: 45px;
}
.attack-guideCnt02 .txtArea {
  width: 365px;
  padding: 65px 0 0 60px;
}

.attack-guideCnt03 {
  background: url(../images/attack-guide/cnt03_bg.jpg) no-repeat;
  width: 1000px;
  height: 569px;
  color: #fff;
}
.attack-guideCnt03 .copy {
  text-align: center;
  padding-top: 45px;
}
.attack-guideCnt03 .txtArea {
  width: 365px;
  padding: 65px 0 0 570px;
}

ul.liststyle li{
	text-indent:-1em;
	padding:0 0 0 1em;
}