/* 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: 225px;
  text-align: center;
  background: #fff;
}
table .thumb img {
  display: block;
  margin: 0 auto;
}

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

.section {
  width: 942px;
  margin: 0 auto;
}

.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: 13px;
  display: inline-block;
  text-align: left;
}

.attention {
  color: #ff3000;
}

.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: 60%;
  float: left;
  margin-right: 20px;
}
.col2 .sub {
  overflow: hidden;
}

.fixed {
  position: fixed !important;
  top: -35px !important;
  z-index: 100;
}

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

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

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

html {
  background: #bbebf4;
}

body {
  background: url(../img/top.png) center top no-repeat, url(../img/bg.gif) repeat;
}

/* header
----------------------------------------------------------*/
#top {
  padding-top: 36px;
  position: relative;
  height: 780px;
}
#top h1, #top p {
  text-align: center;
  position: relative;
  z-index: 10;
}
#top .item {
  margin-bottom: 110px;
}
#top .item li {
  position: absolute;
}
#top .item li:nth-child(1) {
  top: 100px;
  left: 0;
}
#top .item li:nth-child(2) {
  top: 50px;
  right: -20px;
}
#top .chance {
  position: absolute;
  top: 489px;
  width: 100%;
  text-align: center;
}

#nav {
  position: absolute;
  width: 975px;
  height: 127px;
  top: 660px;
  left: 50%;
  margin-left: -487px;
}
#nav ul li {
  display: inline-block;
}
#nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#nav ul li + li {
  margin-left: -6px;
}

#contents {
  padding-bottom: 50px;
  background: url(../img/bg_repeat_left.png) top left repeat-y, url(../img/bg_repeat_right.png) top right repeat-y;
  -pie-background: url(http://ragnarokonline.gungho.jp/special/cp_petit2016summer/img/bg_repeat_left.png) left repeat-y, url(http://ragnarokonline.gungho.jp/special/cp_petit2016summer/img/bg_repeat_right.png) right repeat-y;
  behavior: url(PIE.htc);
}
#contents .section {
  padding: 21px 0 21px;
  margin-bottom: 46px;
  background: url(../img/bg_section_top.gif) top center no-repeat, url(../img/bg_section_bottom.gif) bottom center no-repeat;
  -pie-background: url(http://ragnarokonline.gungho.jp/special/cp_petit2016summer/img/bg_section_top.gif) top center no-repeat, url(http://ragnarokonline.gungho.jp/special/cp_petit2016summer/img/bg_section_bottom.gif) bottom center no-repeat;
  behavior: url(PIE.htc);
}
#contents .inner {
  width: 850px;
  padding: 20px 45px 75px;
  background: url(../img/bg_section_repeat.jpg) center repeat-y;
}
#contents h2 {
  margin-bottom: 25px;
}
#contents h3 {
  border: 1px solid #acdaf9;
  padding-left: 13px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  background: url(../img/h3_bg.gif) center top repeat-x;
}
#contents #join #a {
  height: 244px;
  margin-bottom: 20px;
  text-indent: -9999px;
  background: url(../img/join_a.jpg) center top no-repeat;
}
#contents #join #b {
  height: 378px;
  margin-bottom: 24px;
  text-indent: -9999px;
  background: url(../img/join_b.jpg) center top no-repeat;
}
#contents #join .note {
  margin-bottom: 30px;
}
#contents #join a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#contents #about .col2 .sub {
  float: left;
  width: 322px;
  margin-bottom: 0;
}
#contents #about .col2 .main {
  width: 59%;
  margin: 0 0 0 20px;
}
#contents #target ul {
  position: relative;
  height: 190px;
  background: url(../img/target_items.jpg) center top no-repeat;
}
#contents #target ul li {
  position: absolute;
  bottom: 0;
  display: inline-block;
}
#contents #target ul li span {
  display: none;
}
#contents #target ul li:first-child {
  left: 73px;
}
#contents #target ul li:nth-child(2) {
  left: 287px;
}
#contents #target ul li:last-child {
  right: 92px;
}
#contents #example {
  margin-bottom: 60px;
}
#contents #example p {
  margin-bottom: 20px;
}
#contents #prize table {
  margin-bottom: 10px;
}
#contents #prize th, #contents #prize td {
  font-size: 14px;
}
#contents #prize .col01 {
  width: 17%;
}
#contents #prize a {
  display: block;
  margin: 0 auto 40px;
  text-align: center;
}
#contents #change table {
  margin-bottom: 10px;
}
#contents #use {
  font-size: 13px;
}
#contents #use table th, #contents #use table td {
  padding: 5px 10px;
  text-align: left;
}
#contents #use .col2 .main {
  width: 48%;
  margin-bottom: 0;
}
#contents #use .col2 .main p {
  margin-bottom: 10px;
}
#contents #use .col2 .sub {
  margin-bottom: 0;
}
#contents #use .date {
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 10px;
}
#contents #info h4 {
  background: #0b97f6;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.8;
  behavior: url(PIE.htc);
}
#contents #info table td {
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
#contents #info h3 {
  font-size: 18px;
}
#contents #info h4 {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 14px;
}
#contents #info h5 {
  font-size: 14px;
  padding: 0 20px;
}
#contents #info p, #contents #info img, #contents #info ul {
  padding: 0 10px;
}
#contents #info p .note, #contents #info img .note, #contents #info ul .note {
  padding-left: 0;
}
#contents #info p.note {
  padding-left: 25px;
}
#contents #info blockquote {
  margin-bottom: 1.2em;
}
#contents #info .note {
  font-size: 13px;
  text-indent: -1.3em;
  padding-left: 1em;
}
#contents #info .note li {
  font-size: 13px;
  text-indent: -1.3em;
  padding-left: 1em;
}
#contents #info ul.note {
  text-indent: 0;
}
#contents #info .company {
  font-size: 90%;
}
#contents #info .section {
  background: none;
  padding: 0;
  width: auto;
  margin-bottom: 30px;
}
#contents #info .mgb {
  margin-bottom: 5px;
}
#contents #info a {
  font-size: 14px;
  text-decoration: underline;
}
#contents #info a:hover {
  text-decoration: none;
}
#contents #faq h2 {
  margin-bottom: 50px;
}
#contents #faq a {
  color: #000;
}
#contents #faq dt {
  color: #0b97f6;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
  padding-left: 35px;
}
#contents #faq dt:before {
  content: url(../img/faq_qmark.gif);
  position: absolute;
  top: 0;
  left: 0;
}
#contents #faq dd {
  font-size: 14px;
  margin-bottom: 35px;
  padding-left: 34px;
  position: relative;
}
#contents #faq dd:before {
  content: url(../img/faq_amark.gif);
  position: absolute;
  top: 3px;
  left: 5px;
}
#contents #faq a {
  font-size: 14px;
  text-decoration: underline;
}
#contents #faq a:hover {
  text-decoration: none;
}
#contents #faq .inner {
  padding-bottom: 50px;
}

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