@charset "UTF-8";
/* line 45, ../sass/module.scss */
.cf {
  zoom: 1;
  /* for ie */ }
  /* line 35, ../sass/module.scss */
  .cf:before, .cf:after {
    content: "";
    display: table; }
  /* line 40, ../sass/module.scss */
  .cf:after {
    clear: both; }

/* line 5, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, C:/Program Files (x86)/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 9, ../sass/screen.scss */
body {
  font-size: 15px;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #666;
  min-width: 980px;
  background: #E3FBFF; }

/* line 16, ../sass/screen.scss */
a {
  color: #008BFE; }

/* line 19, ../sass/screen.scss */
img {
  max-width: 100%; }

/* line 22, ../sass/screen.scss */
#summer {
  line-height: 1.6;
  margin: 20px auto 20px; }
  /* line 25, ../sass/screen.scss */
  #summer h1 {
    margin-bottom: 20px; }
  /* line 28, ../sass/screen.scss */
  #summer h2 {
    clear: both;
    background: #008BFE;
    color: #fff;
    font-size: 24px;
    padding: 20px 10px 10px;
    text-align: center;
    position: relative; }
    /* line 36, ../sass/screen.scss */
    #summer h2 img {
      height: 60px; }
  /* line 40, ../sass/screen.scss */
  #summer .pic-left {
    position: absolute;
    left: -330px;
    bottom: 0;
    width: auto;
    height: 240px; }
  /* line 47, ../sass/screen.scss */
  #summer .pic-right {
    position: absolute;
    right: -330px;
    bottom: 0;
    width: auto;
    height: 240px; }
  /* line 54, ../sass/screen.scss */
  #summer h3 {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    background: #ffff00;
    color: #008BFE;
    margin-bottom: 20px;
    padding: 12px 20px; }

/* line 65, ../sass/screen.scss */
table {
  font-size: 18px;
  border: 1px solid #eee;
  margin-bottom: 20px; }
  /* line 69, ../sass/screen.scss */
  table th, table td {
    padding: 10px; }

/* line 74, ../sass/screen.scss */
.section {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0; }
  /* line 79, ../sass/screen.scss */
  .section .in {
    background: #fff;
    padding: 20px;
    overflow: hidden; }

/* line 87, ../sass/screen.scss */
.nami-top {
  background: url(../img/nami_top.png) no-repeat center bottom;
  height: 17px; }

/* line 92, ../sass/screen.scss */
.nami {
  background: #6EEBFF;
  padding: 20px 0; }

/* line 97, ../sass/screen.scss */
.nami-bottom {
  background: url(../img/nami_bottom.png) no-repeat center top;
  height: 17px; }

/* line 102, ../sass/screen.scss */
.page-link {
  overflow: hidden;
  margin-right: -20px; }
  /* line 105, ../sass/screen.scss */
  .page-link li {
    float: left;
    margin-right: 20px; }
    /* line 108, ../sass/screen.scss */
    .page-link li a {
      display: block;
      clear: both;
      font-size: 20px;
      font-weight: bold;
      background: #ffff00;
      color: #008BFE;
      margin-bottom: 20px;
      padding: 12px 20px;
      width: 273px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }

/* line 123, ../sass/screen.scss */
.list {
  margin-right: -20px; }
  /* line 125, ../sass/screen.scss */
  .list li {
    float: left;
    overflow: hidden;
    width: 460px;
    margin-right: 20px;
    margin-bottom: 20px; }
    /* line 131, ../sass/screen.scss */
    .list li .pic, .list li .content {
      width: 49%;
      float: left; }
    /* line 135, ../sass/screen.scss */
    .list li .pic {
      margin-right: 2%; }
    /* line 139, ../sass/screen.scss */
    .list li .content .name {
      font-size: 18px;
      font-weight: bold;
      height: 1.0;
      overflow: hidden; }
      /* line 144, ../sass/screen.scss */
      .list li .content .name span {
        font-size: 14px;
        font-weight: normal;
        margin-right: 10px;
        display: block; }
    /* line 151, ../sass/screen.scss */
    .list li .content .plan {
      font-size: 18px;
      line-height: 1.5; }
      /* line 154, ../sass/screen.scss */
      .list li .content .plan .price {
        text-align: right;
        color: #ff0066;
        font-size: 18px; }

/* line 164, ../sass/screen.scss */
.btn {
  clear: both; }
  /* line 166, ../sass/screen.scss */
  .btn a {
    padding: 10px;
    text-align: center;
    background: #ff0066;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block !Important;
    text-decoration: none !Important;
    position: relative;
    box-shadow: 0 2px #F088B5; }
    /* line 177, ../sass/screen.scss */
    .btn a::after {
      position: absolute;
      top: 50%;
      right: 20px;
      content: '';
      margin-top: -5px;
      border: 7px solid transparent;
      border-top-width: 5px;
      border-bottom-width: 5px;
      border-left-color: #fff; }
    /* line 188, ../sass/screen.scss */
    .btn a:hover {
      filter: alpha(opacity=80);
      -moz-opacity: 0.80;
      opacity: 0.80; }

/* line 196, ../sass/screen.scss */
.profile {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

/*---------------------------------------
campaign
---------------------------------------*/
/* line 208, ../sass/screen.scss */
#campaign .list, #karaoke .list {
  margin-right: -20px;
  overflow: hidden; }
  /* line 211, ../sass/screen.scss */
  #campaign .list li, #karaoke .list li {
    width: 227px;
    margin-right: 10px; }
    /* line 214, ../sass/screen.scss */
    #campaign .list li .pic, #karaoke .list li .pic {
      width: 100%;
      position: relative; }
      /* line 217, ../sass/screen.scss */
      #campaign .list li .pic img, #karaoke .list li .pic img {
        height: 176px; }
      /* line 220, ../sass/screen.scss */
      #campaign .list li .pic .icon, #karaoke .list li .pic .icon {
        position: absolute;
        right: 10px;
        top: 10px;
        overflow: hidden; }
        /* line 225, ../sass/screen.scss */
        #campaign .list li .pic .icon img, #karaoke .list li .pic .icon img {
          width: 40px;
          height: 40px; }
    /* line 231, ../sass/screen.scss */
    #campaign .list li .content, #karaoke .list li .content {
      width: 100% !important; }

@media screen and (max-width: 800px) {
  /* line 239, ../sass/screen.scss */
  .pic-right {
    display: none !important; }

  /* line 242, ../sass/screen.scss */
  h2 {
    text-align: right !important; } }
