@charset "utf-8";

/* =========================

  1. 全ページ共通スタイル
	2. トップページ
	3. キャラクター
	4. アクション
	5. 操作方法
	6. キャラクターセレクト画面
	7. “PSN”について
	8. ネットワークモード
  9. ゲームモード

========================= */

/* -------------------------
  全ページ共通スタイル
------------------------- */

/* ベース */

body {
	background: url(../img/bg.jpg) top center repeat-x #1e5398;
}

@media screen and (max-width: 680px){ .sp { display: none;} }
@media screen and (min-width: 680px){ .pc { display: none;} }

/* ヘッダー */

#header {
	background: url(../img/header-bg.png) repeat-x 0 0;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#header-inr {
	height: 60px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 980px;
}

#header h1 {
	color: #fff;
	font-weight: bold;
	margin-left: 60px;
	padding: 18px 0 0;
	text-align: left;
}

#header h1.chara {
	padding: 13px 0 0;
	font-size: 15px;
	width: 30%;
}

#header div#language {
  top: 12px;
  position: absolute;
  overflow: hidden;
  right: 0;
  text-align: right;
  z-index: 10000;
}

#header div#language p{
  float: left;
  margin: 0 0 0 5px;
}

#header div#language .sp {
  display: none;
}

#header div#language .pc {
  display: block;
}

#header .jp.on {
  background: url("../../img/nav/jp_bg-on.jpg") no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .en.on {
  background: url("../../img/nav/en_bg-on.jpg") no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .kr.on {
  background: url("../../img/nav/kr_bg-on.jpg") no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .ch.on {
  background: url("../../img/nav/ch_bg-on.jpg") no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .fre.on {
  background: url("../../img/nav/fre_bg-on.jpg") no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .ita.on {
  background: url("../../img/nav/ita_bg-on.jpg") no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .ger.on {
  background: url("../../img/nav/ger_bg-on.jpg") no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .spa.on {
  background: url("../../img/nav/spa_bg-on.jpg") no-repeat;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .jp {
  background: url("../../img/nav/jp_bg-off.jpg") no-repeat;
}

#header .en {
  background: url("../../img/nav/en_bg-off.jpg") no-repeat;
}

#header .kr {
  background: url("../../img/nav/kr_bg-off.jpg") no-repeat;
}

#header .ch {
  background: url("../../img/nav/ch_bg-off.jpg") no-repeat;
}
 
#header .fre {
  background-image: url("../../img/nav/fre_bg-off.jpg");
}

#header .ita {
  background-image: url("../../img/nav/ita_bg-off.jpg");
}

#header .ger {
  background-image: url("../../img/nav/ger_bg-off.jpg");
}

#header .spa {
  background-image: url("../../img/nav/spa_bg-off.jpg");
} 

#header .jp a {
  width: 70px;
  height: 28px;
  background: url("../../img/nav/jp_bg-off.jpg") no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .en a {
  width: 70px;
  height: 28px;
  background: url("../../img/nav/en_bg-off.jpg") no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .kr a {
  width: 70px;
  height: 28px;
  background: url("../../img/nav/kr_bg-off.jpg") no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
} 

#header .ch a {
  width: 70px;
  height: 28px;
  background: url("../../img/nav/ch_bg-off.jpg") no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
} 

#header .fre a {
  width: 70px;
  height: 28px;
  background: url("../../img/nav/fre_bg-off.jpg") no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .ita a {
  width: 70px;
  height: 28px;
  background: url("../../img/nav/ita_bg-off.jpg") no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .ger a {
  width: 70px;
  height: 28px;
  background: url("../../img/nav/ger_bg-off.jpg") no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header .spa a {
  width: 70px;
  height: 28px;
  background: url("../../img/nav/spa_bg-off.jpg") no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
} 

#header .jp a:hover {
  background-image: url("../../img/nav/jp_bg-on.jpg");
}

#header .en a:hover {
  background-image: url("../../img/nav/en_bg-on.jpg");
}

#header .kr a:hover {
  background-image: url("../../img/nav/kr_bg-on.jpg");
}

#header .ch a:hover {
  background-image: url("../../img/nav/ch_bg-on.jpg");
}

#header .fre a:hover {
  background-image: url("../../img/nav/fre_bg-on.jpg");
}

#header .ita a:hover {
  background-image: url("../../img/nav/ita_bg-on.jpg");
}

#header .ger a:hover {
  background-image: url("../../img/nav/ger_bg-on.jpg");
}

#header .spa a:hover {
  background-image: url("../../img/nav/spa_bg-on.jpg");
}


@media screen and (max-width: 680px) {

#header {
  height: 95px;
  width: 100%;
}

#header-inr {
  background: url(../img/header-bg.png) bottom repeat-x;
  margin: 0;
  height: 95px;
  width: 100%;
}

#header div#language .sp {
  display: block;
}

#header div#language .pc {
  display: none;
}

#header div#language {
  overflow: hidden;
  position: absolute;
  right: 3%;
  top: 12px;
  z-index: 10000;
  width: 83%;
}

#header div#language .lang-box{
  height: 40px;
  text-align: right;
}

#header div#language .lang-box p{
  margin-bottom: 5px;
}

}

/* ナビゲーションアイコン */

#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;
}

/* コンテンツ枠 */

#top #content {
	background: #e8e8e8;
	margin: 0 auto;
	padding: 51px 0 30px;
	width: 980px;
}

#content {
	background: #fff;
	margin: 0 auto;
	padding: 51px 0 30px;
	width: 980px;
}

@media screen and (max-width: 680px) {

#top #content {
	background: #e8e8e8;
	margin: 0 auto;
	padding: 85px 0 30px;
	width: 980px;
}

#content {
	padding-top: 90px;
	width: 100%;
}

}

/* コンテンツ見出し */

#content h2 {
	background: url(../img/ttl-bg_icon.gif) no-repeat top left, url(../img/ttl-bg_bottom.gif) no-repeat top right, url(../img/ttl-bg.gif) top;
	-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: 12px 10px 11px 80px;
	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-icon.gif) no-repeat 0 100%, #fff url(../img/subheag-bg.gif) left bottom repeat-x;
	-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: #3760df;
	font-size: 16px;
	line-height: 2.5;
	margin: 40px auto 0;
	padding-left: 45px;
	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: 15px;
	line-height: 100%-32px;
	padding: 17px 0;
	text-align: center;
	width: 90%;
}

#content h2:first-child {
	margin: 30px auto 0;
	text-align: center;
}

#content h3 {
	width: 90%;
}

}

@media screen and (max-width: 400px) {

#content h2 {
	font-size: 18px;
	line-height: 100%-5%;
	text-align: center;
	width: 90%;
}

#content h3 {
	width: 90%;
}

}

/* コンテンツ本文 */

#content p {
	line-height: 1.375;
	margin: 14px 80px 0;
}

#content p.notes {
	clear: both;
	display: block;
	padding-top: 30px;
}

#content p.sw_notes {
  border: 1px solid #e0e0e0;
  color: #ff9900;
  clear: both;
  display: block;
  font-weight: bold;
  height: auto;
  margin: 30px 80px 10px;
  padding: 10px 0;
  text-align: center;
  width: 820px;
}

@media screen and (max-width: 680px) {

#content p,
#content p.notes {
	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 p.img.float img.clr {
	border: none;
	margin-top: 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: 57px;
	left: -10%;
	position: absolute;
	top: 38%;
	width: 70px;
}

#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;
	height: 70px;
	left: 0;
	margin: auto;
	right: 0;
	top: -43px;
	width: 56px;
}

#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: #071a55;
	border-right: 3px solid #fff;
	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 #071a55;
	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: #111;
	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;
	color: #fff;
}

#content .box p:first-child {
	margin-top: 0;
}

#content .box .yl {
	color: #fff100;
}

#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;
	color: #000;
	line-height: 160%;
	font-size: 12px;
  position: relative;
	text-align: center;
	margin: 30px auto 0;
  z-index: 9999;
}

@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 auto;
}

#top #content .box.border {
	background:#FFF;
	left:40px;
	position:absolute;
	top: 379px;
	width:390px;
	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: 350px;
	text-align:justify;
	text-justify: inter-ideograph;
	font-size:90%;
}

#top #content .box.border p {
	color: #000;
	margin-top: 15px;
}

#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 {
  width: 100%;
}

#top #content .box.border {
	display: none;
}

}

/* アンケート */

#top #content .enquete {
	background: #fff;
	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: #fff;
	margin: 20px auto 20px;
	padding: 0 0 13px;
	text-align: left;
	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 20px 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: 20px 0;
}

}

/* -------------------------
  イントロダクション
------------------------- */

#introduction p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* -------------------------
  キャラクター
------------------------- */

#character #content {
	height:auto;
	min-height: 1000px;
	position: relative;
}

#content div#title p {
  border: 1px solid #e0e0e0;
  color: #345ddc;
  font-weight: bold;
  height: 50px;
  margin: 20px auto -20px;
  line-height: 50px;
  text-align: center;
  width: 90%;
}

#content div#title p.uni {
  border: 1px solid #e0e0e0;
  color: #345ddc;
  font-size: 12px;
  font-weight: bold;
  height: 50px;
  margin: 20px auto -20px;
  line-height: 50px;
  text-align: center;
  width: 90%;
}

/* キャラクター名 */

#character h2 {
	background: url(../img/ttl-bg_top02.gif) top left no-repeat, url(../img/ttl-bg_bottom02.gif) top right no-repeat, url(../img/ttl-bg02.gif) top left;
	background-color: #111;
	height: 53px;
	padding: 12px 0 20px 80px;
	position: relative;
	text-align: left;
	z-index: 10;
}

#character h2 small {
	bottom: 15px;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	right: 80px;
}

@media screen and (max-width: 680px) {

#character h2 {
	font-size: 22px;
	padding: 8px 0 15px;
	text-align: center;
	width: 90%;
}

#character h2:first-letter {
	font-size: 22px;
}

#character h2 small {
	bottom: auto;
	display: block;
	font-size: 11px;
	padding-top: 2px;
	position: relative;
	right: auto;
}

}

/* キャラクター画像 */

#character p.character img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@media screen and (max-width: 680px) {

#character p.character {
	margin: 0 auto;
}

#character p.character img {
	position: inherit;
	right: auto;
	top: auto;
}

}

#character #content dl div {
	margin: 0;
}

#character .chara_box{
  position: relative;
}

/* 技表注釈 */

#character .note {
	color: #111;
	font-size: 12px;
	line-height: 160%;
	position: relative;
	margin: 20px 0 0 80px;
	width: 410px;
	z-index: 1000;
}

#character p.copy {
	bottom: 0;
	clear: both;
	color: #111;
	font-size: 12px;
	text-align: center;
	width: 90%;
	z-index: 2;
}

@media screen and (max-width: 680px) {

#character .note {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 90%;
}

}

/* 技表 */

#character .command {
	font-size: 11px;
	margin: 20px 0 0 80px;
	position: relative;
	width: 410px;
	z-index: 1000;
}

#character .command h3 {
	background: #4359bf;
	color: #fff;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin: 2px 0 0;
  border: #fff 2px solid;
	padding: 9px 0 9px 6px;
	width: auto;
}

#character .command .unique h3
#character .command .unique2 h3{
	margin: 10px 0 0;
}

#character .command div.astral + h3 {
	margin-top:15px !important;
}

#character .command .ex_skill h3 {
	background: #126773;
	color: #fff;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin: 10px 0 0;
	padding: 9px 0 9px 6px;
	width: auto;
}

#character .command .ex_skill div.astral + h3 {
	margin-top:15px !important;
}

#character .command .skill h3 {
	background: #28ba4a;
	color: #fff;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin: 10px 0 0;
	padding: 9px 0 9px 6px;
	width: auto;
}

#character .command .skill div.astral + h3 {
	margin-top:15px !important;
}

#character .command .distortion_duo h3 {
	background: #a00016;
	color: #fff;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin: 10px 0 0;
	padding: 9px 0 9px 6px;
	width: auto;
}

#character .command .distortion_duo div.astral + h3 {
	margin-top:15px !important;
}

#character .command .distortion h3 {
	background: #e6005a;
	color: #fff;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin: 10px 0 0;
	padding: 9px 0 9px 6px;
	width: auto;
}

#character .command .distortion div.astral + h3 {
	margin-top:15px !important;
}

#character .command .reversal h3 {
	background: #28a0ba;
	color: #fff;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin: 10px 0 0;
	padding: 9px 0 9px 6px;
	width: auto;
}

#character .command .reversal div.astral + h3 {
	margin-top:15px !important;
}

#character .command table {
  background: #fff;
	border-bottom: 1px solid #fff;
	border-collapse: separate;
	border-spacing: 2px;
	line-height: 1.1;
	margin: 0 auto;
	width: 100%;
}

#character .command th,
#character .command td {
	background: #fff;
	padding: 4px 5px;
	vertical-align: middle;
}

#character .command th{
	border-right: 2px solid #fff;
}

#character .command th {
	background: #bfcaff;
	font-weight: normal;
	text-align: left;
	width: 135px;
}

#character .command .reversal th {
	padding-top: 1px;
	background: #c5ebf3;
}

#character .command .ex_skill th {
	background: #d4e0e2;
}

#character .command .skill th {
	background: #d4e0e2;
}

#character .command .distortion_duo th {
	background: #ffe7f0;
}

#character .command .distortion th {
	background: #ffe7f0;
}

#character .command td {
	border: solid 1px #bfcaff;
  box-sizing: border-box;
}

#character .command .reversal td {
	border: solid 1px #c5ebf3;
}

#character .command .ex_skill td {
	border: solid 1px #d4e0e2;
}

#character .command .skill td {
	border: solid 1px #d4e0e2;
}

#character .command .distortion_duo td {
	border: solid 1px #ffe7f0;
}

#character .command .distortion td {
	border: solid 1px #ffe7f0;
}


@media screen and (max-width: 680px) {

#character .command {
	margin-top: -32vw;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

#character .command h3:first-child {
	margin-top: -15px;
}

#character .command table {
	margin-bottom: 20px;
}

}


/* -------------------------
  アクション
------------------------- */

#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%;
}

}


/* -------------------------
  ゲームモード
------------------------- */

#game_mode #content .box {
	background:#efefef;
}

#game_mode #content .tag ul{
  display: -webkit-flex;
  display: flex;
  margin: 15px auto 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 820px;
}

#game_mode #content .tag li.txt{
  line-height: 1.375;
  width: 360px;
}

#game_mode #content .tag li.ss{
  float: left;
}

#game_mode #content .tag li.ss img{
  border: 1px solid #000346;
}

@media screen and (max-width: 680px) {
  #content h3 {
    width: 90%;
  }
  
  #game_mode #content .tag ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
  }
  
  #game_mode #content .tag li.ss{
    margin-top: 15px;
  }
}

/* -------------------------
  ゲームモード
------------------------- */

@media screen and (min-width: 680px) {
#game #content table {
  margin: 15px 80px 0 0;
  width: 400px;
}
}

@media screen and (max-width: 680px) {
#game #content table {
  margin: 15px auto 0;
  width: 90%;
}
}

#game #content table th {
  background: #3760df;
  border: 1px solid #3760df;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

#game #content table td {
  border: 1px solid #3760df;
  padding: 10px;
  width: auto;
}

