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

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

html {
  background: #dafbff;
  color: #47432c;
  min-width: 960px;
}

p {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

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

.inner {
  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: 57.35098%;
}
.inner .main:last-child {
  margin-right: 0;
}
.inner .sub {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
.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;
}

.catch {
  position: relative;
  padding-bottom: 0;
  padding-top: 60px;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
}
.catch::after {
  clear: both;
  content: "";
  display: table;
}
.catch h2 {
  margin-bottom: 16px;
}

.hint, #wallpaper #illustInfo {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 0;
  text-align: center;
  background: #ecebdd;
  border: 3px solid #d6cbaf;
  clear: both;
}
.hint::after, #wallpaper #illustInfo::after {
  clear: both;
  content: "";
  display: table;
}

.checkList {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.checkList::after {
  clear: both;
  content: "";
  display: table;
}
.checkList li {
  text-align: left;
}
.checkList li:before {
  content: url(../img/play_hint01_checkmark.png);
  position: relative;
  top: 6px;
}

.fixed {
  position: fixed !important;
  top: -3px !important;
}

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

#sns {
  position: absolute;
  top: 10px;
  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;
  padding-top: 30px;
}
#footer .inner {
  max-width: 68em;
  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: 10px;
}
#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;
  margin-bottom: 20px;
}
#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: #361f1f;
  font-size: 14px;
  line-height: 22px;
}
#footer .startRO {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}
#footer .startRO a {
  text-decoration: underline;
  color: #361f1f;
  font-size: 14px;
}
#footer .startRO a:hover {
  opacity: .8;
}
#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: #361f1f;
  padding-bottom: 50px;
}

body {
  background: url(../img/header_bg.jpg) center 31px no-repeat, url(../img/header_bg_repeat.jpg) center 31px repeat-x;
  -pie-background: url(/special/bokudoki2015/img/header_bg.jpg) center 31px no-repeat, url(/special/bokudoki2015/img/header_bg_repeat.jpg) center 31px repeat-x;
  behavior: url(PIE.htc);
}

.showMore {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.moreInfo {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  display: none;
  background: url(../img/content_bg_top.jpg) top repeat-x, url(../img/content_bg_bottom.jpg) bottom repeat-x, url(../img/content_bg_repeat.jpg) repeat;
  -pie-background: url(/special/bokudoki2015/img/content_bg_top.jpg) top repeat-x, url(/special/bokudoki2015/img/content_bg_bottom.jpg) bottom repeat-x, url(/special/bokudoki2015/img/content_bg_repeat.jpg) repeat;
  behavior: url(PIE.htc);
}
.moreInfo::after {
  clear: both;
  content: "";
  display: table;
}
.moreInfo h3 {
  margin-bottom: 24px;
}

.section {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.section::after {
  clear: both;
  content: "";
  display: table;
}
.section h4 {
  font-size: 24px;
  color: #fff;
  line-height: 56px;
  margin-bottom: 34px;
  padding-left: 50px;
  background: url(../img/contents_h4_bg.png) center center no-repeat;
}
.section .main {
  margin-bottom: 65px;
}
.section .sub {
  margin-bottom: 65px;
}
.section .hint, .section #wallpaper #illustInfo, #wallpaper .section #illustInfo {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: #f9ebca;
  padding: 25px 50px;
}
.section .hint::after, .section #wallpaper #illustInfo::after, #wallpaper .section #illustInfo::after {
  clear: both;
  content: "";
  display: table;
}
.section .hint h5, .section #wallpaper #illustInfo h5, #wallpaper .section #illustInfo h5 {
  text-align: center;
  margin-bottom: 20px;
}

.section.last {
  margin-bottom: 0;
}

.step01 {
  background: url(../img/contents_mark_step01.png) left top no-repeat;
  padding: 10px 0 0 70px;
}

.step02 {
  background: url(../img/contents_mark_step02.png) left top no-repeat;
  padding: 10px 0 0 70px;
  clear: both;
  margin-bottom: 65px;
  min-height: 58px;
}

.step03 {
  background: url(../img/contents_mark_step03.png) left top no-repeat;
  padding: 10px 0 0 70px;
}

.step04 {
  background: url(../img/contents_mark_step04.png) left top no-repeat;
  padding: 10px 0 0 70px;
}

.note {
  font-size: 12px;
  display: inline-block;
  margin-left: 15px;
  color: #8E7B4A;
}

/* header
----------------------------------------------------------*/
#header {
  height: 770px;
}
#header .inner {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 770px;
}
#header .inner::after {
  clear: both;
  content: "";
  display: table;
}
#header h1 {
  position: absolute;
  right: 0;
  top: 120px;
}

#nav {
  position: absolute;
  top: 780px;
  width: 1004px;
  height: 73px;
  margin-left: -502px;
  left: 50%;
  padding: 12px 22px;
  background: url(../img/nav_bg.png) center top no-repeat;
  z-index: 9999;
}
#nav li {
  display: inline-block;
}

#eventInfo {
  position: absolute;
  top: 547px;
  right: 30px;
  z-index: 10;
  width: 498px;
  height: 127px;
  padding: 26px;
  text-align: center;
  background: url(../img/eventinfo_bg.png) center top no-repeat;
}
#eventInfo h2 {
  margin-bottom: 12px;
}
#eventInfo ul {
  width: 350px;
  margin: 0 auto;
}
#eventInfo li {
  float: left;
  position: relative;
  margin: 0 10px;
}
#eventInfo li:hover span {
  display: block;
  position: absolute;
  top: 65px;
  right: -20px;
  width: 300px;
  background: #fff;
  border: 3px solid #ffffff;
  border-radius: 3px;
  padding: 3px;
  color: #9f3c41;
  font-weight: bold;
  font-size: 12px;
}
#eventInfo span {
  display: none;
  position: absolute;
  z-index: 10;
  text-align: left;
}
#eventInfo span:after {
  border-bottom: 10px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  position: absolute;
  top: -10px;
  right: 35px;
  width: 0;
  height: 0;
}

/* point
----------------------------------------------------------*/
#point {
  height: 1100px;
  background: url(../img/point_bg_top.jpg) top repeat-x, url(../img/point_bg_bottom.jpg) bottom repeat-x, url(../img/point_bg_repeat.jpg) repeat;
  -pie-background: url(/special/bokudoki2015/img/point_bg_top.jpg) top repeat-x, url(/special/bokudoki2015/img/point_bg_bottom.jpg) bottom repeat-x, url(/special/bokudoki2015/img/point_bg_repeat.jpg) repeat;
  behavior: url(PIE.htc);
}
#point h2, #point p, #point ul {
  text-indent: -9999px;
  display: none;
}
#point .inner {
  max-width: 100%;
  height: 1055px;
  background: url(../img/point01.png) center 70px no-repeat;
}

/* play
----------------------------------------------------------*/
#play {
  position: relative;
  padding: 50px 0 60px;
  background: url(../img/play_bg_bottom.jpg) center bottom no-repeat;
  margin-top: -50px;
}
#play h2 {
  text-align: center;
  height: 208px;
  margin-bottom: 20px;
  padding: 75px 0 0;
  background: url(../img/h2_bg.png) center top no-repeat;
  position: relative;
  z-index: 100;
}
#play ol {
  text-indent: -9999px;
  display: none;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
#play ol li:nth-child(1) {
  height: 377px;
  background: url(../img/play_step01.png) center top no-repeat;
}
#play ol li:nth-child(2) {
  height: 207px;
  background: url(../img/play_step02.png) center top no-repeat;
  position: relative;
}
#play ol li:nth-child(3) {
  height: 216px;
  background: url(../img/play_step03.png) center top no-repeat;
}
#play ol li:nth-child(4) {
  height: 296px;
  background: url(../img/play_step04.png) center top no-repeat;
}
#play ol li:nth-child(5) {
  height: 708px;
  margin-bottom: 26px;
  background: url(../img/play_step05.png) center top no-repeat;
  position: relative;
}

#cat01 {
  position: absolute;
  right: 2%;
  top: 180px;
}

#cat02 {
  position: absolute;
  left: 2%;
  top: 700px;
}

#cat03 {
  position: absolute;
  right: 2%;
  top: 1270px;
}

/* dungeon
----------------------------------------------------------*/
#dungeon {
  position: relative;
  padding: 50px 0 150px;
  background-color: #e2ba9c;
  background-image: url(../img/evensection_bg_bottom.jpg), url(../img/evensection_bg_repeat.jpg);
  background-position: center top,top;
  background-repeat: no-repeat,repeat-x;
  -pie-background: url(/special/bokudoki2015/img/evensection_bg_bottom.jpg) center top no-repeat, url(/special/bokudoki2015/img/evensection_bg_repeat.jpg) top repeat-x;
  behavior: url(PIE.htc);
  background-image: none;
  border-top: 4px solid #d8ab89;
}
#dungeon tr:first-child th {
  background-color: #ffbe6f;
}
#dungeon tr:nth-child(2) th {
  background-color: #f99e5c;
}
#dungeon tr:nth-child(3) th {
  background-color: #f3834c;
}
#dungeon th {
  font-size: 18px;
  width: 28%;
}
#dungeon .inner {
  position: relative;
}
#dungeon .catch {
  padding-bottom: 30px;
  color: #75301b;
  background: url(../img/dungeon_catch.png) 400px -80px no-repeat;
}
#dungeon .step01 p {
  margin-bottom: 18px;
}

#master {
  clear: both;
  background: url(../img/dungeon_img09.png) center top no-repeat;
  height: 534px;
  width: 854px;
  margin: 0 auto;
}
#master h5, #master p, #master table {
  display: none;
}

/* newItem
----------------------------------------------------------*/
#newItem {
  position: relative;
  padding: 50px 0 150px;
  background: #f9ddc8;
  background-image: url(../img/oddsection_bg_bottom.jpg), url(../img/oddsection_bg_repeat.jpg);
  background-position: center top,top;
  background-repeat: no-repeat,repeat-x;
  -pie-background: url(/special/bokudoki2015/img/oddsection_bg_bottom.jpg) center top no-repeat, url(/special/bokudoki2015/img/oddsection_bg_repeat.jpg) top repeat-x;
  behavior: url(PIE.htc);
}
#newItem .catch {
  color: #a8476b;
  background: url(../img/newitem_catch.png) -15px 9px no-repeat;
  padding: 24px 0 0 310px;
  max-width: 830px;
}

/* miniGame
----------------------------------------------------------*/
#miniGame {
  position: relative;
  padding: 50px 0 150px;
  background-color: #e2ba9c;
  background-image: url(../img/evensection_bg_bottom.jpg), url(../img/evensection_bg_repeat.jpg);
  background-position: center top,top;
  background-repeat: no-repeat,repeat-x;
  -pie-background: url(/special/bokudoki2015/img/evensection_bg_bottom.jpg) center top no-repeat, url(/special/bokudoki2015/img/evensection_bg_repeat.jpg) top repeat-x;
  behavior: url(PIE.htc);
}
#miniGame .catch {
  color: #1a6545;
  background: url(../img/minigame_catch.png) right bottom no-repeat;
}
#miniGame h6 {
  padding-top: 20px;
}
#miniGame #bonus {
  margin-bottom: 30px;
}
#miniGame #bonus .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin-bottom: 0;
}
#miniGame #bonus .main:last-child {
  margin-right: 0;
}
#miniGame #bonus .sub {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
#miniGame #bonus .sub:last-child {
  margin-right: 0;
}

/* service
----------------------------------------------------------*/
#service {
  position: relative;
  padding: 50px 0 150px;
  background: #f9ddc8;
  background-image: url(../img/oddsection_bg_bottom.jpg), url(../img/oddsection_bg_repeat.jpg);
  background-position: center top,top;
  background-repeat: no-repeat,repeat-x;
  -pie-background: url(/special/bokudoki2015/img/oddsection_bg_bottom.jpg) center top no-repeat, url(/special/bokudoki2015/img/oddsection_bg_repeat.jpg) top repeat-x;
  behavior: url(PIE.htc);
}
#service .catch {
  color: #3b6e86;
  background: url(../img/service_catch.png) left 70px no-repeat;
  padding-left: 320px;
}

/* map
----------------------------------------------------------*/
#map {
  position: relative;
  padding: 50px 0 150px;
  background-color: #e2ba9c;
  background-image: url(../img/evensection_bg_bottom.jpg), url(../img/evensection_bg_repeat.jpg);
  background-position: center top,top;
  background-repeat: no-repeat,repeat-x;
  -pie-background: url(/special/bokudoki2015/img/evensection_bg_bottom.jpg) center top no-repeat, url(/special/bokudoki2015/img/evensection_bg_repeat.jpg) top repeat-x;
  behavior: url(PIE.htc);
  background-image: url(../img/evensection_bg_bottom.jpg), url(../img/evensection_bg_repeat.jpg), url(../img/map_bg_repeat.jpg);
  background-position: center top,top,bottom;
  background-repeat: no-repeat,repeat-x,repeat-x;
  -pie-background: url(/special/bokudoki2015/img/oddsection_bg_bottom.jpg) center top no-repeat, url(/special/bokudoki2015/img/oddsection_bg_repeat.jpg) top repeat-x, url(../img/map_bg_repeat.jpg) bottom repeat-x;
  behavior: url(PIE.htc);
}
#map .catchImg {
  position: absolute;
  right: 0;
  top: 0;
}
#map .inner img {
  text-align: center;
}

#npcList {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
#npcList::after {
  clear: both;
  content: "";
  display: table;
}
#npcList .npc {
  background: #fff;
  padding: 12px 16px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border: 1px solid #7c541f;
  margin-bottom: 2.35765%;
}
#npcList .npc:last-child {
  margin-right: 0;
}
#npcList .npc:nth-child(2n) {
  margin-right: 0;
}
#npcList .npc:nth-child(2n+1) {
  clear: left;
}
#npcList .npc span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  behavior: url(PIE.htc);
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f53100;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  padding-top: 2px;
}
#npcList .npc .kome {
  border-radius: 0;
  width: inherit;
  padding-right: 9px;
}
#npcList .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
#npcList .main:last-child {
  margin-right: 0;
}
#npcList .sub {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
#npcList .sub:last-child {
  margin-right: 0;
}

/* wallpaper
----------------------------------------------------------*/
#wallpaper {
  margin: -50px 0 50px;
  position: relative;
  padding-top: 50px;
}
#wallpaper h2 {
  text-align: center;
  height: 208px;
  margin-bottom: 20px;
  padding: 75px 0 0;
  background: url(../img/h2_bg.png) center top no-repeat;
  position: relative;
  z-index: 100;
}
#wallpaper li {
  margin: 25px 0;
}
#wallpaper a {
  color: #159406;
}
#wallpaper .inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
}
#wallpaper .inner::after {
  clear: both;
  content: "";
  display: table;
}
#wallpaper .main {
  margin-bottom: 20px;
}
#wallpaper .sub {
  text-align: center;
}
#wallpaper #illustInfo {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 18px 30px;
}
#wallpaper #illustInfo::after {
  clear: both;
  content: "";
  display: table;
}
#wallpaper #illustInfo h3 {
  font-size: 24px;
  border-bottom: 3px solid #d6cbaf;
  margin-bottom: 16px;
}
#wallpaper #illustInfo h3 span {
  font-size: 16px;
  margin-right: 10px;
}
#wallpaper #comments {
  font-size: 14px;
  border: 3px dotted #d6cbaf;
  margin: 15px 0;
  padding: 14px 20px;
  position: relative;
}
#wallpaper #comments h4 {
  position: absolute;
  top: -11px;
  padding: 0 20px;
  background: #ecebdd;
}

#cat04 {
  position: absolute;
  top: 50px;
  left: 20px;
}

/* newItemDesign
----------------------------------------------------------*/
#newItemDesign {
  margin-bottom: 50px;
}
#newItemDesign h2 {
  text-align: center;
  margin-bottom: 0;
  background: url(../img/newitemdesign_h2_bg.png) center center no-repeat;
  width: 100%;
  height: 232px;
  padding-top: 92px;
}
#newItemDesign .inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#newItemDesign .inner::after {
  clear: both;
  content: "";
  display: table;
}
#newItemDesign p {
  margin-bottom: 30px;
}
#newItemDesign a {
  display: block;
  margin: 0 auto;
  width: 278px;
}

/* attention
----------------------------------------------------------*/
#attention {
  margin: -50px 0 50px;
  padding-top: 50px;
}
#attention h2 {
  text-align: center;
  margin-bottom: 0;
  background: url(../img/attention_h2_bg.png) center center no-repeat;
  width: 100%;
  height: 232px;
  padding-top: 92px;
}
#attention .inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#attention .inner::after {
  clear: both;
  content: "";
  display: table;
}
#attention li {
  background: url(../img/attention_icon.gif) left 3px no-repeat;
  margin-left: 23px;
  padding-left: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* footer
----------------------------------------------------------*/
#footer {
  color: #361f1f;
  background: url(../img/point_bg_top.jpg) top repeat-x, url(../img/point_bg_bottom.jpg) bottom repeat-x, url(../img/point_bg_repeat.jpg) repeat;
  -pie-background: url(/special/bokudoki2015/img/point_bg_top.jpg) top repeat-x, url(/special/bokudoki2015/img/point_bg_bottom.jpg) bottom repeat-x, url(/special/bokudoki2015/img/point_bg_repeat.jpg) repeat;
  behavior: url(PIE.htc);
}
