/*====================
 *    [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: 12px;
    color: #ffffff;
	font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
  background: #000000;
	border-left: 1px solid #fff;
    border-top: 1px solid #fff;
  color: #fff; }
  table th, table td {
    padding: 10px; }
  table td {
    font-weight: bold;
    white-space: nowrap;
	text-align: center;}
  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 tr {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 20%; }
  table tbody td {
    font-size: 14px;
    border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;}
  table .thumb {
    width: 100px;
    text-align: center;
    background: #fff; }
    table .thumb img {
      display: block;
      margin: 0 auto; }


/* common class styles
----------------------------------------------------------*/
.inner {
  width: 772px;
  margin: 0 auto;
  position: relative; }

.fixed {
  position: fixed !important;
  top: 0px !important;
  z-index: 100000; }

/* common
----------------------------------------------------------*/
body {
  background: #000;
  min-width: 1000px;
  color: #fff; }

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

nav {
  position: absolute;
  background-image: url(../img/menu_bg.png);
  background-repeat: repeat-x;
  top: 160px;
  left: 0;
  width: 100%;
  height: 69px;
  z-index: 100; }
  nav ul {
	width: 1044px;
	overflow: visible;
	margin: 0 auto;
	position: relative;
}
  nav li {
    display: inline-block; }

.menuLink a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.menuLink a:hover {
	opacity: 0.7;
}
.menuBtn a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


  section p {
    margin-bottom: 1em; }

.both {
	clear: both;
}

.yellow {
	color: #fcff00;
}
.blue {
	color: #75f4f5;
}
.fs15 {
	font-size: 15px;
}
.fs20 {
	font-size: 20px;
}

/* index
----------------------------------------------------------*/
body.index nav {
  top: 700px; }

/* TOP
----------------------------------------------------------*/
#top {
	height: 725px;
}
#top .inner {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

#mainBG {
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size:cover;
	background-size:cover;
	height: 725px;
}
#mainChara {
	background-image: url(../img/main_chara.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 725px;
}

#top h1 {
	padding-top: 150px;
}

#top .date {
	padding-top: 50px;
}

/* POINT
----------------------------------------------------------*/
#point {
	background-image: url(../img/point_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size:cover;
	background-size:cover;
	height: 845px;
}
#pointBG {
	background-image: url(../img/point_chara.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 845px;
	z-index: 2;
	position: relative;
}

#point .inner {
	width: 960px;
	margin: 0 auto;
}
#point h2 {
	padding-top: 120px;
}
#point p {
	text-indent: -9999px;
}

/* FLOW - start - steps - usage -
----------------------------------------------------------*/
#flow {
	background-image: url(../img/flow_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -40px;
}

#start .inner {
	width: 960px;
	margin: 0 auto;
	background-image: url(../img/start_image.png);
	background-repeat: no-repeat;
	background-position: right 80px;
	padding-top: 80px;
}
#start .textBox {
	margin-left: 40px;
	height: 240px;
}
#start .itemBox {
	width: 882px;
	height: 185px;
	margin: 0 auto;
	background-image: url(../img/start_item.png);
	background-repeat: no-repeat;
}
#start .itemBox h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 36px;
	padding-top: 36px;
	margin-bottom: 20px;
}
#start .itemBox p {
	padding-left: 42px;
	width: 660px;
}



#steps .inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 80px;
	background-image: url(../img/steps_image.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	height: 955px;
}
#steps h3 {
	text-indent: -9999px;
}
#steps p {
	text-indent: -9999px;
}



#usage .inner {
	width: 960px;
	margin: 0 auto;
}

#usage h3 {
	padding-left: 30px;
	padding-bottom: 20px;
}

#usage .box01 {
	background-image: url(../img/usage_01.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#usage .box02 {
	background-image: url(../img/usage_02.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#usage .box03 {
	background-image: url(../img/usage_03.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#usage .box01 p,#usage .box02 p,#usage .box03 p {
	padding-left: 40px;
	padding-right: 30px;
}

#usage .lineBox {
	background-image: url(../img/usage_line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-bottom: 40px;
}

#usage #blogBtn {
	width: 580px;
	height: 78px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
}

#usage #blogBtn a {
	width: 580px;
	height: 68px;
	margin: 0 auto;
	background-color: #75F4F5;
	padding-top: 10px;
	display: block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#usage #blogBtn a:hover {
	background-color: #f6ff00;
}



#usage #overlimit {
	background-image: url(../img/usage_limit_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	height: 800px;
	padding-bottom: 50px;
	position: relative;
	
}

#usage #overlimit #overlimitSlide {
	height: 326px;
	width: 828px;
	margin: 0 auto;
	padding-top: 124px;
}
#usage #overlimit #overlimitSlide .title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}


#usage #overlimit #overlimitTime {
	height: 350px;
	width: 828px;
	margin: 0 auto;
}

#usage #overlimit #overlimitTime h4 {
	font-size: 18px;
	font-weight: bold;
}

#usage #overlimit #overlimitTime .boxLeft {
	float: left;
	width: 300px;
}
#usage #overlimit #overlimitTime .boxRight {
	float: left;
	width: 500px;
	padding-top: 20px;
}





/* treasurehunt
----------------------------------------------------------*/

#treasurehunt {
	background-image: url(../img/th_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
}
#treasurehunt .inner {
	width: 960px;
	margin: 0 auto;
}
#treasurehunt .textBox {
	margin-left: 40px;
	margin-right: 40px;
}

#treasurehunt #challengeBox {
	width: 882px;
	height: 455px;
	margin: 0 auto;
	background-image: url(../img/th_challenge.png);
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
#treasurehunt #challengeBox h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 36px;
	padding-top: 36px;
	margin-bottom: 20px;
}
#treasurehunt #challengeBox p {
	padding-left: 42px;
	width: 680px;
}
#treasurehunt #challengeBox ul {
	text-indent: -9999px;
	height: 130px;
}
#treasurehunt #challengeBox h4 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 50px;
	margin-bottom: 10px;
}
#treasurehunt #challengeBox .rental {
	width: 780px;
	padding-left: 50px;
}



/* MAP - GAMEDATA
----------------------------------------------------------*/
#map_data {
	background-image: url(../img/map_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 80px;
}
#map,#gamedata {
	padding-bottom: 80px;
}
#map .inner,#gamedata .inner {
	width: 960px;
	margin: 0 auto;
}

#gamedata .tableBox {
	width: 880px;
	margin: 0 auto;
}

#story {
	background-image: url(../img/story_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 819px;
	padding-top: 80px;
}
#story .inner {
	width: 960px;
	margin: 0 auto;
}

#story h3 {
	background-image: url(../img/story_title_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 790px;
	height: 37px;
	padding-left: 90px;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 40px;
}

#story .storyGoro {
	width: 240px;
	float: left;
	padding-left: 80px;
	padding-top: 30px;
}
#story .storyTxt{
	width: 640px;
	float: left;
	padding-top: 50px;
}
#story .storyTxt p{
	padding-bottom: 24px;
	font-weight: bold;
}


/* WALLPAPER - ATTENTION
----------------------------------------------------------*/
#wp_attention {
	background-image: url(../img/wp_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 80px;
}
#wallpaper,#attention {
	padding-bottom: 80px;
}
#wallpaper .inner,#attention .inner {
	width: 960px;
	margin: 0 auto;
}

#wallpaper .wpLeft {
	width: 516px;
	margin-left: 30px;
	float: left;
}
#wallpaper .wpRight {
	width: 390px;
	float: left;
	padding-left: 24px;
	padding-top: 22px;
}

#wallpaper .wpBtn {
	width: 352px;
	height: 80px;
	text-align: center;
	padding-bottom: 36px;
}
#wallpaper .wpBtn a {
	width: 352px;
	height: 56px;
	display: block;
	background-color: #75F4F5;
	padding-top: 24px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#wallpaper .wpBtn a:hover {
	background-color: #f6ff00;
}

#wallpaper #wpBox {
	width: 882px;
	height: 155px;
	margin: 0 auto;
	background-image: url(../img/wp_box.png);
	background-repeat: no-repeat;
	position: relative;
}
#wallpaper #wpBox h3 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 36px;
	padding-top: 36px;
	margin-bottom: 20px;
}
#wallpaper #wpBox #web {
	position: absolute;
	color: #75f4f5;
	left: 545px;
	top: 40px;
}

#wallpaper #wpBox #web a {
	color: #75f4f5;
}
#wallpaper #wpBox #web a:hover {
	color: #ffffff;
	text-decoration: none;
}

#wallpaper #wpBox p {
	padding-left: 42px;
	width: 680px;
}

#attention .txtBox {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	font-size: 12px;
}

#attention .txtBox p {
	font-size: 14px;
	font-weight: bold;
}


#attention .attentionTxt {
	background-image: url(../img/box.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left 8px;
}
#attention .attentionTxt2 {
	padding-left: 30px;
}

#attention .kome {
	padding-left: 40px;
}

#attention .lineBox {
	border-top: 2px solid #FFFFFF;
	padding-top: 20px;
}

#attention .subtitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}

/* gamedata
----------------------------------------------------------*/
#gamedata table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
  color: #fff; }

  #gamedata table th, #gamedata table td {
    padding: 10px; }

  #gamedata table td {
    white-space: nowrap;
	  font-weight: normal;
	  text-align: left;
}
  #gamedata table thead th {
    text-align: center;
    color: #fff;
	  background: #000;
    padding: 13px;
    text-align: left;
border-right: 1px solid #ccc;}

    #gamedata table thead th + th {
      border-left: 1px solid #ccc; }

  #gamedata table tbody tr {
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ccc;
    width: 20%; }

#gamedata table tbody th {
    font-size: 13px;
	background: #eeeeee;
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;}

  #gamedata table tbody td {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;}

  #gamedata table .item {
    width: 80px;
    text-align: center;
    background: #fff; }
    #gamedata table .item img {
      display: block;
      margin: 0 auto; }

