﻿@charset "utf-8";

/* =========================

  1. 全ページ共通スタイル
	2. トップページ
	3. キャラクター
	4. アクション
	5. 操作方法
	6. キャラクターセレクト画面
	7. “PSN”について
	8. ネットワークモード

========================= */

/* -------------------------
  全ページ共通スタイル
------------------------- */

/* ベース */

body {
	background: #002573;
	background: -moz-radial-gradient(50% 8%, circle, #67a5c3 400px, #002573 900px);
	background: -webkit-radial-gradient(50% 8%, circle, #67a5c3 400px, #002573 900px);
	background: -ms-radial-gradient(50% 8%, circle, #67a5c3 400px, #002573 900px);
	background: radial-gradient(50% 8%, circle, #67a5c3 400px, #002573 900px);
}

/* ヘッダー */

#header {
	background: url(../img/header-bg.png) repeat-x 0 0;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#header-inr {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

#header h1 {
	color: #fff;
	font-weight: bold;
	padding: 18px 0 0;
	text-align: center;
}

@media screen and (max-width: 680px) {

#header {
	font-size: 16px;
	height: 59px;
}

#header-inr {
	width: 100%;
}

}

/* ナビゲーションアイコン */

#header #nav {
	background: url(../img/nav/icon.gif) no-repeat 15px 17px;
	display: block;
	height: 51px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 0;
	white-space: nowrap;
	width: 50px;
}

/* コンテンツ枠 */

#content {
	background: #FFF;
	margin: 0 auto;
	padding: 51px 0 30px;
	width: 980px;
}

@media screen and (max-width: 680px) {

#content {
	width: 100%;
}

}

/* コンテンツ見出し */

#content h2 {
	background: url(../img/ttl-bg.gif) no-repeat 0 50%;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	color: #fff;
	font-size: 28px;
	margin: 40px auto 0;
	padding: 14px 0 14px 36px;
	padding-bottom: 13px\0; /* IE8以上 */
	padding-bottom: 13px\9; /* IE10以下 */
	padding-top: 15px\0; /* IE8以上 */
	padding-top: 15px\9; /* IE10以下 */
	text-shadow: 1px 1px 0px #000;
	width: 840px;
}

#content h2:first-child {
	margin: 30px auto 0;
}

#content h3 {
	background: url(../img/subhead-bg-bottom.gif) no-repeat 0 100%, #002573 url(../img/subhead-bg.gif) no-repeat 0 0;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	color: #ffe632;
	font-size: 16px;
	line-height: 1.375;
	margin: 40px auto 0;
	padding: 8px 10px 8px 36px;
	padding-bottom: 5px\0; /* IE8以上 */
	padding-bottom: 5px\9; /* IE10以下 */
	padding-top: 11px\0; /* IE8以上 */
	padding-top: 11px\9; /* IE10以下 */
	width: 820px;
}

@media screen and (max-width: 680px) {

#content h2 {
	font-size: 18px;
	width: 90%;
}

#content h2:first-letter {
	font-size: 22px;
}

#content h3 {
	width: 90%;
}

}

/* コンテンツ本文 */

#content p {
	line-height: 1.375;
	margin: 14px 80px 0;
}

@media screen and (max-width: 680px) {

#content p {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

}

/* コンテンツ画像 */

#content .img img {
	border: 1px solid #000346;
}

#content p.img {
	text-align: center;
}

#content p.img.float {
	float: left;
	margin-bottom: 40px;
	margin-right: 10px;
}

#content ul.img {
	margin: 18px auto 0;
	width: 820px;
	zoom: 1;
}

#content ul.img:before,
#content ul.img:after {
	content: "";
	display: table;
}

#content ul.img:after {
	clear: both;
}

#content ul.img li {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}

#content ul.img li:first-child {
	margin: 0;
}

#content ul.img .arrow:after {
	background: url(../img/icon-arrow-right.png) no-repeat 0 0;
	content: "";
	display: block;
	height: 53px;
	left: -7.5%;
	position: absolute;
	top: 38%;
	width: 53px;
}

#content ul.img.triple li img {
	height: auto;
	width: 264px;
}

#content ul.img.triple .arrow:after {
	left: -12%;
	top: 32.2%;
}

#content .img.off img {
	border: 0;
}

@media screen and (max-width: 680px) {

#content img {
	height: auto;
	max-width: 100%;
	width/***/: auto;
}

#content .img img {
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#content p.img.float {
	float: none;
	margin-bottom: auto;
	margin-right: auto;
}

#content ul.img {
	width: 90%;
}

#content ul.img li {
	float: none;
	margin: 10px 0 0;
}

#content ul.img .arrow:after {
	background: url(../img/icon-arrow-down.png) no-repeat 0 0;
	left: 0;
	margin: auto;
	right: 0;
	top: -33px;
	width: 53px;
}

#content ul.img.triple li img {
	width: auto;
}

#content ul.img.triple .arrow:after {
	left: 0;
	top: -33px;
}

#content .img.off img {
	border: 0;
}

}

/* コンテンツリスト */

#content dl {
	font-size: 14px;
	line-height: 1.375;
	margin: 12px auto 0;
	width: 820px;
	zoom: 1;
}

#content dl:before,
#content dl:after {
	content: "";
	display: table;
}

#content dl:after {
	clear: both;
}

#content dl div {
	margin: 3px 0 0;
}

#content dt {
	background: #126773;
	border-right: 3px solid #dee2ed;
	clear: both;
	color: #fff;
	display: table-cell;
	height: auto;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}

#content dd {
	background: #fff;
	border: 1px solid #126773;
	display: table-cell;
	padding: 8px 12px;
	vertical-align: middle;
	width: 589px;
}

#content dl.dcode dt {
	width: 270px;
	text-align:left;
	padding-left:10px;
}

#content dl.dcode dt em {
	font-style:normal;
	color:#ffe632;
}

#content dl.dcode dd {
	width: 509px;
}

#content dl span.right {
	float: right;
	margin: 0 0 0 8px;
}

#content ul.list,
#content ol.list {
	line-height: 1.375;
	margin: 14px auto 0;
	width: 820px;
}

#content ul.list li {
	list-style: disc;
	margin: 0 0 0 1.5em;
}

#content ol.list li {
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

@media screen and (max-width: 680px) {

#content dl {
	width: 90%;
}

#content dt,
#content dd {
	border: 1px solid #222;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 4px 8px;
	width: 100%;
}

#content dt {
	margin-top: 10px;
	text-align: left;
}

#content dl > dt:first-child {
	margin-top: 0;
}

#content ul.list,
#content ol.list {
	width: 90%;
}

#content dl.dcode dt {
	width: auto !important;
}

#content dl.dcode dd {
	width: auto !important;
}

}

/* コンテンツボックス */

#content .box {
	background: #FFF;
	margin: 14px auto 0;
	padding: 14px 0;
	width: 820px;
}

#content .box.border {
	border: 1px solid #bbb;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 840px;
}

#content .box p {
	margin: 14px 14px 0;
}

#content .box p:first-child {
	margin-top: 0;
}

#content .note {
	font-size: 12px;
	margin-top: 30px;
}

@media screen and (max-width: 680px) {

#content .box {
	width: 90%;
}

#content .box p {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

}

/* コンテンツ下部 */

#content p.copy {
	clear: both;
	font-size: 12px;
	text-align: center;
	margin: 30px auto 0;
}

@media screen and (max-width: 680px) {

#content p.copy {
	padding: 0 5px;
}

}

/* フッター */

#footer {
	background: url(../img/footer-bg.png) repeat-x 0 100%;
	height: 60px;
	margin: -9px 0 0;
	position:relative;
}

#footer ul {
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 9px 0 0;
	width: 980px;
	zoom: 1;
}

#footer ul:before,
#footer ul:after {
	content: "";
	display: table;
}

#footer ul:after {
	clear: both;
}

#footer li.next {
	float: right;
}

#footer li.prev {
	float: left;
}

#footer li a {
	color: #fff;
	display: block;
	padding: 16.5px 0;
	text-decoration: none;
}

#footer li a:hover {
	color: #54c0ee;
	text-decoration: underline;
}

@media screen and (max-width: 680px) {

#footer {
	height: 59px;
}

#footer ul {
	width: 90%;
}

}

/* -------------------------
  トップページ
------------------------- */

#top #content {
	position:relative;
}

#top #content p {
	margin: 0;
}

#top #content .box.border {
	background:#FFF;
	left:40px;
	position:absolute;
	top:355px;
	width:350px;
	zoom: 1;
}

#top #content .box.border:before,
#top #content .box.border:after {
	content: "";
	display: table;
}

#top #content .box.border:after {
	clear: both;
}

#top #content .box.border .lb {
	float: left;
	margin: 0 14px 0;
	width: 320px;
	text-align:justify;
	text-justify: inter-ideograph;
	font-size:90%;
}

#top #content .box.border p {
	margin-top: 30px;
}

#top #content .box.border p:nth-child(3) ,
#top #content .box.border p:nth-child(4) {
	clear:left;
	margin-top:5px;
}

#top #content .box.border .qr {
	float: left;
	margin: 0 20px 10px 0;
}

@media screen and (max-width: 680px) {

#top #content .box.border {
	display: none;
}

}

/* アンケート */

#top #content .enquete {
	background: #e1edf3;
	margin: 37px auto 0;
	padding: 0 0 13px;
	width: 900px;
}

#top #content .enquete h2 {
	background: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-shadow: none;
	width: auto;
}

#top #content .enquete p {
	margin: 14px 22px;
}

#top #content .enquete .border {
	background:#FFF;
	border: 1px dotted #bbb;
	margin: 0 22px;
	text-align: center;
	zoom: 1;
}

#top #content .enquete .border:before,
#top #content .enquete .border:after {
	content: "";
	display: table;
}

#top #content .enquete .border:after {
	clear: both;
}

#top #content .enquete .qr {
	float: right;
	margin: 0;
}

#top #content .enquete .border p:nth-child(2) {
	margin-top: 46px;
}

@media screen and (max-width: 680px) {

#top #content .enquete {
	width: 90%;
}

#top #content .enquete h3 {
	width: 100%;
}

#top #content .enquete p {
	margin: 14px 12px 0;
}

#top #content .enquete .qr {
	display: none;
}

#top #content .enquete .border {
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	margin: 14px 10px 0;
	width: auto;
}

#top #content .enquete .border p {
	margin: 10px;
	word-break: break-all;
}

#top #content .enquete .border p:nth-child(2) {
	margin-top: 10px;
}

}

/* お問い合わせ */

#top #content .contact {
	background: #ffffff;
	margin: 20px auto 0;
	padding: 0 0 13px;
	text-align: center;
	width: 900px;
}

#top #content .contact h2 {
	background: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-shadow: none;
	width: auto;
}

#top #content .contact p {
	margin: 20px auto 0;
}

#top #content .contact small {
	display: block;
	margin: 14px 0 0;
}

#top #content .copy img {
	margin: 30px 0 4px;
}

@media screen and (max-width: 680px) {

#top #content .contact {
	width: 90%;
}

#top #content .contact p {
	margin: 12px auto 0;
}

#top #content .contact p.table {
	line-height: 1;
}

#top #content .contact p.table img {
	margin-top: 2px;
}

#top #content .copy {
	margin: 0 auto;
}

#top #content .copy img {
	margin-top: 20px;
}

}

/* -------------------------
  イントロダクション
------------------------- */

#introduction p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* -------------------------
  キャラクター
------------------------- */

#character #content {
	height:auto;
	min-height:970px;
	position: relative;
}

/* キャラクター名 */

#character h2 {
	position: relative;
	z-index: 10;
}

#character h2 small {
	bottom: 13px;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	right: 42px;
}

@media screen and (max-width: 680px) {

#character h2 {
	width: 90%;
}

#character h2 small {
	bottom: auto;
	display: block;
	font-size: 11px;
	padding-top: 5px;
	position: relative;
	right: auto;
}

}

/* キャラクター画像 */

#character p.character img {
	position: absolute;
	right: 0;
	top: 83px;
	z-index: 1;
}

@media screen and (max-width: 680px) {

#character p.character {
	margin-top: 5px;
}

#character p.character img {
	position: inherit;
	right: auto;
	top: auto;
}

}

/* ドライブ */

#character .drive {
	border-collapse: separate;
	border: 2px solid #002573;
	border-bottom:0;
	display: table;
	font-size: 14px;
	margin: 18px 0 0 80px;
	position: relative;
	width: 406px;
	z-index: 1000;
}

#character .over {
	border-top: 1px solid #002573 !important;
}

#character .exceed {
	border-top: 1px solid #002573 !important;
	border-bottom: 2px solid #002573 !important;
}

#character .drive.over ,
#character .drive.exceed {
	margin-top: 0;
}

#character .drive h4,
#character .drive dl {
	display: table-cell;
	vertical-align: middle;
}

#character .drive h4 {
	background: #34ade3;
	border-left: 1px solid rgba(255,255,255,0.35);
	border-right: 1px solid #002573;
	border-top: 1px solid rgba(255,255,255,0.35);
	color: #fff;
	line-height: 1.2;
	text-align: center;
	width: 104px;
}

#character .drive.over h4 {
	background: #015aaa;
}

#character .drive.exceed h4 {
	background: #ce0000;
}

#character .drive dl {
	width: 305px;
}

#character #content dl div {
	margin: 0;
}

#character .drive dt,
#character .drive dd {
	background: #fff;
	border:0;
	border-left: 1px solid rgba(255,255,255,0.35);
	border-top: 1px solid rgba(255,255,255,0.35);
	display: block;
	padding: 5px 8px;
	width: auto;
}

#character .drive dt {
	border-bottom: 1px solid #002573;
}

#character .drive dt {
	background: #34ade3;
	color: #fff;
	font-weight: bold;
	margin-top: 0;
	text-align: left;
}

#character .drive.over dt {
	background: #015aaa;
}

#character .drive.exceed dt {
	background: #ce0000;
}

@media screen and (max-width: 680px) {

#character .drive {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	width: 89%;
}

#character .drive h4 {
	width: 5em;
}

#character .drive dl,
#character .drive dt,
#character .drive dd {
	width: auto;
}

}

/* 技表注釈 */

#character .note {
	font-size: 12px;
	position: relative;
	margin: 18px 0 0 80px;
	width: 410px;
	z-index: 1000;
}

@media screen and (max-width: 680px) {

#character .note {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

}

/* 技表 */

#character #command {
	font-size: 11px;
	margin: 20px 0 0 80px;
	position: relative;
	width: 410px;
	z-index: 1000;
}

#character #command h3 {
	background: #002573 url(../img/character/icon-command.gif) no-repeat 9px 50%;
	color: #ffe632;
	font-size: 18px;
	height: auto;
	line-height: 1;
	margin: 2px 0 0;
	padding: 9px 0 9px 36px;
	width: auto;
}

#character #command div.astral + h3 {
	margin-top:15px !important;
}

#character #command h4 {
	background: #3596a3;
	border: 3px solid #002573;
	border-bottom: 0;
	border-top: 0;
	color: #fff;
	font-size: 14px;
	padding: 4px 5px;
}

#character #command table {
	border-bottom: 3px solid #002573;
	border-collapse: separate;
	border-spacing: 0;
	border-right: 3px solid #002573;
	line-height: 1.1;
	margin: 0 auto;
	width: 100%;
}

#character #command th,
#character #command td {
	background: #fff;
	border: 3px solid #002573;
	border-bottom: 0;
	border-right: 0;
	padding: 4px 5px;
	vertical-align: middle;
}

#character #command th {
	background: #eaf4f6;
	font-weight: normal;
	text-align: left;
	width: 135px;
}

#character #command .distortion h4 {
	background: #ff783d;
}

#character #command .distortion th {
	background: #ffe4d8;
}

#character #command .astral h4 {
	background: #ce0000;
}

#character #command .astral th {
	background: #ffe0e0;
}

@media screen and (max-width: 680px) {

#character #command {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

}

/* -------------------------
  アクション
------------------------- */

#action p:first-child {
	margin-top: 27px;
}

#action ul.list.outside {
	margin-left:488px;
}

@media screen and (max-width: 680px) {

#action ul.list.outside {
	margin-left:auto;
}

}

/* -------------------------
  操作方法
------------------------- */

#control p:first-child {
	margin-top: 27px;
}

/* -------------------------
  操作方法
------------------------- */

#game_screen p:first-child {
	margin-bottom: -10px;
	margin-top: 27px;
}

/* -------------------------
  キャラクターセレクト画面
------------------------- */

#select_screen p:first-child,
#select_screen p:nth-child(2) {
	margin-top: 27px;
}

#select_screen p.img.float {
	margin-bottom: 14px;
}

#select_screen dl {
	clear: both;
}

@media screen and (max-width: 680px) {

#select_screen p:nth-child(2) {
	margin-top: 14px;
}

#select_screen p.img.float {
	margin-bottom: auto;
}

}

/* -------------------------
  ネットワークモード
------------------------- */

#game_mode #content .box {
	background:#efefef;
}

/* -------------------------
  ネットワークモード
------------------------- */

#network_mode dl {
	clear: both;
}

#network_mode p.img.float.network {
	margin-bottom: 14px;
}

#network_mode .nwc {
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 14px;
	margin: 14px auto 0;
	width: 826px;
}

#network_mode .nwc th,
#network_mode .nwc td {
	padding: 10px 0;
	text-align: center;
	width: 14.28%;
}

#network_mode .nwc td.note {
	font-size: 14px;
	padding: 5px 0;
}

#network_mode .nwc .initial {
	border: 1px solid #bbb;
}

#network_mode ul.row {
	margin-top: 10px;
}

@media screen and (max-width: 680px) {

#network_mode .nwc {
	border-spacing: 2px;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	width: 90%;
}

}