﻿@charset "utf-8";
/* CSS Document */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .txt_pic,
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .txt_pic,
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* common
------------------------------------------------- */
a {text-decoration: none;color: #fff; text-decoration:none;}
a:hover {text-decoration: underline;}
img{border:none;outline:none;vertical-align:bottom;}
ul li{list-style:none;}
body {font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;font-size: 14px;color: #fff;line-height: 1.7;}

/* ------- header ------- */
#gungho {
	background: url(../img/common/header_line.gif) repeat-x scroll 0 0 white;
	height: 36px;
	vertical-align: bottom;
	width: 100%;
	z-index: 100;
	position: relative;
}
#gungho p#ragnarok {
	background: url(../img/common/header_bg.gif) no-repeat scroll 100% 0 white;
	height: 30px;
	text-align: left;
	width: 100%;
}
#sns {
	position: absolute;
	z-index: 100;
	top: -50px;
	right: 0;
}
#data #sns,#story #sns,#point #sns,#info01 #sns{
	top:50px;

}
#sns ul {
	zoom: 100%;
}
#sns ul li {
	margin-left: 10px;
	display: inline-block;
	min-width: 75px;
	vertical-align: top;
}

/* ------- nav ------- */
#nav {
	position: absolute;
	width: 100%;
	height: 81px;
	background: url(../img/common/nav_bg.jpg) repeat-x;
}
#nav ul li {
	position: relative;
	float: left;
	z-index: 160;
}

/* ------- footer ------- */
#footer {
	padding-top: 42px;
	text-align: center;
	background: #030701;
}
#footer h2 {
	margin-bottom: 60px;
}
#footer #aboutBox dl {
	float: left;
	margin: 0 36px 50px 0;
	width: 284px;
	text-align: left;
	color: #fff;
}
#footer #aboutBox dt {
	margin-bottom: 20px;
}
#aboutBtn {
	margin-bottom: 40px;
}
#snsLink {
	overflow: hidden;
	width: 920px;
	margin: 0 auto 25px;
}
#snsLink li {
	float: left;
	margin: 0 80px;
}
#copyrightArea {
	text-align: center;
	font-family: serif;
	color: #fff;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#copyrightArea p {
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 24px;
}

/* style
------------------------------------------------- */
.box {
	width: 960px;
	margin: 0 auto;
}
.main {
	float: left;
	margin-right: 16px;
}
.sub {
	overflow: hidden;
	text-align: left;
}
.col2 {
	overflow: hidden;
}
.sec .col2 .main {
	width: 50%;
}
.sec .col2 .sub {
	text-align: right;
}
.col3 li {
	float: left;
	width: 33.333%;
	text-align: left;
}
.inner {
	margin: 0 30px;
}
.main.inner,
.main .inner {
	margin: 0 0 5px 30px;
}
.sub.inner {
	margin: 0 30px 0 0;
}
.notice {
	padding: 25px 0 0 4em;
	text-indent: -1.5em;
	font-size: 12px;
	color: #afb1ff;
}
.notice li {
	padding-bottom: .5em;
}
.inner .notice {
	padding: 5px 0 25px 20px;
}
.clear {
	clear: both;
}

/* index
------------------------------------------------- */
/* ------- header ------- */
body#index {
	height: 641px;
	background: url(../img/index/header_bg.jpg) center top no-repeat;
	background-size: cover;
	-moz-background-size:cover;
}
#index #header {
	position: relative;
	width: 960px;
	margin: 70px auto;
}
#index #header p {
	position: relative;
	z-index: 160;
}
#index #chara {
	position: absolute;
	top: 18px;
	left: 385px;
	z-index: 150;
}
#index #nav ul {
	width: 964px;
}

/* ------- slider ------- */
#index #sliderContainer > * {
	margin: 0;padding: 0;
	width: 100%;
}
#index #sliderContainer {
	width: 100%;
	height: 262px;
	padding-top: 107px;
	overflow-x: hidden;
	background: url(../img/index/slider_bg.jpg) no-repeat;
	background-size: cover;
	-moz-background-size:cover;
}
#index #slideAll {
	width: 687px;
	height: 262px;
	margin: 0 auto;
	position: relative;
}
#index #sliderWrap {
	width: 2034px;
	position: absolute;
	left: 50%;
	margin-left: -1147px;
}
#index #slideBody {
	width: 100%;
}
#index .slide {
	line-height: 1.8;
	width: 687px;
	padding: 24px;
	background: url(../img/index/slider_box_bg.png) center top no-repeat;
}
#index .slide img {
	float: left;
	width: 251px;
	margin-right: 27px;
}
#index .slide h3 {
	font-size: 20px;
	font-weight: bold;
	color: #7fb5d7;
	line-height: 1.5;
	margin-bottom: 20px;
}
#index .slide p,
#index .slide a {
	font-size: 16px;
	color: #fff;
}
#index .slide a {
	display: block;
	text-align: right;
	background: url(../img/index/arrow_black.png) 573px 2px no-repeat;
}

/* ------- contents ------- */
#contents01 .box,
#contents012 .box,
#contents02 .box,
#contents03 .box {
	width: 978px;
	padding-top: 75px;
	color: #fff;
	font-size: 15px;
	height: 420px;
}
#contents01 h3,
#contents012 h3,
#contents02 h3,
#contents03 h3 {
	margin-bottom: 40px;
}
#contents01 a,
#contents012 a,
#contents02 a,
#contents03 a {
	padding-left: 25px;
	background: url(../img/index/arrow_white.png) center left no-repeat;
}
#contents01 p,
#contents012 p,
#contents03 p {
	width: 410px;
	margin: 0 auto 55px;
}
/*point*/
#point .point-box{
	clear:both;
}
#point .point-text{
	float:left;
	width:580px;
	margin:0 0 0 40px;
}

#point .point-img{
	float:right;
	width:270px;
	margin:0 40px 0 0;
}
/* 作戦指示書 */
#contents01 {
	background: url(../img/index/01_bg.jpg) no-repeat;
	background-size: cover;
	-moz-background-size:cover;
}
#contents01 .main {
	width: 482px;
}
/* 緊急指令 */
#contents012 {
	background: url(../img/index/012_bg.jpg) no-repeat;
	background-size: cover;
	-moz-background-size:cover;
}
#contents012 .main {
	width: 482px;
}

/* 異界調査資料 */
#contents02 {
	height: 520px;
	background: url(../img/index/02_bg.jpg) no-repeat;
	background-size: cover;
	-moz-background-size:cover;
}
#contents02 h3 {
	text-align: center;
	margin-bottom: 5px;
}
#contents02 li a {
	display: block;
	margin: 250px 0 0 5px;
}
#contents02 li:first-child {
	background: url(../img/index/02_img01.png) center left no-repeat;
}
#contents02 li:nth-child(2) {
	background: url(../img/index/02_img02.png) center left no-repeat;
}
#contents02 li:nth-child(3) {
	background: url(../img/index/02_img03.png) center left no-repeat;
}

/* 調査背景 */
#contents03 {
	background: url(../img/index/03_bg.jpg) no-repeat;
	background-size: cover;
	-moz-background-size:cover;
}
#contents03 .main {
	width: 482px;
}
#contents03 a {
	margin-left: 30px;
}


/* sec common
------------------------------------------------- */
/* ------- header ------- */
body.sec {
	background:#0b090c url(../img/common/header_bg.jpg) center 36px no-repeat;
}
.sec #header {
	height: 231px;
	overflow: hidden;
}
.sec #nav {
	position: relative;
	top: 60px;
	width: 100%;
}
.sec #nav ul {
	width: 980px;
}
.sec #nav ul li:first-child {
	position: relative;
	top: -150px;
	left: -15px;
	overflow: hidden;
}

/* ------- contents ------- */
.sec #container {
	background: url(../img/common/contents_bg.jpg) center top no-repeat;
}
.sec h1 {
	text-align: center;
	margin-bottom: 40px;
}
.sec h2 {
	margin-bottom: 10px;
	padding: 0 0 15px 35px;
	font-family: serif;
	font-size: 27px;
	background: url(../img/common/h2_bg.png) center bottom no-repeat;
}
.sec h3 {
	margin-bottom: 15px;
}
.sec h4 {
	margin-bottom: 15px;
	padding: 12px 23px;
	font-family: serif;
	font-size: 18px;
	background: url(../img/common/h4_bg.jpg) center left no-repeat;
}
.sec p {
	margin-bottom: 15px;
}
.sec .box {
	margin-bottom: 90px;
}
.sec .section {
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
}
.sec .main {
	width: 583px;
	text-align: left;
}
/*.sec #container .box {
	margin-top: 0;
	padding-top: 90px;
}*/
/* table */
table {
	width: 100%;
	margin:0 auto;
	border-top: 1px #636973 solid;
	border-left: 1px #636973 solid;
}
table.non {
	margin-bottom: 0 !important;
}
table tr th,
table tr td {
	padding: 14px;
	border-right: 3px #363e4a solid;
	border-bottom: 1px #636973 solid;
	vertical-align:top;
	text-align: left;
}
table tr th {
	font-size: 16px;
	text-align: center;
	font-weight:bold;
	white-space: nowrap;
	color: #b3bbc9;
	background: #2e3644;
}
table td {
	color: #808ca0;
	background: #19202c;
}
table caption {
	padding: 14px;
	border:#ac6715 1px solid;
	border-bottom:none;
	font-weight:bold;
	text-align: left;
	background: #e3722d;
}
table.item th { width: 100px; }
table.item td.cell01 { width:20%; }
table.item td.cell02 { width:12%; }
table.item td.image {
	width:20%;
	text-align:center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-bottom:#ac6715 1px solid;
	border-right:#ac6715 1px solid;
}
table.details th { width:20%; }
table.shoplist td{ width:25%; }
ul li {
	/*text-indent: -1em;*/
}
caption {
	border-top: #ac6715 1px solid;
	border-left: #ac6715 1px solid;
	border-right: #ac6715 1px solid;
	border-bottom:#ac6715 1px solid;
	padding: 5px 8px;
	text-align:left;
}
td.subTitle {
	text-align: center;
	font-weight: bold;
	border: 1px #636973 solid;
}
table.blue th,
table.green th,
table.blue td,
table.green td {
	color: #fff;
}
table.blue th {
	width: 210px;
	background: #203251;
	border-right: 1px #636973 solid;
}
table.blue td {
	border-right: 1px #636973 solid;
	text-align: center;
	background: #19202c;
}
table.blue td.subTitle {
	background: #576273;
}
table.green th {
	width: 210px;
	border-right: 1px #636973 solid;
	background: #205131;
}
table.green td {
	border-right: 1px #636973 solid;
	text-align: center;
	background: #16291d;
}
table.green td.subTitle {
	background: #50745c;
}

/* ------- footer ------- */
.sec #footer {
	background: url(../img/common/footer_bg.jpg) top repeat-x;
}


/* story
------------------------------------------------- */
#story #container .box {
	height: 1070px;
	background: url(../img/story/img01.png) center no-repeat;
}
#story p {
	display: none;
}

/* point
------------------------------------------------- */
#point h2:first-child {
	margin-bottom: 0;
}
#point .inner {
	margin-bottom: 80px;
}
#point .inner p.inner {
	position: relative;
	margin-bottom: -15px;
}
#point .notice {
	padding: 0 0 0 20px;
}

/* info01
------------------------------------------------- */
#info01 table .thumb {
	text-align: center;
	vertical-align: bottom;
	width: 20%;
	padding: 14px 0;
}
#info01 #howToPlay .inner {
	text-align: left;
}
#info01 #howToPlay .notice {
	margin-bottom: 40px;
}
#info01 #howToPlay table {
	width: 931px;
}
#info01 #howToPlay h4 {
	background: none;
	margin-bottom: 0;
}
#monsterCheck {
	padding-top: 240px;
	background: url(../img/info01/img08.jpg) top center no-repeat;
}
#monsterCheck li {
	width: 230px;
	float: left;
}
#monsterCheck li+li {
	margin-left: 75px;
}
/* info02
------------------------------------------------- */
#info02 #container .box {
	height: 1070px;
	background: url(../img/info02/img01.jpg) center top no-repeat;
}
#info02 p {
	display: none;
}

/* emergency-order
------------------------------------------------- */
#emergency #nav {
	z-index: 100;
}
#emergency .section {
	position: relative;
	overflow: inherit;
}
#emergency #jobs table {
	float: left;
	width: 430px;
	height: 210px;
	margin: 0 10px 20px;
}
#emergency #jobs table.last {
	width: 880px;
}
#emergency #jobs table .thumb {
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
#emergency table.inner {
	width: 880px;
	margin: 0 auto;
}
#emergency #lineup {
	position: absolute;
	top: -35px;
	left: 110px;
}
#emergency #lineupPoint {
	position: absolute;
	bottom: 120px;
	left: 50px;
}
#emergency table + ul.attention {
	color: #808ca0;
	text-align: right;
	margin: 0 35px 60px 0;
	padding-top: 15px;
}
#emergency #attention {
	text-align: left;
	width: 840px;
	margin: 0 auto;
	background: #7F0C0B;
	padding: 0 20px 20px;
	font-size: 90%;
	border: 1px solid #A50E0E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
#emergency #attention h4 {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}
#emergency #attention h5 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 3px;
}
#emergency #attention ul {
	margin-bottom: 15px;
}
#emergency .point {
	color: #fff71f;
}
#emergency .attention {
	text-align: left;
	font-size: 85%;
}
/* data
------------------------------------------------- */
#data .inner {
	width: 900px;
}
#data table {
	border-top: 1px #636973 solid;
	border-left: 1px #636973 solid;
}
#data table th,
#data table td {
	color: #000;
	background: #D6CDB2;
	border-right: 1px #636973 solid;
	text-align:center;
}
#data table .thumb {
	text-align: center;
	vertical-align: bottom;
}

#data table td.now{
	text-align:center;
}


.mt10{ margin:10px 0 0 0;}