html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* 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: #fff;
  border-top: #cecece 1px solid;
  border-left: #cecece 1px solid;
}
table th, table td {
  border-right: #cecece 1px solid;
  border-bottom: #cecece 1px solid;
  padding: 5px 10px;
}
table th {
  font-weight: bold;
}
table thead {
  white-space: nowrap;
}
table thead th {
  text-align: left;
  background-color: #ddf8e7;
}
table tbody th {
  background-color: #ddf8e7;
}
table .thumb {
  background-color: #fff;
  width: 220px;
  text-align: center;
}

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

html {
  background: #170c0c;
  color: #fff;
  min-width: 960px;
}

p {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

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

.inner {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.inner::after {
  clear: both;
  content: "";
  display: table;
}
.inner .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.inner .main:last-child {
  margin-right: 0;
}
.inner .sub {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: inherit;
}
.inner .sub:last-child {
  margin-right: 0;
}
.inner .half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.inner .half:last-child {
  margin-right: 0;
}

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

#snsWrap {
  z-index: 200;
}

#sns {
  position: absolute;
  top: 5px;
  right: 0;
  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 {
  position: relative;
  background: #1b6175;
  padding-top: 30px;
}
#footer .inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#footer .inner::after {
  clear: both;
  content: "";
  display: table;
}
#footer .inner h2 {
  text-align: center;
  padding: 15px 0 0;
  margin-bottom: 0;
}
#footer .inner ul {
  width: 940px;
  margin: 0 auto;
  font-size: 0;
}
#footer .inner li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  vertical-align: top;
}
#footer .inner li:last-child {
  margin-right: 0;
}
#footer .inner li:nth-child(3n) {
  margin-right: 0;
}
#footer .inner li:nth-child(3n+1) {
  clear: left;
}
#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 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
#footer .startRO {
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}
#footer .startRO a {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
}
#footer .startRO a:hover {
  opacity: .8;
}
#footer .aside {
  background: #0C4C5E;
}
#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 .credit {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-bottom: 20px;
}

/* Regulation
----------------------------------*/
#regulation h3 {
  margin-bottom: .01em;
  padding-top: .7em;
  font-size: 20px;
}
#regulation h4 {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 14px;
}
#regulation h5 {
  font-size: 14px;
  padding: 0 20px;
}
#regulation p, #regulation img, #regulation ul {
  padding: 0 10px;
}
#regulation p .note, #regulation img .note, #regulation ul .note {
  padding-left: 0;
}
#regulation p.note {
  padding-left: 25px;
}
#regulation blockquote {
  margin-bottom: 1.2em;
}
#regulation .note, #regulation .note li {
  font-size: 13px;
  text-indent: -1.3em;
  padding-left: 1em;
}
#regulation .company {
  font-size: 90%;
}
#regulation .section {
  margin-bottom: 10px;
}
#regulation .mgb {
  margin-bottom: 5px;
}
#regulation a {
  font-size: 14px;
  text-decoration: underline;
}
#regulation a:hover {
  text-decoration: none;
}

body {
  background: url(../img/top_bg.jpg) center 32px no-repeat, url(../img/top_bg_repeat.jpg) center 32px repeat-x;
  -pie-background: url(/special/hero-vestige-event/img/top_bg.jpg) center 32px no-repeat, url(/special/hero-vestige-event/img/top_bg_repeat.jpg) center 32px repeat-x;
  behavior: url(PIE.htc);
}
body p, body ul li {
  font-size: 14px;
}

/* top
----------------------------------------------------------*/
#top {
  position: relative;
  background: url(../img/top_illust.png) center 232px no-repeat;
  height: 938px;
  text-align: center;
  clear: both;
  z-index: 100;
}
#top h1 {
  position: absolute;
  top: 30px;
  left: 240px;
}
#top .section {
  position: relative;
  top: 147px;
}

#heroUpdate {
  float: left;
  text-align: left;
}
#heroUpdate h2 {
  position: relative;
  left: -10px;
}
#heroUpdate p {
  position: absolute;
  top: 520px;
  left: -64px;
}
#heroUpdate p a img {
  display: block;
  position: relative;
  left: 64px;
}
#heroUpdate ul {
  position: relative;
  top: -10px;
}
#heroUpdate li:nth-child(2) {
  margin-top: -20px;
}

#eventCampain {
  float: right;
  text-align: right;
}
#eventCampain h2 {
  position: relative;
  right: -12px;
  margin-bottom: 8px;
}
#eventCampain ul {
  position: relative;
  right: -13px;
}

/* about
----------------------------------------------------------*/
#about {
  margin-top: -39px;
  height: 545px;
  padding-top: 60px;
  background: url(../img/about_bg_repeat.jpg) 0 0 repeat-x;
}
#about h2 {
  margin-bottom: 15px;
}
#about a {
  display: block;
  width: 481px;
  margin: 0 auto;
}
#about .inner {
  height: 422px;
  padding: 72px 56px;
  background: url(../img/about_bg_frame.png) center top no-repeat;
}

/* content
----------------------------------------------------------*/
#content {
  background: url(../img/content_bg.jpg) top center no-repeat;
}

#calender {
  height: 868px;
  background: url(../img/calender_bg.png) center top no-repeat;
}
#calender h2 {
  position: absolute;
  top: 103px;
  left: 30px;
}
#calender li {
  font-size: 12px;
  color: gray;
  position: absolute;
}
#calender li a {
  color: #000;
  text-decoration: underline;
  font-size: inherit;
}
#calender li:nth-child(1) {
  top: 275px;
  left: 75px;
}
#calender li:nth-child(2) {
  top: 275px;
  left: 243px;
}
#calender li:nth-child(3) {
  top: 275px;
  left: 407px;
}
#calender li:nth-child(4) {
  top: 360px;
  left: 302px;
}
#calender li:nth-child(5) {
  top: 435px;
  left: 413px;
}
#calender li:nth-child(6) {
  top: 511px;
  left: 413px;
}
#calender li:nth-child(7) {
  top: 585px;
  left: 263px;
}
#calender li:nth-child(8) {
    top: 658px;
    left: 464px;
}

#wallpaper {
  height: 823px;
  padding: 60px 35px;
  background: url(../img/wallpaper_bg.png) center top no-repeat;
}
#wallpaper h2 {
  margin-bottom: 10px;
}
#wallpaper h3 {
  text-align: center;
  margin: 10px auto;
}
#wallpaper h4 {
  margin-bottom: 6px;
}
#wallpaper .download {
  position: relative;
  top: 325px;
  width: 395px;
  margin: 0 auto;
}

#pc {
  width: 439px;
  float: left;
  margin-right: 10px;
  height: 614px;
  background: url(../img/wallpaper_pc.png) center top no-repeat;
}

#smart {
  float: right;
  width: 439px;
  height: 614px;
  background: url(../img/wallpaper_smart.png) center top no-repeat;
}
#smart ul {
  margin-bottom: 18px;
}
#smart ul li {
  display: inline-block;
}

/* footer
----------------------------------------------------------*/
.credit {
  color: #715161;
  text-align: center;
  font-size: 12px;
  margin-bottom: 60px;
}
