@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.4;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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;
}



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

html {
  background: url(../img/bg.jpg) repeat;
  color: #630;
  min-width: 960px;
}

p {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

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

.left{
	float:left;
}

.right{
	float:right;
}

.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both; }
  
.clear{
	clear:both;
}


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




/* site common
----------------------------------------------------------*/
body {
  background: url(../img/bg.jpg) repeat;
  min-width: 1150px;
  color: #916910;
}

body a, body p, body li, body span {
  font-size: 16px;
}

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

#sns {
  position: absolute;
  top: 10px;
  right: 0px;
  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;
}



/* header
----------------------------------------------------------*/
#header {
	background:url(../img/head_bg.jpg) repeat-x top;
	height: 594px;
}

#header_bg {
  background: url(../img/head_img.png) no-repeat top center;
  height: 594px;
}

#header_snow {
	background:url(../img/head_snow.png) no-repeat top center;
	height: 594px;
}

#header .inner {
	height: 100%;
}

h1 {
  position: relative;
  left: -10px;
  top: 132px;
}

h2 {
  position: absolute;
  left: -50px;
  top: 5px;
}

#infomation {
  width: 334px;
  position: absolute;
  top: 495px;
  left: 0px;
  z-index: 100;
}

#eventInfo {
	position: absolute;
	width:302px;
	height:82px;
	background:url(../img/head_icon.png) no-repeat;
	top: 495px;
	right:0;
	padding:19px 0 0 20px;
}
#eventInfo span {
  display: none;
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 52px;
  right: -25px;
  width: 200px;
  background: #fff;
  border: 3px solid #900;
  border-radius: 3px;
  padding: 3px;
  color: #006;
  font-weight: bold;
  font-size: 12px;
}
#eventInfo span:after {
  border-bottom: 10px solid #900;
  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
----------------------------------------------------------*/
#nav {
  top: 594px;
  width: 100%;
  z-index: 1000;
  background: url(../img/navi_bg.png) repeat-x top;
  height:87px;
}

#nav ul {
  overflow: hidden;
  width: 960px;
  margin: 0px auto 0px;
  padding: 0;
}

#nav li {
  float: left;
  margin-top:10px;
}

.fixed{
  position: fixed;
  top: 0px;
  left: 0px
  z-index: 9999;
}



/* point
----------------------------------------------------------*/
#point{
	background:url(../img/point_bg.png) repeat-x top;
	height:942px;
}

#point .inner{
}

.point1{
	position:absolute;
	top:50px;
	left:0;
	width:960px;
	height:310px;
}

.point2{
	position:absolute;
	top:250px;
	right:0;
	width:851px;
	height:402px;
}

.point3{
	position:absolute;
	top:560px;
	left:0;
	width:942px;
	height:310px;
}


/* play
----------------------------------------------------------*/
#play.section {
 	margin-top: 37px;
}
#play.section h3 {
	background: url(../img/play_ttl.png) top center no-repeat;
	text-indent: -9999px;
	width: 1012px;
	height: 142px;
	margin:0 auto;
}

#play .inner{
	background:url(../img/white_bg.png) top center repeat-y;
	padding:0 15px;
	width:930px;
}

#play .play_bg{
	background-color:#FFFEF5;
	padding:20px 20px 40px 20px;
}

#play p{
	margin-top:15px;
	font-size:16px;
	line-height:1.4em;
	color:#663300;
}

#play .under{
	margin:0 auto;
	text-align:center;
}

#play1 .play1_ttl{
	width:445px;
	float:left;
}

#play1 .play1_map{
	width:400px;
	float:right;
}

#play1 .play1_img{
	width:520px;
	height:300px;
	float:left;
	text-align:right;
	margin-top:40px;
}

#play1 .play1_cap{
	width:350px;
	height:325px;
	float:right;
	margin-top:15px;
	position:relative;
}

#play1 .play1_cap p{
	position:absolute;
	bottom:0;
}

#play2{
	margin-top:60px;
}

#play2 .box{
	position:relative;
	height:800px;
}

#play2 .img1{
	right:0;
	top:30px;
	position:absolute;
}

#play2 .img2{
	right:270px;
	top:30px;
	position:absolute;
	background:url(../img/play2_1_txt.png) no-repeat;
	width:265px;
	height:142px;
	padding:28px 40px 0 15px;
}

#play2 .img2 p{
	font-size:14px;
	line-height:1.2em;
}

#play2 .img4{
	right:220px;
	top:290px;
	position:absolute;
}

#play2 .img5{
	left:0;
	top:550px;
	position:absolute;
}

#play2 .img6{
	right:0;
	top:550px;
	position:absolute;
	background:url(../img/play2_3_txt.png) no-repeat;
	width:385px;
	height:130px;
	padding:50px 10px 0 45px;
}

#play2 .img6 p{
	font-size:14px;
	line-height:1.2em;
}

#play3{
	margin-top:-60px;
	padding-top:60px;
}

#play3 .bg{
	background:url(../img/play3_bg.jpg) top no-repeat;
	height:426px;
	position:relative;
}

#play3 p{
	margin:0;
	padding:0 30px;
}

#play3 .img1{
	top:85px;
	left:25px;
	position:absolute;
}

#play3 .img2{
	top:125px;
	left:30px;
	position:absolute;
}

#play3 .img3{
	top:125px;
	right:30px;
	position:absolute;
}

#play3 .img4{
	top:370px;
	left:35px;
	position:absolute;
}

#play4{
	margin-top:60px;
}

#play4 p.txt{
	float:left;
	width:450px;
	margin-top:20px;
}

#play4 .img{
	float:right;
	width:400px;
	margin-top:20px;
}

#play4 .box{
	margin-top:40px;
}

#play4 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color:#FFFEF5;
  border-top: #FFFEF5 1px solid;
  border-left: #FFFEF5 1px solid;
  color: #400e11;
}
#play4 table th, #play4 table td {
  border-right: #FFFEF5 1px solid;
  border-bottom: #FFFEF5 1px solid;
  padding: 8px 15px;
  font-weight:normal;
  font-size: 16px;
}

#play4 table td.dot {
	background:url(../img/play4_dot.gif) top repeat-y;
	width:1px;
	padding:0;
}

#play4 table .evettl {
  font-weight: bold;
  text-align: left;
  background-color: #CC0000;
  color: #FFF;
  padding: 8px 15px;
  font-size: 16px;
}

#play4 table .red1{
	background-color:#FF9999;
	text-align:left;
}

#play4 table .red2{
	background-color:#FFCCCC;
	text-align:left;
}

#play4 table .nowrap {
  white-space: nowrap;
}

#play5{
	margin-top:60px;
}

#play5 p.txt{
	margin-top:20px;
}

#play5 .place{
	margin-top:60px;
	text-align:center;
}

#play5 .box{
	margin-top:40px;
	float:left;
	width:450px;
}

#play5 .img{
	margin-top:40px;
	float:right;
}

#play5 p.txt{
	margin-top:30px;
}

#play5 .img2{
	margin-top:30px;
	text-align:center;
}



/* data
----------------------------------------------------------*/

#data.section {
 	margin-top: 37px;
}
#data.section h3 {
	background: url(../img/data_ttl.png) top center no-repeat;
	text-indent: -9999px;
	width: 1012px;
	height: 142px;
	margin:0 auto;
}

#data .inner{
	background:url(../img/white_bg.png) top center repeat-y;
	padding:0 15px;
	width:930px;
}

#data .play_bg{
	background-color:#FFFEF5;
	padding:20px 20px 40px 20px;
}

#data p{
	margin-top:15px;
	font-size:16px;
	line-height:1.4em;
	color:#663300;
}

#data a{
	color:#CC0000;
	text-decoration:underline;
}

#data table {
  border-collapse: collapse;
  border-spacing: 0;
}

#data table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: #FFF;
  border-top: #CC0000 1px solid;
  border-left: #CC0000 1px solid;
  color: #400e11;
}
#data table th, table td {
  border-right: #CC0000 1px solid;
  border-bottom: #CC0000 1px solid;
  padding: 8px 15px;
  font-size: 16px;
}
#data table th {
  font-weight: bold;
}
#data table thead {
  white-space: nowrap;
  font-weight: bold;
}
#data table thead th {
  text-align: left;
  background-color: #CC0000;
  color: #FFF;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
}
#data table tbody th {
  background-color: #FFD6D0;
  text-align: center;
  white-space: nowrap;
  padding: 5px 5px;
}
#data table tbody td {
  text-align: left;
}
#data table .thumb {
  background-color: #fff;
  width: 100px;
  text-align: center;
}
#data table .nowrap {
  white-space: nowrap;
}

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

#data .under{
	margin:0 auto;
	text-align:center;
}





/* story
----------------------------------------------------------*/
#story.section {
 	margin-top: 37px;
}
#story.section h3 {
	background: url(../img/story_ttl.png) top center no-repeat;
	text-indent: -9999px;
	width: 1012px;
	height: 142px;
	margin:0 auto;
}

#story .inner{
	background:url(../img/story_bg.png) top center no-repeat;
	padding:20px 35px 0 35px;
	width:890px;
	height:656px;
}

#story p{
	font-size:16px;
	line-height:1.4em;
	color:#FFF;
	font-weight:bold;
}


/* attention
----------------------------------------------------------*/
#attention.section {
 	margin-top: 37px;
}
#attention.section h3 {
	background: url(../img/attention_ttl.png) top center no-repeat;
	text-indent: -9999px;
	width: 1012px;
	height: 142px;
	margin:0 auto;
}

#attention .inner{
	background:url(../img/white_bg.png) top center repeat-y;
	padding:0 15px;
	width:930px;
}

#attention .play_bg{
	background-color:#FFFEF5;
	padding:20px 20px 30px 20px;
}

#attention p{
	margin-top:15px;
	font-size:16px;
	line-height:1.4em;
	color:#663300;
}

#attention .under{
	margin:0 auto;
	text-align:center;
}

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

.attention {
  text-align: left;
  list-style-type: disc;
  margin: 0 auto;
}

.attention li {
  text-indent: -1em;
  line-height: 1.5;
  padding-left: 1em;
}


/* footer
----------------------------------------------------------*/
#footer {
	margin-top:60px;
  background: #663300;
  color: #fff;
  min-height: 60px;
  text-align: center;
  padding-top: 50px;
}
#footer #copy {
  font-size: 11px;
  font-weight: bold;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}


/* pickup
----------------------------------------------------------*/
#pickup h2 {
  position: relative;
  top: 0;
  left: 0;
}    
