/* 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;
  background: url(../img/bg_green.jpg) repeat; }

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: #fbf7e6;
  border-top: #c3bf7d 1px solid;
  border-left: #c3bf7d 1px solid;
  color: #400e11; }

table th, table td {
  border-right: #c3bf7d 1px solid;
  border-bottom: #c3bf7d 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: #d5d18a;
  padding: 5px 10px;
  font-size: 16px; }

table tbody th {
  background-color: #e3df9d;
  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 {
  margin: 0 auto; }

.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: 24px;
  right: -25px;
  line-height: 48px;
  text-align: right;
  text-indent: initial;
  z-index: 10010; }

#sns li {
  display: inline-block; }

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

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

/* footer
----------------------------------------------------------*/
#footer {
  background: url(../img/footer_bg.jpg) repeat;
  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
----------------------------------------------------------*/
.fixed {
  position: fixed !important;
  top: -5px !important;
  z-index: 1000; }

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

.colR {
  overflow: hidden; }

#wrap {
  width: 100%;
  overflow: hidden; }

/* top
----------------------------------------------------------*/
#header .inner {
  position: relative;
  padding-top: 30px;
  height: 607px;
  /* #info */ }
  #header .inner h1 {
    text-align: center;
    padding-left: 20px;
    margin-bottom: 115px; }
  #header .inner #warlock {
    position: absolute;
    right: -270px;
    top: 0;
    z-index: 10001; }
  #header .inner #copy {
    position: absolute;
    right: 41px;
    top: 343px; }
  #header .inner #info {
    z-index: 20000;
    position: absolute;
    bottom: 100px;
    width: 500px;
    left: 323px; }
    #header .inner #info #eventInfo {
      position: absolute; }
      #header .inner #info #eventInfo span {
        display: none;
        position: absolute;
        z-index: 20001;
        text-align: center;
        top: 65px;
        right: -25px;
        width: 200px;
        background: #FBF9EC;
        border: 3px solid #f8f3d3;
        border-radius: 3px;
        padding: 3px;
        color: #614F27;
        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: 300px; }
      #header .inner #info #eventInfo .icon05 span {
        width: 300px; }

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

#gnav {
  background: url(../img/gnavi_bg.png) repeat-x transparent;
  position: absolute;
  width: 100%;
  top: 671px; }
  #gnav .inner {
    width: inherit; }
    #gnav .inner ul {
      width: 988px;
      background: url(../img/gnavi_bg.jpg) no-repeat center top;
      height: 97px;
      margin: 0 auto; }
    #gnav .inner li {
      float: left;
      position: relative;
      z-index: 10010; }
      #gnav .inner li a {
        display: block;
        text-align: center; }

/* #gnav */
#slider {
  text-align: center;
  background: url(../img/slide_bg.gif) repeat;
  border-bottom: 1px solid #92763d;
  padding-bottom: 30px;
  }
  #slider .inner {
    width: inherit;
    height: 440px;
    background: url(../img/slide_img.png) no-repeat center bottom;
    text-indent: -9999px; }

/* #slider */

#registration02{
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 99999;
}
/*content
----------------------------------------------------------*/
#content .section {
  position: relative;
  padding-bottom: 100px; }
  #content .section h2 {
    position: relative;
    z-index: 10; }
  #content .section .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 10; }

/* #content */
/*
----------------------------------------------------------*/
#play {
  background: url(../img/bg_pink.jpg) repeat;
  padding-bottom: 150px; }
  #play:after {
    content: '';
    background: url(../img/content_btm01.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 351px;
    bottom: 0; }
  #play h2 {
    position: absolute !important;
    left: -20px;
    top: -20px; }
  #play h3 {
    text-align: center; }
  #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 .column {
    text-indent: -9999px;
    background: url(../img/colum01.png) center top no-repeat;
    height: 276px;
    margin-bottom: 70px; }
  #play #steps {
    padding-top: 55px;
    margin-bottom: 50px;
    background: url(../img/steps.png) no-repeat right bottom;
    height: 800px; }
    #play #steps ul li {
      text-indent: -9999px; }
  #play #evolution {
    background: url(../img/evolution.png) no-repeat center bottom;
    height: 950px;
    padding-bottom: 80px;
    position: relative; }
    #play #evolution p {
      text-indent: -9999px; }
    #play #evolution #evo01 {
      position: absolute;
      top: 480px;
      width: 100%;
      text-align: center; }
      #play #evolution #evo01 li {
        display: inline-block;
        margin: 0 17px; }
    #play #evolution #evo02 {
      text-align: center;
      position: absolute;
      top: 835px;
      width: 100%; }
      #play #evolution #evo02 li {
        display: inline-block;
        margin: 0 17px; }

/*map
----------------------------------------------------------*/
#map h2 {
  position: absolute !important;
  right: 0;
  top: -29px; }

#map:after {
  content: '';
  background: url(../img/content_btm02.png) repeat-x;
  position: absolute;
  width: 100%;
  height: 388px;
  bottom: 0; }

#map .inner {
  padding-top: 100px; }
  #map .inner .colTwo {
    margin-bottom: 140px; }
    #map .inner .colTwo .leftCol {
      width: 400px;
      margin-right: 20px; }
  #map .inner h3 {
    text-align: center;
    margin-bottom: 20px; }
  #map .inner .column {
    text-indent: -9999px;
    background: url(../img/colum02.png) no-repeat center top;
    height: 329px; }
  #map .inner ul {
    padding-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
    margin-right: -12px; }
    #map .inner ul li {
      background: #ffffff;
      width: 144px;
      float: left;
      border: 3px #b6360e solid;
      margin: 0 12px 12px 0; }
      #map .inner ul li .npcinner {
        width: 130px;
        height: 230px;
        border: 2px #edb828 solid;
        padding: 0;
        font-size: 13px;
        line-height: 1.3;
        padding: 5px; }
        #map .inner ul li .npcinner h4 {
          font-size: 14px; }
        #map .inner ul li .npcinner div {
          text-align: center; }
        #map .inner ul li .npcinner span {
          display: inline-block;
          color: #fff;
          background: url(../img/num_bg.gif) no-repeat center center;
          font-size: 10px;
          width: 22px;
          height: 22px;
          margin-right: 5px;
          text-align: center;
          line-height: 22px; }

/*
----------------------------------------------------------*/
#data {
  background: url(../img/bg_pink.jpg) repeat;
  position: relative;
  padding-bottom: 0px !important; }
  #data:after {
    content: '';
    background: url(../img/content_btm04.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 341px;
    bottom: 0; }
  #data h2 {
    position: absolute !important;
    left: 0;
    top: -28px; }
  #data .inner {
    padding-left: 170px;
    width: 790px !important;
    padding-top: 80px;
    padding-bottom: 30px; }
  #data table {
    margin-bottom: 30px; }

/*
----------------------------------------------------------*/
#story {
  background: url(../img/story_bg.jpg) repeat-x #7d4843;
  padding-top: 12px;
  padding-bottom: 0 !important; }
  #story h2 {
    position: absolute !important;
    right: 50px;
    top: -30px; }
  #story .inner {
    width: 1093px !important;
    height: 635px;
    background: url(../img/story.jpg) center top no-repeat; }
    #story .inner p {
      text-indent: -9999px; }

/*notice
----------------------------------------------------------*/
#notice {
  padding-top: 70px;
  padding-bottom: 80px !important; }
  #notice:after {
    content: '';
    background: url(../img/content_btm02.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 388px;
    bottom: 0; }
  #notice .inner {
    background: url(../img/notice_bg.png) no-repeat center top;
    width: 860px !important;
    height: 350px;
    padding: 100px 50px 0 50px; }
    #notice .inner ul li {
      margin-bottom: 14px;
      line-height: 1.3;
      padding-left: 1em;
      text-indent: -1em; }

/* #notice */
/*
----------------------------------------------------------*/
#wallpaper {
  background: url(../img/bg_pink.jpg) repeat; }
  #wallpaper:after {
    content: '';
    background: url(../img/content_btm03.png) repeat-x;
    position: absolute;
    width: 100%;
    height: 351px;
    bottom: 0; }
  #wallpaper .inner {
    padding-top: 60px; }
    #wallpaper .inner #track {
      background: url(../img/track_bg.png) no-repeat;
      margin-left: 155px;
      height: 1100px;
      margin-bottom: 70px; }
      #wallpaper .inner #track #intro {
        height: 430px;
        text-indent: -9999px; }
      #wallpaper .inner #track iframe {
        position: absolute;
        top: 233px;
        right: 35px; }
      #wallpaper .inner #track #comment {
        height: 140px;
        padding: 20px 20px 0px 180px;
        font-size: 14px; }
        #wallpaper .inner #track #comment h4 {
          margin-bottom: 10px; }
        #wallpaper .inner #track #comment p {
          line-height: 1.6;
          font-size: 14px; }
      #wallpaper .inner #track #prof {
        padding: 0 50px;
        margin-bottom: 30px; }
        #wallpaper .inner #track #prof h5 {
          margin-bottom: 10px; }
        #wallpaper .inner #track #prof p {
          font-size: 12px;
          margin-bottom: 10px; }
      #wallpaper .inner #track #download {
        height: 170px;
        padding: 30px 30px 0; }
        #wallpaper .inner #track #download .leftCol {
          width: 290px;
          text-align: center; }
        #wallpaper .inner #track #download .rightCol {
          margin-left: 300px; }
          #wallpaper .inner #track #download .rightCol ul li {
            padding-left: 1em;
            text-indent: -1em;
            font-size: 12px; }
            #wallpaper .inner #track #download .rightCol ul li a {
              font-size: 12px;
              color: #f36b08;
              padding-left: 1em; }
  #wallpaper h2 {
    position: absolute !important;
    left: -20px;
    top: -28px; }
  #wallpaper h3 {
    text-align: center;
    margin-bottom: 40px; }
  #wallpaper .column {
    background: url(../img/column03.png) no-repeat;
    width: 880px;
    height: 198px;
    margin: 0 auto 50px; }
    #wallpaper .column p {
      text-indent: -9999px; }
  #wallpaper .sub {
    width: 410px;
    float: left;
    margin-bottom: 0; }
  #wallpaper #wp {
    width: 850px;
    margin: 0 auto; }
  #wallpaper .main {
    float: right;
    margin-bottom: 0; }
    #wallpaper .main li {
      margin-bottom: 10px; }
      #wallpaper .main li:hover {
        opacity: .8; }
  #wallpaper #wpComment {
    margin-top: 40px;
    background: rgba(255, 239, 239, 0.3);
    border: 1px solid #fff;
    padding: 30px; }
    #wallpaper #wpComment dl {
      font-size: 14px;
      color: #625020; }
      #wallpaper #wpComment dl dt {
        font-weight: bold; }
      #wallpaper #wpComment dl dd {
        margin-bottom: 10px;
        text-indent: 10px; }
        #wallpaper #wpComment dl dd a {
          color: #f36b08;
          text-decoration: underline; }
          #wallpaper #wpComment dl dd a:hover {
            text-decoration: none; }

/*
----------------------------------------------------------*/
