/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: sans-serif;
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  background-color: #F5DBC2;
  border-top: #301e23 1px solid;
  border-left: #301e23 1px solid;
  color: #400e11;
}

table th, table td {
  border-right: #301e23 1px solid;
  border-bottom: #301e23 1px solid;
  padding: 15px 8px;
  font-size: 14px;
}

table th {
  font-weight: bold;
}

table thead {
  white-space: nowrap;
}

table thead th {
  text-align: left;
  background-color: #9A6D4F;
  color: #F6F9FF;
  padding: 5px 10px;
  font-size: 16px;
}

table tbody th {
  background-color: #DAB68D;
  text-align: center;
  white-space: nowrap;
  padding: 3px 5px;
}

table tbody td {
  text-align: left;
}

table .thumb {
  background-color: #fff;
  width: 100px;
  text-align: center;
}

table .nowrap {
  white-space: nowrap;
}

.weapon tbody th {
  width: 50px;
  white-space: nowrap;
}

.card tbody th {
  width: 50px;
}

.card .type {
  width: 90px;
}

.card .thumb {
  padding: 10px;
}

#fragment-1 .thumb,
#fragment-2 .thumb {
  width: 100px;
}

#fragment-3 .thumb {
  width: 75px;
  vertical-align: middle;
}

#fragment-3 tbody td {
  vertical-align: top;
}

#fragment-4 .thumb,
#fragment-5 .monster .thumb {
  width: 100px;
  background: #B8B8A9;
}

#fragment-4 tbody th,
#fragment-5 .monster tbody th {
  width: 90px;
}

#fragment-5 .thumb {
  width: 100px;
}

#fragment-5 .thumb.map {
  width: 250px;
  background: #797984;
  vertical-align: top;
  padding: 0;
}

#fragment-5 .monster .thumb {
  background: #fff;
}

#fragment-5 div.note h4 {
  float: left;
  margin-right: 10px;
}

#fragment-5 div.note p {
  line-height: 1;
}

#fragment-5 div.note p + h4 {
  clear: both;
  float: left;
}

/* common
----------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
}

html {
  color: #47432c;
  min-width: 960px;
}

p {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

a {
  color: #000401;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.section {
  width: 890px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.section h4 {
  font-size: 24px;
  color: #fff;
  line-height: 56px;
}

.section .sub, .section .main {
  margin-bottom: 40px;
}

.section.last {
  margin-bottom: 0;
}

.note, .note li {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

.attention {
  text-align: left;
  list-style-type: none;
  width: 90%;
  margin: 0 auto;
}

.attention li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 15px;
  background: url(../img/listmark.png) center left no-repeat;
}

/* common
----------------------------------------------------------*/
#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc;
}

#gungho .inner {
  width: 1000px;
  height: 31px;
  margin: 0 auto;
  position: relative;
}

#gungho #ragnarok {
  position: absolute;
  top: 0;
  left: 0;
}

#gungho #roInfo {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  line-height: 31px;
}

#gungho #roInfo li {
  float: left;
  margin-right: 15px;
}

#gungho #roInfo li a {
  font-size: 12px;
  color: #555;
  text-decoration: underline;
}

#gungho #roInfo li a:hover {
  text-decoration: none;
}

#sns {
  position: absolute;
  top: 10px;
  right: -25px;
  line-height: 48px;
  text-align: right;
  text-indent: initial;
}

#sns li {
  display: inline-block;
}

#pagetop {
  position: absolute;
  bottom: -20px;
  right: 10%;
}

#pagetop:hover {
  bottom: -8px;
}

/* footer
----------------------------------------------------------*/
#footer {
  background: #762c1f;
  color: #fff;
  min-height: 60px;
  text-align: center;
  padding-top: 50px;
}

#footer #copy {
  font-size: 11px;
  font-weight: bold;
  padding: 20px 0;
}

.colTwo {
  overflow: hidden;
}
.colTwo .leftCol {
  float: left;
  width: 380px;
}

/* site common
----------------------------------------------------------*/
body {
  background: url(../img/main_bg.gif) repeat-y #903829 center top;
  min-width: 1150px;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

.fixed {
  position: fixed !important;
  top: -5px !important;
}

.colL {
  width: 60%;
  float: left;
  margin-right: 20px;
}

.colR {
  overflow: hidden;
}

#content {
  margin-bottom: 100px;
}

/* top
----------------------------------------------------------*/
#header {
  background: #fbd976 url(../img/header_img_repeat.jpg) top left repeat-x;
  height: 687px;
}
#header .inner {
  position: relative;
  padding-top: 30px;
  /* #info */
}
#header .inner h1 {
  text-align: center;
  padding-left: 20px;
  margin-bottom: 115px;
}
#header .inner #copy {
  position: absolute;
  right: 41px;
  top: 343px;
}
#header .inner #info {
  background: url(../img/info.png) no-repeat;
  width: 671px;
  margin: 0 auto;
  height: 119px;
  position: relative;
  z-index: 10;
}
#header .inner #info .term {
  text-indent: -9999px;
}
#header .inner #info #eventInfo {
  position: absolute;
  top: 38px;
  right: 36px;
}
#header .inner #info #eventInfo span {
  display: none;
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 65px;
  right: -25px;
  width: 200px;
  background: #FBF9EC;
  border: 3px solid #f8f3d3;
  border-radius: 3px;
  padding: 3px;
  color: #263a5e;
  font-weight: bold;
  font-size: 12px;
}
#header .inner #info #eventInfo span:after {
  border-bottom: 10px solid #f8f3d3;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  position: absolute;
  top: -10px;
  right: 35px;
  width: 0;
  height: 0;
}
#header .inner #info #eventInfo li {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 46px;
  margin: 0 0 0 13px;
}
#header .inner #info #eventInfo li:hover span {
  display: block;
}
#header .inner #info #eventInfo li img {
  vertical-align: top;
}
#header .inner #info #eventInfo .icon02 span,
#header .inner #info #eventInfo .icon03 span {
  width: 300px;
}
#header .inner #info #eventInfo .icon04 span {
  width: 600px;
}
#header .inner #info #eventInfo .icon05 span {
  width: 400px;
}

/* #header */
#header_bg {
  background: url(../img/header_img.jpg) no-repeat center top;
  height: 100%;
}

#gnav {
  background: url(../img/gnavi_bg.png) repeat-x transparent;
  position: absolute;
  width: 100%;
  top: 720px;
  z-index: 10000;
}
#gnav .inner {
  width: inherit;
  background: url(../img/gnavi_bg_inner.png) no-repeat center top;
  height: 71px;
}
#gnav .inner ul {
  width: 1000px;
  margin: 0 auto;
}
#gnav .inner li {
  float: left;
}
#gnav .inner li a {
  padding-top: 22px;
  height: 48px;
  display: block;
  text-align: center;
  width: 164px;
}

/* #gnav */
#slider {
  background: url(../img/slide_bg.jpg) repeat-x center bottom #1d2633;
  height: 325px;
  padding-top: 70px;
}
#slider h2 {
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -174px;
  z-index: 100;
}
#slider .inner {
  width: inherit;
  background: url(../img/slide_bg02.png) no-repeat center 4px;
  height: 253px;
  padding: 36px;
}

/* #slider */
/*content
----------------------------------------------------------*/
#content .section {
  width: 956px;
  border: 2px solid #654c12;
  background: url(../img/section_bg.gif) repeat;
  margin-top: 40px;
  padding: 30px 0 50px;
  position: relative;
  min-height: 300px;
}
#content .section h2 {
  position: relative;
  z-index: 10;
}
#content .section .inner {
  width: 730px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#content .section:after {
  content: "";
  display: block;
  width: 100%;
  height: 188px;
  background: url(../img/section_bg02.png) no-repeat;
  position: absolute;
  bottom: 0;
}

/* #content */
#play .chara {
  position: absolute;
  top: -150px;
  right: -110px;
}
#play ol {
  background: url(../img/img_02.png) center top no-repeat;
  height: 507px;
  text-align: center;
  text-indent: -9999px;
  margin-bottom: 30px;
}
#play .h3Section + div {
  padding-top: 30px;
}
#play .h3Section h3 {
  margin-bottom: 25px;
}
#play #fukunokami ul {
  overflow: hidden;
}
#play #fukunokami ul li {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
}
#play #fukunokami .note {
  text-align: center;
  width: 100%;
}

#data table {
  margin-bottom: 0;
}

#story.section {
  background: url(../img/img_06.png) center top no-repeat;
  height: 527px;
  padding: 30px 0 0;
}
#story.section:after {
  content: none;
}
#story.section .inner {
  text-indent: -9999px;
}

#wallpaper .inner {
  overflow: hidden;
}
#wallpaper .sub {
  width: 410px;
  float: left;
  margin-bottom: 0;
}
#wallpaper .main {
  float: right;
  margin-bottom: 0;
}
#wallpaper .main li {
  margin-bottom: 10px;
}
#wallpaper .main li:hover {
  opacity: .8;
}
