/*====================
 *    [Common] (_common.scss)
 *        - reset style, RO common
 *    [Item table] (_item.scss)
 *        - item table
 *    [Mixin] (_mixin.scss)
 *        - mixins
 *    [Other] (style.scss)
 *        - helper classes, HTML elements
 *====================*/
/* reset
----------------------------------------------------------
	 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; }

* {
  -webkit-font-smoothing: antialiased; }

/* RO common
----------------------------------------------------------*/
#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc;
  position: relative;
  z-index: 1000; }

#gungho .inner {
  width: 1000px;
  height: 31px;
  margin: 0 auto;
  position: relative;
  background: none;
  padding: 0; }

#gungho #ragnarok {
  position: absolute;
  top: 0;
  left: 0; }

#gungho #roInfo {
  position: absolute;
  overflow: visible;
  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: 0;
  margin: 0 auto;
  text-indent: initial;
  z-index: 1000;
  text-align: right; }

#sns li {
  display: inline-block;
  width: 75px; }

#pagetop {
  position: absolute;
  bottom: -20px;
  right: 10%; }

#pagetop:hover {
  bottom: -8px; }

#footer {
  color: #fff;
  min-height: 60px;
  text-align: center;
  padding: 50px 0 25px; }
  #footer h2 {
    margin-bottom: 20px; }
  #footer h3 {
    font-size: 20px; }
  #footer #startBtn {
    margin: 0 auto;
    width: 583px;
    display: block; }
  #footer #moreBtn {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 20px; }
    #footer #moreBtn:hover {
      text-decoration: none; }
  #footer .col3 {
    width: 900px;
    margin: 0 auto 30px; }
    #footer .col3 .col {
      width: 33.3333%;
      float: left; }
      #footer .col3 .col:nth-child(2) img, #footer .col3 .col:nth-child(3) img {
        padding: 20px 0; }
      #footer .col3 .col img {
        margin-bottom: 10px; }
      #footer .col3 .col p {
        text-align: left;
        color: #fff;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold; }
  #footer .sns {
    width: 860px;
    margin: 0 auto;
    text-align: center; }
    #footer .sns li {
      display: inline-block;
      width: 300px;
      margin: 0 10px 30px; }
  #footer #credit {
    font-size: 10px;
    color: #8a8a8a; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  background: #052687;
  color: #fff; }
  table th, table td {
    padding: 10px; }
  table th {
    font-weight: bold;
    white-space: nowrap; }
  table thead th {
    text-align: center;
    background: #0069ff;
    color: #fff;
    padding: 13px;
    text-align: left; }
    table thead th + th {
      border-left: 1px solid #68e6f3; }
  table tbody th {
    font-size: 14px;
    background: #051e69;
    color: #fff;
    border-right: 3px solid #0069ff;
    border-bottom: 1px solid #0069ff;
     }
  table tbody td {
    font-size: 14px;
    border-bottom: 1px solid #0069ff; }
  table .thumb {
    width: 100px;
    text-align: center;
    background: #fff; }
    table .thumb img {
      display: block;
      margin: 0 auto; }

table.item th,
table.card th {
  width: 40px; }

table.card .thumb {
  width: 172px; }

/* weapon&protector tables
----------------------------------------------------------*/
.weapon table tbody th,
.protector table tbody th {
  width: auto; }

/* collective tables
----------------------------------------------------------*/
.collective tbody .thumb {
  width: 130px; }
.collective tbody th {
  width: 50px; }
.collective tbody td {
  min-width: 50px; }
.collective tbody .info {
  width: 260px; }

/* card tables
----------------------------------------------------------*/
.card tbody .thumb {
  width: 130px; }
.card tbody th {
  width: auto; }
.card tbody td {
  min-width: 30px; }

/* monster tables
----------------------------------------------------------*/
.monster table tbody th, .monster table tbody td {
  padding: 3px 10px; }
.monster table tbody th {
  text-align: left;
  width: 80px; }
.monster table tbody .thumb {
  width: 210px; }

/* quest tables
----------------------------------------------------------*/
.lv {
  width: 5%; }

.prize {
  width: 17%; }

/* common class styles
----------------------------------------------------------*/
.inner {
  width: 772px;
  margin: 0 auto;
  position: relative; }

.line {
  padding-bottom: 50px;
  margin-bottom: 30px !important;
  background: url(../img/common/line.png) center bottom no-repeat; }

.fixed {
  position: fixed !important;
  top: -22px !important;
  z-index: 100000; }

.note {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  color: #a5c8ff; }
  .note li {
    background: url(../img/common/listmark.png) left 7px no-repeat;
    margin-bottom: 1em;
    padding-left: 10px;
    font-size: 14px;
    color: #fff; }

.box, #music .profile .comment, #retry, #end, #feature .half, #feature .halfCenter {
  background: #000 url(../img/common/box_bg.png) right bottom no-repeat;
  box-shadow: 0 0 0 1px #1c51c1, 0 0 0 6px #000;
  border-radius: 5px;
  padding: 20px 30px; }
  .box p, #music .profile .comment p, #retry p, #end p, #feature .half p, #feature .halfCenter p, .box a, #music .profile .comment a, #retry a, #end a, #feature .half a {
    font-size: 14px; }

.catch {
  text-align: center;
  width: 970px;
  margin: 0 auto 30px; }

.attention {
  font-size: 13px; }
  .attention a {
    color: #41321e;
    font-size: 13px; }

.textLink {
  font-size: 14px; }
  .textLink:before {
    content: url(../img/common/arrow.png);
    margin-right: 5px; }

.col2 {
  width: 772px;
  margin: 0 auto 50px;
  overflow: hidden; }
  .col2 .main {
    width: 57%;
    float: left;
    margin-right: 20px; }
  .col2 .sec {
    overflow: hidden; }
  .col2 .half {
    width: 47%;
    float: left; }
    .col2 .half + div {
      margin-left: 40px; }
  .halfCenter {
    width: 357px;
	  margin: 30px auto;
}
/* common
----------------------------------------------------------*/
body {
  background: #000;
  min-width: 970px;
  color: #fff; }

a {
  text-decoration: underline;
  color: #fff; }
  a:hover {
    text-decoration: none; }

nav {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 83px;
  z-index: 100; }
  nav ul {
    width: 982px;
    overflow: visible;
    margin: 0 auto;
    position: relative; }
  nav li {
    display: inline-block;
    padding: 14px 0 0; }

section {
  width: 970px;
  margin: 0 auto 75px;
  padding: 38px 0 100px;
  background: url(../img/common/section_bottom.jpg) center bottom no-repeat, url(../img/common/section_top.jpg) center top no-repeat, url(../img/common/section_repeat.jpg) repeat-y; }
  section h2 {
    text-align: center;
    margin-bottom: 20px; }
  section h3 {
    background: url(../img/common/h3_bg.png) center left no-repeat;
    width: 772px;
    margin: 0 auto;
    line-height: 53px;
    font-size: 24px;
    font-family: serif;
    padding-left: 43px;
    margin-bottom: 18px; }
  section p {
    margin-bottom: 1em; }

/* index
----------------------------------------------------------*/
body.index nav {
  top: 660px; }
body.index #content {
  background: url(../img/index/point_bg.jpg) top center no-repeat; }
body.index .wrap {
  background: #000 url(../img/index/bg.jpg) center top no-repeat; }

#top {
  position: relative;
  height: 680px;
  margin: 0 auto 130px;
  padding: 0;
  background: none; }
  #top .inner {
    width: 960px; }
  #top h1 {
    position: absolute;
    z-index: 10;
    left: -97px;
    top: 65px; }
  #top .copy {
    position: absolute;
    top: 408px;
    text-align: center;
    width: 100%; }
  #top .date {
    position: absolute;
    top: 550px;
    left: 50%;
    width: 540px;
    margin-left: -277px;
    font-weight: bold;
    background: url(../img/index/date_line.png) center -9px no-repeat, url(../img/index/date_line.png) center 24px no-repeat, url(../img/index/date_bg.png) repeat-y; }
    #top .date p {
      text-align: center;
      margin-bottom: 0;
      line-height: 1;
      vertical-align: middle; }
    #top .date .title {
      font-size: 22px;
      font-style: italic;
      margin-right: 20px; }
    #top .date .year {
      font-size: 19px; }
    #top .date .day {
      font-size: 22px; }
    #top .date .maintenance {
      font-size: 12px;
      vertical-align: middle;
      line-height: 1; }

#point {
  background: none;
  padding-bottom: 0; }
  #point h2 {
    position: relative;
    top: 38px;
    left: 15px;
    height: 382px;
    text-align: left; }
  #point ul {
    position: relative;
    width: 100%;
    height: 760px; }
  #point li {
    position: absolute; }
    #point li img {
      display: block; }
    #point li a {
      display: inline-block;
      padding-left: 80px;
      position: absolute;
      top: 180px; }
    #point li:nth-child(1) {
      top: 16px;
      left: 385px; }
    #point li:nth-child(2) {
      top: 263px;
      left: -7px; }
    #point li:nth-child(3) {
      top: 491px;
      left: 373px; }

#prologue .col2 {
  margin-bottom: 0; }
#prologue .main {
  padding-top: 20px; }

#music .sec {
  width: 308px;
  float: left;
  margin-right: 58px; }
#music .main {
  width: 50%; }
#music .profile .col2 {
  margin-bottom: 0;
  overflow: visible; }
#music .profile .main {
  width: 72%; }
#music .profile .sub {
  position: relative;
  top: -10px; }
  #music .profile .sub img {
    display: block; }

/* sec
----------------------------------------------------------*/
.sec header .inner {
  width: 960px; }
.sec #content {
  background: url(../img/common/bg.jpg) center top no-repeat;
  padding-top: 70px; }
.sec h1 {
  text-align: center;
  margin-bottom: 20px; }
.sec section h3 {
  background: url(../img/common/h3_icon.png) center left no-repeat;
  margin-bottom: 0; }

header {
  background: url(../img/common/header_bg_repeat.jpg) bottom repeat-x, url(../img/common/header_bg.jpg) center top no-repeat;
  height: 160px;
  text-align: center; }

/* howto
----------------------------------------------------------*/
#way ul {
  background: url(../img/howto/way_bg.png) center 80px no-repeat;
  position: relative; }
  #way ul li:nth-child(1) {
    margin-bottom: 310px; }
  #way ul li:nth-child(2) {
    margin-bottom: 70px; }
#way .npc01 {
  position: absolute;
  top: 210px;
  left: 0; }
#way .npc02 {
  position: absolute;
  right: -16px;
  top: 282px; }

#retry {
  width: 722px;
  background: #18438e;
  box-shadow: 0 0 0 1px #000, 0 0 0 6px #18438e; }
  #retry h3 {
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    line-height: 1;
    background: none; }
  #retry .main {
    width: 66%; }

#end {
  position: relative;
  width: 724px; }
  #end .main {
    width: 84%; }
  #end .sub {
    position: absolute;
    right: 30px;
    bottom: 30px; }

#feature .col2 {
  margin-bottom: 0; }
#feature .half {
  height: 650px;
  width: 41%;
  padding: 20px;
  position: relative;
  top: 7px;
  left: 7px;
  margin-bottom: 13px; }
  #feature .half p {
    min-height: 158px; }
  #feature .half img {
    width: 100%;
    margin: 0 auto; }
#feature .halfCenter {
  height: 650px;
  width: 41%;
  padding: 20px;
  position: relative;
  top: 7px;
  left: 7px;
  margin-bottom: 13px; }
  #feature .halfCenter p {
    min-height: 158px; }
  #feature .halfCenter img {
    width: 100%;
    margin: 0 auto; }
#feature p a {
  display: block;
  text-align: left; }
  #feature p a img {
    margin: 0 auto;
    display: block; }
#feature .monster01, #feature .monster02 {
  bottom: 30px;
  position: absolute;
  left: 0; }
#feature .monster02 {
  bottom: 10px; }

#enter h3 {
  background: url(../img/common/h3_bg.png) center left no-repeat; }
#enter .col2 {
  margin-bottom: 10px; }
  #enter .col2 .main {
    width: 65%; }

#service h3 {
  background: url(../img/common/h3_bg.png) center left no-repeat; }
#service .col2 {
  margin-bottom: 0; }

#enterNote {
  background: #051e69 url(../img/common/box_bg.png) right bottom no-repeat;
  padding: 10px 20px;
  width: auto; }
  #enterNote h3 {
    background: none;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 16px;
    padding-left: 0; }

#map .map {
  width: 100%; }
#map ul {
  overflow: hidden; }
#map li {
  background: url(../img/howto/map_box.png) no-repeat;
  display: inline-block;
  width: 340px;
  height: 188px;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
  vertical-align: top; }
  #map li h3 {
    font-size: 20px;
    padding-left: 6px; }
  #map li p {
    font-size: 14px;
    width: 80%; }
  #map li img {
    position: absolute;
    right: 0;
    bottom: 0; }

#list .catch {
  margin-bottom: 10px; }
#list .note {
  text-align: center;
  display: block;
  margin-bottom: 30px; }
#list table td {
  border: 1px solid #0069ff; }

#labyrinth-enchant h3 {
  background: url(../img/common/h3_bg.png) center left no-repeat; }

/* do
---------------*/
#do table thead th,
#do table tbody th,
#do table tbody td {
border:none;
  border-right: 1px solid #0069ff;
  border-top: 1px solid #0069ff;
  border-bottom: 3px solid #0069ff;
}

#do table tbody th:nth-of-type(4),
#do table tbody td:nth-of-type(3n){
   border-right:none;
}

/* transcend 20220128’Ç‰Á
---------------*/
#transcend table thead th,
#transcend table tbody th,
#transcend table tbody td {
    border:none;
    border-top: 1px solid #0069ff;
    border-bottom: 3px solid #0069ff;
    border-right: 1px solid #0069ff;
}

#transcend table tbody th:last-child,
#transcend table tbody td:last-child {
    border-right: none;
}

/* new-item
----------------------------------------------------------*/
#new-item h3 {
  background: url(../img/common/h3_bg.png) center left no-repeat; }

#point01 a {
  text-align: center;
  display: block; }

/* gamedata
----------------------------------------------------------*/
#data ul {
  text-align: center;
  margin-bottom: 50px; }
#data li {
  display: inline-block; }
#data table tbody th {
  border: 1px solid #0069ff;
  border-left: 3px solid #0069ff;
  border-bottom: 3px solid #0069ff; }
#data table tbody td {
  border-bottom: 3px solid #0069ff; }
#data h1 {
  margin-bottom: 100px; }
#data #dataNav {
  position: absolute;
  top: 390px;
  left: 50%;
  margin-left: -459px;
  z-index: 10000; }
  #data #dataNav.fixed {
    top: 38px !important; }
.subcopy {
	text-align: center;
	margin: 0 0 20px 0;
}

.dataBox {
	width: 772px;
	margin: 0 auto;
}
.dataBox a:hover {
	color: #051e69;
}
.dataBox ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.dataBox li {
	width: 240px;
	margin: 0 8px 20px 8px;
}
  section .dataBox h3 {
    background: url(../img/common/h3_icon.png) center left no-repeat;
    width: 200px;
    margin: 0 auto;
    line-height: 53px;
    font-size: 24px;
    font-family: serif;
    padding-left: 40px;
	  text-align: left;
    margin-bottom: 10px;
}
  section .dataBox h3.none {
    background: none;
    width: 200px;
    margin: 0 auto;
    line-height: 53px;
    font-size: 24px;
    font-family: serif;
    padding-left: 40px;
	  text-align: left;
    margin-bottom: 10px;
}
.itemName {
	background-color: #0069ff;
	font-weight: bold;
	padding: 4px 0;
	font-size: 15px;
}
.itemImg {
	background-color: #fff;
	padding: 6px 0;
}

.new {
  position: absolute;
  top: 636px;
  left: 0;
  width: 100%;
  height: 83px;
  z-index: 100; }
.new ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.new li.new01 {
	margin: 0 175px 0 0;
}
.new li.new02 {
	margin: 0 200px 0 0;
}
.new li.new03 {
	margin: 0 130px 0 0;
}
.balloon {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 3px 10px 1px;
	min-width: 40px;
 	max-width: 100%;
 	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #d8275b;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.balloon:before{
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 8px solid #d8275b;
}
.balloon p {
	margin: 0;
	padding: 0;
}
