@charset "UTF-8";
/* line 55, ../../dev/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* line 63, ../../dev/sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 74, ../../dev/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 84, ../../dev/sass/_normalize.scss */
[hidden], template {
  display: none;
}

/* line 97, ../../dev/sass/_normalize.scss */
html {
  font-size: 100%;
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 113, ../../dev/sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
}

/* line 119, ../../dev/sass/_normalize.scss */
body {
  margin: 0;
}

/* line 132, ../../dev/sass/_normalize.scss */
a {
  background: transparent;
}
/* line 139, ../../dev/sass/_normalize.scss */
a:focus {
  /*outline: thin dotted;*/
}
/* line 146, ../../dev/sass/_normalize.scss */
a:hover, a:active {
  outline: 0;
}

/* line 159, ../../dev/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 164, ../../dev/sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 169, ../../dev/sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 174, ../../dev/sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 179, ../../dev/sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 184, ../../dev/sass/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* line 192, ../../dev/sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 199, ../../dev/sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 204, ../../dev/sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/* line 211, ../../dev/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 217, ../../dev/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 225, ../../dev/sass/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/* line 236, ../../dev/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 246, ../../dev/sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 254, ../../dev/sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 263, ../../dev/sass/_normalize.scss */
q {
  quotes: none;
}

/* line 270, ../../dev/sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 277, ../../dev/sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 285, ../../dev/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 292, ../../dev/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 296, ../../dev/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 309, ../../dev/sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 315, ../../dev/sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 324, ../../dev/sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* line 333, ../../dev/sass/_normalize.scss */
nav ul,
nav ol {
  list-style-image: none;
}

/* line 348, ../../dev/sass/_normalize.scss */
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 358, ../../dev/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 368, ../../dev/sass/_normalize.scss */
figure {
  margin: 0;
}

/* line 378, ../../dev/sass/_normalize.scss */
form {
  margin: 0;
}

/* line 385, ../../dev/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 396, ../../dev/sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 413, ../../dev/sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 426, ../../dev/sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 436, ../../dev/sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 451, ../../dev/sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/* line 462, ../../dev/sass/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 472, ../../dev/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 484, ../../dev/sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 495, ../../dev/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 503, ../../dev/sass/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 512, ../../dev/sass/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 523, ../../dev/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/************************
clear fix
*************************/
/* For modern browsers */
/* line 7, ../../dev/sass/_asset.scss */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

/* line 12, ../../dev/sass/_asset.scss */
.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/* line 17, ../../dev/sass/_asset.scss */
.cf {
  zoom: 1;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* line 9, ../../dev/sass/_scrollpane.scss */
.jspContainer {
  overflow: hidden;
  position: relative;
}

/* line 15, ../../dev/sass/_scrollpane.scss */
.jspPane {
  position: absolute;
}

/* line 20, ../../dev/sass/_scrollpane.scss */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0px;
  width: 10px;
  height: 100%;
  background: #ffb800;
}

/* line 30, ../../dev/sass/_scrollpane.scss */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

/* line 41, ../../dev/sass/_scrollpane.scss */
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

/* line 47, ../../dev/sass/_scrollpane.scss */
.jspCap {
  display: none;
}

/* line 52, ../../dev/sass/_scrollpane.scss */
.jspHorizontalBar .jspCap {
  float: left;
}

/* line 57, ../../dev/sass/_scrollpane.scss */
.jspTrack {
  background: #c7c7c7;
  position: relative;
  height: 100%;
}

/* line 64, ../../dev/sass/_scrollpane.scss */
.jspDrag {
  background: #ffaa01;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 74, ../../dev/sass/_scrollpane.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/* line 80, ../../dev/sass/_scrollpane.scss */
.jspArrow {
  background: #EEEEEE;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

/* line 88, ../../dev/sass/_scrollpane.scss */
.jspArrow.jspDisabled {
  cursor: default;
  background: #EEEEEE;
}

/* line 94, ../../dev/sass/_scrollpane.scss */
.jspVerticalBar .jspArrow {
  height: 16px;
}

/* line 99, ../../dev/sass/_scrollpane.scss */
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

/* line 106, ../../dev/sass/_scrollpane.scss */
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

/* line 111, ../../dev/sass/_scrollpane.scss */
.jspCorner {
  background: #EEEEEE;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
/* line 119, ../../dev/sass/_scrollpane.scss */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* line 18, ../../dev/sass/command-list.scss */
html, body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  background-image: url(../images/bg.jpg);
  background-color: black;
}

/* line 26, ../../dev/sass/command-list.scss */
#container {
  position: relative;
  background-image: url(../images/character/bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  width: 978px;
  /*top:0;
  left:50%;
  margin-left: -489px;*/
  margin: 0 auto;
}
/* line 36, ../../dev/sass/command-list.scss */
#container #containerInner {
  background-image: url(../images/command-list/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 960px;
  margin-left: 9px;
}

/* line 45, ../../dev/sass/command-list.scss */
#title {
  position: absolute;
  top: 70px;
  left: 30px;
}

/* line 51, ../../dev/sass/command-list.scss */
.chara {
  position: absolute;
}
/* line 53, ../../dev/sass/command-list.scss */
.chara h1 {
  margin: 0;
  padding: 0;
}

/* line 59, ../../dev/sass/command-list.scss */
#poison {
  top: 130px;
  left: 40px;
}

/* line 64, ../../dev/sass/command-list.scss */
#ryu {
  top: 115px;
  left: 30px;
}

/* line 69, ../../dev/sass/command-list.scss */
#makoto {
  top: 150px;
  left: 35px;
}

/* line 74, ../../dev/sass/command-list.scss */
#sagat {
  top: 130px;
  left: 65px;
}

/* line 79, ../../dev/sass/command-list.scss */
#rolento {
  top: 160px;
  left: 15px;
}

/* line 84, ../../dev/sass/command-list.scss */
#elena {
  top: 140px;
  left: 15px;
}

/* line 89, ../../dev/sass/command-list.scss */
#oni {
  top: 70px;
  left: 5px;
}

/* line 94, ../../dev/sass/command-list.scss */
#hugo {
  top: 141px;
  left: 66px;
}

/* line 99, ../../dev/sass/command-list.scss */
#evil-ryu {
  top: 91px;
  left: 18px;
}

/* line 104, ../../dev/sass/command-list.scss */
#gouki {
  top: 73px;
  left: 46px;
}

/* line 109, ../../dev/sass/command-list.scss */
#ken {
  top: 138px;
  left: 79px;
}

/* line 114, ../../dev/sass/command-list.scss */
#chun-li {
  top: 114px;
  left: 32px;
}

/* line 119, ../../dev/sass/command-list.scss */
#honda {
  top: 140px;
  left: 32px;
}

/* line 124, ../../dev/sass/command-list.scss */
#blanka {
  top: 148px;
  left: 21px;
}

/* line 129, ../../dev/sass/command-list.scss */
#zangief {
  top: 173px;
  left: 32px;
}

/* line 134, ../../dev/sass/command-list.scss */
#guile {
  top: 141px;
  left: 59px;
}

/* line 139, ../../dev/sass/command-list.scss */
#rose {
  top: 114px;
  left: 33px;
}

/* line 144, ../../dev/sass/command-list.scss */
#bison {
  top: 167px;
  left: 33px;
}

/* line 149, ../../dev/sass/command-list.scss */
#balrog {
  top: 96px;
  left: 21px;
}

/* line 154, ../../dev/sass/command-list.scss */
#dee-jay {
  top: 137px;
  left: 9px;
}

/* line 159, ../../dev/sass/command-list.scss */
#vega {
  top: 144px;
  left: 45px;
}

/* line 164, ../../dev/sass/command-list.scss */
#viper {
  top: 134px;
  left: 33px;
}

/* line 169, ../../dev/sass/command-list.scss */
#fuerte {
  top: 148px;
  left: 33px;
}

/* line 174, ../../dev/sass/command-list.scss */
#rufus {
  top: 171px;
  left: 33px;
}

/* line 179, ../../dev/sass/command-list.scss */
#abel {
  top: 165px;
  left: 67px;
}

/* line 184, ../../dev/sass/command-list.scss */
#seth {
  top: 121px;
  left: 54px;
}

/* line 189, ../../dev/sass/command-list.scss */
#gouken {
  top: 211px;
  left: 33px;
}

/* line 194, ../../dev/sass/command-list.scss */
#cammy {
  top: 176px;
  left: 33px;
}

/* line 199, ../../dev/sass/command-list.scss */
#fei-long {
  top: 105px;
  left: 34px;
}

/* line 204, ../../dev/sass/command-list.scss */
#sakura {
  top: 153px;
  left: 34px;
}

/* line 209, ../../dev/sass/command-list.scss */
#gen {
  top: 145px;
  left: 77px;
}

/* line 214, ../../dev/sass/command-list.scss */
#dan {
  top: 161px;
  left: 56px;
}

/* line 219, ../../dev/sass/command-list.scss */
#hawk {
  top: 134px;
  left: 33px;
}

/* line 224, ../../dev/sass/command-list.scss */
#guy {
  top: 194px;
  left: 71px;
}

/* line 229, ../../dev/sass/command-list.scss */
#cody {
  top: 145px;
  left: 33px;
}

/* line 234, ../../dev/sass/command-list.scss */
#ibuki {
  top: 88px;
  left: 27px;
}

/* line 239, ../../dev/sass/command-list.scss */
#dudley {
  top: 98px;
  left: 29px;
}

/* line 244, ../../dev/sass/command-list.scss */
#adon {
  top: 121px;
  left: 34px;
}

/* line 249, ../../dev/sass/command-list.scss */
#hakan {
  top: 110px;
  left: 34px;
}

/* line 254, ../../dev/sass/command-list.scss */
#juri {
  top: 157px;
  left: 27px;
}

/* line 259, ../../dev/sass/command-list.scss */
#yun {
  top: 163px;
  left: 60px;
}

/* line 264, ../../dev/sass/command-list.scss */
#yang {
  top: 157px;
  left: 51px;
}

/* line 269, ../../dev/sass/command-list.scss */
#dhalsim {
  top: 195px;
  left: 32px;
}

/* line 277, ../../dev/sass/command-list.scss */
#buttonMovie {
  position: absolute;
  top: 650px;
  left: 70px;
}

/* line 283, ../../dev/sass/command-list.scss */
#command {
  padding: 140px 0px 40px 430px;
}
/* line 285, ../../dev/sass/command-list.scss */
#command .listButton {
  margin-top: 30px;
  width: 470px;
  text-align: center;
}

/* line 292, ../../dev/sass/command-list.scss */
#SNS {
  position: absolute;
  top: 165px;
  left: 445px;
  width: 460px;
  z-index: 1000;
}
/* line 7, ../../dev/sass/command-list.scss */
*:first-child + html #SNS {
  left: 400px;
}
/* line 301, ../../dev/sass/command-list.scss */
#SNS .snsButtons {
  position: relative;
  left: 50%;
  float: left;
}
/* line 305, ../../dev/sass/command-list.scss */
#SNS .snsButtons .sns {
  position: relative;
  left: -50%;
  float: right;
}
/* line 310, ../../dev/sass/command-list.scss */
#SNS .snsButtons .nesica {
  float: right;
  margin-right: 5px;
}
/* line 314, ../../dev/sass/command-list.scss */
#SNS .snsButtons .tw {
  float: right;
  margin-right: 5px;
  overflow: hidden;
}
/* line 319, ../../dev/sass/command-list.scss */
#SNS .snsButtons .fb {
  float: right;
  margin-right: 5px;
  max-width: 90px;
  overflow: hidden;
}
/* line 7, ../../dev/sass/command-list.scss */
*:first-child + html #SNS .snsButtons .fb {
  width: 70px;
  overflow: hidden;
}
/* line 329, ../../dev/sass/command-list.scss */
#SNS .snsButtons .line {
  float: right;
}

/* line 335, ../../dev/sass/command-list.scss */
#header {
  background-image: url(../images/headerNavi_bg_noSNS.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -499px;
  width: 998px;
  height: 138px;
  z-index: 100;
}
/* line 345, ../../dev/sass/command-list.scss */
#header #headerNavi {
  padding: 0px 0px 0px 10px;
}
/* line 13, ../../dev/sass/command-list.scss */
* html #header #headerNavi {
  margin-left: -20px;
  padding: 0;
}
/* line 351, ../../dev/sass/command-list.scss */
#header #headerNavi ul, #header #headerNavi li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 356, ../../dev/sass/command-list.scss */
#header #headerNavi li {
  position: relative;
  float: left;
  margin: 0px 0px 0px 26px;
}
/* line 360, ../../dev/sass/command-list.scss */
#header #headerNavi li.p1 {
  margin-top: 15px;
}
/* line 363, ../../dev/sass/command-list.scss */
#header #headerNavi li.p2 {
  padding-top: 5px;
}
/* line 366, ../../dev/sass/command-list.scss */
#header #headerNavi li .new {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
/* line 372, ../../dev/sass/command-list.scss */
#header #headerNavi li .new2 {
  position: absolute;
  top: -10px;
  left: 3px;
  z-index: 1;
}
/* line 379, ../../dev/sass/command-list.scss */
#header #headerNavi .banner {
  float: right;
  margin-top: 13px;
}
/* line 383, ../../dev/sass/command-list.scss */
#header #headerNavi .nesica {
  margin-right: 28px;
}
/* line 13, ../../dev/sass/command-list.scss */
* html #header #headerNavi .nesica {
  margin-right: 14px;
}
/* line 389, ../../dev/sass/command-list.scss */
#header #headerNavi .ayano {
  margin-right: 5px;
}
/* line 393, ../../dev/sass/command-list.scss */
#header #headerTopButton {
  position: absolute;
  top: 76px;
  left: 48px;
}

/* line 400, ../../dev/sass/command-list.scss */
#footer {
  background-image: url(../images/character/footer_bg.jpg);
  background-repeat: repeat-x;
  background-color: black;
  width: 960px;
  height: 152px;
  margin-left: 9px;
}
/* line 407, ../../dev/sass/command-list.scss */
#footer p {
  color: white;
  margin: 0;
  padding: 10px;
}
/* line 411, ../../dev/sass/command-list.scss */
#footer p small {
  font-size: 1em;
}

/* NESiCAソーシャル関連 */
/* line 419, ../../dev/sass/command-list.scss */
.pc-share {
  height: 23px;
  display: block;
}

/* line 424, ../../dev/sass/command-list.scss */
.pc-share #share {
  width: 118px;
  height: 21px;
  display: block;
  float: right;
}

/* line 431, ../../dev/sass/command-list.scss */
.pc-share #share #socialarea_total {
  width: 55px;
  height: 21px;
  background: url(../images/pc-share-fukidashi.png) center no-repeat;
  display: block;
  float: left;
}

/* line 439, ../../dev/sass/command-list.scss */
.pc-share #share #socialarea_total #share-count-num {
  color: #fff;
  text-align: center;
  width: 49px;
  height: 21px;
  display: block;
  font-size: 11px;
  line-height: 21px;
}

/* line 450, ../../dev/sass/command-list.scss */
.pc-share #share a .share-img {
  background: url(../images/pc-share-share.png) 0 0 no-repeat;
  width: 63px;
  height: 21px;
  float: left;
}

/* line 457, ../../dev/sass/command-list.scss */
.pc-share #share-t-f {
  position: relative;
  top: -65px;
  left: 45px;
  width: 90px;
  height: 70px;
  background: url(../images/sh-fukidashi.png) 0 0 no-repeat;
  color: #6c6c6c;
  display: none;
}

/* line 468, ../../dev/sass/command-list.scss */
.pc-share #share-t-f #share-t {
  position: absolute;
  top: 11px;
  left: 34px;
  width: 49px;
  height: 19px;
  font-size: 11px;
}

/* line 476, ../../dev/sass/command-list.scss */
.pc-share #share-t-f #share-f {
  position: absolute;
  top: 32px;
  left: 34px;
  width: 49px;
  height: 19px;
  font-size: 11px;
}

/* line 485, ../../dev/sass/command-list.scss */
.pc-share #share-t-f #share-t2 {
  position: absolute;
  top: 4px;
  left: 90px;
  width: 49px;
  height: 19px;
  font-size: 11px;
}

/* line 493, ../../dev/sass/command-list.scss */
.pc-share #share-t-f #share-f2 {
  position: absolute;
  top: 20px;
  left: 90px;
  width: 49px;
  height: 19px;
  font-size: 11px;
}

/* line 501, ../../dev/sass/command-list.scss */
.pc-share #share-t-f .share-t-f-close {
  position: absolute;
  top: 5px;
  left: 76px;
  width: 9px;
  height: 9px;
  font-size: 11px;
  cursor: pointer;
}

/* line 510, ../../dev/sass/command-list.scss */
.pc-share #share-t-f .share-t-f-close a {
  width: 9px;
  height: 9px;
  font-size: 11px;
  display: block;
}

/*
overLayer
*/
/* line 521, ../../dev/sass/command-list.scss */
#overLayerBg {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100;
}

/* line 534, ../../dev/sass/command-list.scss */
#ytVideoBg {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 890px;
  height: 526px;
  margin-left: -445px;
  margin-top: -263px;
  z-index: 105;
  background-color: #000;
  border: solid 1px #5f5f5f;
}

/* line 547, ../../dev/sass/command-list.scss */
#ytVideoClose {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: 388px;
  margin-top: -260px;
  z-index: 106;
  cursor: pointer;
}

/* line 557, ../../dev/sass/command-list.scss */
#ytVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 446px;
  margin-top: -223px;
  margin-left: -400px;
  z-index: 110;
  background-color: #000;
}

/* line 569, ../../dev/sass/command-list.scss */
#ytVideo iframe {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 446px;
  border: none;
}
