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

* {
  -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: 10px;
  right: 50%;
  margin-right: -500px;
  line-height: 48px;
  width: 500px;
  margin: 0 auto;
  text-indent: initial;
  z-index: 1000;
  text-align: left;
}

#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;
  padding: 50px 0 25px;
}
#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: 100%;
  margin-bottom: 30px;
  border: 1px solid #d0d0d0;
  background: #fff;
}
table th, table td {
  padding: 10px;
}
table th {
  font-weight: bold;
  white-space: nowrap;
}
table thead th {
  text-align: left;
  background: #e0f2ff;
  color: #12405f;
  border: 1px solid #b1d5ed;
}
table tbody th {
  font-size: 14px;
  background: #e0f2ff;
  color: #12405f;
  border: 1px solid #b1d5ed;
}
table tbody td {
  font-size: 14px;
  color: #040000;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
table .thumb {
  width: 100px;
  text-align: center;
  background: #fff;
}
table .thumb img {
  display: block;
  margin: 0 auto;
}

table.item th,
table.card th {
  width: 50px;
}

table.card .thumb {
  width: 172px;
}

.note {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -15px;
}

/* class styles
----------------------------------------------------------*/
.inner {
  width: 940px;
  margin: 0 auto;
  position: relative;
  color: #775616;
}

.col2 {
  width: 960px;
  margin: 0 auto;
  color: #775616;
  overflow: hidden;
}
.col2 .main {
  width: 60%;
  float: left;
  margin-right: 20px;
}
.col2 .sub {
  overflow: hidden;
}
.col2 .half {
  width: 48%;
  float: left;
}
.col2 .half + div {
  margin-left: 40px;
}

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

html {
  background: #6dc6f0;
  min-width: 1300px;
}

h2 {
  text-align: center;
}

/* header
----------------------------------------------------------*/
#top {
  position: relative;
  height: 591px;
  padding-top: 50px;
  background: url(../img/bg.png) center top no-repeat, url(../img/bg_repeat.jpg) repeat-x;
  -pie-background: url(http://ragnarokonline.gungho.jp/special/ecoro2016/img/bg.png) center top no-repeat, url(http://ragnarokonline.gungho.jp/special/ecoro2016/img/bg_repeat.jpg) repeat-x;
  behavior: url(PIE.htc);
}
#top h1 {
  text-align: center;
  position: relative;
  z-index: 10;
}

#info {
  background: #fff;
  width: 100%;
  text-align: center;
}
#info img {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -21px;
}

#bannerArea {
  width: 181px;
  position: absolute;
  right: -158px;
  z-index: 1000;
}

#costamaBanner {
  width: 181px;
  height: 332px;
}
#costamaBanner.fixed {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}

#point {
  background: #00b7ee url(../img/point_bg.jpg) center top no-repeat;
  font-weight: bold;
  font-size: 16px;
  height: 723px;
  position: relative;
}
#point .inner {
  width: 970px;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
#point ul {
  padding-top: 55px;
}
#point li img {
  display: block;
  margin-bottom: 10px;
}
#point li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 362px;
}

#story {
  background: url(../img/story_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 90px 0 72px;
}
#story .inner {
  background: url(../img/story_bg_box.png) center top no-repeat;
  width: 961px;
  height: 549px;
  margin: 0 auto;
  position: relative;
}
#story .inner h2 {
  position: absolute;
  top: 115px;
  left: 30px;
}
#story .inner .infoTxt {
  position: absolute;
  top: 53px;
  left: 333px;
  width: 600px;
  line-height: 1.9;
  font-weight: bold;
}
#story .inner .col2 {
  position: absolute;
  width: 770px;
  right: 5px;
  height: 178px;
  bottom: 5px;
  overflow: visible;
}
#story .inner .col2 h3 {
  position: relative;
  text-align: center;
  font-size: 18px;
  margin-bottom: 22px;
  padding-top: 32px;
}
#story .inner .col2 h3 img {
  position: absolute;
  top: -40px;
}
#story .inner .col2 p {
  font-size: 14px;
}
#story .inner .col2 .half {
  width: 43%;
}
#story .inner .col2 .half + div {
  margin-left: 70px;
}
#story .inner .col2 .half + div h3 img {
  top: -25px;
}
#story #chara {
  position: absolute;
  left: -222px;
  bottom: -70px;
}

#enjoy {
  background: #fff;
  padding-top: 117px;
  padding-bottom: 90px;
}
#enjoy h2 {
  margin-bottom: 35px;
}
#enjoy .col2 {
  margin-bottom: 66px;
}
#enjoy .col2 .main {
  width: 56%;
}
#enjoy .col2 .main h3 {
  margin-bottom: 14px;
}
#enjoy .col2 .main p {
  margin-bottom: 30px;
}
#enjoy .col2 .sub {
  padding-top: 18px;
}
#enjoy #collabo {
  background: url(../img/collabo_bg.jpg) center top no-repeat;
  width: 960px;
  height: 740px;
  margin: 0 auto 60px;
}
#enjoy #collabo h3 {
  padding: 38px 0 0 230px;
  margin-bottom: 30px;
}
#enjoy #collabo .infoTxt {
  padding-left: 230px;
  width: 70%;
  font-size: 18px;
  color: #775616;
  margin-bottom: 30px;
}
#enjoy #collabo .col2 {
  width: 860px;
  margin: 0 auto;
}
#enjoy #collabo .col2 .half {
  background: url(../img/collabo_bg_box.png) 0 0 no-repeat;
  width: 356px;
  height: 448px;
  padding: 22px;
}
#enjoy #collabo .col2 .half + div {
  margin-left: 50px;
}
#enjoy #collabo .col2 .half h4 {
  text-align: center;
  font-size: 29px;
  margin-bottom: 20px;
  line-height: 1;
}
#enjoy #collabo .col2 .half h4 span {
  font-size: 18px;
  display: block;
}
#enjoy #collabo .col2 .half p {
  font-size: 14px;
  margin-bottom: 5px;
}
#enjoy #collabo .col2 .half img {
  margin-bottom: 10px;
}
#enjoy #collabo .col2 .half table th, #enjoy #collabo .col2 .half table td {
  padding: 3px 5px;
  color: #775616;
}
#enjoy #collabo .col2 .half table th {
  background: #ffcea2;
  border: 1px solid #ff9a3f;
}
#enjoy #collabo .col2 .half table td {
  border: 1px solid #ffcea2;
}
#enjoy #collaboset {
  background: url(../img/collaboset_bg.jpg) center top no-repeat;
  width: 960px;
  height: 382px;
  margin: 0 auto;
}
#enjoy #collaboset h3 {
  padding: 12px 0 0 50px;
  margin-bottom: 30px;
}
#enjoy #collaboset .col2 {
  width: 860px;
  margin: 0 auto;
}
#enjoy #collaboset .col2 .main {
  width: 54%;
}
#enjoy #collaboset .col2 .main h4 {
  font-size: 21px;
  padding-top: 36px;
  margin-bottom: 36px;
}

#item {
  padding: 90px 0 1px;
  background: #00b7ee;
}
#item h2 {
  margin-bottom: 35px;
}
#item h3 {
  background: #fcd039;
  margin-bottom: 20px;
  padding: 0px 20px;
  color: #0ea3e7;
  font-size: 23px;
  font-style: italic;
  text-align: center;
  border: 2px double #ffffff;
}
#item h4 {
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid #fcd039;
  width: 95%;
  margin: 0 auto 10px;
}
#item h4:before {
  content: '◼︎';
  color: #fcd039;
}
#item table {
  width: 95%;
  margin: 0 auto 30px;
}
#item .note {
  margin-left: 20px;
}
#item .section {
  margin-bottom: 60px;
}

#eco {
  height: 859px;
  background: url(../img/eco_bg.jpg) center top no-repeat, #44c353 url(../img/eco_bg_repeat.jpg) top repeat-x;
  -pie-background: url(http://ragnarokonline.gungho.jp/special/ecoro2016/img/eco_bg.jpg) center top no-repeat, #44c353 url(http://ragnarokonline.gungho.jp/special/ecoro2016/img/eco_bg_repeat.jpg) top repeat-x;
  behavior: url(PIE.htc);
  padding-top: 120px;
  text-align: center;
  font-weight: bold;
}
#eco h2 {
  margin-bottom: 10px;
}
#eco p {
  color: #fff;
}
#eco ul {
  position: relative;
  width: 100%;
}
#eco ul li {
  cursor: pointer;
  position: absolute;
  border: 1px solid #3bec65;
}
#eco ul li:hover {
  border: 3px solid #fff;
}
#eco ul li:first-child {
  top: 46px;
  right: -120px;
}
#eco ul li:nth-child(2) {
  top: -28px;
  right: 0;
}
#eco ul li:nth-child(3) {
  top: 176px;
  right: -40px;
}
#eco ul li:nth-child(4) {
  top: -18px;
  left: -100px;
}
#eco ul li:nth-child(5) {
  top: 146px;
  left: 84px;
}
#eco ul li a {
  display: block;
}
#eco #ecoCredit {
  position: absolute;
  top: 466px;
  left: -70px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
#eco #ecoCp {
  background: url(../img/eco_chara.png) 530px -20px no-repeat;
  position: absolute;
  top: 525px;
  width: 960px;
  margin: 0 auto;
  text-align: left;
  height: 334px;
}
#eco #ecoCp #ecoCpBnr {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 464px;
  height: 297px;
}
#eco #ecoCp #ecoBtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#footer {
  background-color: #fff;
  font-size: 12px;
  border-top: 4px solid #0b97f6;
  padding: 40px 0 20px;
}
#footer img {
  float: left;
  margin-right: 10px;
}
