@charset "utf-8";
html {
	scroll-behavior: smooth;
}
/*htmlボディの定義。背景色黒、文字色白、文字サイズ15px*/
body{
	font-family: meiryo, sans-serif;
	background-color: black;
	color: white;
	font-size: 15px;
	margin: 0px;
	padding:0px;
	text-align: center;
	line-height: 1.8em;
	max-width: 100%;
	box-sizing: border-box;
}
.base{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1200px;
	box-sizing: border-box;
}
/*テキストリンクの定義。下線なし、色青固定、アクティブ時は黄色*/
a:link{		color: white;
		text-decoration:none;
}
a:visited{	color: white;
		text-decoration:none;
}
a:active{	color:	#aaaaaa;
		text-decoration:none;
}
p{
	line-height:1.8em;
	width:900px;
}
/*h1　見出し大のリンク定義。色青固定　常にトップページへのナビゲーションリンクになる*/
.top:link{
	color:#ffffff;
	text-decoration:none;
}
a.top:visited{
	color:	#ffffff;
	text-decoration:none;
}
hr{
	background-color:#000000;
	color:#000000;
	height:1px;
	border:0px;
}
/*ボタンリンクをリストで記述。*/
.ul_menu{
	list-style:none;
	margin:0;
	padding:0;
}
/*ボタンリンク00、画像なしテキストリンク*/
.button00{
	width:162px;
	height:54px;
	color:#ffffff;
	font-size:1.0em;
	font-weight:bold;
	display:block;
	text-decoration:none;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:3px 3px 1px;
	margin:-1px 0px 0px;
}
#menu{
	float:left;
	width:166px;
}
#menu a:link{
	color:#ffffff;
	text-decoration:none;
}
#menu a:visited{
	color:	#ffffff;
	text-decoration:none;
}
.button00:hover {
	background:#002244;
}
.button01{
	width:162px;
	height:54px;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding:0px;
	margin:0px;
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
	font-size:1.0em;
	font-weight:bold;
	text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
}
.button01:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";}
.button02{
	width:162px;
	height:54px;
	color:#ffffff;
	font-size:1em;
	float: left;
	text-decoration:none;
	padding:0px;
	margin:0.1em;
/*	margin:0px 0px 0px;*/
		opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	display:inline-block;

}
.button02:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	background:#002244;
}
.button02other {
	border: 1px solid dimgray;
	line-height: 54px;
	text-align:center;
}
.button03{
	width:240px;
	height:60px;
	color:#ffffff;
	background-size: 100% auto;
	font-size:1.0em;
	font-weight:bold;
	display:block;
	text-decoration:none;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:3px 3px 1px;
	margin:-1px 0px 0px;
}
.button_ocb{
	width:162px;
	height:97px;
	color:#ffffff;
	display: table-cell;
	text-decoration:none;
	padding:0px;
	margin:0px;
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
	font-size:0.4em;
	font-weight:bold;
	text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
	text-align: center;
	vertical-align: bottom;
}
#ocb{
	background-size: 100% auto;
	background-image:url(image/ocb.png);
}
.button_ocb:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";}
#crabcup{
	background-size: 100% auto;
	background-image:url(image/crabcup.png);
}
#wiki{
	background-size: 100% auto;
	background-image:url(image/wiki.png);
}
.button99{
	width:162px;
	height:54px;
	color:#ffffff;
	font-size:1.0em;
	font-weight:bold;
	display:block;
	text-decoration:none;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding:3px 3px 1px;
	margin:-1px 0px 0px;
}
.button98{
	width:162px;
	height:54px;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding:0px;
	margin:0px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter:alpha(opacity=90);
	-ms-filter:"alpha(opacity=90)";
}
.ul_menu2{
		list-style:none;
		margin:0.1em;
		padding:0;
		overflow:hidden;
}
#button_sc5{
	background-size: 100% auto;
	background-image:url(image/sc5.png);
}
#button_astaroth{
	background-size: 100% auto;
	background-image:url(image/astaroth.png);
}
#button_azwel{
	background-size: 100% auto;
	background-image:url(image/azwel.png);
}
#button_cassandra{
	background-size: 100% auto;
	background-image:url(image/cassandra.png);
}
#button_cervantes{
	background-size: 100% auto;
	background-image:url(image/cervantes.png);
}
#button_geralt{
	background-size: 100% auto;
	background-image:url(image/geralt.png);
}
#button_groh{
	background-size: 100% auto;
	background-image:url(image/groh.png);
}
#button_hilde{
	background-size: 100% auto;
	background-image:url(image/hilde.png);
}
#button_inferno{
	background-size: 100% auto;
	background-image:url(image/inferno.png);
}
#button_ivy{
	background-size: 100% auto;
	background-image:url(image/ivy.png);
}
#button_kilik{
	background-size: 100% auto;
	background-image:url(image/kilik.png);
}
#button_maxi{
	background-size: 100% auto;
	background-image:url(image/maxi.png);
}
#button_mina{
	background-size: 100% auto;
	background-image:url(image/mina.png);
}
#button_mitsurugi{
	background-size: 100% auto;
	background-image:url(image/mitsurugi.png);
}
#button_nightmare{
	background-size: 100% auto;
	background-image:url(image/nightmare.png);
}
#button_raphael{
	background-size: 100% auto;
	background-image:url(image/raphael.png);
}
#button_siegfried{
	background-size: 100% auto;
	background-image:url(image/siegfried.png);
}
#button_sophitia{
	background-size: 100% auto;
	background-image:url(image/sophitia.png);
}
#button_taki{
	background-size: 100% auto;
	background-image:url(image/taki.png);
}
#button_talim{
	background-size: 100% auto;
	background-image:url(image/talim.png);
}
#button_tira{
	background-size: 100% auto;
	background-image:url(image/tira.png);
}
#button_voldo{
	background-size: 100% auto;
	background-image:url(image/voldo.png);
}
#button_xianghua{
	background-size: 100% auto;
	background-image:url(image/xianghua.png);
}
#button_yoshimitsu{
	background-size: 100% auto;
	background-image:url(image/yoshimitsu.png);
}
#button_zasalamel{
	background-size: 100% auto;
	background-image:url(image/zasalamel.png);
}
#button_2b{
	background-size: 100% auto;
	background-image:url(image/2b.png);
}
#button_amy{
	background-size: 100% auto;
	background-image:url(image/amy.png);
}
#button_haohmaru{
	background-size: 100% auto;
	background-image:url(image/haohmaru.png);
}
#button_setsuka{
	background-size: 100% auto;
	background-image:url(image/setsuka.png);
}
#button_hwang{
	background-size: 100% auto;
	background-image:url(image/hwang.png);
}
#button_hwang2{
	background-size: 100% auto;
	background-image:url(image/hwang2.png);
}

/*メニューに対する右側の親をフロートにする*/
.fullbody{
	float: left;
	width: 1030px;
	box-sizing: border-box;
}
/*メニューに対する右側の上、サブメニュー部*/
.head{
	margin-bottom:1em;
	margin-top:0.5em;
	margin-left:0.5em;
}
/*メニューに対する右側の下、本文*/
.body{
	padding-left:0.5em;
	padding-right:0.5em;
	margin-left:0.1em;
	margin-right:0.1em;
	margin-bottom: 4em;
	box-sizing: border-box;
}
.box{
	padding:0.1em 0.5em 0.5em;
	background-color:#000000;
	margin-bottom:0.5em;
	width:99%;
	border: #555555 solid 3px; border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
}
.box2{
	padding:0.1em 0.5em 1em;
	background-color:#080808;
	margin-bottom:1.5em;
	width:99%;
	border:1px;
	border-style:dotted;
	border-color:#555555;
	box-sizing: border-box;
}

.left{
	width:900px;
	padding:	0em 0em 0em 0em;
}
/*キャラ対策用のトピックス枠*/
.answer{
	padding:0.5em;
	background-color:#080808;
	margin-top:1em;
	margin-bottom:1em;
	border:1px;
	border-style:dotted;
	border-color:#dddddd;
	box-sizing: border-box;
}


/*ボタンリンクをリストで記述。*/
.ul_submenu{
	list-style:none;
	margin:0em;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:1;
	bottom:-2px;
}
.ul_submenu li{
	text-align:center;
}
.tab_bottom{
	position:relative;
	z-index:0;
	height:2px;
	background-color: white;
	margin:0px 3px 0px;
}
/*タブオフ、画像なしテキストリンク*/
.tab_off{
	width:80px;
	height:30px;
	font-size:0.8em;
	text-decoration:none;
	padding:12px 0px 0px;
	background-color:#1A1A1A;
	float:left;
	border-top-right-radius:10px;
	border-top-left-radius:5px;
	border-top:1px solid #000000;
	border-bottom:2px solid white;
	margin-left:3px;
}
.tab_off1{
	width:40px;
	height:30px;
	font-size:0.8em;
	text-decoration:none;
	padding:12px 0px 0px;
	background-color:#1A1A1A;
	float:left;
	border-top-right-radius:10px;
	border-top-left-radius:5px;
	border-top:1px solid #000000;
	border-bottom:2px solid white;
	margin-left:3px;
}
.tab_off:hover {
	background:#002244;
}
/*タブオン、画像なしテキストリンク*/
.tab_on{
	width:80px;
	height:30px;
	font-size:0.8em;
	text-decoration:none;
	padding:12px 0px 0px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:2px solid #000000;
	background-color:#000000;
	float:left;
	border-top-right-radius:10px;
	border-top-left-radius:5px;
	margin-left:3px;
}
.tab_on1{
	width:40px;
	height:30px;
	font-size:0.8em;
	text-decoration:none;
	padding:12px 0px 0px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:2px solid #000000;
	background-color:#000000;
	float:left;
	border-top-right-radius:10px;
	border-top-left-radius:5px;
	margin-left:3px;
}
b{
		font-size:		1.1em;
}
sup{
		font-size:		0.7em;
}
/* ノーマルとカウンターでダウンの内容が違う場合 */
.dif{
	font-size:		0.8em;
}
h2{
	margin-top: 2em;
	font-size:1.3em;
	text-indent:0.5em;
}
h3{
	text-indent:0.5em;
	border-bottom:1px solid #ffffff;
	font-size:1.3em;
}
h4{
	text-indent:0.1em;
	font-size:		1.2em;
	margin-bottom:0.5em;
	margin-top:2.0em;
	border-left: solid 5px white;
	padding-left: 10px;
}
/*キャラ対策のトピック枠タイトル用*/
h5{
	text-indent:0.1em;
	border-bottom:1px dotted #dddddd;
	font-size:1.1em;
	margin-bottom:0.5em;
	margin-top:1.5em;
	color:#ffffff;
	width:90%;
}
h6{
	border-left:1em solid #ffffff;
	font-size:1.0em;
	text-indent:0.5em;
	margin-bottom:0.5em;
	margin-top:1.0em;
}
.left2{
	width:	950px;
}
.right{
	width:	500px;
}
.big{	font-size:	large;	}
.small{	font-size:	xx-small;	}
dt{	font-weight:bold;}
.title{
	text-align:center;
	background-color:#2a2a2a;
	white-space:nowrap;
}
.value{
	text-align:center !important;
	white-space:nowrap;
}
.title2{
	text-align:center;
	background-color:#2a2a2a;
}
table{
	vertical-align:top;
	border-collapse:collapse;
	max-width: 100vw;
}
td{
	border:1px solid #999999;
}
.zero{
	border-width:0px 0px 0px;
}
/*テーブルの見えない仕切り用*/
.upper{
	border-color:#999999 #999999 #404040;
	border-style:solid solid dashed;
}
.upper2{
	border-color:#404040 #999999;
	border-style:dashed solid;
}
.middle{
	border-color:#404040 #999999;
	border-style:dashed solid;
}
.down{
	border-color:#404040 #999999 #999999;
	border-style:dashed solid solid;
}
.split{
	border-color:#3399ff #999999 #999999;
	border-width:2px 1px 1px;
}
.top {
	border-bottom-width:0px;
}
.mid {
	border-top-width:0px;
	border-bottom-width:0px;
}
.bottom {
	border-top-width:0px;
}
/* フレーム表 */
/* フレーム表のテーブル */
.fr{
	width:98%;
}
/* 技名・コマンド・判定のセル */
.label{
	width:15em;
	word-wrap:break-word;
}
/* 技名ヨミ 通常*/
.pronunciation1 {
	font-size: 0.8em;
	color: dimgray;
}
/* 技名ヨミ 別名系*/
.pronunciation2 {
	font-size: 0.9em;
	color: gray;
}
/* 英語用の技名 */
.en_name{
	color:#99ccff;
}
/* ダメージセル */
.dmg{
	width:4.5em;
	text-align:center;
	color:#99ccff;
	word-break:break-all;
}
/* 投げダメージセル */
.dmg1{
	width:3.5em;
	text-align:center;
	color:#99ccff;
	word-break:break-all;
}
/* 10連コンボダメージセル */
.dmg2{
	text-align:center;
	color:#99ccff;
}
/* モバイル表示でない場合は、改行フレームテーブルは非表示 */
.stable{
	display: none;
}
.sstable{
	display: none;
}
.gra{
	border:5px solid #111111;
	vertical-align:top;
}
.caution{
	border:3px solid #3399FF;
}
.t_layout{
	vertical-align:top;
	border:0px solid #ffffff;
}
.caption{
	margin:0.4em 0.4em 0.4em 0px;
}
.caption2{
	margin:0px 0px 5px 0px;
}
/*ボタンリンクをリストで記述。*/
.ul_sublink{
	margin-top:0em;
	list-style:none;
	padding-left:1em;
	overflow:hidden;
}
/*サブリンク、画像なしテキストリンク*/
.sublink{
	height:30px;
	font-size:0.8em;
	text-decoration:none;
	padding:12px 0px 0px;
	float:left;
}
.sublink:after{
	content:"\2502";
	font-size:0.8em;
	color:#cccccc;
}
.sublink:before{
	content:"\2502";
	font-size:0.8em;
	color:#cccccc;
}
.sublink:hover{
	background:#002244;
}

/*ツールチップ表示*/
.tooltip:hover {
	/* 位置 */
	position: relative;
}
.tooltip:hover:after {
	content: attr(title);
	/* 位置 */
	position: absolute;
	left:0em;
	top: -2.1em;
	z-index: 1;
	text-align:right;
	/* 文字 */
	font-weight: normal;
	font-size:0.8em;
	color: #fff;
	white-space: pre;
	/* 背景 */
	background-color: #444;
	padding: 3px;
	border: 1px #777 solid;
	border-radius: 3px;
}
/*ツールチップ表示*/
.tooltip1:hover {
	/* 位置 */
	position: relative;
}
.tooltip1:hover:after {
	content: attr(title);
	/* 位置 */
	position: absolute;
	right:-5em;
	bottom: 1.9em;
	z-index: 1;
	text-align:center;
	/* 文字 */
	font-weight: normal;
	font-size:0.8em;
	color: #fff;
	white-space: pre;
	/* 背景 */
	background-color: #444;
	padding: 3px;
	border: 1px #777 solid;
	border-radius: 3px;
}

/* アコーディオンCSS */
.accbox{
	margin:0.5em 0;
	padding: 0;
}
.accbox label{
	display:block;
	margin:0.5em 0;
	padding: 5px 5px 2px;
	color:#ffffff;
	font-size:1.2em;
	background:#2a2a2a;
	cursor:pointer;
	transition: all 0.5s;
}
.accbox label:before{
	content: "＋";
	font-weight:bold;
	padding-right:8px;
}
.accbox label:hover{
	background:#999999;
}
.accbox input{
	display:none;
}
.accbox .accshow{
	height:0;
	padding:0;
	overflow:hidden;
	opacity:0;
	transition:0.8s;
}
.cssacc:checked + label + .accshow{
	height:auto;
	padding-left:1em;
	background: #111111;
	opacity:1;
}

.cssacc:checked + label:before{
	content: "－";
}

/* アップデート情報用アコーディオンCSS */
.uaccbox{
	margin:0.5em 0;
	padding: 0;
}
.uaccbox label{
	display:block;
	margin:0 0;
	padding: 4px 4px 2px;
	color:#ffffff;
	background:#222222;
	cursor:pointer;
	transition: all 0.5s;
}
.uaccbox label:before{
	content: "\025b6";
	font-weight:bold;
	padding-right:4px;
}
.uaccbox label:hover{
	background:#666666;
}
.uaccbox input{
	display:none;
}
.uaccbox .uaccshow{
	height:0;
	padding:0;
	overflow:hidden;
	opacity:0;
	transition:0.8s;
}
.cssuacc:checked + label + .uaccshow{
	height:auto;
	padding-left:0.5em;
	background: #222222;
	opacity:1;
}
.cssuacc:checked + label:before{
	content: "\025bc";
}

.labeled{
	width:18em;
}
.title_image{
	width: 1200px;
	height: 300px;
	background-size: 100% auto;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
#title_sc6{
	background-image:url(image/title15.png);
}
#title_sc6_en{
	background-image:url(image/title13.png);
}
.title_text{
	font-size: 3em;
	font-weight:bold;
	text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
	padding-right: 0.5em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.text-caption{
	padding-right: 0.5em;
	font-size: 1.5em;
	text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
}
/* 番号リスト用*/
ol{
	padding-left: 0.5em;
	position: relative;
	list-style-position: inside;
	width: 900px;
}
ol li, .scombo li {
	border-left: solid 6px #cccccc;
	background: black;
	margin-bottom: 3px;
	padding-left: 1em;
	vertical-align: middle;
	line-height: 2em;
}
/* 単発コンボ表示用 */
.scombo {
	padding-left: 0.5em;
	position: relative;
	list-style-position: inside;
	width: 900px;
}
ul#ol{
	padding-left: 0;
	margin-left: 0;
}
ul#ol li{
	border-left-width:0;
}
/*パッチ*/
.patch {
	color: #77bbFF;
}
/*コマンド用*/
.command {
	font-size: 0.9em;
	border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-style: solid;
    border-width: 1px;
    margin-right: 0.1em;
    margin-left: 0.1em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	line-height: 1.5;
    height: 1.2em;
    position:relative;
   	color: white;
	background-color: black;
	position:relative;
/*    z-index: 98;**/
    bottom: 0.2em;
    width: 1.2em;
    border-color: #aaaaaa;
}
/* ホールド */
.hold {
	color: black;
	background-color: white;
	border-color: white;
}
/* スライド入力 */
.command_s {
	 border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
	line-height: 1.3;
    height: 1.1em;
/*    z-index: 99;**/
    position:relative;
/*    left: 0.2em;*/
    margin-left: 0em;
/*    top: 0.1em;*/
/*    padding-bottom:0.1em;*/
    color: black;
    background-color: white;
}
/* 1ボタン */
.bs1{
	width: 1.1em;
}
/* 2ボタン同時押し */
.bs2{
	width: 2.4em;
}
/* 判定 */
.level {
	 border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    font-size: 0.9em;
    border-style: none;
    margin-right: 0.2em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	line-height: 1.6;
    height: 1.4em;
    color: black;
   	position:relative;
    bottom: 0.1em;
}
/* 上段 */
.high {
	background-color: deeppink;
	width: 1.4em;
}
/* 中段 */
.md {
	background-color: gold;
	width: 1.4em;
}
/* 特中 */
.sm {
	background-color: gold;
	width: 2.6em;
}
/* 下段 */
.low {
	background-color: dodgerblue;
	width: 1.4em;
}
/* 特下 */
.sl {
	background-color: dodgerblue;
	width: 2.6em;
}
/* 上投 */
.th {
	background-color: violet;
	width: 2.6em;
}
/* しゃがみ投げ */
.tl {
	background-color: lightskyblue;
	width: 2.6em;
}
/* 打撃投げ */
.ta {
	background-color: magenta;
	width: 2.6em;
}
/* 上段ガード不能 */
.high_ua {
	background-color: deeppink;
	width: 7.5em;
}
/* 中段ガード不能 */
.mid_ua {
	background-color: gold;
	width: 7.5em;
}
/* 下段ガード不能 */
.low_ua {
	background-color: dodgerblue;
	width: 7.5em;
}
/* 構え */
.ss {
	background-color: darkorchid;
	width: 2.8em;
}
/* 英語対応 */
/* 特中 */
.sm_en {
	background-color: gold;
	width: 2.7em;
}
/* 特下 */
.sl_en {
	background-color: dodgerblue;
	width: 2.7em;
}
/* 上投 */
.th_en {
	background-color: violet;
	width: 4.8em;
}
/* しゃがみ投げ */
.tl_en {
	background-color: lightskyblue;
	width: 4.8em;
}
/* 打撃投げ */
.ta_en {
	background-color: magenta;
	width: 2.7em;
}
/* 上段ガード不能 */
.high_ua_en {
	background-color: deeppink;
	width: 4.8em;
}
/* 中段ガード不能 */
.mid_ua_en {
	background-color: gold;
	width: 4.8em;
}
/* 下段ガード不能 */
.low_ua_en {
	background-color: dodgerblue;
	width: 4.8em;
}
/* 構え */
.ss_en {
	background-color: darkorchid;
	width: 2.7em;
}

/* リバーサルエッジ */
.re {
	background-color: cyan;
	width: 2.7em;
}
/* 特殊効果アイコン */
.sp {
	 border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-style: none;
    margin-right: 0.2em;
    margin-left: 0.2em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	line-height: 1.6;
    height: 1.5em;
	width:2em;
	font-size:0.9em;
	font-weight:bold;
}
/* ブレイクアタック */
.ba {
	background-color: blue;
}
/* ガード不能 */
.ua {
	background-color: red;
}
/* ソウルチャージ */
.sc {
	background-color: darkorange;
}
/* クリティカルエッジ */
.ce {
	background-color: dodgerblue;
}
/* ソウルアタック */
.sa {
	background-color: mediumvioletred;
}
/* リーサルヒット */
.lh{
	background-color: orangered;
}
/* しゃがみステータスアイコン */
.cs{
	background-color:#20b2aa;
}
/* ジャンプステータスアイコン */
.js{
	background-color:#ff1493;
}
/* ガードクラッシュ */
.gc{
	background-color: darkviolet;
}
/* ガードインパクト */
.gi{
	background-color: green;
}
/* 技レベル */
.ml{
	background-color: royalblue;
}
/* エイミ */
/* 赤 */
.ared {
	background-color: red;
}
/* 白 */
.awhite {
	background-color: white;
	color: black;
}
/* モード */
.mode {
	 border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    font-size: 0.9em;
    border-style: none;
    margin-right: 0.2em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	line-height: 1.6;
    height: 1.5em;
    color: black;
   	width: 2.6em;
}
/* アズウェル */
/* 双剣 */
.twin {
	background-color: deeppink;
}
.koku {
	background-color: firebrick;
	color: white;
}
.kaze {
	background-color: green;
	color: white;
}
/* 大斧 */
.axe {
	background-color: gold;
}
/* 槍盾 */
.lance {
	background-color: dodgerblue;
}
/* オールマイティ */
.am {
	background-color: darkorchid;
}

/* youtubeのiframe対応 */
/*
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}*/
.img2{
	width:48%;
}
/*トップページに戻るアイコン*/
#top_page{
  width: 80px;
  height: 50px;
  position: fixed;
  right: 10;
  bottom: 25;
  background: #222222;
  opacity: 0.6;
  border-radius: 15px;
}
#top_page a{
  position: relative;
  display: block;
  width: 80px;
  height: 50px;
  text-decoration: none;
}
#top_page a::before{
  content: '\025b2';
  font-size: 25px;
  color: #ddd;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom:0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#top_page a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #ddd;
  position: absolute;
  top: 22px;
  bottom: 35;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.next-btn{
	display: none;
}
.back-btn{
	display: none;
}
/*画像スライダー用*/
.slider {
  text-align: center;
  overflow: hidden;
  float: left;
  margin-right: 1em;
  margin-top: 1em;
}
.cp {
  width: 427px;
}
.cr {
  width: 960px;
}
.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slides::-webkit-scrollbar {
  width: 10px;
  height: 14px;
}
.slides::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
  background: transparent;
}
.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpp {
  width: 427px;
  height: 240px;
}
.crr {
  width: 960px;
  height: 540px;
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}
.slides img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  color: white;
  border-color: white;
  border-width:1px;
  border-style: solid;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: -2px;
}
.slider > a:focus {
  background: white;
  color: black;
}
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}
.slide_play {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.05em solid currentColor;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    margin-bottom:none;
}
.slide_play::before {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
}
.set_play {
  position: relative;
  top: 0.45rem;
}
.set_play a:active {
  background: white;
  color: black;
  top: -2px;
}
.buttonCr{
	width:240px;
	height:135px;
	color:#ffffff;
	/*display:inline-block;*/
	float:left;
	text-decoration:none;
	padding:0px;
	margin:0.1em;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	font-size:1.0em;
	font-weight:bold;
	background-size: 100%;
	text-align: center;
}
.buttonCr:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
}
.bcrOther {
	border: 1px solid dimgray;
	line-height: 135px;
}
.cp1{
	float: left;
	margin: 1em 1em 1em 0em;
}
.youtube {
	width:560px;
	height:315px;
}
/* クリップボードコピーボタン */
.clip {
	color: white;
	border: 1px solid dimgray;
	background: #111111;
	border-radius: 5px;
	float: right;
	overflow: hidden;
	padding: 2px 4px;
}
.clip:active {
	background: dimgray;
}
@media screen and (max-width:1199px){
	body{
		max-height:999999px;
	}
	.base{
		width: 100vw;
	}
	.caption{
		max-width:100%;
	}
	.fullbody{
		width: 99vw;
	}
	#menu{
		float:none;
		width:100%;
	}
	.ul_menu{
		list-style:none;
		margin:0;
		padding:0;
		overflow:hidden;
	}
	.button00{
		float:left;
		padding:3px 3px 1px;
		margin:0px 2px 0px;
	}
	.button01{
		float:left;
		padding:0px;
		margin:0px 2px 0px;
	}
	.button_ocb{
		float:left;
		padding:0px;
		margin:0px 2px 0px;
		vertical-align: middle;
	}
	.button99{
		float:left;
		padding:3px 3px 1px;
		margin:0px 2px 0px;
	}
	.button98{
		float:left;
		padding:0px;
		margin:0px 2px 0px;
	}
	.box{
		width:99%;
	}
	.box2{
		width:99%;
	}
	.left{
		width:100%;
		padding:	0em 0em 0em 0em;
	}
	.tab_bottom{
		background-color:#000000;
	}
	/*タブオフ、画像なしテキストリンク*/
	.tab_off{
		padding:8px 0px 0px;
		float:left;
		border-top-right-radius:10px;
		border-top-left-radius:5px;
		border-bottom-right-radius:10px;
		border-bottom-left-radius:5px;
		border:1px solid #000000;
		margin-left:3px;
	}
	.tab_off1{
		padding:8px 0px 0px;
		background-color:#1A1A1A;
		float:left;
		border-top-right-radius:10px;
		border-top-left-radius:5px;
		border-bottom-right-radius:10px;
		border-bottom-left-radius:5px;
		border:1px solid #000000;
		margin-left:3px;
	}
	/*タブオン、画像なしテキストリンク*/
	.tab_on{
		padding:8px 0px 0px;
		border:1px solid white;
		background-color:#000000;
		float:left;
		border-top-right-radius:10px;
		border-top-left-radius:5px;
		border-bottom-right-radius:10px;
		border-bottom-left-radius:5px;
		margin-left:3px;
	}
	.title_image{
		font-size: 0.5em;
		width: 98vw;
		height: 24.5vw;
	}
	/*画像スライダー用*/
  .slider {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width:1000px){
	.img4{
		width:100%;
	}
	.cr {
  	width: 92vw;
	}
	.crr {
  	width: 92vw;
		height: 51.75vw;
	}
}
@media screen and (max-width:920px){
	p{
		width:98%;
	}
	ol{
		width:98%;
	}
	.scombo {
		width:98%;
	}
}
@media screen and (max-width:800px){
	table, td{
		font-size:14px;
	}
	h1{
		font-size:1.0em;
		padding-left:0.5em;
		font-weight:bold;
	}
	h2{
		font-size:1.1em;
	}
	h3{
		font-size:1.0em;
	}
	h4{
		font-size:1.0em;
	}
	h5{
		font-size:1.0em;
	}

	.body{
		padding-left:0.0em;
	}
	.box{
		padding: 0.1em 0.2em 0.5em;
		width:100%;
	}
	.button00{
		width:22vw;
		height:7.7vw;
		font-size:0.8em;
		line-height:1.1em;
	}
	.button01{
		width:23vw;
		height:7.7vw;
	}
	.button_ocb{
		width:23vw;
		height:13.7vw;
	}
	.button99{
		width:22vw;
		height:7.7vw;
		font-size:0.8em;
		line-height:1.1em;
	}
	.button98{
		width:23vw;
		height:7.7vw;
	}
	.button02{
		width:22.5vw;
		height:7.5vw;
	}
	.button02other {
	line-height: 7.5vw;
}
	.face_icon{
		width:22.5vw;
		height:7.5vw;
	}
	/*タブオフ、画像なしテキストリンク*/
	.tab_off{
		width:6em;
		height:2.5em;
		font-size:0.6em;
		padding: 0.5em 0px 0.5em;
		border-top-right-radius:0.8em;
		border-top-left-radius:0.4em;
		border-bottom-right-radius:0.8em;
		border-bottom-left-radius:0.4em;
		margin-left:3px;
	}
	.tab_off1{
		width:6em;
		height:2.5em;
		font-size:0.6em;
		padding: 0.5em 0px 0.5em;
		border-top-right-radius:0.8em;
		border-top-left-radius:0.4em;
		border-bottom-right-radius:0.8em;
		border-bottom-left-radius:0.4em;
		margin-left:3px;
	}
	/*タブオン、画像なしテキストリンク*/
	.tab_on{
		width:6em;
		height:2.5em;
		font-size:0.6em;
		padding: 0.5em 0px 0.5em;
		border-top-right-radius:0.8em;
		border-top-left-radius:0.4em;
		border-bottom-right-radius:0.8em;
		border-bottom-left-radius:0.4em;
		margin-left:3px;
	}
	/*サブリンク、画像なしテキストリンク*/
	.sublink{
		height:1.5em;
		font-size:0.8em;
	}
	.sublink:after{
		content:"│";
		color:#999999;
	}
	.sublink:before{
		content:"│";
		color:#999999;
	}
	.tooltip:hover:after {
		content: attr(title);
		/* 位置 */
		position: absolute;
		left:0em;
		top: -1.7em;
		z-index: 1;
		text-align:right;
		/* 文字 */
		font-weight: normal;
		font-size:1.0em;
		color: #fff;
		white-space: pre;
		/* 背景 */
		background-color: #444;
		padding: 3px;
		border: 1px #777 solid;
		border-radius: 3px;
	}
	.tooltip1:hover:after {
		content: attr(title);
		/* 位置 */
		position: absolute;
		right-5em;
		bottom: 1.4em;
		z-index: 1;
		text-align:center;
		/* 文字 */
		font-weight: normal;
		font-size:1.0em;
		color: #fff;
		white-space: pre;
		/* 背景 */
		background-color: #444;
		padding: 3px;
		border: 1px #777 solid;
		border-radius: 3px;
	}
	/* フレーム表 */
	/* 技名・コマンド・判定のセル */
	.labeled{
		width:11em;
	}
	/* 相手位置 */
	.location{
		width:4.2em;
		word-wrap:normal;
	}
	/* 相手位置2英語用 */
	.location2{
		width:4.2em;
		word-wrap:normal;
	}
	/* キャプション画像の回り込みを解除 */
	.cp1{
		clear: left;
		width: 92vw;
		height: 51.75vw;
	}
}
@media screen and (max-width:720px){
	.body {
		padding-right: 0px;
	}
	.img2{
		width:98%;
	}
	.dmg{
		width:3.5em;
	}
	/* 投げダメージセル */
	.dmg1{
		width:3.0em;
	}
	.cp {
  	width: 92vw;
	}
	.cpp {
  	width: 92vw;
		height: 51.75vw;
	}
	.buttonCr {
		width:30vw;
		height: 16.875vw;
		font-size: 0.6em;
	}
	.bcrOther {
		line-height: 16.875vw;
	}
	.youtube {
		width:92vw;
		height:51.75vw;
	}
}
@media screen and (max-width:480px){
	.body {
		padding-right: 0px;
	}
	.box {
		padding-right: 0.1em;
	}
	.img1{
		width:45%;
	}
	.img4f{
		overflow-x: auto;
		overflow-y:hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}
	.img4f::-webkit-scrollbar{
		height: 0.3em;
	}
	.img4f::-webkit-scrollbar-thumb{
		background-color: rgba(255, 255, 255, 0.5);
	}
	.img4{
		width: 135vw;
	}
	#scrl_btn_wrap{
		position: relative;
		/*display: table;*/
		/*width: 100%;*/
	}
	.next-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 25px;
		height: 100%;
		background: #555;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		opacity: 0.7;
		display: table-cell;
	}
	.next-btn:after{
		position: absolute;
		top: 30%;
		right: 0.5em;
		content:"\0bb";
	}
	
	.back-btn {
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		height: 100%;
		background: #555;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		opacity: 0.7;
		display: none;
	}
	.back-btn:before{
		position: absolute;
		top: 30%;
		left: 0.4em;
		content:"\0ab";
	}
	/* モバイル表示の場合は、改行フレームテーブルは非表示 */
	.stable{
		display: none;
		transition: opacity 0.5s;
		opacity: 0; /* デフォルトは透明 */
	}
	/* モバイル表示の場合は、簡易フレームテーブルは表示 */
	.sstable{
		display: block;
		transition: opacity 0.5s;
	}
	/* モバイル表示の場合は、改行なしフレームテーブルは非表示 */
	.ltable{
		display: none;
	}
	.td_bright {
		border-left: none;
	}
	.td_bleft {
		border-right: none;
	}
	.detail {
		background-color: black;
		color: white;
		font-weight:	bold;
		border: none;
		height: 4em;
		/*display: flex;*/
		width: 1.2em;
		padding-left: 0px;
		padding-right: 0.2em;
		border-top-left-radius: 0.3em;
		border-bottom-left-radius: 0.3em;
	}
	.detail:active {
		color: black;
		background-color: lightgray;
	}
	.detail2 {
		background-color: black;
		color: white;
		font-weight:	bold;
		border: none;
		height: 4em;
		/*display: flex;*/
		width: 1.2em;
		padding-left: 0.2em;
		padding-right: 0px;
		border-top-right-radius: 0.3em;
		border-bottom-right-radius: 0.3em;
	}
	.detail2:active {
		color: black;
		background-color: lightgray;
	}
	.slabeled {
		font-size: 0.8em;
	}
}
@media screen and (max-width:400px){
	.button00{
		width:29vw;
		height:10vw;
		font-size:0.5em;
	}
	.button01{
		width:30vw;
		height:10vw;
	}
	.button02{
		width:27.9vw;
		height:9.3vw;
	}
	.button02other {
	line-height: 9.65vw;
}
	.button_ocb{
		width:30vw;
		height:17.9vw;
	}
	.button99{
		width:29vw;
		height:10vw;
		font-size:0.5em;
	}
	.button98{
		width:30vw;
		height:10vw;
	}
	.labeled{
		width:10em;
	}
	.sublink{
		font-size:10px;
		height: 24px;
	}
	.sublink:after{
		font-size:10px;
	}
	.sublink:before{
		font-size:10px;
	}
	table, td{
		font-size:10px;
	}
	.c{
		height: 10px;
	}
	ol > img {
		height: 10px;
	}
	.fr > img {
		height: 10px;
	}
	.title_text{
		font-size:x-large;
	}
	ul{
		padding-left:1.0em;
	}
	.text-caption{
		font-size:12px;
	}
	ol{
		font-size: 10px;
	}

}