@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 12, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 30, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 50, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 74, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 108, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 116, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 133, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 141, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 151, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 163, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 173, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 181, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 197, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
sup {
  top: -0.5em; }

/* line 201, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 213, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 221, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 233, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 245, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 256, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 267, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 294, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 306, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 328, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 360, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 373, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 1, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif; }

/* line 3, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
h1, h2, h3, p {
  margin: 0; }

/* line 5, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
ul, li {
  margin: 0;
  padding: 0; }

/* line 8, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
li {
  list-style-type: none; }

/* line 11, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
table th, table td {
  vertical-align: middle;
  text-align: left; }

/* line 14, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
a, a:active {
  color: #000;
  text-decoration: underline; }

/* line 17, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
a:hover {
  color: #000;
  text-decoration: none; }

/* line 22, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
.spDevice .pc {
  display: none; }

/* line 25, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
.sp {
  display: none; }
  /* line 27, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_defaults.sass */
  .spDevice .sp {
    display: block; }

/* line 1, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
html, body {
  height: 100%; }

/* line 4, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
body {
  color: #000;
  background: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif; }

/* line 9, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  z-index: 999999;
  display: table; }
  /* line 18, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice .loading {
    display: none; }
  /* line 20, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .loading .loading-inner {
    display: table-cell;
    vertical-align: middle; }
    /* line 23, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .lt-ie9 .loading .loading-inner {
      display: none; }
  /* line 25, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .loading .loading-logo {
    text-align: center; }

/* line 28, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
.header {
  margin: 0 auto;
  width: 750px; }
  /* line 31, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .header img {
    width: 100%; }
  /* line 33, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice .header {
    width: 100%; }

/* line 36, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
.content {
  padding: 35px 5px 40px 5px;
  width: 750px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #000; }
  /* line 42, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice .content {
    padding: 20px 5px 25px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-weight: none; }
  /* line 47, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .content h3 {
    font-size: 42px;
    font-size: 2.625rem;
    letter-spacing: 0.05em;
    font-family: "vdl-lineg";
    line-height: 1;
    margin-bottom: 40px;
    text-align: center; }
    /* line 54, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice .content h3 {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 20px; }
  /* line 57, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .content h4 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "vdl-lineg";
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center; }
    /* line 63, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice .content h4 {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-bottom: 5px; }

/* line 67, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-attention {
  margin-top: 40px;
  padding: 20px 50px;
  border: 1px solid #000; }
  /* line 71, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-attention p {
    font-size: 15px;
    font-size: 0.9375rem; }
  /* line 73, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-attention ul {
    margin-top: 10px; }
    /* line 75, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-attention ul li {
      font-size: 16px;
      font-size: 1rem;
      font-weight: bold; }
      /* line 78, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
      #content-attention ul li span {
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 1.4em; }
  /* line 81, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-attention .midashi-1 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 15px; }
    /* line 85, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-attention .midashi-1 {
      font-size: 20px;
      font-size: 1.25rem; }
  /* line 87, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-attention .midashi-2 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #000; }
    /* line 94, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-attention .midashi-2 {
      font-size: 15px;
      font-size: 0.9375rem; }
  /* line 96, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-attention .midashi-3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px; }
    /* line 101, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-attention .midashi-3.bottom {
      margin-top: 10px; }
    /* line 103, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-attention .midashi-3 {
      font-size: 14px;
      font-size: 0.875rem; }

/* line 107, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-concept h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.7;
  font-family: "vdl-lineg";
  text-align: center;
  margin-bottom: 22px; }
  /* line 113, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice #content-concept h2 {
    font-size: 28px;
    font-size: 1.75rem; }
/* line 115, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-concept p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-bottom: 1em; }
  /* line 119, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-concept p:last-child {
    margin-bottom: 0; }
  /* line 121, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice #content-concept p {
    font-size: 14px;
    font-size: 0.875rem; }
/* line 123, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
.spDevice #content-concept {
  padding-top: 10px; }

/* line 126, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-info {
  position: relative; }
  /* line 128, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-info dl {
    margin: 0;
    text-align: center; }
  /* line 131, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-info dt, #content-info dd {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5; }
    /* line 134, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-info dt, .spDevice #content-info dd {
      font-size: 14px;
      font-size: 0.875rem; }
  /* line 136, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-info dt {
    margin: 1.5em 0 5px 0;
    display: inline-block;
    font-weight: bold;
    background: #FFF; }
    /* line 141, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-info dt:first-child {
      margin-top: 0; }
    /* line 143, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-info dt {
      margin-top: 1em; }
      /* line 145, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
      .spDevice #content-info dt:first-child {
        margin-top: 0; }
  /* line 147, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-info dd {
    margin: 0; }
    /* line 149, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-info dd span {
      background: #FFF;
      line-height: 1.5; }

/* line 153, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-tracklist {
  position: relative;
  border-top: 1px solid #FFF; }
  /* line 156, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-tracklist table {
    margin: 0 auto; }
    /* line 158, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-tracklist table th, #content-tracklist table td {
      line-height: 1;
      vertical-align: bottom; }
    /* line 162, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-tracklist table th {
      font-size: 22px;
      font-size: 1.375rem;
      padding-right: 9px;
      padding-bottom: 15px; }
      /* line 166, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
      .spDevice #content-tracklist table th {
        font-size: 16px;
        font-size: 1rem;
        padding-right: 3px;
        padding-bottom: 10px; }
    /* line 170, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-tracklist table td {
      font-size: 34px;
      font-size: 2.125rem;
      letter-spacing: 0.01em;
      padding-bottom: 15px; }
      /* line 174, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
      .spDevice #content-tracklist table td {
        font-size: 20px;
        font-size: 1.25rem;
        padding-bottom: 10px; }
      /* line 177, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
      #content-tracklist table td span {
        font-size: 28px;
        font-size: 1.75rem; }
        /* line 179, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
        .spDevice #content-tracklist table td span {
          font-size: 18px;
          font-size: 1.125rem; }

/* line 183, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-audiopreview h3 {
  margin-bottom: 20px; }
  /* line 185, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice #content-audiopreview h3 {
    margin-bottom: 10px; }
/* line 187, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-audiopreview p {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }
  /* line 190, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice #content-audiopreview p {
    font-size: 10px;
    font-size: 0.625rem; }
/* line 192, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-audiopreview .soundcloud {
  padding-top: 25px;
  width: 600px;
  margin: 0 auto;
  text-align: center; }
  /* line 197, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-audiopreview .soundcloud h4 {
    margin-top: 15px;
    margin-bottom: 5px; }
  /* line 200, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice #content-audiopreview .soundcloud {
    padding-top: 20px;
    width: 100%; }
    /* line 203, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-audiopreview .soundcloud h4 {
      margin-top: 8px; }

/* line 206, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-gallery {
  text-align: center; }
  /* line 208, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-gallery .inner {
    text-align: center; }
  /* line 210, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-gallery .gallery-jacket {
    margin-bottom: 15px; }
    /* line 212, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-gallery .gallery-jacket img {
      width: 299px;
      padding: 0 1px; }
  /* line 217, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice #content-gallery .gallery-banner img {
    width: 100%; }

/* line 220, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-moment {
  padding: 30px 0 40px; }
  /* line 222, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-moment .inner_pc {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 400px;
    overflow: scroll; }
    /* line 227, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-moment .inner_pc {
      display: none; }
  /* line 229, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-moment .inner_sp {
    display: none; }
    /* line 231, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-moment .inner_sp {
      text-align: center;
      display: block;
      font-size: 13px;
      font-size: 0.8125rem; }

/* line 236, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
#content-credit {
  position: relative;
  border-top: 1px solid #FFF; }
  /* line 239, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  #content-credit table {
    margin: 0 auto; }
    /* line 242, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice #content-credit table th, .spDevice #content-credit table td {
      font-size: 13px;
      font-size: 0.8125rem; }
    /* line 244, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    #content-credit table th {
      text-align: right;
      padding-right: 20px; }
      /* line 247, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
      .spDevice #content-credit table th {
        padding-right: 8px; }

/* line 250, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
.footer {
  padding: 20px 0;
  text-align: center; }
  /* line 253, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .footer a {
    display: inline-block;
    margin: 0 20px;
    width: 160px; }
    /* line 257, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .footer a img {
      width: 100%;
      line-height: 0;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear;
      background: #FFF; }
      /* line 262, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
      .footer a img:hover {
        opacity: 0.7; }
  /* line 265, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
  .spDevice .footer a {
    width: 100px; }
    /* line 267, /Users/keiichi/Sites/str3.org/rbt_6666/source/stylesheets/_top.sass */
    .spDevice .footer a:first-child {
      width: 120px; }
