/* 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: #797984;
  border-top: #000 1px solid;
  border-left: #000 1px solid;
  color: #F1F5FF;
}
table th, table td {
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  padding: 3px 10px;
  font-size: 14px;
}
table th {
  font-weight: bold;
}
table thead {
  white-space: nowrap;
}
table thead th {
  text-align: left;
  background-color: #363743;
  color: #F6F9FF;
  padding: 5px 10px;
  font-size: 16px;
}
table tbody th {
  background-color: #656671;
  color: #F6F9FF;
  text-align: left;
  white-space: nowrap;
}
table tbody td {
  text-align: left;
  font-weight: bold;
}
table .thumb {
  background-color: #fff;
  width: 220px;
  text-align: center;
}
table .nowrap {
  white-space: nowrap;
}

#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 {
  background: #000;
  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;
  color: #E1D5C4;
  text-align: left;
}

.attention {
  text-align: left;
  list-style-type: disc;
  width: 90%;
  margin: 0 auto;
}
.attention li {
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.5;
  padding-left: 1em;
}

/* 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;
}
#sns li {
  display: inline-block;
}

#pagetop {
  position: absolute;
  bottom: -20px;
  right: 10%;
}
#pagetop:hover {
  bottom: -8px;
}

/* footer
----------------------------------------------------------*/
#footerWrap {
  background: url(../img/common/footer_bg.jpg) bottom repeat-x;
  margin: 30px 0 0 0;
  min-height: 293px;
}

#footer {
  position: relative;
  top: -30px;
  padding-top: 75px;
  color: #fff;
}
#footer .inner h2 {
  text-align: center;
  padding: 15px 0 0;
}
#footer .inner ul {
  width: 940px;
  margin: 0 auto;
  font-size: 0;
}
#footer .inner li {
  vertical-align: top;
  margin-bottom: 20px;
}
#footer .inner li .thumb {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 270px;
}
#footer .inner li .thumb img {
  width: 100%;
  height: auto;
}
#footer .inner li h3 {
  font-size: 20px;
}
#footer .inner li p {
  font-size: 14px;
  line-height: 22px;
}
#footer .startRO {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}
#footer .startRO a {
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
}
#footer .startRO a:hover {
  opacity: .8;
}
#footer .f-sns {
  margin: 0 auto;
  padding: 20px 0;
  width: 655px;
  font-size: 0;
}
#footer .f-sns li {
  display: inline-block;
  margin-left: 55px;
  width: 300px;
}
#footer .f-sns li:first-child {
  margin-left: 0;
}
#footer .f-sns li a:hover {
  opacity: .8;
}
#footer .credit {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #b62020;
}

body {
  background: #000;
}

#tabs {
  text-align: center;
  margin-bottom: 40px;
}
#tabs a {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  behavior: url(PIE.htc);
}
#tabs a:hover {
  text-decoration: none;
}
#tabs .ui-tabs-nav li {
  display: inline-block;
  float: inherit;
  margin: 0 15px;
}

/* header
----------------------------------------------------------*/
#nav {
  height: 66px;
  line-height: 66px;
  background: url(../img/common/nav_bg.jpg) repeat-x;
  width: 100%;
  z-index: 100000;
}
#nav p {
  width: 213px;
  float: left;
}
#nav p a {
  display: block;
  position: relative;
  z-index: 100;
}
#nav ul {
  position: relative;
}
#nav ul ul {
  display: none;
  position: absolute;
  top: 64px;
  z-index: 1000;
  background: #2B020A;
  border-bottom: 2px solid #E80000;
  border-left: 2px solid #E80000;
  border-right: 2px solid #E80000;
  margin: 0 auto;
  padding: 14px 18px;
}
#nav ul ul li {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  text-align: left;
  border-bottom: 1px solid #E80000;
}
#nav ul ul li:nth-child(2) {
  margin-right: 0;
}
#nav ul ul li:last-child {
  border: none;
}
#nav ul ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#nav ul li {
  display: inline-block;
}
#nav ul li:nth-child(2) ul {
  left: 330px;
  width: 138px;
}
#nav ul li:nth-child(3) ul {
  width: 104px;
  left: 506px;
}
#nav ul a:hover {
  opacity: .8;
}

.fixed {
  position: fixed;
  top: 0;
}

.sec {
  background: url(../img/common/sec_bg.jpg) center 240px no-repeat;
  background-size: contain;
}
.sec h1 {
  width: 100%;
  height: 128px;
  margin: 35px 0 10px;
  text-align: center;
  background: url(../img/common/pagetitle_bg.gif) center center repeat-x;
}
.sec h2 {
  text-align: center;
}
.sec h3 {
  text-align: left;
  color: #fff;
  background: url(../img/common/sec_h3_bg.png) left top no-repeat;
  width: 876px;
  height: 55px;
  margin: 0 auto 38px;
  font-size: 24px;
  padding: 22px 0 0 45px;
}
.sec p {
  color: #fff;
}
.sec #contents {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.sec .catch {
  margin-bottom: 60px;
}
.sec .catch > img {
  margin-bottom: 30px;
}
.sec .catch table {
  width: 700px;
  margin: 0 auto;
  background: #C3954E;
}
.sec .catch table thead th {
  color: #000;
  background: #D4A522;
  font-size: 20px;
}
.sec .catch table tbody th {
  font-size: 16px;
  width: 200px;
  background: #A77528;
  color: #000;
  vertical-align: top;
}
.sec .catch table tbody td {
  color: #271800;
}
.sec .catch table tbody .note, .sec .catch table tbody .note li, .note .sec .catch table tbody li {
  color: #751010;
}
.sec .catch .section {
  margin-bottom: 0;
}
.sec .catch .section .tips {
  margin-top: 0;
  width: 470px;
  height: 155px;
  padding: 17px;
}
.sec .section {
  width: 876px;
  margin: 0 auto 100px;
  text-align: left;
  overflow: hidden;
}
.sec .section a {
  color: #D48F22;
  text-decoration: underline;
}
.sec .section .main {
  float: left;
  width: 500px;
  margin-right: 30px;
}
.sec .section .sub {
  float: right;
}
.sec .section .note li, .note .sec .section li li {
  display: block;
}
.sec .tips {
  background: url(../img/common/sec_tips_bg.png) center top no-repeat;
  width: 460px;
  height: 135px;
  margin-top: 48px;
  padding: 20px;
  text-align: left;
}
.sec .tips h4 {
  margin-bottom: 20px;
  left: 0;
}
.sec .tips p {
  font-size: 12px;
}
.sec .mgb {
  margin-bottom: 50px;
}

/* world
----------------------------------------------------------*/
#world {
  background: url(../img/world/story_bg.jpg) center 240px no-repeat;
  background-size: contain;
}
#world #story {
  text-indent: -9999px;
  height: 652px;
  margin-bottom: 140px;
  background: url(../img/world/story.png) center top no-repeat;
}
#world #monster {
  position: relative;
}
#world #monster h2 {
  position: absolute;
  left: 50%;
  margin-left: -130px;
}
#world #slider {
  position: relative;
  top: 32px;
  height: 652px;
  overflow: hidden;
}
#world #bx-pager {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -40px;
}
#world #bx-pager li {
  display: inline-block;
}
#world #bx-pager a {
  margin: 0 -2px 25px;
  padding: 0;
  display: inline-block;
}
#world #bx-pager a:nth-child(7) {
  position: relative;
}
#world #bx-pager .active {
  border: 2px red solid;
}
#world #bx-pager .active img {
  opacity: .5;
}

.route #contents ul {
  position: relative;
  width: 820px;
  height: 143px;
  margin: 0 auto;
}
.route #contents ul li {
  position: absolute;
}
.route #contents ul li:nth-child(1) {
  top: 0;
  left: 0;
}
.route #contents ul li:nth-child(2) {
  top: 0;
  left: 280px;
}
.route #contents ul li:nth-child(3) {
  top: 80px;
  left: 280px;
}
.route #contents ul li:nth-child(4) {
  top: 0;
  right: 20px;
}
.route #contents .tips {
  margin: 48px auto 0;
}

.new {
  background: url(../img/world/story_bg.jpg) center 240px no-repeat;
  background-size: contain;
}
.new .catch li {
  margin-bottom: 95px;
}

#guide h1 {
  height: 99px;
}

/* databook
----------------------------------------------------------*/
#databook #contents table {
  width: 820px;
  margin: 0 auto 10px;
}
#databook #contents tbody th {
  vertical-align: top;
}
#databook #contents tbody td {
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
  font-weight: normal;
}
#databook #contents .mgb {
  margin-bottom: 50px;
}
#databook #tabs {
  margin-bottom: 30px;
  text-align-last: auto;
}
#databook #tabs li {
  float: none;
  width: 180px;
  display: inline-block;
  background: #000;
  margin: 0;
}
#databook #tabs li + li {
  margin-left: 9px;
}
#databook #tabs a {
  padding: 0;
  border-right: 0;
}
#databook #tabContent h3 {
  margin: 0 auto 20px;
}
#databook #tabContent p {
  width: 820px;
  margin: 0 auto 20px;
}
#databook #tabContent .last {
  margin-bottom: 60px;
}
#databook #tabContent div.note {
  width: 820px;
  margin: 0 auto;
  display: block;
}
#databook #tabContent div.note h4 {
  font-size: 14px;
  line-height: 1;
}
#databook #tabContent div.note p {
  font-size: 12px;
}

/* wallpaper
----------------------------------------------------------*/
#wallpaper .two {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
#wallpaper .two ul li {
  display: inline-block;
}
#wallpaper .section {
  clear: both;
  background: url(../img/wallpaper/comment_bg.png) center top no-repeat;
  width: 832px;
  height: 200px;
  margin: 0 auto;
  padding: 35px 44px;
  color: #fff;
  position: relative;
}
#wallpaper .section h2 {
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
}
#wallpaper .section #comment {
  width: 520px;
  padding-top: 17px;
}
#wallpaper .section #link {
  position: absolute;
  top: 196px;
  left: 711px;
  text-align: center;
}
#wallpaper .section #link h4 {
  font-size: 13px;
  line-height: 1;
}
#wallpaper .section h3 {
  background: none;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0;
  height: auto;
  line-height: 1;
}
#wallpaper .section p {
  font-size: 13px;
}

/*add
----------------------------------------------------------*/
#nav {
  min-width: 1035px;
}
#nav ul li ul {
  padding-top: 3px;
}
#nav ul li ul li {
  margin: 0;
  padding: 0;
}
#nav ul li ul li a {
  display: block;
  padding: 10px 0;
}
