@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 25, ../../dev/sass/index.scss */
html, body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  background-image: url(../images/bg.jpg);
  background-color: black;
}

/* line 33, ../../dev/sass/index.scss */
#container {
  background-image: url(../images/index/top_img.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 1000px;
  position: relative;
}

/* line 41, ../../dev/sass/index.scss */
#header {
  background-image: url(../images/headerNavi_bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -499px;
  width: 998px;
  height: 138px;
  z-index: 210;
}
/* line 51, ../../dev/sass/index.scss */
#header #headerNavi {
  padding: 0px 0px 0px 10px;
}
/* line 13, ../../dev/sass/index.scss */
* html #header #headerNavi {
  margin-left: -20px;
  padding: 0;
}
/* line 7, ../../dev/sass/index.scss */
*:first-child + html #header #headerNavi {
  margin-left: 20px;
}
/* line 60, ../../dev/sass/index.scss */
#header #headerNavi ul, #header #headerNavi li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 65, ../../dev/sass/index.scss */
#header #headerNavi li {
  position: relative;
  float: left;
  margin: 0px 0px 0px 26px;
}
/* line 69, ../../dev/sass/index.scss */
#header #headerNavi li.p1 {
  margin-top: 15px;
}
/* line 72, ../../dev/sass/index.scss */
#header #headerNavi li.p2 {
  padding-top: 5px;
}
/* line 75, ../../dev/sass/index.scss */
#header #headerNavi li .new {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
/* line 81, ../../dev/sass/index.scss */
#header #headerNavi li .new2 {
  position: absolute;
  top: -10px;
  left: 3px;
  z-index: 1;
}
/* line 88, ../../dev/sass/index.scss */
#header #headerNavi .banner {
  float: right;
  margin-top: 13px;
}
/* line 92, ../../dev/sass/index.scss */
#header #headerNavi .nesica {
  margin-right: 28px;
}
/* line 13, ../../dev/sass/index.scss */
* html #header #headerNavi .nesica {
  margin-right: 14px;
}
/* line 98, ../../dev/sass/index.scss */
#header #headerNavi .ayano {
  margin-right: 5px;
}
/* line 102, ../../dev/sass/index.scss */
#header #headerTopButton {
  position: absolute;
  top: 76px;
  left: 48px;
}
/* line 107, ../../dev/sass/index.scss */
#header #headerSNS {
  position: absolute;
  top: 78px;
  right: 30px;
}
/* line 111, ../../dev/sass/index.scss */
#header #headerSNS .tw {
  float: right;
  margin-right: 5px;
  overflow: hidden;
}
/* line 116, ../../dev/sass/index.scss */
#header #headerSNS .fb {
  float: right;
  margin-right: 5px;
  max-width: 90px;
  overflow: hidden;
}
/* line 13, ../../dev/sass/index.scss */
* html #header #headerSNS .fb {
  width: 90px;
  overflow: hidden;
}
/* line 7, ../../dev/sass/index.scss */
*:first-child + html #header #headerSNS .fb {
  width: 70px;
  overflow: hidden;
}
/* line 130, ../../dev/sass/index.scss */
#header #headerSNS .line {
  float: right;
}
/* line 133, ../../dev/sass/index.scss */
#header #headerSNS .nesica {
  float: right;
  margin-right: 5px;
}

/* line 140, ../../dev/sass/index.scss */
/*
#news {
  background-image: url(../images/news_bg2.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: 185px;
  width: 304px;
  height: 711px;
  z-index: 200;
}
*/
#news {
  background-image: url(../images/news_bg2.png);
  background-repeat: no-repeat;
  background-position:0px -110px;
  position: absolute;
  /*display:none;*/
  /*top:40px;*/
  top: -10px;
  left: 50%;
  margin-left: 185px;
  width: 304px;
  height: 658px;
  z-index: 200;
}


/* line 152, ../../dev/sass/index.scss */
#news .title {
  margin: 147px 0px 0px 0px;
}
/* line 154, ../../dev/sass/index.scss */
#news .title h3 {
  margin: 0px 0px 0px 30px;
  float: left;
}
/* line 13, ../../dev/sass/index.scss */
* html #news .title h3 {
  margin: 0px 0px 0px 15px;
}
/* line 161, ../../dev/sass/index.scss */
#news .title p {
  margin: 5px 30px 0px 0px;
  float: right;
}
/* line 13, ../../dev/sass/index.scss */
* html #news .title p {
  margin: 5px 15px 0px 0px;
}
/* line 169, ../../dev/sass/index.scss */
#news .loader {
  position: absolute;
  top: 260px;
  left: 135px;
}
/* line 174, ../../dev/sass/index.scss */
#news .newsContents {
  margin: 10px 30px 0px 30px;
  height: 207px;
  /*no banner*/
  /*height: 140px;*/
  /*banner 1*/
  /*overflow: hidden;*/
  overflow-y: auto;
  visibility: hidden;
}
/* line 180, ../../dev/sass/index.scss */
#news .newsContents a {
  text-decoration: none;
}
/* line 183, ../../dev/sass/index.scss */
#news .newsContents .newsBox {
  border-bottom: 1px solid #ffb800;
}
/* line 185, ../../dev/sass/index.scss */
#news .newsContents .newsBox p.date {
  margin: 0;
  padding: 5px 0px 5px 0px;
  color: #ff000c;
}
/* line 190, ../../dev/sass/index.scss */
#news .newsContents .newsBox .newsBoxInner {
  margin: 0;
  padding-bottom: 10px;
}
/* line 193, ../../dev/sass/index.scss */
#news .newsContents .newsBox .newsBoxInner img {
  width: 90px;
  float: left;
}
/* line 197, ../../dev/sass/index.scss */
#news .newsContents .newsBox .newsBoxInner p.titleRight {
  margin: 0px 0px 0px 100px;
  padding: 0;
  color: white;
}
/* line 202, ../../dev/sass/index.scss */
#news .newsContents .newsBox .newsBoxInner p.titleLeft {
  margin: 0px 0px 0px 5px;
  padding: 0;
  color: white;
}
/* line 210, ../../dev/sass/index.scss */
#news .copy {
  margin: 10px 0px 0px 0px;
}
/* line 212, ../../dev/sass/index.scss */
#news .copy p {
  text-align: center;
}
/* line 7, ../../dev/sass/index.scss */
*:first-child + html #news .copy p {
  margin-top: -7px;
  padding: 0;
}
/* line 13, ../../dev/sass/index.scss */
* html #news .copy p {
  margin-top: -7px;
  padding: 0;
}
/* line 224, ../../dev/sass/index.scss */
#news .banner {
  margin: 0px 0px 0px 0px;
}
/* line 226, ../../dev/sass/index.scss */
#news .banner p {
  margin: 0px 0px 0px 27px;
  padding: 0;
}
/* line 230, ../../dev/sass/index.scss */
#news .banner.mg {
  margin-top: 8px;
}

/* line 236, ../../dev/sass/index.scss */
#top {
  margin: 0 auto;
  width: 960px;
  position: relative;
}
/* line 240, ../../dev/sass/index.scss */
#top .poster {
  position: absolute;
  top: 110px;
  left: 110px;
  z-index: 211;
}
/* line 246, ../../dev/sass/index.scss */
#top h1 {
  position: absolute;
  top:230px;
  /*top: 370px;*/
  left: 70px;
  z-index: 212;
}
/* line 253, ../../dev/sass/index.scss */
#top p {
  position: absolute;
  top: 80px;
  left: 375px;
}
/* line 7, ../../dev/sass/index.scss */
*:first-child + html #top p {
  top: 90px;
  margin: 0;
  padding: 0;
}
/* line 13, ../../dev/sass/index.scss */
* html #top p {
  top: 90px;
}

/* line 268, ../../dev/sass/index.scss */
#nicoPlayer {
  position: absolute;
  top: 345px;
  left: 50%;
  margin-left: -430px;
  z-index: 300;
}
/* line 274, ../../dev/sass/index.scss */
#nicoPlayer .nicoBg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  -webkit-box-shadow: 0px 0px 10px 0px #170325;
  -moz-box-shadow: 0px 0px 10px 0px #170325;
  box-shadow: 0px 0px 10px 0px #170325;
}
/* line 283, ../../dev/sass/index.scss */
#nicoPlayer .nico {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 290, ../../dev/sass/index.scss */
#newChara {
  position: relative;
  top: 570px;
  left: 50%;
  width: 990px;
  margin-left: -495px;
  z-index: 120;
}
/* line 297, ../../dev/sass/index.scss */
#newChara h2 {
  position: absolute;
  top: -70px;
  left: 0;
}
/* line 302, ../../dev/sass/index.scss */
#newChara .obj {
  position: absolute;
}
/* line 305, ../../dev/sass/index.scss */
#newChara .characters {
  top: 55px;
  left: 25px;
}
/* line 309, ../../dev/sass/index.scss */
#newChara #decapreName {
  top: 425px;
  left: 290px;
}
/* line 313, ../../dev/sass/index.scss */
#newChara #hugoName {
  top: 220px;
  left: 435px;
}
/* line 317, ../../dev/sass/index.scss */
#newChara #rolentoName {
  top: 185px;
  left: 685px;
}
/* line 321, ../../dev/sass/index.scss */
#newChara #elenaName {
  top: 380px;
  left: 20px;
}
/* line 325, ../../dev/sass/index.scss */
#newChara #poisonName {
  top: 390px;
  left: 685px;
}
/* line 329, ../../dev/sass/index.scss */
#newChara .linkButton {
  position: absolute;
  top: 695px;
  left: 640px;
}
/* line 334, ../../dev/sass/index.scss */
#newChara #newCharaThumbs {
  position: absolute;
  top: 555px;
  left: 200px;
}
/* line 339, ../../dev/sass/index.scss */
#newChara #newCharaThumbs .newCharaThumbsRow .thumb {
  float: right;
  margin: 0px 0px 0px 10px;
  display: none;
}

/* line 348, ../../dev/sass/index.scss */
#allChara {
  background-image: url(../images/index/allChara_img.png);
  background-repeat: no-repeat;
  background-position: 14px 100px;
  position: relative;
  top: 1270px;
  left: 50%;
  width: 990px;
  height: 1000px;
  margin-left: -495px;
  z-index: 110;
}
/* line 359, ../../dev/sass/index.scss */
#allChara h2 {
  position: absolute;
  top: -60px;
  left: 0;
}
/* line 364, ../../dev/sass/index.scss */
#allChara .linkButton1 {
  position: absolute;
  top: 830px;
  /*left:155px;*/
  left: 320px;
}
#allChara .linkButton1_1 {
  position: absolute;
  top: 830px;
  left:155px;
}
#allChara .linkButton1_2 {
  position: absolute;
  top: 830px;
  /*left:155px;*/
  left: 520px;
}

/* line 370, ../../dev/sass/index.scss */
#allChara #allCharaThumbs {
  position: absolute;
  top: 135px;
  left: 30px;
}
/* line 375, ../../dev/sass/index.scss */
#allChara #allCharaThumbs .allCharaThumbsRow .thumb {
  float: left;
  margin: 0px 9px 9px 0px;
  display: none;
}

/* line 384, ../../dev/sass/index.scss */
#middleBg {
  background-image: url(../images/index/middle_bg.png);
  background-repeat: no-repeat;
  width: 978px;
  height: 1800px;
  position: absolute;
  top: 510px;
  left: 50%;
  margin-left: -489px;
}

/* line 395, ../../dev/sass/index.scss */
#bottom {
  background-image: url(../images/index/bottom_bg.png);
  background-repeat: repeat-y;
  position: absolute;
  z-index: 130;
  top: 2220px;
  left: 50%;
  width: 978px;
  margin-left: -489px;
}
/* line 404, ../../dev/sass/index.scss */
#bottom .box {
  margin: 0px 0px 20px 20px;
}
/* line 407, ../../dev/sass/index.scss */
#bottom #footer {
  background-image: url(../images/index/footer_bg.jpg);
  background-repeat: repeat-x;
  width: 960px;
  height: 66px;
  margin: 0 auto;
}
/* line 413, ../../dev/sass/index.scss */
#bottom #footer p {
  color: white;
  padding: 10px;
}
/* line 416, ../../dev/sass/index.scss */
#bottom #footer p small {
  font-size: 1em;
}

/* line 424, ../../dev/sass/index.scss */
#footerBanners .banner {
  margin: 0px 10px 0px 0px;
  float: left;
}

/* NESiCAソーシャル関連 */
/* line 431, ../../dev/sass/index.scss */
.pc-share {
  width: 413px;
  height: 23px;
  display: block;
}

/* line 437, ../../dev/sass/index.scss */
.pc-share #share {
  width: 118px;
  height: 21px;
  display: block;
  float: right;
}

/* line 444, ../../dev/sass/index.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 452, ../../dev/sass/index.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 463, ../../dev/sass/index.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 470, ../../dev/sass/index.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 481, ../../dev/sass/index.scss */
.pc-share #share-t-f #share-t {
  position: absolute;
  top: 11px;
  left: 34px;
  width: 49px;
  height: 19px;
  font-size: 11px;
}

/* line 489, ../../dev/sass/index.scss */
.pc-share #share-t-f #share-f {
  position: absolute;
  top: 32px;
  left: 34px;
  width: 49px;
  height: 19px;
  font-size: 11px;
}

/* line 498, ../../dev/sass/index.scss */
.pc-share #share-t-f #share-t2 {
  position: absolute;
  top: 4px;
  left: 90px;
  width: 49px;
  height: 19px;
  font-size: 11px;
}

/* line 506, ../../dev/sass/index.scss */
.pc-share #share-t-f #share-f2 {
  position: absolute;
  top: 20px;
  left: 90px;
  width: 49px;
  height: 19px;
  font-size: 11px;
}

/* line 514, ../../dev/sass/index.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 523, ../../dev/sass/index.scss */
.pc-share #share-t-f .share-t-f-close a {
  width: 9px;
  height: 9px;
  font-size: 11px;
  display: block;
}

/*
overLayer
*/
/* line 534, ../../dev/sass/index.scss */
#overLayerBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1000;
}
/* line 13, ../../dev/sass/index.scss */
* html #overLayerBg {
  position: absolute;
}

/* line 548, ../../dev/sass/index.scss */
#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -235px;
  z-index: 1100;
}
/* line 13, ../../dev/sass/index.scss */
* html #popup {
  position: absolute;
}
/* line 558, ../../dev/sass/index.scss */
#popup img {
  /*border:1px solid #c8c8c8;*/
}

/* line 563, ../../dev/sass/index.scss */
#popup img {
  display: none;
}

/* line 567, ../../dev/sass/index.scss */
#popupClose {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: 267px;
  margin-top: -150px;
  z-index: 1200;
}
/* line 13, ../../dev/sass/index.scss */
* html #popupClose {
  position: absolute;
}
