@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1,
#top #date, 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;
  background: #000000;
}

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

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

#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: 24px;
  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;
}

#pagetop {
  position: absolute;
  bottom: -20px;
  right: 10%;
}

#pagetop:hover {
  bottom: -8px;
}

/* footer
----------------------------------------------------------*/
#footer {
  color: #fff;
  min-height: 60px;
  text-align: center;
}
#footer h2 {
  margin-bottom: 20px;
}
#footer #startBtn {
  margin: 0 auto;
  width: 583px;
  display: block;
}
#footer #moreBtn {
  display: block;
  color: #909495;
  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: #a79389;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
#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: 10px;
  color: #8a8a8a;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 99%;
  margin-bottom: 30px;
  color: #000;
  background: #fff;
}
table th {
  font-weight: bold;
  white-space: nowrap;
}
table thead th {
  font-size: 20px;
  text-align: left;
  padding: 10px;
  background: #deb686;
  border-right: 1px solid #deb686;
}
table tbody th {
  text-align: left;
  font-size: 14px;
  border-left: 1px solid #deb686;
  padding: 3px 5px;
  text-align: center;
  width: 75px;
}
table tbody td {
  font-size: 14px;
  border-left: 1px solid #ffe0bb;
  border-right: 1px solid #deb686;
  padding: 15px 8px;
}
table tbody tr {
  border-bottom: 1px solid #deb686;
}
table tbody tr:nth-child(2n) {
  background: #fffaf4;
}
table tbody tr:last-child {
  border-bottom: 1px solid #deb686;
}
table .thumb {
  width: 100px;
  text-align: center;
  background: #fff;
}
table .thumb img {
  display: block;
  margin: 0 auto;
}
table span.note {
  padding-top: 0;
}

table.item th, table.item td {
  padding: 15px 8px;
}

.skillTable .item {
  width: 24px;
  background: #18110d;
}
.skillTable tbody th {
  width: 10%;
}

.stepbox {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
  width: 500px;
}

table .step {
  border-collapse: collapse;
  border-spacing: 0;
  width: 99%;
  margin-bottom: 30px;
  color: #000;
  background: #fff;
}

.step th {
  font-weight: bold;
  white-space: nowrap;
}

.step thead th {
  font-size: 18px;
  text-align: center;
  padding: 10px;
  background: #deb686;
  border-right: 1px solid #deb686;
}

.step tbody th {
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #deb686;
  padding: 5px 5px;
  text-align: center;
  width: 75px;
}

.step tbody td {
  font-size: 14px;
  border-left: 1px solid #deb686;
  border-right: 1px solid #deb686;
  padding: 15px 8px;
}

.step tbody tr {
  border-bottom: 1px solid #deb686;
}

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

.section {
  width: 960px;
  margin: 0 auto;
  padding: 18px 0 19px;
  background: url(../img/section_bg_top.png) top center no-repeat, url(../img/section_bg_bottom.png) bottom center no-repeat;
  -pie-background: url(http://ragnarokonline.gungho.jp/special/bokudoki2016/img/section_bg_top.png) top center no-repeat, url(http://ragnarokonline.gungho.jp/special/bokudoki2016/img/section_bg_bottom.png) bottom center no-repeat;
  behavior: url(PIE.htc);
  margin-bottom: 30px;
}
.section .inner {
  width: 960px;
  padding: 10px 0;
  background: url(../img/section_bg_repeat.jpg) center repeat-y;
}
.section .inner .h3inner {
  padding: 0 50px;
  width: 860px;
  margin: 0 auto;
  text-align: left;
  font-size: 17px;
}

.section h4 {
  font-size: 24px;
  color: #fff;
  line-height: 56px;
}

.section .sub, .section .main {
  margin-bottom: 40px;
}

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

p.note, .note li {
  font-size: 14px !important;
  display: inline-block;
  text-align: left;
  font-family: sans-serif !important;
  text-indent: -.7em;
  margin-left: 2em;
}
p.note:before, .note li:before {
  content: '※';
  display: inline-block;
  font-size: 18px;
}

span.note {
  font-size: 14px !important;
  display: block;
  padding-top: 30px;
  text-indent: -1em;
  margin-left: 1em;
}

.attention {
  text-align: left;
  list-style-type: none;
  width: 90%;
  margin: 0 auto;
}

.attention li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 15px;
  background: url(../img/listmark.png) center left no-repeat;
}

.col2 {
  overflow: hidden;
}
.col2 .main {
  width: 59%;
  float: left;
  margin-right: 20px;
}
.col2 .sub {
  overflow: hidden;
}
.col2 .half {
  width: 48%;
  float: left;
}
.col2 .half + div {
  margin-left: 20px;
}

.col2 .item01 {
	width:420px;
	text-align:center;
  float: left;
}

.col2 .item02 {
	width:420px;
	text-align:center;
  float: right;
}

.itembtn {
	margin:20px auto;
	text-align:center;
}

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

.chara,
.decoration {
  position: absolute;
  z-index: 100;
}

.important {
  color: #DC2045;
  font-weight: bold;
}

/* common
----------------------------------------------------------*/
#gungho .inner {
  background: none;
  padding: 0;
}

#pickup h2 {
  padding: 0;
}

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

h3 {
  background: url(../img/h3_bg.png) center top no-repeat;
  width: 855px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto 12px;
  padding-left: 40px;
  font-size: 25px;
  color: #3a2f21;
  text-align: left;
}

/* pages
----------------------------------------------------------*/
#top {
  height: 803px;
  position: relative;
  text-align: center;
  background: #42bc67 url(../img/bg.jpg) center top no-repeat;
}
#top .inner {
  height: 100%;
}
#top h1, #top #date {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 163px;
}
#top #date {
  top: 570px;
}
#top #eventInfo {
  width: 663px;
  height: 98px;
  margin: 0 auto;
  top: 623px;
  position: absolute;
  left: 50%;
  margin-left: -331px;
  background: url(../img/eventinfo_bg.jpg) center top no-repeat;
  text-align: center;
}
#top #eventInfo ul {
  padding: 10px 0 0 190px;
  height: 60px;
  position: relative;
  text-align-last: auto;
}
#top #eventInfo li {
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  text-indent: -9999px;
  top: 5px;
  left: 0;
}
#top #eventInfo li + li {
  margin-left: 10px;
}
#top #eventInfo li span {
  display: none;
  position: absolute;
  text-align: center;
  top: 60px;
  right: 0px;
  width: 200px;
  background: #fff;
  border: 2px solid #4A4126;
  border-radius: 3px;
  padding: 3px;
  color: #250C0C;
  font-size: 12px;
  text-indent: 0;
  text-align: left;
  z-index: 99999;
}
#top #eventInfo li span:after {
  border-bottom: 10px solid #4A4126;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  position: absolute;
  top: -10px;
  right: 35px;
  width: 0;
  height: 0;
}
#top #eventInfo li:hover span {
  display: block;
}

#nav {
  background: url(../img/nav_bg.png) center top no-repeat;
  z-index: 99998;
  width: 100%;
  height: 141px;
  text-align: center;
  position: absolute;
  top: 680px;
}
#nav ul {
  height: 80px;
  width: 960px;
  margin: 0 auto;
  position: relative;
  top: 60px;
  overflow: hidden;
  left: 3px;
}
#nav ul li {
  float: left;
}

#pickupWrap {
  background: #2b2b24;
  padding: 45px 0;
}

#pickup {
  margin-bottom: 0;
}

/* point
----------------------------------------------------------*/
#point {
  height: 937px;
  background: url(../img/point/bg.jpg) center top no-repeat, #80d7e5 url(../img/point/bg_repeat.jpg) center top repeat-x;
  -pie-background: url(http://ragnarokonline.gungho.jp/special/bokudoki2016/img/point/bg.jpg) center top no-repeat, #80d7e5 url(http://ragnarokonline.gungho.jp/special/bokudoki2016/img/point/bg_repeat.jpg) center top repeat-x;
  behavior: url(PIE.htc);
  padding-top: 70px;
  text-align: center;
}
#point #story {
  text-indent: -9999px;
}

/* play
----------------------------------------------------------*/
#play {
  background: #00c79e;
  padding: 70px 0;
  text-align: center;
}
#play #howto h3 {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
#play #howto ul {
  position: absolute;
  left: 0;
  width: 100%;
  top: 67px;
}
#play #howto ul li {
  text-indent: -9999px;
}
#play #howto .inner {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  height: 2556px;
}
#play #howto .step01 {
  background: url(../img/play/step01.jpg) center top no-repeat;
  height: 408px;
}
#play #howto .step02 {
  background: url(../img/play/step02.jpg) center top no-repeat;
  height: 479px;
}
#play #howto .step03 {
  background: url(../img/play/step03.jpg) center top no-repeat;
  height: 407px;
}
#play #howto .step04 {
  background: url(../img/play/step04.jpg) center top no-repeat;
  height: 364px;
}
#play #howto .step05 {
  background: url(../img/play/step05.jpg) center top no-repeat;
  height: 429px;
}
#play #howto .steplast {
  background: url(../img/play/step_last.jpg) center top no-repeat;
  height: 412px;
}

/* bonbu
----------------------------------------------------------*/
#bonbu {
  background: #ffcb86 url(../img/bg_repeat_g_y.jpg) top repeat-x;
  padding: 130px 0 100px;
  text-align: center;
}
#bonbu #enter .col2 .main {
  width: 50%;
}
#bonbu #enter .step01 {
  background: url(../img/bonbu/entry_01.png) left top no-repeat;
  padding-left: 85px;
}
#bonbu #enter .step01.main {
  width: 51%;
}
#bonbu #enter .step02 {
  background: url(../img/bonbu/entry_02.png) left top no-repeat;
  padding-left: 95px;
  min-height: 79px;
}
#bonbu #enter .step03 {
  background: url(../img/bonbu/entry_03.png) left top no-repeat;
  padding-left: 95px;
}
#bonbu #enter .step04 {
  background: url(../img/bonbu/entry_04.png) left top no-repeat;
  padding-left: 95px;
}
#bonbu #enter .step04 + img {
  margin-bottom: 15px;
}
#bonbu #enter table {
  margin-bottom: 30px;
}
#bonbu #danger ul {
  text-indent: -9999px;
  background: url(../img/bonbu/danger_step.png) center top no-repeat;
  height: 458px;
  width: 100%;
  margin-bottom: 15px;
}
#bonbu #danger .column {
  background: url(../img/bonbu/danger_bg.png) center top no-repeat;
  height: 477px;
  padding: 26px 50px 0;
}
#bonbu #danger .column h4 {
  text-align: center;
}
#bonbu #after .column {
  background: url(../img/bonbu/master_bg.png) center top no-repeat;
  height: 560px;
  padding: 26px 50px 0;
  margin-bottom: 30px;
}
#bonbu #after .column h4 {
  text-align: center;
  margin-bottom: 20px;
}
#bonbu #after .column .main, #bonbu #after .column .sub {
  margin-bottom: 5px;
}
#bonbu #after .column .main {
  width: 70%;
}
#bonbu #after .column table thead th {
  background: #92d199;
  font-size: 16px;
}
#bonbu #after .column table tbody th {
  border-left: 1px solid #92d199;
  width: auto;
}
#bonbu #after .column table tbody td {
  border-right: 1px solid #92d199;
  border-left: 3px solid #eff9e8;
/*  width: 266px;*/
}
#bonbu #after .column table tbody tr:last-child {
  border-bottom: 1px solid #92d199;
}
#bonbu #after #kantei {
  margin-bottom: 30px;
}
#bonbu #after #kantei p + img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#bonbu #after #shugyou {
  margin-bottom: 30px;
}
#bonbu #after #shugyou p + img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* new
----------------------------------------------------------*/
#new {
  background: #00c79e url(../img/bg_repeat_y_g.jpg) top repeat-x;
  padding: 130px 0 100px;
}
#new .info {
  padding: 10px 40px;
  margin-bottom: 10px;
  font-size: 17px;
}
#new .h3inner img {
  margin-bottom: 30px;
}
#new table img {
  margin-bottom: 0;
}

/* pinyon
----------------------------------------------------------*/
#pinyon {
  background: #ffcb86 url(../img/bg_repeat_g_y.jpg) top repeat-x;
  padding: 130px 0 100px;
}
#pinyon .info {
  padding: 10px 40px;
  margin-bottom: 10px;
  font-size: 17px;
}
#pinyon .info + img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#pinyon .column {
  background: url(../img/pinyon/change_bg.png) center top no-repeat;
  height: 323px;
  padding: 66px 50px 0;
}
#pinyon .column h3 {
  background: none;
  text-align: center;
  line-height: 28px;
  height: 28px;
  padding-left: 0;
  width: 100%;
}
#pinyon .column .col2 {
  width: 750px;
  margin: 0 auto;
}
#pinyon .column .col2 .main {
  width: 54%;
  margin-bottom: 0;
}

/* service
----------------------------------------------------------*/
#service {
  background: #00c79e url(../img/bg_repeat_y_g.jpg) top repeat-x;
  padding: 130px 0 100px;
}
#service .info {
  padding: 0 40px;
}
#service .main {
  width: 44%;
  margin-bottom: 20px;
}
#service .sub {
  margin-bottom: 20px;
}
#service .tips {
  text-indent: -9999px;
  background: url(../img/service/tips.png) center 10px no-repeat;
  width: 365px;
  height: 210px;
}
#service .column {
  background: url(../img/service/tokuten_bg.png) center top no-repeat;
  width: 771px;
  height: 249px;
  padding: 60px 50px 0;
  margin: 0 auto 10px;
}
#service .column h3 {
  background: none;
  text-align: center;
  line-height: 27px;
  height: 27px;
  padding-left: 0;
  width: 100%;
}
#service .column p {
  font-size: 13px;
}
#service .column .col2 {
  overflow: hidden;
  padding: 10px;
}
#service .column .col2 .half {
  width: 46%;
  float: left;
}
#service .column .col2 .half + div {
  margin-left: 54px;
}

/* map
----------------------------------------------------------*/
#map {
  background: #ffcb86 url(../img/bg_repeat_g_y.jpg) top repeat-x;
  padding: 130px 0 100px;
  text-align: center;
}
#map ul {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
}
#map ul li {
  float: left;
  width: 310px;
  height: 179px;
}

/* data
----------------------------------------------------------*/
#data {
  background: #00c79e url(../img/bg_repeat_y_g.jpg) top repeat-x;
  padding: 130px 0 100px;
}
#data .inner {
  padding: 30px 50px;
  width: 860px;
  margin: 0 auto;
  text-align: left;
  font-size: 17px;
}
#data .itemTable tbody th, #data .itemTable tbody td {
  padding: 3px 10px;
  width: auto;
}
#data .itemTable tbody td {
  border-left: 1px solid #383733;
}
#data #close table, #data #collection table {
  margin-bottom: 0;
}

/* wallpaper
----------------------------------------------------------*/
#wallpaper {
  background: #ffcb86 url(../img/bg_repeat_g_y.jpg) top repeat-x;
  padding: 130px 0 100px;
}
#wallpaper .inner {
  padding-top: 30px;
}
#wallpaper .sub li {
  margin-bottom: 15px;
}
#wallpaper .main {
  margin-bottom: 0;
}

/* attention
----------------------------------------------------------*/
#attention {
  background: #00c79e url(../img/bg_repeat_y_g.jpg) top repeat-x;
  padding: 130px 0 100px;
}
#attention ul {
  padding: 10px 50px 0;
}
#attention ul li {
  background: url(../img/attention/icon.png) top left no-repeat;
  padding-left: 30px;
  min-height: 31px;
  margin-bottom: 20px;
  font-size: 17px;
}
