/* 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;
  line-height: 1.8;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",  serif;
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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 tbody td {
  text-align: left;
}

table thead {
  white-space: nowrap;
}

table .thumb {
  background-color: #fff;
  width: 100px;
  text-align: center;
}

table tbody th {
  white-space: nowrap;
}


/* common
----------------------------------------------------------*/

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

html {
  color: #ffc05e;
  min-width: 960px;
}

p {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

a {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.both {
	clear: both;
}


.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}

.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.fs16 {
	font-size: 16px;
}

#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;
}



/* MAIN */

#ghMain {
	background-image: url(../img/gh_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	height: 680px;
	color: #d6c2f9;
	
}

#ghMain h1 {
	text-indent: -9999px;
	height: 300px;
}
#ghMain h2 {
	text-indent: -9999px;
	height: 234px;
}

#ghMain #mainTxt {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#sns {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -500px;
  line-height: 48px;
  text-align: right;
  width: 500px;
  margin: 0 auto;
  text-indent: initial;
  z-index: 1000;
}

#sns li {
  display: inline-block;
}



/* SLIDE */

#ghSlide {
	background-image: url(../img/slide_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 242px;
	padding-top: 14px;
	padding-bottom: 14px;
}


/* CONTENTS */

#ghContentBG {
	background-image: url(../img/content_bg.png);
	background-repeat: repeat;
	background-position: left top;
}

#ghContentBG2 {
	background-image: url(../img/content_top_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 60px;
}

.inbox {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.inner {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.inner840 {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.inner800 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.midBG {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-position: center 200px;
}
.bottomBG {
	background-image: url(../img/bg_btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 120px;
}

#nav {
  position: fixed !important;
  top: -10px !important;
  z-index: 1000;
  width: 1051px;
  height: 127px;
  left: 50%;
  margin-left: -515px;
  display: none;
  background: url(../img/nav_bg.png) center top no-repeat;
}
#nav ul {
  width: 960px;
  margin: 6px auto 0;
}
#nav ul li {
  display: inline-block;
}
#nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#nav ul li + li {
  margin-left: -6px;
}


#try {
	background-image: url(../img/try_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#try h1 {
	text-indent: -9999px;
	height: 270px;
}

#tryTxt {
	width: 560px;
	margin-bottom:20px;
}

#try .midBG {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-position: center 200px;
	padding-top: 40px;
}

#trySubTxt {
	width: 540px;
	font-size: 14px;
	color: #ff6d00;
	margin-bottom: 10px;
	border: 2px solid #ff6d00;
	padding: 10px;
	background-color: rgba(0,0,0,0.3);
}

#try h2 {
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	text-align: center;
	color: #000000;
	font-size: 26px;
	padding-top: 4px;
}

#tryEnter {
	background-image: url(../img/try_enter.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 364px;
	text-indent: -9999px;
}

.stepBox {
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom:20px;
}

#step1 {
	background-image: url(../img/step1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
	margin-top: 20px;
}
#step2 {
	background-image: url(../img/step2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#step3 {
	background-image: url(../img/step3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}
#step4 {
	background-image: url(../img/step4.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 100px;
}

.stepTxt {
	width: 460px;
	float: left;
}

.stepSS {
	width: 200px;
	float: right;
	text-align: right;
}
.kome {
	font-size: 12px;
}

#try table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding-bottom: 30px;
  border-top: #9e592d 1px solid;
  margin-top: 20px;
}

#try table th,
#try table td {
  border-bottom: #9e592d 1px solid;
  padding: 15px 20px;
  font-size: 14px;
}

#try table th {
	text-align: left;
	font-weight: normal;
	width: 200px;
	padding: 10px 10px;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../img/table_line.png);
}






#jiku {
	background-image: url(../img/jiku_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#jiku h1 {
	text-indent: -9999px;
	height: 270px;
}

#jikuTxt {
	width: 560px;
	margin-bottom:20px;
}

#jikuSubTxt {
	width: 560px;
	font-size: 14px;
	color: #ffa25d;
	margin-bottom: 40px;
}
#jikuSubTxt a {
	color: #ffa25d;
}
.subTxt {
	font-size: 14px;
	color: #ffa25d;
	margin-top: 10px;
}
.subTxt a {
	color: #ffa25d;
}

#jiku h2 {
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	text-align: center;
	color: #000000;
	font-size: 26px;
	padding-top: 4px;
}

#jiku h3 {
	background-image: url(../img/title2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	text-align: center;
	color: #000000;
	font-size: 23px;
	padding-top: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#jiku h4 {
	background-image: url(../img/title3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 54px;
	text-align: center;
	color: #ffc05e;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}


#jikuTips {
	background-image: url(../img/tips_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	position: relative;
}

#tips1 {
	width: 510px;
	position: absolute;
	left: 235px;
	top: 40px;
	color: #000000;
	font-size: 13px;
}
#tips2 {
	width: 500px;
	position: absolute;
	left: 120px;
	top: 230px;
	color: #000000;
	font-size: 13px;
}

#jiku table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding-bottom: 30px;
  border-top: #9e592d 1px solid;
  border-right: #9e592d 1px solid;
  margin-top: 10px;
}

#jiku table th,
#jiku table td {
  border-bottom: #9e592d 1px solid;
  padding: 10px 10px;
  font-size: 14px;
  border-left: #9e592d 1px solid;
}

#jiku table th {
	text-align: center;
	font-weight: normal;
	background-color: rgba(255,255,255,0.15);
	
}

#jiku table td {
	text-align: center;
	background-color: rgba(255,255,255,0.05);
	
}






#toki {
	background-image: url(../img/toki_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#toki h1 {
	text-indent: -9999px;
	height: 260px;
}

#tokiTxt {
	width: 860px;
	margin-bottom: 360px;
}
#tokiTxt2 {
	width: 840px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#toki h2 {
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	text-align: center;
	color: #000000;
	font-size: 26px;
	padding-top: 4px;
}

#toki h3 {
	background-image: url(../img/title2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	text-align: center;
	color: #000000;
	font-size: 23px;
	padding-top: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#toki h4 {
	background-image: url(../img/title3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 54px;
	text-align: center;
	color: #ffc05e;
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

#toki table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding-bottom: 30px;
  border-top: #9e592d 1px solid;
  border-right: #9e592d 1px solid;
  margin-top: 10px;
}

#toki table th,
#toki table td {
  border-bottom: #9e592d 1px solid;
  padding: 10px 10px;
  font-size: 14px;
  border-left: #9e592d 1px solid;
}

#toki table th {
	text-align: center;
	font-weight: normal;
	background-color: rgba(255,255,255,0.15);
	
}
#toki table td {
	text-align: center;
	background-color: rgba(255,255,255,0.05);
	
}

#tokiLeft {
	width: 600px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
#tokiRight {
	width: 200px;
	float: left;
	text-align: right;
	padding-top: 20px;
}

.w200 {
	width: 200px;
}
.w400 {
	width: 400px;
}
.w600 {
	width: 600px;
}





#data {
	background-image: url(../img/data_main.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#data h1 {
	text-indent: -9999px;
	height: 260px;
}

#data h2 {
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 56px;
	text-align: center;
	color: #000000;
	font-size: 26px;
	padding-top: 4px;
	margin-bottom: 20px;
}

#data h3 {
    background-image: url(../img/title2.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 54px;
    text-align: center;
    color: #000000;
    font-size: 23px;
    padding-top: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#data table {
  border-collapse: collapse;
  border-spacing: 0;
}

#data table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  padding-bottom: 30px;
  background-color: #bb9a80;
  border-top: #ac6715 1px solid;
  border-left: #ac6715 1px solid;
  color: #400e11;
}

#data table th, 
#data table td {
  border-right: #ac6715 1px solid;
  border-bottom: #ac6715 1px solid;
  padding: 15px 8px;
  font-size: 14px;
}

#data table th {
  font-weight: bold;
}

#data table thead {
  white-space: nowrap;
}

#data table thead th {
  text-align: left;
  background-color: #856354;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
}

#data table tbody th {
  background-color: #dbbaa0;
  text-align: center;
  white-space: nowrap;
  padding: 3px 5px;
}

#data table tbody td {
  text-align: left;
}

#data table .thumb {
  background-color: #fff;
  width: 100px;
  text-align: center;
}
#data table .tdWeight {
	width: 5%;
	text-align: center;
}
#data table .tdInfo {
	width: 35%;
}
#data table .tdGet {
	width: 20%;
}
#data table.monster .thumb {
	width: 239px;
}
#data table.monster tbody td {
	padding: 3px 8px;
}

#footer {
	background-color: #000000;
	text-align: center;
}






