/* 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;}
  /*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(null) fixed; /* for Google Chrome */ }

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;
word-break: break-all; }

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

/* 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; }

#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: 24px;
  right: 65px;
  margin: 0 auto;
  text-indent: initial;
  z-index: 1000;
  text-align: right; }

#sns li {
  display: inline-block;
  width: 75px; }

#pagetop {
   display: none;}



/* footer
----------------------------------------------------------*/
#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: #fff; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #4a3c28; }
  table th, table td {
    padding: 10px; }
  table th {
    font-weight: bold;
    white-space: nowrap; }
  table thead th {
    text-align: center;
    background: #2a4464;
    color: #fff;
	  font-size: 14px;
    padding: 10px; }
    table thead th + th {
      border-left: 1px solid #fff; }
  table tbody th {
    font-size: 13px;
    background: #e1e7ef;
    border: 1px solid #2a4464; }
  table tbody td {
    font-size: 13px;
    border-top: 1px solid #2a4464;
    border-bottom: 1px solid #2a4464;
    border-right: 1px solid #2a4464; }
  table .thumb {
    width: 100px;
    text-align: center;
    background: #fff; }
    table .thumb img {
      display: block;
      margin: 0 auto; }

table.item th,
table.card th {
  width: 50px; }

table.card .thumb {
  width: 172px; }

.long {
	width: 28%;
}
.mid {
	width: 20%;
}
.short {
	width: 13%;
}
.txtCenter td {
	text-align: center;
}


/* weapon&protector tables
----------------------------------------------------------*/
.weapon table tbody th,
.protector table tbody th {
  width: auto; }

/* collective tables
----------------------------------------------------------*/
.collective table tbody .thumb {
  width: 130px; }
.collective table tbody th {
  width: auto; }
.collective table tbody .info {
  width: 260px; }

/* card tables
----------------------------------------------------------*/
.card table tbody .thumb {
  width: 130px; }
.card table tbody th {
  width: auto; }

/* 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%; }



/* nav
----------------------------------------------------------*/
#nav {
	width: 280px;
	padding-top: 5px;
	background-image: url(../img/common/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	position: relative;

	scrollbar-base-color: #162337;
	scrollbar-face-color: #162337;
	scrollbar-3dlight-color: #162337;
	scrollbar-highlight-color: #162337;
	scrollbar-track-color: #162337;
	scrollbar-arrow-color: 162337;
	scrollbar-shadow-color: #162337;
	scrollbar-dark-shadow-color: #162337;
}
#nav.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
}
#nav.flow {
	position: absolute;
	bottom: 0;
	top: auto;
}
#nav.flow-scroll {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.flow-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #162337;
}

.flow-scroll::-webkit-scrollbar
{
	width: 3px;
	background-color: #162337;
}

.flow-scroll::-webkit-scrollbar-thumb
{
	background-color: #162337;
	border-radius: 10px;
	/*border: 2px solid #fff;*/
}

#nav li {
	margin-bottom: 10px;
}

#nav .menuBtm {
	margin-bottom: 3px;
}

#nav .child {
  background: rgba(140,135,169,.35);
  width: 264px;
  margin: 0 auto 5px;
  border-radius: 0 0 5px 5px;
  display: none;
}
#nav .child li {
  background: url(../img/common/nav_line.png) center bottom no-repeat;
	margin-bottom: 0px;
}
#nav .child li:last-child {
  background: none;
}
#nav .child a {
  text-decoration: none;
  display: block;
  background: url(../img/common/nav_icon.png) 30px center no-repeat;
  padding: 25px 10px 25px 65px;
	font-size: 15px;
}
#nav .child a:hover,
#nav .child a.active {
  background: url(../img/common/nav_icon_on.png) 25px center no-repeat rgba(55,56,90,.45);
  transition: all 0.3s;
}

#navSP {
	display: none;
}

.fontS {
  font-size: 80%;
}


/* common
----------------------------------------------------------*/
#gungho .inner {
  background: none;
  padding: 0; }

html {
  background: #000;
  color: #fff; }

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

#container {
	background-image: url(../img/common/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}
#contents {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
#sec {
	background-image: url(../img/common/sec_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	margin: 0 0 0 280px;
}


.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb80 {
	margin-bottom: 80px;
}
.bold {
	font-weight: bold;
}
.txt18 {
	font-size: 18px;
}
.both {
	clear: both;
}

#container {
	font-family: 
	'YuMincho',    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}
.inBox {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.space {
	padding-bottom: 80px;
}

.btnset {
	width: 400px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
.btnset a {
	width: 400px;
	height: 60px;
	display: block;
	background-image: url(../img/common/btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 15px;
	text-shadow: 0px 1px 3px #000;
	text-decoration: none;
	font-size: 20px;
}
.btnset a:hover {
	background-image: url(../img/common/btn_on.png);
}
.oneImg {
	text-align: center;
	padding-bottom: 80px;
	margin-top: 50px;
}
.oneImg50 {
	text-align: center;
	padding-bottom: 50px;
	margin-top: 50px;
}
.oneImgEnd {
	text-align: center;
	padding-bottom: 0px;
	margin-top: 0px;
}

.sample {
	margin-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

/* index
----------------------------------------------------------*/

#index #footer {
  background: url(../img/common/footer_bg.jpg) center top no-repeat;
background-color: #211d1d;}
#index #footer #pickup {
    padding-top: 50px; }

#media {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #1B4A76;
	text-align: center;
	background-color: #54759b;
	margin-top: 30px;
	margin-bottom: 20px;
}
.mediaTitle {
	background-color: #002e73;
	margin-bottom: 20px;
}
.mediaBN {
	margin-bottom: 20px;
}
.mediaBN a:hover {
	opacity: 0.7;
}
.leadTxt {
	margin-bottom: 30px;
	text-shadow: 0px 1px 3px #000;
}
.leadTxtL {
	margin-bottom: 10px;
	text-shadow: 0px 1px 3px #000;
	font-size: 18px;
}
.atentionTxt {
	color: #f8ff82;
	font-size: 14px;
}



/* top
----------------------------------------------------------*/
#top {
	background-image: url(../img/top/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: contain;
	background-size: contain;
	margin: 0 0 0 280px;
}

#top #chara {
	background-image: url(../img/top/main.png);
	background-repeat: no-repeat;
	background-position: center 140px;
}

#top h1 {
	text-align: center;
	max-width: 100%;
}

#top #topDate {
	text-align: center;
	margin-bottom: 650px;
}

#top #set01 {
	background-image: url(../img/top/top_img01.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
}
#top #set02 {
	background-image: url(../img/top/top_img02.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
}
#top #set03 {
	background-image: url(../img/top/top_img03.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
}

#top #set01 h2,#top #set02 h2,#top #set03 h2 {
	font-size: 30px;
	text-shadow: 0px 1px 5px #000;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 250px;
}
#top #set01 span,#top #set02 span,#top #set03 span {
	font-size: 65px;
	text-shadow: 0px 1px 5px #000;
	font-weight: bold;
}
#top #set01 p,#top #set02 p,#top #set03 p {
	text-shadow: 0px 1px 3px #000;
	padding-bottom: 60px;
}



/* sec
----------------------------------------------------------*/
#sec h2 {
	background-image: url(../img/common/h2_bg.png);
	background-position: center top;
	width: 900px;
	height: 150px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 110px;
}
#sec h3 {
	background-image: url(../img/common/h3_bg.png);
	background-position: center top;
	width: 900px;
	height: 120px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 30px;
	font-size: 26px;
	text-shadow: 0px 1px 5px #000;
}
#sec h4 {
	background-image: url(../img/common/h4_bg.png);
	background-position: center top;
	width: 820px;
	height: 120px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 38px;
	font-size: 22px;
	text-shadow: 0px 1px 5px #000;
}
#sec h5 {
	background-position: center top;
	text-align: center;
	padding: 20px 0 10px;
	font-size: 18px;
}

/* story
--------------------*/
.storyCatch {
	font-size: 28px;
	margin-bottom: 70px;
	text-align: center;
	text-shadow: 0px 1px 5px #000;
}
.storyCatchSub {
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: 0px 1px 5px #000;
}
#diagramImg {
	text-align: center;
}

.boxTxt {
	text-align: center;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #002e73;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 0px 1px 3px #000;
	margin-bottom: 30px;
}


/* guide
--------------------*/

#sec .secondLayer h3 {
	background-image: url(../img/common/h3_bg.png);
	background-position: center top;
	width: 900px;
	height: 145px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 26px;
	text-shadow: 0px 1px 5px #000;
}
#enchantImg {
	margin-bottom: 50px;
	position: relative;
}
#enchantBtn {
	position: absolute;
	bottom: 60px;
	right: 35px;
}

.enchantTable {
	padding: 30px;
	background: rgba(255,255,255,.20);
	color: #fff;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.flexBox {
	display: flex;
	padding-bottom: 50px;
}
.flexBoxEnd {
	display: flex;
	padding-bottom: 100px;
}

.leftBox {
	width: 334px;
	margin-left: 20px;
	margin-right: 36px;
	display: inline;
}
.rightBox {
	width: 410px;
	display: inline;
}

.leftBoxWP {
	width: 470px;
	margin-left: 20px;
	margin-right: 36px;
	display: inline;
}
.rightBoxWP {
	width: 314px;
	display: inline;
}

.spaceArrow {
	padding-bottom: 100px;
	background-image: url(../img/guide/memorial_arrow.png);
	background-position: center bottom;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	display: flex;
}
.step {
	border-bottom: 2px solid #0A3650;
	background-image: url(../img/guide/memorial_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 20px;
	margin-bottom: 10px;
	padding-left: 50px;
	text-shadow: 0px 1px 5px #000;
}
.step span {
	font-size: 30px;
}

/* wp
--------------------*/
.wpBtn {
	width: 270px;
	height: 60px;
	margin-bottom: 30px;
}
.wpBtn a {
	width: 270px;
	height: 46px;
	display: block;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	background-image: url(../img/wallpaper/wallpaper_btn.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-shadow: 0px 1px 5px #000;
	padding-top: 14px;
}
.wpBtn a:hover {
	background-image: url(../img/wallpaper/wallpaper_btn_on.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* update
--------------------*/

.updateBtn {
	width: 400px;
	height: 60px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.updateBtn a {
	width: 400px;
	height: 46px;
	display: block;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	background-image: url(../img/update/banner_off.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-shadow: 0px 1px 5px #000;
	padding-top: 14px;
}
.updateBtn a:hover {
	background-image: url(../img/update/banner_on.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.indentBox {
	padding-left: 20px;
	padding-right: 20px;
}


/* character
--------------------*/
#chara01,#chara02 {
	width: 780px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara01 #chara01Pic {
	position: absolute;
	top: -50px;
	right: 0px;
}
#chara02 #chara02Pic {
	position: absolute;
	top: -100px;
	left: -40px;
}

#chara01 #chara01Box,#chara02 #chara02Box {
	position: absolute;
	width: 400px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(114,121,0,0.3);
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	text-shadow: 0px 1px 5px #000;
}
#chara01 #chara01Box {
	top: 100px;
	left: 20px;
}
#chara02 #chara02Box {
	top: 140px;
	right: -10px;
}

#chara01 h5,#chara02 h5 {
	font-size: 22px;
	border-bottom: 1px solid #8AA15A;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

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

#chara03,#chara04 {
	width: 780px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara03 #chara03Pic {
	position: absolute;
	top: -50px;
	right: 0px;
}
#chara04 #chara04Pic {
	position: absolute;
	top: -120px;
	left: -20px;
}

#chara03 #chara03Box,#chara04 #chara04Box {
	position: absolute;
	width: 400px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(0,228,255,0.3);
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	text-shadow: 0px 1px 5px #000;
}
#chara03 #chara03Box {
	top: 100px;
	left: 40px;
}
#chara04 #chara04Box {
	top: 120px;
	right: 20px;
}

#chara03 h5,#chara04 h5 {
	font-size: 22px;
	border-bottom: 1px solid #68cff0;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

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

#chara05,#chara06 {
	width: 780px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara05 #chara05Pic {
	position: absolute;
	top: -50px;
	right: 0px;
}
#chara06 #chara06Pic {
	position: absolute;
	top: -100px;
	left: 20px;
}

#chara05 #chara05Box,#chara06 #chara06Box {
	position: absolute;
	width: 400px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(60,0,159,0.3);
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	text-shadow: 0px 1px 5px #000;
}
#chara05 #chara05Box {
	top: 60px;
	left: 0px;
}
#chara06 #chara06Box {
	top: 120px;
	right: 0px;
}

#chara05 h5,#chara06 h5 {
	font-size: 22px;
	border-bottom: 1px solid #672bca;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

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

#chara07,#chara08 {
	width: 780px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara09 {
	width: 780px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara07 #chara07Pic {
	position: absolute;
	top: -30px;
	right: -20px;
}
#chara08 #chara08Pic {
	position: absolute;
	top: -100px;
	left: 0px;
}
#chara09 #chara09Pic {
	position: absolute;
	top: -100px;
	right: -40px;
}

#chara07 #chara07Box,#chara08 #chara08Box,#chara09 #chara09Box {
	position: absolute;
	width: 400px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(138,0,0,0.3);
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 30px;
	text-shadow: 0px 1px 5px #000;
}
#chara07 #chara07Box {
	top: 100px;
	left: 0px;
}
#chara08 #chara08Box {
	top: 140px;
	right: 10px;
}
#chara09 #chara09Box {
	top: 0px;
	left: 10px;
}
#chara07 h5,#chara08 h5,#chara09 h5 {
	font-size: 22px;
	border-bottom: 1px solid #771d1d;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.enchant, .weapon,.protective,.quest,.niv {
margin-bottom: 50px;
}

.level {
margin-bottom: 50px;
}
.level dl {
	width: 100%;
	border: 1px solid #fff;
}
.level dt {
	background-color: #2a4464;
	padding: 10px;
	text-align: center;
}
.level dd {
	background-color: #fff;
	color: #4a3c28;
	padding: 10px;
}


.rule dl, dt, dd {
  margin : 0;
  padding : 0;
}
 
.rule dl {
  background-color: #2a4464;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #fff;
}
 
.rule dt {
  float: left;
  clear: both;
  width: 200px;
   /* 上線のみ表示 */
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
  font-weight: bold;
  padding: 10px;
	font-size: 14px;
	text-align: center;
}
 
.rule dd {
  /* dtの幅だけ横にずらす */
  margin-left: 220px;
	width: 578px;
  /* dlやdtとは異なった背景色を使用 */
  background-color: #fff;
	color: #4a3c28;
  /* 上線と，dt・ddの左右間の区切り */
  border-width: 1px 0 0 1px; 
  border-style: solid;
  border-color: #2a4464;
  padding: 10px;
	font-size: 14px;
}