@charset "UTF-8";
/*
$fontHelveticaRound: 'HelveticaW01-RoundedBlk 709929';
.font-family-round{
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.font-family-round-bold{
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}
*/
/********************
タグの基本的な設定
********************/
/* line 8, sass/core_131011/_reset.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 16, sass/core_131011/_reset.scss */
h1, h2, h3, h4, h5,
p,
dd {
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 20, sass/core_131011/_reset.scss */
dt {
  padding: 0;
}

/* line 25, sass/core_131011/_reset.scss */
p {
  line-height: 1.5em;
}

/* line 28, sass/core_131011/_reset.scss */
ul, ol {
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 34, sass/core_131011/_reset.scss */
ol li,
ul li,
d, dd {
  line-height: 1.3em;
}

/* line 38, sass/core_131011/_reset.scss */
img {
  border: none;
}

/* line 42, sass/core_131011/_reset.scss */
h1 img, h2 img, h3 img, h4 img, h5 img {
  vertical-align: bottom;
}

/* line 48, sass/core_131011/_reset.scss */
table {
  border-collapse: collapse;
}

/* line 51, sass/core_131011/_reset.scss */
th, td {
  vertical-align: top;
  text-align: left;
  line-height: 1.5em;
}

/* line 56, sass/core_131011/_reset.scss */
a {
  text-decoration: none;
}

/*
usage:
#hoge{
	@include inlineBlock;
}

*/
/* line 19, sass/core_131011/_mixin.scss */
.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: -0.4em;
  /*隙間をなくすためのハック*/
}

/* line 26, sass/core_131011/_mixin.scss */
.clearfix, .wrap, .row, .row-fluid, ul.list-inline-left,
ul.ul-inline-left, dl.dl-inline {
  *zoom: 1;
}
/* line 28, sass/core_131011/_mixin.scss */
.clearfix:after, .wrap:after, .row:after, .row-fluid:after, ul.list-inline-left:after,
ul.ul-inline-left:after, dl.dl-inline:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 3, sass/core_131011/_base.scss */
body {
  background: url("../img/common/bg.jpg") center top no-repeat;
  background-attachment: fixed;
  background-color: #000;
  font-size: 14px;
  color: white;
}

/* line 9, sass/core_131011/_base.scss */
.body-inner {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
}

/* line 18, sass/core_131011/_base.scss */
body > .body-inner {
  height: auto;
}

/* line 22, sass/core_131011/_base.scss */
.wrap {
  margin: auto;
  width: 100%;
}

/* line 5, sass/core_131011/_gridlayout.scss */
.row {
  margin-left: -20px;
  float: clear;
}
/* line 10, sass/core_131011/_gridlayout.scss */
.row [class*="span"] {
  float: left;
  margin-left: 20px;
}
/* line 15, sass/core_131011/_gridlayout.scss */
.row .span1 {
  width: 33.33333px;
}
/* line 18, sass/core_131011/_gridlayout.scss */
.row .span2 {
  width: 86.66667px;
}
/* line 21, sass/core_131011/_gridlayout.scss */
.row .span3 {
  width: 140px;
}
/* line 24, sass/core_131011/_gridlayout.scss */
.row .span4 {
  width: 193.33333px;
}
/* line 27, sass/core_131011/_gridlayout.scss */
.row .span5 {
  width: 246.66667px;
}
/* line 30, sass/core_131011/_gridlayout.scss */
.row .span6 {
  width: 300px;
}
/* line 33, sass/core_131011/_gridlayout.scss */
.row .span7 {
  width: 353.33333px;
}
/* line 36, sass/core_131011/_gridlayout.scss */
.row .span8 {
  width: 406.66667px;
}
/* line 39, sass/core_131011/_gridlayout.scss */
.row .span9 {
  width: 460px;
}
/* line 42, sass/core_131011/_gridlayout.scss */
.row .span10 {
  width: 513.33333px;
}
/* line 45, sass/core_131011/_gridlayout.scss */
.row .span11 {
  width: 566.66667px;
}
/* line 48, sass/core_131011/_gridlayout.scss */
.row .span12 {
  width: 620px;
}
/* line 53, sass/core_131011/_gridlayout.scss */
.row .offset1 {
  margin-left: 73.33333px;
}
/* line 56, sass/core_131011/_gridlayout.scss */
.row .offset2 {
  margin-left: 126.66667px;
}
/* line 59, sass/core_131011/_gridlayout.scss */
.row .offset3 {
  margin-left: 180px;
}
/* line 62, sass/core_131011/_gridlayout.scss */
.row .offset4 {
  margin-left: 233.33333px;
}
/* line 65, sass/core_131011/_gridlayout.scss */
.row .offset5 {
  margin-left: 286.66667px;
}
/* line 68, sass/core_131011/_gridlayout.scss */
.row .offset6 {
  margin-left: 340px;
}
/* line 71, sass/core_131011/_gridlayout.scss */
.row .offset7 {
  margin-left: 393.33333px;
}
/* line 74, sass/core_131011/_gridlayout.scss */
.row .offset8 {
  margin-left: 446.66667px;
}
/* line 77, sass/core_131011/_gridlayout.scss */
.row .offset9 {
  margin-left: 500px;
}
/* line 80, sass/core_131011/_gridlayout.scss */
.row .offset10 {
  margin-left: 553.33333px;
}
/* line 83, sass/core_131011/_gridlayout.scss */
.row .offset11 {
  margin-left: 606.66667px;
}

/* line 90, sass/core_131011/_gridlayout.scss */
.row-fluid {
  float: clear;
}
/* line 94, sass/core_131011/_gridlayout.scss */
.row-fluid [class*="span"] {
  float: left;
  margin-left: 4%;
}
/* line 99, sass/core_131011/_gridlayout.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 106, sass/core_131011/_gridlayout.scss */
.row-fluid .span1 {
  width: 4.66667%;
}
/* line 109, sass/core_131011/_gridlayout.scss */
.row-fluid .span2 {
  width: 13.33333%;
}
/* line 112, sass/core_131011/_gridlayout.scss */
.row-fluid .span3 {
  width: 22.0%;
}
/* line 115, sass/core_131011/_gridlayout.scss */
.row-fluid .span4 {
  width: 30.66667%;
}
/* line 118, sass/core_131011/_gridlayout.scss */
.row-fluid .span5 {
  width: 39.33333%;
}
/* line 121, sass/core_131011/_gridlayout.scss */
.row-fluid .span6 {
  width: 48.0%;
}
/* line 124, sass/core_131011/_gridlayout.scss */
.row-fluid .span7 {
  width: 56.66667%;
}
/* line 127, sass/core_131011/_gridlayout.scss */
.row-fluid .span8 {
  width: 65.33333%;
}
/* line 130, sass/core_131011/_gridlayout.scss */
.row-fluid .span9 {
  width: 74.0%;
}
/* line 133, sass/core_131011/_gridlayout.scss */
.row-fluid .span10 {
  width: 82.66667%;
}
/* line 136, sass/core_131011/_gridlayout.scss */
.row-fluid .span11 {
  width: 91.33333%;
}
/* line 139, sass/core_131011/_gridlayout.scss */
.row-fluid .span12 {
  width: 100.0%;
}
/* line 143, sass/core_131011/_gridlayout.scss */
.row-fluid .offset1 {
  margin-left: 8.66667%;
}
/* line 146, sass/core_131011/_gridlayout.scss */
.row-fluid .offset2 {
  margin-left: 17.33333%;
}
/* line 149, sass/core_131011/_gridlayout.scss */
.row-fluid .offset3 {
  margin-left: 26.0%;
}
/* line 152, sass/core_131011/_gridlayout.scss */
.row-fluid .offset4 {
  margin-left: 34.66667%;
}
/* line 155, sass/core_131011/_gridlayout.scss */
.row-fluid .offset5 {
  margin-left: 43.33333%;
}
/* line 158, sass/core_131011/_gridlayout.scss */
.row-fluid .offset6 {
  margin-left: 52.0%;
}
/* line 161, sass/core_131011/_gridlayout.scss */
.row-fluid .offset7 {
  margin-left: 60.66667%;
}
/* line 164, sass/core_131011/_gridlayout.scss */
.row-fluid .offset8 {
  margin-left: 69.33333%;
}
/* line 167, sass/core_131011/_gridlayout.scss */
.row-fluid .offset9 {
  margin-left: 78.0%;
}
/* line 170, sass/core_131011/_gridlayout.scss */
.row-fluid .offset10 {
  margin-left: 86.66667%;
}
/* line 173, sass/core_131011/_gridlayout.scss */
.row-fluid .offset11 {
  margin-left: 95.33333%;
}

/* line 20, sass/core_131011/_layout.scss */
.contentBox {
  width: 100%;
  margin: auto;
  padding: 0px 0 0 0;
  position: relative;
}

/* line 28, sass/core_131011/_layout.scss */
.contentBox-head {
  position: relative;
}

/* line 32, sass/core_131011/_layout.scss */
.contentBox-foot {
  clear: both;
  position: relative;
}

/* line 37, sass/core_131011/_layout.scss */
.contentBox-body {
  position: relative;
}

/* line 45, sass/core_131011/_layout.scss */
.contentBox-single .mainBox {
  width: 800px;
  margin: auto;
  padding: 0px 0px 0 0;
  position: relative;
}

/* line 51, sass/core_131011/_layout.scss */
.contentBox-sideleft .mainBox {
  float: right;
  width: 800px;
  margin: auto;
  padding: 0px 0px 0 0;
  position: relative;
}
/* line 56, sass/core_131011/_layout.scss */
.contentBox-sideleft .sideBox {
  float: left;
  width: 200px;
  margin: 0 0 0 0px;
  padding: 0px 10px 0 0px;
  position: relative;
}

/* line 63, sass/core_131011/_layout.scss */
.contentBox-sideright .mainBox {
  float: left;
  width: 800px;
  margin: auto;
  padding: 0px 0px 0 0;
  position: relative;
}
/* line 68, sass/core_131011/_layout.scss */
.contentBox-sideright .sideBox {
  float: right;
  width: 200px;
  margin: 0 0 0 0px;
  padding: 0px 10px 0 0px;
  position: relative;
}

/* line 8, sass/core_131011/_text.scss */
.font-family-default, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 11, sass/core_131011/_text.scss */
.font-family-gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* line 14, sass/core_131011/_text.scss */
.font-family-mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* フォントサイズ ****************/
/* line 19, sass/core_131011/_text.scss */
.font-size-small {
  font-size: 12px;
}

/* line 22, sass/core_131011/_text.scss */
.font-size-normal {
  font-size: 14px;
}

/* line 25, sass/core_131011/_text.scss */
.font-size-middle {
  font-size: 18.2px;
}

/* line 28, sass/core_131011/_text.scss */
.font-size-large {
  font-size: 21px;
}

/* テキスト系 ***********/
/* line 33, sass/core_131011/_text.scss */
.text-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 41, sass/core_131011/_text.scss */
.text-left {
  text-align: left;
}

/* line 44, sass/core_131011/_text.scss */
.text-center {
  text-align: center;
}

/* line 47, sass/core_131011/_text.scss */
.text-right {
  text-align: right;
}

/** notice **/
/* line 4, sass/core_131011/_format.scss */
p.notice {
  text-indent: -1em;
  margin-left: 1em;
}

/* line 10, sass/core_131011/_format.scss */
ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
  list-style-type: none;
}

/* line 18, sass/core_131011/_format.scss */
dl.notice > dt {
  text-indent: -1em;
  margin-left: 1em;
}
/* line 22, sass/core_131011/_format.scss */
dl.notice > dd {
  margin-left: 1em;
}

/** float **/
/* line 31, sass/core_131011/_format.scss */
.alignleft,
.align-left {
  float: left;
}

/* line 36, sass/core_131011/_format.scss */
.alignright,
.align-right {
  float: right;
}

/* line 41, sass/core_131011/_format.scss */
.aligncenter,
.align-center {
  display: block;
  margin: auto;
}

/* line 47, sass/core_131011/_format.scss */
.alignleft-margin,
.align-left-margin {
  float: left;
  margin-right: 20px;
}

/* line 52, sass/core_131011/_format.scss */
.alignright-margin,
.align-right-margin {
  float: right;
  margin-left: 20px;
}

/** image **/
/* line 59, sass/core_131011/_format.scss */
.photo {
  padding: 4px;
  background-color: #fff;
  border: solid 1px #cccccc;
  z-index: 1;
}

/* line 66, sass/core_131011/_format.scss */
a:hover .photo {
  border: solid 1px #0073dd;
}

/* line 70, sass/core_131011/_format.scss */
.photo-shadow {
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

/** ol / ul **************/
/* line 5, sass/core_131011/_list.scss */
ul.list, ol.list,
ul.ul, ol.ul {
  padding-left: 2em;
}
/* line 8, sass/core_131011/_list.scss */
ul.list > li, ol.list > li,
ul.ul > li, ol.ul > li {
  margin-bottom: 0.3em;
}
/* line 11, sass/core_131011/_list.scss */
ul.list > li > ul, ol.list > li > ul,
ul.ul > li > ul, ol.ul > li > ul {
  padding-left: 1em;
}

/* line 21, sass/core_131011/_list.scss */
ul.list-inline-left > li,
ul.ul-inline-left > li {
  display: inline-block;
  float: left;
}

/** dl **************/
/* line 29, sass/core_131011/_list.scss */
dl.dl {
  padding: 0;
}
/* line 32, sass/core_131011/_list.scss */
dl.dl dt {
  margin-bottom: 0.3em;
}
/* line 35, sass/core_131011/_list.scss */
dl.dl dd {
  margin-bottom: 1em;
}

/* line 41, sass/core_131011/_list.scss */
dl.dl-bold > dt {
  font-weight: bold;
}

/* line 48, sass/core_131011/_list.scss */
dl.dl-inline > dt {
  clear: both;
  display: inline;
  float: left;
  margin-right: 1em;
}
/* line 54, sass/core_131011/_list.scss */
dl.dl-inline > dd {
  display: inline;
  float: left;
  margin-bottom: 0;
  margin-left: 0;
}

/** table **************/
/* line 64, sass/core_131011/_list.scss */
table.table {
  width: 100%;
  margin: 0 0 1em 0;
}
/* line 68, sass/core_131011/_list.scss */
table.table th, table.table td {
  padding: 4px;
}

/* line 73, sass/core_131011/_list.scss */
table.table-border {
  border-top: solid 2px #999999;
  border-bottom: solid 2px #999999;
}
/* line 77, sass/core_131011/_list.scss */
table.table-border th, table.table-border td {
  border-bottom: solid 1px #cccccc;
}

/* line 84, sass/core_131011/_list.scss */
table.table-stripe > tbody > tr:nth-child(odd) td, table.table-stripe > tbody > tr:nth-child(odd) th {
  background-color: #f6f6f6;
}

/* line 91, sass/core_131011/_list.scss */
table.table-head th {
  background-color: #f6f6f6;
}

/* line 4, sass/core_131011/_form.scss */
input[type=text],
textarea {
  border: solid 1px #999;
  padding: 8px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 9, sass/core_131011/_button.scss */
.btn {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-weight: bold;
}
/* line 17, sass/core_131011/_button.scss */
.btn:hover {
  background-color: #333;
}

/* line 22, sass/core_131011/_button.scss */
.btn-shadow {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* バッジ *****************/
/* line 4, sass/core_131011/_badge.scss */
.badge {
  display: inline-block;
  background: #000;
  border-radius: 4px;
  padding: 0 4px;
  color: #fff;
  font-weight: bold;
}

/* line 12, sass/core_131011/_badge.scss */
.badge-red {
  background: #CE3333;
}

/* line 3, sass/_head.scss */
#header {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 200px;
}

/* line 12, sass/_head.scss */
#header-inner {
  position: relative;
}
/* line 15, sass/_head.scss */
#header-inner #title {
  margin-top: 0px;
  margin-left: 0px;
}
/* line 20, sass/_head.scss */
#header-inner .social-buttons {
  padding-left: 15px;
  margin: 0;
}
/* line 24, sass/_head.scss */
#header-inner .social-buttons li {
  list-style-type: none;
}
/* line 27, sass/_head.scss */
#header-inner .social-buttons li.facebook iframe {
  width: 70px !important;
}

/* line 33, sass/_head.scss */
#historyBox {
  padding-left: 13px;
  font-size: 12px;
  width: 110px;
  margin-bottom: 40px;
}
/* line 39, sass/_head.scss */
#historyBox dl {
  height: 200px;
}
/* line 43, sass/_head.scss */
#historyBox dt {
  color: #c00;
  font-family: Arial;
  font-weight: bold;
}
/* line 48, sass/_head.scss */
#historyBox dd {
  color: #fff;
  margin-bottom: 0;
}
/* line 51, sass/_head.scss */
#historyBox dd a {
  color: #fff;
}
/* line 54, sass/_head.scss */
#historyBox dd a:hover {
  background-color: #ffffcc;
  color: #000;
}
/* line 60, sass/_head.scss */
#historyBox .mCSB_container {
  margin-right: 10px;
}

/* line 3, sass/_menu.scss */
#mainMenuBox {
  position: relative;
  margin-top: -20px;
  width: 200px;
  padding-top: 270px;
  background: url("../img/menu/menu_bg_1.png") left top no-repeat;
}
/* line 11, sass/_menu.scss */
#mainMenuBox #mainMenuBox-inner {
  background: url("../img/menu/menu_bg_2.png") left bottom no-repeat;
}
/* line 15, sass/_menu.scss */
#mainMenuBox #js-menu-particle {
  position: absolute;
  top: 32px;
}

/* line 21, sass/_menu.scss */
#mainMenu {
  position: relative;
  margin-top: -290px;
  width: 200px;
  background: url("../img/menu/menu_frame_1.png") left top no-repeat;
  padding-top: 270px;
}
/* line 30, sass/_menu.scss */
#mainMenu #mainMenu-inner {
  position: relative;
  background: url("../img/menu/menu_frame_2.png") left bottom no-repeat;
}
/* line 35, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul {
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: -250px;
  margin-bottom: 0;
}
/* line 42, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li {
  list-style-type: none;
  position: relative;
  display: inline-block;
}
/* line 48, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li > a {
  position: relative;
  display: inline-block;
}
/* line 53, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li img.menu-item {
  position: absolute;
}
/* line 57, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li img.menu-item-over {
  position: relative;
}
/* line 62, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li ul {
  display: none;
  position: relative;
  margin: 0 0 0 15px;
  padding-left: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
/* line 72, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li ul li {
  line-height: 1.3em;
  margin-bottom: 4px;
  list-style-type: none;
}
/* line 77, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li ul li a {
  display: block;
  color: #fff;
  padding: 4px 0;
}
/* line 83, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li ul li a:hover {
  color: #c33;
}
/* line 87, sass/_menu.scss */
#mainMenu #mainMenu-inner > ul > li ul li:last-child {
  border-bottom: none;
}
/* line 95, sass/_menu.scss */
#mainMenu li.new img.menu-mark-new {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -10px;
}

/* line 3, sass/_foot.scss */
#footer {
  position: absolute;
  background: url("../img/common/foot_bg.png") center top repeat-x;
  width: 100%;
  height: 52px;
}
/* line 10, sass/_foot.scss */
#footer .copyright {
  padding-top: 17px;
  font-size: 12px;
  text-align: center;
  margin: 0;
}

/* line 27, sass/_layout.scss */
.contentBox {
  min-width: 1200px;
}
/* line 36, sass/_layout.scss */
.contentBox .mainBox {
  float: none;
  padding-bottom: 80px;
  padding-top: 60px;
}
/* line 42, sass/_layout.scss */
.contentBox .sideBox {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 50px;
}

/* line 3, sass/_format.scss */
hr {
  clear: both;
  margin: 20px 0;
  border-color: #00a0e9;
}

/* line 9, sass/_format.scss */
.no-margin {
  margin: 0;
}

/* line 13, sass/_format.scss */
[class*="indent-"] {
  position: relative;
}

/* line 17, sass/_format.scss */
.indent-20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 21, sass/_format.scss */
.indent-30 {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 25, sass/_format.scss */
.indent-40 {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 29, sass/_format.scss */
.indent-50 {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 33, sass/_format.scss */
.indent-60 {
  padding-left: 60px;
  padding-right: 60px;
}

/***********/
/* line 40, sass/_format.scss */
.color-red {
  color: #e4007f;
}

/* line 44, sass/_format.scss */
.color-orange {
  color: #dd912d;
}

/* line 47, sass/_format.scss */
.color-white {
  color: #fff;
}

/* line 50, sass/_format.scss */
.color-blue {
  color: #00a0e9;
}

/* line 53, sass/_format.scss */
.color-green {
  color: #65b725;
}

/* line 56, sass/_format.scss */
.color-lightgray {
  color: #eeeeee;
}

/* line 59, sass/_format.scss */
.color-brown {
  color: #693603;
}

/* line 64, sass/_format.scss */
a.link-border {
  color: #0073dd;
  border-bottom: dashed 1px #0073dd;
}

/* line 68, sass/_format.scss */
a.link-border:hover {
  color: #0073dd;
  border-bottom: dashed 1px #0073dd;
  background-color: #ffffcc;
}

/* line 74, sass/_format.scss */
a.link-noborder {
  border: none !important;
}

/* line 77, sass/_format.scss */
a.link-noborder:hover {
  border: none !important;
}

/* 下線 ****************/
/* line 82, sass/_format.scss */
.border-bottom-dotted {
  border-bottom: dotted 1px #000;
}

/* 角丸 ****************/
/* line 87, sass/_format.scss */
.radius-6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

/* line 90, sass/_format.scss */
.radius-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

/* 影文字 ****************/
/* line 95, sass/_format.scss */
.text-shadow-white {
  text-shadow: 2px 2px 2px white;
}

/* 見出し ****************/
/* line 101, sass/_format.scss */
.h-border-bottom-black {
  border-bottom: solid 1px #000;
  padding-bottom: 4px;
}

/* line 106, sass/_format.scss */
.h-underline {
  margin-bottom: 1em;
  padding: 0 20px 5px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: url("../img/common/h_underline.png") right bottom no-repeat;
}

/* line 115, sass/_format.scss */
.h-sinpleline-bl {
  padding-left: 4px;
  padding-bottom: 4px;
  border-left: solid 6px #00a0e9;
  border-bottom: solid 1px #00a0e9;
}

/* line 121, sass/_format.scss */
.h-sinpleline-l {
  padding-left: 4px;
  border-left: solid 6px #00a0e9;
}

/*
.mark-crown{
	padding-left: 18px;
	background: url("http://zxignition.tv/img/common/mark_crown.png") left 0px no-repeat;
}

.h-border-brush-span6{
	background: url("http://zxignition.tv/img/common/line_brush_span6.png") left bottom no-repeat;
	padding-bottom: 15px;
}
*/
/*
.h-border-mark-red{
	background: url("http://zxignition.tv/img/common/line_mark_red.png") left bottom no-repeat;
	padding-bottom: 3px;
}
*/
/* ボックス ****************/
/*
.frame{
	> .frame-head{
		background: url("http://zxignition.tv/img/common/frame_headfoot.png") left top no-repeat;
		overflow: hidden;
		height: 5px;
	}
	> .frame-foot{
		background: url("http://zxignition.tv/img/common/frame_headfoot.png") left bottom no-repeat;
		overflow: hidden;
		height: 5px;
	}
	> .frame-body{
		background: url("http://zxignition.tv/img/common/frame_body.png") left top repeat-y;
		position: relative;
	}
}
*/
/* line 164, sass/_format.scss */
.frame-zx1 {
  width: 700px;
  position: relative;
}
/* line 168, sass/_format.scss */
.frame-zx1:before {
  display: block;
  width: 703px;
  height: 66px;
  content: url("../img/common/frame_zx1_head.png");
}
/* line 174, sass/_format.scss */
.frame-zx1:after {
  display: block;
  width: 700px;
  height: 28px;
  content: url("../img/common/frame_zx1_foot.png");
}
/* line 180, sass/_format.scss */
.frame-zx1 .frame-zx1-body {
  position: relative;
  padding: 0 20px;
  width: 660px;
  background: url("../img/common/frame_zx1_body.png") left top repeat-y;
  padding-bottom: 20px;
}
/* line 187, sass/_format.scss */
.frame-zx1 .frame-zx1-content {
  position: relative;
  clear: both;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
}
/* line 194, sass/_format.scss */
.frame-zx1 .frame-zx1-content:first-of-type {
  margin-top: -40px;
}

/* リスト ****************/
/* line 202, sass/_format.scss */
table.table th {
  color: #fff;
}

/* line 207, sass/_format.scss */
.list-mark-crown {
  padding-left: 0;
}
/* line 210, sass/_format.scss */
.list-mark-crown > li {
  margin-bottom: 0.4em;
  padding-left: 18px;
  list-style-type: none;
  background: url("http://zxignition.tv/img/common/mark_crown.png") left 0px no-repeat;
}

/* line 4, sass/_side.scss */
.sideBox .sideMenu {
  padding-top: 10px;
}
/* line 8, sass/_side.scss */
.sideBox .sideMenu h2 {
  text-indent: -9999em;
  height: 40px;
}
/* line 12, sass/_side.scss */
.sideBox .sideMenu li {
  list-style-type: none;
  background: url("../img/index/news_head.png") left top no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 17, sass/_side.scss */
.sideBox .sideMenu a {
  position: relative;
  display: block;
  padding: 8px;
  color: #fff;
  font-size: 12px;
}
/* line 24, sass/_side.scss */
.sideBox .sideMenu a:hover {
  background-color: rgba(0, 132, 210, 0.3);
}
/* line 27, sass/_side.scss */
.sideBox .sideMenu a:after {
  content: url("../img/index/news_foot.png");
  position: absolute;
  bottom: 0px;
  left: 0;
}

/*
@import "http://zxignition.tv/css/base";
@import "http://zxignition.tv/css/submenu";
*/
/* 以下各コンテンツ */
/*
@import "http://zxignition.tv/css/content_home";
@import "http://zxignition.tv/css/content_news";
@import "http://zxignition.tv/css/content_story";
@import "http://zxignition.tv/css/content_chara";
@import "http://zxignition.tv/css/content_release";
*/
/* line 33, sass/common.scss */
#js-particle {
  position: fixed;
  left: 50%;
  margin-left: -1000px;
}

/* line 39, sass/common.scss */
#content-title {
  position: absolute;
  right: 0;
  top: 0;
}