/* 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%;
  background-color: #F5DBC2;
  border-top: #301e23 1px solid;
  border-left: #301e23 1px solid;
  color: #400e11;
}
table th, table td {
  border-right: #301e23 1px solid;
  border-bottom: #301e23 1px solid;
  padding: 3px 10px;
  font-size: 14px;
}
table th {
  font-weight: bold;
}
table thead {
  white-space: nowrap;
}
table thead th {
  text-align: left;
  background-color: #9A6D4F;
  color: #F6F9FF;
  padding: 5px 10px;
  font-size: 16px;
}
table tbody th {
  background-color: #DAB68D;
  text-align: center;
  white-space: nowrap;
  padding: 3px 5px;
}
table tbody td {
  text-align: left;
}
table .thumb {
  background-color: #fff;
  width: 100px;
  text-align: center;
}
table .nowrap {
  white-space: nowrap;
}

.weapon tbody th {
  width: 50px;
  white-space: nowrap;
}

.card tbody th {
  width: 50px;
}
.card .type {
  width: 90px;
}
.card .thumb {
  padding: 10px;
}

#fragment-1 .thumb,
#fragment-2 .thumb {
  width: 100px;
}

#fragment-3 .thumb {
  width: 75px;
  vertical-align: middle;
}
#fragment-3 tbody td {
  vertical-align: top;
}

#fragment-4 .thumb,
#fragment-5 .monster .thumb {
  width: 100px;
  background: #B8B8A9;
}
#fragment-4 tbody th,
#fragment-5 .monster tbody th {
  width: 90px;
}

#fragment-5 .thumb {
  width: 100px;
}
#fragment-5 .thumb.map {
  width: 250px;
  background: #797984;
  vertical-align: top;
  padding: 0;
}
#fragment-5 .monster .thumb {
  background: #fff;
}
#fragment-5 div.note h4 {
  float: left;
  margin-right: 10px;
}
#fragment-5 div.note p {
  line-height: 1;
}
#fragment-5 div.note p + h4 {
  clear: both;
  float: left;
}

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

html {
  background: #76B86E;
  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 {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.section {
  width: 890px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.section h4 {
  font-size: 24px;
  color: #fff;
  line-height: 56px;
}
.section .sub, .section .main {
  margin-bottom: 40px;
}

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

.note, .note li {
  font-size: 12px;
  display: inline-block;
  color: #E1D5C4;
  text-align: left;
}

.attention {
  text-align: left;
  list-style-type: disc;
  width: 90%;
  margin: 0 auto;
}
.attention li {
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.5;
  padding-left: 1em;
}

/* 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: 24px;
  right: -25px;
  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
----------------------------------------------------------*/
#footer {
  background: #201615;
  color: #fff;
  min-height: 60px;
  text-align: center;
  padding-top: 50px;
}
#footer #copy {
  font-size: 11px;
  font-weight: bold;
  padding: 20px 0;
}

/* site common
----------------------------------------------------------*/
body {
  background: url(../img/bg.jpg) repeat;
  min-width: 1150px;
  color: #916910;
}
body a, body p, body li, body span {
  font-size: 14px;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
}

.main {
  width: 60%;
  float: left;
  margin-right: 35px;
}

.sub {
  overflow: hidden;
}

.half {
  width: 50%;
  float: left;
}

#content {
  margin-bottom: 100px;
}

/* main visual
----------------------------------------------------------*/
#header {
  text-align: center;
  height: 630px;
  margin-bottom: 40px;
}
#header .inner {
  height: 100%;
}

#infomation {
  width: 354px;
  text-align: center;
  position: absolute;
  top: 437px;
  left: 285px;
}

#header_bg {
  height: 570px;
  background: url(../img/visual.jpg) center top no-repeat, url(../img/visual_repeat.jpg) top left repeat-x;
  -pie-background: url(/special/christmas2015/img/visual.jpg) center top no-repeat, url(/special/christmas2015/img/visual_repeat.jpg) top left repeat-x;
  behavior: url(PIE.htc);
}

h1 {
  position: relative;
  left: 0px;
  top: -8px;
}

.date {
  position: relative;
  z-index: 100;
  top: -9px;
}

.copy {
  position: absolute;
  left: 50%;
  margin-left: -270px;
  top: 280px;
}

#eventInfo {
  padding-top: 7px;
}
#eventInfo span {
  display: none;
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 52px;
  right: -25px;
  width: 200px;
  background: #fff;
  border: 3px solid #bb9328;
  border-radius: 3px;
  padding: 3px;
  color: #9f3c41;
  font-weight: bold;
  font-size: 12px;
}
#eventInfo span:after {
  border-bottom: 10px solid #bb9328;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  position: absolute;
  top: -10px;
  right: 35px;
  width: 0;
  height: 0;
}
#eventInfo li {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#eventInfo li:hover span {
  display: block;
}
#eventInfo li img {
  vertical-align: top;
}
#eventInfo .icon02 span,
#eventInfo .icon03 span,
#eventInfo .icon04 span {
  width: 300px;
}
#eventInfo .icon05 span {
  width: 400px;
}

#nav {
  position: absolute;
  top: 605px;
  width: 100%;
  z-index: 1000;
  background: url(../img/nav_bg.jpg) center top no-repeat, url(../img/nav_bg_repeat.jpg) top center repeat-x;
  -pie-background: url(/special/christmas2015/img/nav_bg.jpg) center top no-repeat, url(/special/christmas2015/img/nav_bg_repeat.jpg) top center repeat-x;
  behavior: url(PIE.htc);
}
#nav ul {
  overflow: hidden;
}
#nav li {
  float: left;
}

#content {
  margin-bottom: 50px;
}
#content h2 {
  height: 68px;
  padding: 42px 0 0;
  margin-bottom: 0;
  font-size: 39px;
  font-family: serif;
  color: #fffee3;
  background: url(../img/h2_bg.png) center top no-repeat;
}
#content h2:before {
  content: url(../img/h2_mark.png);
  position: relative;
  top: 7px;
  left: -20px;
}
#content h2:after {
  content: url(../img/h2_mark.png);
  position: relative;
  top: 7px;
  right: -20px;
}
#content a {
  color: #916910;
  text-decoration: underline;
}
#content a:before {
  content: url(../img/link_mark.png);
  margin-right: 5px;
}
#content .section {
  width: 967px;
  margin: 0 auto;
  margin-bottom: 70px;
  overflow: hidden;
  background: url(../img/section_bg_btm.png) center bottom no-repeat;
}
#content .inner {
  overflow: hidden;
  width: 877px;
  margin: 0 auto 73px;
  padding: 30px 45px 0;
  background: url(../img/section_bg_repeat.png) center repeat-y;
}
#content .inner h3 {
  position: relative;
  left: -32px;
}

/* point
----------------------------------------------------------*/
#point img {
  display: block;
}
#point li {
  width: 278px;
  float: left;
}
#point li img {
  margin-bottom: 16px;
}
#point li span {
  display: block;
  width: 270px;
  margin: 0 auto;
}
#point li + li {
  margin-left: 21px;
}

/* play
----------------------------------------------------------*/
#play h3 {
  margin-bottom: 20px;
}
#play h4 {
  text-align: center;
}
#play h5 {
  margin-bottom: 20px;
}
#play h6 {
  font-size: 18px;
  color: #cd2733;
  font-family: serif;
  padding-left: 40px;
  background: url(../img/subtitle_mark.png) center left no-repeat;
}
#play .colTwo {
  width: 834px;
  margin: 0 auto;
}

#play01 {
  position: relative;
  height: 518px;
  margin-bottom: 50px;
  background: url(../img/play01_img01.png) center 58px no-repeat;
}
#play01 .text01 {
  position: absolute;
  top: 89px;
  left: 21px;
  width: 570px;
}
#play01 .text02 {
  position: absolute;
  top: 437px;
  left: 327px;
}

.bx-wrapper {
  width: 770px;
  height: 302px;
  margin: 0 auto 50px;
  padding: 50px;
  background: url(../img/slide_bg.png) center top no-repeat;
}

#santaEventList {
  height: 258px;
  margin-bottom: 30px;
  text-indent: -9999px;
  background: url(../img/play02_img01.png) center top no-repeat;
}

#play03 a {
  text-align: center;
  display: block;
  padding: 8px 0 16px;
}

#service01 .main {
  width: 413px;
}

#service02 .main {
  clear: both;
  float: right;
  margin: 0;
  width: 531px;
}

#service03 .main {
  width: 522px;
}

#service04 .main {
  clear: both;
  float: right;
  margin: 0;
  width: 509px;
}

#service05 {
  margin-bottom: 30px !important;
}
#service05 .main {
  width: 522px;
  margin-bottom: 0;
}
#service05 .sub {
  margin-bottom: 0;
}
#service05 .h6Inner {
  width: 754px;
  margin: 0 auto;
}

#church {
  text-align: center;
  margin-bottom: 30px;
}
#church p {
  text-align: left;
}

#privilege h5 {
  font-size: 17px;
  margin-bottom: 12px;
  background: none;
  padding-bottom: 0;
  color: #cd2733;
  letter-spacing: -.04em;
  line-height: 1.3;
  font-family: serif;
}
#privilege .half {
  background: #fdf6d0;
  border: 1px solid #d6c694;
  border-radius: 10px;
  behavior: url(PIE.htc);
  padding: 20px;
  width: 364px;
  min-height: 182px;
  display: inline-block;
  vertical-align: top;
}
#privilege .half + div {
  margin-left: 22px;
}

/* story
----------------------------------------------------------*/
#story.section {
  background: url(../img/story_bg.png) center 110px no-repeat;
  width: 966px;
  height: 547px;
  margin: 0 auto 70px;
}
#story.section h2 {
  background: url(../img/story_title.png) center top no-repeat;
}
#story.section p {
  text-indent: -9999px;
}

/* attention
----------------------------------------------------------*/
#attention li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 1em;
  list-style: none;
}
