@charset "UTF-8";
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, sass/core_140525/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/core_140525/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 43, sass/core_140525/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, sass/core_140525/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, sass/core_140525/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 76, sass/core_140525/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, sass/core_140525/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, sass/core_140525/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, sass/core_140525/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, sass/core_140525/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, sass/core_140525/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, sass/core_140525/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, sass/core_140525/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, sass/core_140525/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, sass/core_140525/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, sass/core_140525/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, sass/core_140525/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, sass/core_140525/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, sass/core_140525/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, sass/core_140525/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, sass/core_140525/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, sass/core_140525/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, sass/core_140525/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 254, sass/core_140525/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, sass/core_140525/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, sass/core_140525/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, sass/core_140525/_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 301, sass/core_140525/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, sass/core_140525/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, sass/core_140525/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, sass/core_140525/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, sass/core_140525/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, sass/core_140525/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 369, sass/core_140525/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, sass/core_140525/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, sass/core_140525/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, sass/core_140525/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, sass/core_140525/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, sass/core_140525/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, sass/core_140525/_normalize.scss */
td,
th {
  padding: 0;
}

/********************
タグの基本的な設定
********************/
/* line 8, sass/core_140525/_reset.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1rem;
  line-height: 1.0;
  /*文字サイズの自動調整を無効化しています*/
  -webkit-text-size-adjust: none;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
section要素などをブロック要素へ変更しています*/
/* line 21, sass/core_140525/_reset.scss */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 27, sass/core_140525/_reset.scss */
h1, h2, h3, h4, h5,
p,
dd {
  margin: 0;
  padding: 0;
}

/* line 31, sass/core_140525/_reset.scss */
dt {
  padding: 0;
}

/* line 36, sass/core_140525/_reset.scss */
p {
  line-height: 1.5em;
}

/* line 39, sass/core_140525/_reset.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 45, sass/core_140525/_reset.scss */
ol li,
ul li,
d, dd {
  line-height: 1.3em;
  list-style-type: none;
}

/* line 50, sass/core_140525/_reset.scss */
img {
  border: none;
  vertical-align: middle;
}

/* line 55, sass/core_140525/_reset.scss */
h1 img, h2 img, h3 img, h4 img, h5 img {
  vertical-align: bottom;
}

/* line 61, sass/core_140525/_reset.scss */
th, td {
  vertical-align: top;
  text-align: left;
  line-height: 1.5em;
}

/* line 67, sass/core_140525/_reset.scss */
a {
  text-decoration: none;
  /*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を
  親要素のベースラインに揃えるようにしています*/
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /*ホバー、アクティブ時のアウトラインを消しています*/
}
/* line 80, sass/core_140525/_reset.scss */
a:hover, a:active {
  outline: 0;
}

/*引用符の表示が出ないようにしています*/
/* line 86, sass/core_140525/_reset.scss */
blockquote, q {
  quotes: none;
}

/*スタイリングを再指定しています*/
/* line 91, sass/core_140525/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 94, sass/core_140525/_reset.scss */
b, strong {
  font-weight: bold;
}

/* line 97, sass/core_140525/_reset.scss */
dfn {
  font-style: italic;
}

/*pre,code等のフォントを指定しています*/
/* line 102, sass/core_140525/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*pre-formatted textの読みやすさを改善しています*/
/* line 109, sass/core_140525/_reset.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 114, sass/core_140525/_reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 120, sass/core_140525/_reset.scss */
sup {
  top: -0.5em;
}

/* line 121, sass/core_140525/_reset.scss */
sub {
  bottom: -0.25em;
}

/*ins要素のデフォルトをセットし、
色を変える場合はここで変更できるようにしています*/
/* line 127, sass/core_140525/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/*mark要素のデフォルトをセットし、
色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、
目立たせる際に使用するようです*/
/* line 137, sass/core_140525/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
/* line 145, sass/core_140525/_reset.scss */
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、
下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
/* line 152, sass/core_140525/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*
usage:
#hoge{
	@include inlineBlock;
}

*/
/* line 3, sass/core_140525/_base.scss */
body {
  background: url("../img//common/bg.png") center top repeat;
  background-color: #f79202;
  color: #5c020c;
}

/* line 8, sass/core_140525/_base.scss */
.body-inner {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
}

/* line 16, sass/core_140525/_base.scss */
body > .body-inner {
  height: auto;
}

/* line 20, sass/core_140525/_base.scss */
.wrap {
  margin: auto;
  width: 100%;
}

/* line 5, sass/core_140525/_gridlayout.scss */
.row {
  margin-left: -20px;
  float: clear;
}
/* line 10, sass/core_140525/_gridlayout.scss */
.row [class*="span"] {
  float: left;
  margin-left: 20px;
}
/* line 15, sass/core_140525/_gridlayout.scss */
.row .span1 {
  width: 43.33333px;
}
/* line 18, sass/core_140525/_gridlayout.scss */
.row .span2 {
  width: 106.66667px;
}
/* line 21, sass/core_140525/_gridlayout.scss */
.row .span3 {
  width: 170px;
}
/* line 24, sass/core_140525/_gridlayout.scss */
.row .span4 {
  width: 233.33333px;
}
/* line 27, sass/core_140525/_gridlayout.scss */
.row .span5 {
  width: 296.66667px;
}
/* line 30, sass/core_140525/_gridlayout.scss */
.row .span6 {
  width: 360px;
}
/* line 33, sass/core_140525/_gridlayout.scss */
.row .span7 {
  width: 423.33333px;
}
/* line 36, sass/core_140525/_gridlayout.scss */
.row .span8 {
  width: 486.66667px;
}
/* line 39, sass/core_140525/_gridlayout.scss */
.row .span9 {
  width: 550px;
}
/* line 42, sass/core_140525/_gridlayout.scss */
.row .span10 {
  width: 613.33333px;
}
/* line 45, sass/core_140525/_gridlayout.scss */
.row .span11 {
  width: 676.66667px;
}
/* line 48, sass/core_140525/_gridlayout.scss */
.row .span12 {
  width: 740px;
}
/* line 51, sass/core_140525/_gridlayout.scss */
.row .span13 {
  width: 803.33333px;
}
/* line 54, sass/core_140525/_gridlayout.scss */
.row .span14 {
  width: 866.66667px;
}
/* line 57, sass/core_140525/_gridlayout.scss */
.row .span15 {
  width: 930px;
}
/* line 60, sass/core_140525/_gridlayout.scss */
.row .span16 {
  width: 993.33333px;
}
/* line 63, sass/core_140525/_gridlayout.scss */
.row .span17 {
  width: 1056.66667px;
}
/* line 66, sass/core_140525/_gridlayout.scss */
.row .span18 {
  width: 1120px;
}
/* line 69, sass/core_140525/_gridlayout.scss */
.row .span19 {
  width: 1183.33333px;
}
/* line 72, sass/core_140525/_gridlayout.scss */
.row .span20 {
  width: 1246.66667px;
}
/* line 75, sass/core_140525/_gridlayout.scss */
.row .span21 {
  width: 1310px;
}
/* line 78, sass/core_140525/_gridlayout.scss */
.row .span22 {
  width: 1373.33333px;
}
/* line 81, sass/core_140525/_gridlayout.scss */
.row .span23 {
  width: 1436.66667px;
}
/* line 84, sass/core_140525/_gridlayout.scss */
.row .span24 {
  width: 1500px;
}
/* line 89, sass/core_140525/_gridlayout.scss */
.row .offset1 {
  margin-left: 83.33333px;
}
/* line 92, sass/core_140525/_gridlayout.scss */
.row .offset2 {
  margin-left: 146.66667px;
}
/* line 95, sass/core_140525/_gridlayout.scss */
.row .offset3 {
  margin-left: 210px;
}
/* line 98, sass/core_140525/_gridlayout.scss */
.row .offset4 {
  margin-left: 273.33333px;
}
/* line 101, sass/core_140525/_gridlayout.scss */
.row .offset5 {
  margin-left: 336.66667px;
}
/* line 104, sass/core_140525/_gridlayout.scss */
.row .offset6 {
  margin-left: 400px;
}
/* line 107, sass/core_140525/_gridlayout.scss */
.row .offset7 {
  margin-left: 463.33333px;
}
/* line 110, sass/core_140525/_gridlayout.scss */
.row .offset8 {
  margin-left: 526.66667px;
}
/* line 113, sass/core_140525/_gridlayout.scss */
.row .offset9 {
  margin-left: 590px;
}
/* line 116, sass/core_140525/_gridlayout.scss */
.row .offset10 {
  margin-left: 653.33333px;
}
/* line 119, sass/core_140525/_gridlayout.scss */
.row .offset11 {
  margin-left: 716.66667px;
}
/* line 122, sass/core_140525/_gridlayout.scss */
.row .offset12 {
  margin-left: 780px;
}
/* line 125, sass/core_140525/_gridlayout.scss */
.row .offset13 {
  margin-left: 843.33333px;
}
/* line 128, sass/core_140525/_gridlayout.scss */
.row .offset14 {
  margin-left: 906.66667px;
}
/* line 131, sass/core_140525/_gridlayout.scss */
.row .offset15 {
  margin-left: 970px;
}
/* line 134, sass/core_140525/_gridlayout.scss */
.row .offset16 {
  margin-left: 1033.33333px;
}
/* line 137, sass/core_140525/_gridlayout.scss */
.row .offset17 {
  margin-left: 1096.66667px;
}
/* line 140, sass/core_140525/_gridlayout.scss */
.row .offset18 {
  margin-left: 1160px;
}
/* line 143, sass/core_140525/_gridlayout.scss */
.row .offset19 {
  margin-left: 1223.33333px;
}
/* line 146, sass/core_140525/_gridlayout.scss */
.row .offset20 {
  margin-left: 1286.66667px;
}
/* line 149, sass/core_140525/_gridlayout.scss */
.row .offset21 {
  margin-left: 1350px;
}
/* line 152, sass/core_140525/_gridlayout.scss */
.row .offset22 {
  margin-left: 1413.33333px;
}
/* line 155, sass/core_140525/_gridlayout.scss */
.row .offset23 {
  margin-left: 1476.66667px;
}

/* line 162, sass/core_140525/_gridlayout.scss */
.row-fluid {
  float: clear;
}
/* line 166, sass/core_140525/_gridlayout.scss */
.row-fluid [class*="span"] {
  float: left;
  margin-left: 4%;
}
/* line 171, sass/core_140525/_gridlayout.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 178, sass/core_140525/_gridlayout.scss */
.row-fluid .span1 {
  width: 4.66667%;
}
/* line 181, sass/core_140525/_gridlayout.scss */
.row-fluid .span2 {
  width: 13.33333%;
}
/* line 184, sass/core_140525/_gridlayout.scss */
.row-fluid .span3 {
  width: 22.0%;
}
/* line 187, sass/core_140525/_gridlayout.scss */
.row-fluid .span4 {
  width: 30.66667%;
}
/* line 190, sass/core_140525/_gridlayout.scss */
.row-fluid .span5 {
  width: 39.33333%;
}
/* line 193, sass/core_140525/_gridlayout.scss */
.row-fluid .span6 {
  width: 48.0%;
}
/* line 196, sass/core_140525/_gridlayout.scss */
.row-fluid .span7 {
  width: 56.66667%;
}
/* line 199, sass/core_140525/_gridlayout.scss */
.row-fluid .span8 {
  width: 65.33333%;
}
/* line 202, sass/core_140525/_gridlayout.scss */
.row-fluid .span9 {
  width: 74.0%;
}
/* line 205, sass/core_140525/_gridlayout.scss */
.row-fluid .span10 {
  width: 82.66667%;
}
/* line 208, sass/core_140525/_gridlayout.scss */
.row-fluid .span11 {
  width: 91.33333%;
}
/* line 211, sass/core_140525/_gridlayout.scss */
.row-fluid .span12 {
  width: 100.0%;
}
/* line 214, sass/core_140525/_gridlayout.scss */
.row-fluid .span13 {
  width: 108.66667%;
}
/* line 217, sass/core_140525/_gridlayout.scss */
.row-fluid .span14 {
  width: 117.33333%;
}
/* line 220, sass/core_140525/_gridlayout.scss */
.row-fluid .span15 {
  width: 126.0%;
}
/* line 223, sass/core_140525/_gridlayout.scss */
.row-fluid .span16 {
  width: 134.66667%;
}
/* line 226, sass/core_140525/_gridlayout.scss */
.row-fluid .span17 {
  width: 143.33333%;
}
/* line 229, sass/core_140525/_gridlayout.scss */
.row-fluid .span18 {
  width: 152.0%;
}
/* line 232, sass/core_140525/_gridlayout.scss */
.row-fluid .span19 {
  width: 160.66667%;
}
/* line 235, sass/core_140525/_gridlayout.scss */
.row-fluid .span20 {
  width: 169.33333%;
}
/* line 238, sass/core_140525/_gridlayout.scss */
.row-fluid .span21 {
  width: 178.0%;
}
/* line 241, sass/core_140525/_gridlayout.scss */
.row-fluid .span22 {
  width: 186.66667%;
}
/* line 244, sass/core_140525/_gridlayout.scss */
.row-fluid .span23 {
  width: 195.33333%;
}
/* line 247, sass/core_140525/_gridlayout.scss */
.row-fluid .span24 {
  width: 204.0%;
}
/* line 251, sass/core_140525/_gridlayout.scss */
.row-fluid .offset1 {
  margin-left: 8.66667%;
}
/* line 254, sass/core_140525/_gridlayout.scss */
.row-fluid .offset2 {
  margin-left: 17.33333%;
}
/* line 257, sass/core_140525/_gridlayout.scss */
.row-fluid .offset3 {
  margin-left: 26.0%;
}
/* line 260, sass/core_140525/_gridlayout.scss */
.row-fluid .offset4 {
  margin-left: 34.66667%;
}
/* line 263, sass/core_140525/_gridlayout.scss */
.row-fluid .offset5 {
  margin-left: 43.33333%;
}
/* line 266, sass/core_140525/_gridlayout.scss */
.row-fluid .offset6 {
  margin-left: 52.0%;
}
/* line 269, sass/core_140525/_gridlayout.scss */
.row-fluid .offset7 {
  margin-left: 60.66667%;
}
/* line 272, sass/core_140525/_gridlayout.scss */
.row-fluid .offset8 {
  margin-left: 69.33333%;
}
/* line 275, sass/core_140525/_gridlayout.scss */
.row-fluid .offset9 {
  margin-left: 78.0%;
}
/* line 278, sass/core_140525/_gridlayout.scss */
.row-fluid .offset10 {
  margin-left: 86.66667%;
}
/* line 281, sass/core_140525/_gridlayout.scss */
.row-fluid .offset11 {
  margin-left: 95.33333%;
}
/* line 284, sass/core_140525/_gridlayout.scss */
.row-fluid .offset12 {
  margin-left: 104.0%;
}
/* line 287, sass/core_140525/_gridlayout.scss */
.row-fluid .offset13 {
  margin-left: 112.66667%;
}
/* line 290, sass/core_140525/_gridlayout.scss */
.row-fluid .offset14 {
  margin-left: 121.33333%;
}
/* line 293, sass/core_140525/_gridlayout.scss */
.row-fluid .offset15 {
  margin-left: 130.0%;
}
/* line 296, sass/core_140525/_gridlayout.scss */
.row-fluid .offset16 {
  margin-left: 138.66667%;
}
/* line 299, sass/core_140525/_gridlayout.scss */
.row-fluid .offset17 {
  margin-left: 147.33333%;
}
/* line 302, sass/core_140525/_gridlayout.scss */
.row-fluid .offset18 {
  margin-left: 156.0%;
}
/* line 305, sass/core_140525/_gridlayout.scss */
.row-fluid .offset19 {
  margin-left: 164.66667%;
}
/* line 308, sass/core_140525/_gridlayout.scss */
.row-fluid .offset20 {
  margin-left: 173.33333%;
}
/* line 311, sass/core_140525/_gridlayout.scss */
.row-fluid .offset21 {
  margin-left: 182.0%;
}
/* line 314, sass/core_140525/_gridlayout.scss */
.row-fluid .offset22 {
  margin-left: 190.66667%;
}
/* line 317, sass/core_140525/_gridlayout.scss */
.row-fluid .offset23 {
  margin-left: 199.33333%;
}

/* line 6, sass/core_140525/_layout.scss */
.contentBox {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 0px 0 120px 0;
  position: relative;
  *zoom: 1;
}
/* line 22, sass/core_140525/_mixin.scss */
.contentBox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* line 14, sass/core_140525/_layout.scss */
.contentBox .mainBox,
.contentBox .sideBox {
  position: relative;
}

/* line 19, sass/core_140525/_layout.scss */
.contentBox-head {
  position: relative;
}

/* line 23, sass/core_140525/_layout.scss */
.contentBox-foot {
  clear: both;
  position: relative;
}

/* line 28, sass/core_140525/_layout.scss */
.contentBox-body {
  position: relative;
  *zoom: 1;
}
/* line 22, sass/core_140525/_mixin.scss */
.contentBox-body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 35, sass/core_140525/_layout.scss */
.contentBox-single .mainBox {
  width: 900px;
  margin: auto;
  padding: 0 0 0 0;
}

/* line 43, sass/core_140525/_layout.scss */
.contentBox-sideRight .mainBox {
  float: left;
  width: 620px;
  margin: 0 0 0 20px;
  padding: 0 0 0 0;
}
/* line 50, sass/core_140525/_layout.scss */
.contentBox-sideRight .sideBox {
  float: right;
  width: 250px;
  margin: 0 20px 0 0;
  padding: 0;
}

/* line 59, sass/core_140525/_layout.scss */
.contentBox-sideLeft .mainBox {
  float: right;
  width: 800px;
  margin: 0;
  padding: 0 0 0 0;
}
/* line 66, sass/core_140525/_layout.scss */
.contentBox-sideLeft .sideBox {
  float: left;
  width: 175px;
  margin: 0;
  padding: 0;
}

/* line 8, sass/core_140525/_text.scss */
.font-family-default, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 11, sass/core_140525/_text.scss */
.font-family-gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* line 14, sass/core_140525/_text.scss */
.font-family-mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* フォントサイズ ****************/
/* line 19, sass/core_140525/_text.scss */
.font-size-small {
  font-size: 0.8rem;
}

/* line 22, sass/core_140525/_text.scss */
.font-size-normal {
  font-size: 1rem;
}

/* line 25, sass/core_140525/_text.scss */
.font-size-middle {
  font-size: 1.3rem;
}

/* line 28, sass/core_140525/_text.scss */
.font-size-large {
  font-size: 1.5rem;
}

/* テキスト系 ***********/
/* line 33, sass/core_140525/_text.scss */
.text-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 41, sass/core_140525/_text.scss */
.text-left {
  text-align: left;
}

/* line 44, sass/core_140525/_text.scss */
.text-center {
  text-align: center;
}

/* line 47, sass/core_140525/_text.scss */
.text-right {
  text-align: right;
}

/** color *****/
/* line 54, sass/core_140525/_text.scss */
.color-black {
  color: #000;
}

/* line 57, sass/core_140525/_text.scss */
.color-white {
  color: #fff;
}

/* line 60, sass/core_140525/_text.scss */
.color-red {
  color: #ff0b4b;
}

/* line 63, sass/core_140525/_text.scss */
.color-pink {
  color: #f51e64;
}

/* line 66, sass/core_140525/_text.scss */
.color-perple {
  color: #ea28ba;
}

/* line 69, sass/core_140525/_text.scss */
.color-blue {
  color: #2d83d8;
}

/* line 72, sass/core_140525/_text.scss */
.color-aqua {
  color: #48cbeb;
}

/* line 75, sass/core_140525/_text.scss */
.color-green {
  color: #65b725;
}

/* line 78, sass/core_140525/_text.scss */
.color-lime {
  color: #28f165;
}

/* line 81, sass/core_140525/_text.scss */
.color-yellow {
  color: #ffe400;
}

/* line 84, sass/core_140525/_text.scss */
.color-orange {
  color: #ff9001;
}

/* line 87, sass/core_140525/_text.scss */
.color-brown {
  color: #693603;
}

/* line 90, sass/core_140525/_text.scss */
.color-darkgray {
  color: #333333;
}

/* line 93, sass/core_140525/_text.scss */
.color-gray {
  color: #999999;
}

/* line 96, sass/core_140525/_text.scss */
.color-lightgray {
  color: #eeeeee;
}

/* line 4, sass/core_140525/_format.scss */
.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: -0.4em;
  /*隙間をなくすためのハック*/
}

/* line 9, sass/core_140525/_format.scss */
.clearfix, .wrap, .row, .row-fluid, ul.ul-inline-left {
  *zoom: 1;
}
/* line 22, sass/core_140525/_mixin.scss */
.clearfix:after, .wrap:after, .row:after, .row-fluid:after, ul.ul-inline-left:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/** link **/
/* line 14, sass/core_140525/_format.scss */
a.link-border {
  color: #0073dd;
  border-bottom: dashed 1px #0073dd;
}

/* line 18, sass/core_140525/_format.scss */
a.link-border:hover {
  color: #0073dd;
  border-bottom: dashed 1px #0073dd;
  background-color: #ffffcc;
}

/* line 24, sass/core_140525/_format.scss */
a.link-noborder {
  border: none !important;
}

/* line 27, sass/core_140525/_format.scss */
a.link-noborder:hover {
  border: none !important;
}

/** notice **/
/* line 33, sass/core_140525/_format.scss */
p.notice {
  text-indent: -1em;
  margin-left: 1em;
}

/* line 39, sass/core_140525/_format.scss */
ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
  list-style-type: none;
}

/** float **/
/* line 50, sass/core_140525/_format.scss */
.alignleft,
.align-left {
  float: left;
}

/* line 55, sass/core_140525/_format.scss */
.alignright,
.align-right {
  float: right;
}

/* line 60, sass/core_140525/_format.scss */
.aligncenter,
.align-center {
  display: block;
  margin: auto;
}

/* line 66, sass/core_140525/_format.scss */
.alignleft-margin,
.align-left-margin {
  float: left;
  margin-right: 20px;
}

/* line 71, sass/core_140525/_format.scss */
.alignright-margin,
.align-right-margin {
  float: right;
  margin-left: 20px;
}

/** image **/
/* line 78, sass/core_140525/_format.scss */
.photo {
  padding: 4px;
  background-color: #fff;
  border: solid 1px #cccccc;
  z-index: 1;
}

/* line 85, sass/core_140525/_format.scss */
a:hover .photo {
  border: solid 1px #0073dd;
}

/* line 89, sass/core_140525/_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 4, sass/core_140525/_list.scss */
ul.ul-list, ol.ol-list {
  padding-left: 2em;
}
/* line 7, sass/core_140525/_list.scss */
ul.ul-list > li, ol.ol-list > li {
  margin-bottom: 0.3em;
}

/* line 12, sass/core_140525/_list.scss */
ul.ul-list > li {
  list-style-type: disc;
}

/* line 18, sass/core_140525/_list.scss */
ul.ul-inline-left li {
  float: left;
}

/* line 22, sass/core_140525/_list.scss */
ol.ol-counter {
  counter-reset: section;
}
/* line 24, sass/core_140525/_list.scss */
ol.ol-counter > li {
  list-style-type: none;
  position: relative;
  padding-left: 2.5em;
}
/* line 29, sass/core_140525/_list.scss */
ol.ol-counter > li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  left: 0;
  width: 2em;
  padding-right: 0.5em;
  text-align: right;
}

/** dl **************/
/* line 45, sass/core_140525/_list.scss */
dl.dl > dt {
  margin-bottom: 0.5em;
}
/* line 48, sass/core_140525/_list.scss */
dl.dl > dd {
  margin-bottom: 0.5em;
}

/* line 54, sass/core_140525/_list.scss */
dl.dl-bold > dt {
  font-weight: bold;
}

/* line 58, sass/core_140525/_list.scss */
dl.dl-inline {
  *zoom: 1;
}
/* line 22, sass/core_140525/_mixin.scss */
dl.dl-inline:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* line 61, sass/core_140525/_list.scss */
dl.dl-inline > dt {
  clear: both;
  display: inline;
  float: left;
  margin-right: 1em;
}
/* line 67, sass/core_140525/_list.scss */
dl.dl-inline > dd {
  display: inline;
  float: left;
  margin-bottom: 0;
  margin-left: 0;
}

/* line 75, sass/core_140525/_list.scss */
dl.dl-counter {
  position: relative;
  counter-reset: section;
}
/* line 79, sass/core_140525/_list.scss */
dl.dl-counter dt {
  position: relative;
  padding-left: 2.5em;
}
/* line 83, sass/core_140525/_list.scss */
dl.dl-counter dt:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  left: 0;
  width: 2em;
  padding-right: 0.5em;
  text-align: right;
}
/* line 93, sass/core_140525/_list.scss */
dl.dl-counter dd {
  padding-left: 2.5em;
}

/* line 98, sass/core_140525/_list.scss */
dl.dl-counter-tracks dd {
  font-size: 0.8rem;
  margin-bottom: 0.5em;
  padding-left: 3em;
}

/** table **************/
/* line 108, sass/core_140525/_list.scss */
table.table {
  width: 100%;
  margin: 0 0 1em 0;
}
/* line 112, sass/core_140525/_list.scss */
table.table th, table.table td {
  padding: 4px;
}

/* line 117, sass/core_140525/_list.scss */
table.table-border {
  border-top: solid 2px #473524;
  border-bottom: solid 2px #473524;
}
/* line 121, sass/core_140525/_list.scss */
table.table-border th, table.table-border td {
  border-bottom: solid 1px #8b6746;
}

/* line 128, sass/core_140525/_list.scss */
table.table-stripe > tbody > tr:nth-child(odd) td, table.table-stripe > tbody > tr:nth-child(odd) th {
  background-color: #f6f6f6;
}

/* line 135, sass/core_140525/_list.scss */
table.table-head th {
  background-color: #f6f6f6;
}

/*
input[type=text],
textarea{
	border: solid 1px $colorLightGray;
	padding: 8px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
*/
/*フォームの入力項目をいい感じに配置します*/
/* line 14, sass/core_140525/_form.scss */
button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: sans-serif;
}

/* line 19, sass/core_140525/_form.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/* line 26, sass/core_140525/_form.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 31, sass/core_140525/_form.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

/* line 34, sass/core_140525/_form.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 40, sass/core_140525/_form.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 44, sass/core_140525/_form.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 48, sass/core_140525/_form.scss */
input::placeholder {
  color: #ccc;
}

/* line 49, sass/core_140525/_form.scss */
input::-moz-placeholder {
  color: #ccc;
}

/* line 50, sass/core_140525/_form.scss */
input::-webkit-input-placeholder {
  color: #ccc;
}

/*フォームの入力値が正常だった場合のスタイルです*/
/* line 53, sass/core_140525/_form.scss */
:valid {
  background-color: green;
}

/*フォームの入力値が異常だった場合のスタイルです*/
/* line 55, sass/core_140525/_form.scss */
:invalid {
  background-color: pink;
}

/*フォームの入力値が範囲内だった場合のスタイルです*/
/* line 57, sass/core_140525/_form.scss */
:in-range {
  background-color: lightgreen;
}

/*フォームの入力値が範囲外だった場合のスタイルです*/
/* line 59, sass/core_140525/_form.scss */
:out-of-range {
  background-color: red;
}

/*フォームへの入力が必須の場合のスタイルです*/
/* line 61, sass/core_140525/_form.scss */
:required {
  border-style: solid;
}

/*フォームへの入力が必須でない場合のスタイルです*/
/* line 63, sass/core_140525/_form.scss */
:optional {
  border-style: dashed;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
/* line 66, sass/core_140525/_form.scss */
input, select {
  vertical-align: middle;
}

/*テキストエリアのスクロールバーを削除し、上寄せにしています*/
/* line 71, sass/core_140525/_form.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 9, sass/core_140525/_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_140525/_button.scss */
.btn:hover {
  background-color: #333;
}

/* line 22, sass/core_140525/_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 26, sass/core_140525/_button.scss */
.btn-small {
  font-size: 0.8rem;
  padding: 0.2em 0.5em;
}

/* line 30, sass/core_140525/_button.scss */
.btn-large {
  font-size: 1.5rem;
  padding: 0.5em 2em;
}

/* line 35, sass/core_140525/_button.scss */
.btn-red {
  background-color: #ff0b4b;
}
/* line 37, sass/core_140525/_button.scss */
.btn-red:hover {
  background-color: #ff3e71;
}

/* line 42, sass/core_140525/_button.scss */
.btn-pink {
  background-color: #f51e64;
}
/* line 44, sass/core_140525/_button.scss */
.btn-pink:hover {
  background-color: #f74f86;
}

/* line 49, sass/core_140525/_button.scss */
.btn-perple {
  background-color: #ea28ba;
}
/* line 51, sass/core_140525/_button.scss */
.btn-perple:hover {
  background-color: #ef56c9;
}

/* line 56, sass/core_140525/_button.scss */
.btn-blue {
  background-color: #2d83d8;
}
/* line 58, sass/core_140525/_button.scss */
.btn-blue:hover {
  background-color: #589ce0;
}

/* line 63, sass/core_140525/_button.scss */
.btn-aqua {
  background-color: #48cbeb;
}
/* line 65, sass/core_140525/_button.scss */
.btn-aqua:hover {
  background-color: #76d8f0;
}

/* line 70, sass/core_140525/_button.scss */
.btn-green {
  background-color: #65b725;
}
/* line 72, sass/core_140525/_button.scss */
.btn-green:hover {
  background-color: #7ed738;
}

/* line 77, sass/core_140525/_button.scss */
.btn-lime {
  background-color: #28f165;
}
/* line 79, sass/core_140525/_button.scss */
.btn-lime:hover {
  background-color: #58f487;
}

/* line 84, sass/core_140525/_button.scss */
.btn-yellow {
  background-color: #ffe400;
}
/* line 86, sass/core_140525/_button.scss */
.btn-yellow:hover {
  background-color: #ffe933;
}

/* line 91, sass/core_140525/_button.scss */
.btn-orange {
  background-color: #ff9001;
}
/* line 93, sass/core_140525/_button.scss */
.btn-orange:hover {
  background-color: #ffa634;
}

/* line 98, sass/core_140525/_button.scss */
.btn-brown {
  background-color: #693603;
}
/* line 100, sass/core_140525/_button.scss */
.btn-brown:hover {
  background-color: #9b5004;
}

/* line 105, sass/core_140525/_button.scss */
.btn-darkgray {
  background-color: #333333;
}
/* line 107, sass/core_140525/_button.scss */
.btn-darkgray:hover {
  background-color: #4d4d4d;
}

/* line 112, sass/core_140525/_button.scss */
.btn-gray {
  background-color: #999999;
}
/* line 114, sass/core_140525/_button.scss */
.btn-gray:hover {
  background-color: #b3b3b3;
}

/* line 119, sass/core_140525/_button.scss */
.btn-lightgray {
  background-color: #eeeeee;
}
/* line 121, sass/core_140525/_button.scss */
.btn-lightgray:hover {
  background-color: white;
}

/* バッジ *****************/
/* line 4, sass/core_140525/_badge.scss */
.badge {
  display: inline;
  line-height: 1em;
  background: #000;
  border-radius: 4px;
  padding: 0 4px;
  color: #fff;
  font-weight: bold;
}

/* line 13, sass/core_140525/_badge.scss */
.badge-small {
  font-size: 0.8em;
}

/* line 16, sass/core_140525/_badge.scss */
.badge-red {
  background: #ff0b4b;
}

/* line 19, sass/core_140525/_badge.scss */
.badge-pink {
  background: #f51e64;
}

/* line 22, sass/core_140525/_badge.scss */
.badge-perple {
  background: #ea28ba;
}

/* line 25, sass/core_140525/_badge.scss */
.badge-blue {
  background: #2d83d8;
}

/* line 28, sass/core_140525/_badge.scss */
.badge-aqua {
  background: #48cbeb;
}

/* line 31, sass/core_140525/_badge.scss */
.badge-green {
  background: #65b725;
}

/* line 34, sass/core_140525/_badge.scss */
.badge-lime {
  background: #28f165;
}

/* line 37, sass/core_140525/_badge.scss */
.badge-yellow {
  background: #ffe400;
}

/* line 40, sass/core_140525/_badge.scss */
.badge-orange {
  background: #ff9001;
}

/* line 43, sass/core_140525/_badge.scss */
.badge-brown {
  background: #693603;
}

/* line 46, sass/core_140525/_badge.scss */
.badge-darkgray {
  background: #333333;
}

/* line 49, sass/core_140525/_badge.scss */
.badge-gray {
  background: #999999;
}

/* line 52, sass/core_140525/_badge.scss */
.badge-lightgray {
  background: #eeeeee;
}

/* line 3, sass/_sns.scss */
.social-buttons {
  /*
  position: fixed;
  z-index: 200;
  */
  position: absolute;
  right: 0;
  top: 8px;
  /*
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  padding: 4px;
  */
}
/* line 17, sass/_sns.scss */
.social-buttons ul {
  margin: 0;
  padding: 0;
}
/* line 22, sass/_sns.scss */
.social-buttons li {
  list-style-type: none;
  float: left;
  margin-left: 4px;
  		/*
  		margin-bottom: 4px;
  
  		&:last-child{
  			margin-bottom: 0;
  		}
  		*/
}
/* line 34, sass/_sns.scss */
.social-buttons a {
  line-height: 1.7em;
  padding-top: 2px;
  width: 25px;
  height: 23px;
  font-size: 20px;
  border-radius: 4px;
  display: block;
  color: #fff;
  text-align: center;
}
/* line 45, sass/_sns.scss */
.social-buttons li.social-tw a {
  background-color: #00bdde;
}
/* line 47, sass/_sns.scss */
.social-buttons li.social-tw a:hover {
  background-color: #78ebff;
}
/* line 52, sass/_sns.scss */
.social-buttons li.social-fb a {
  background-color: #3674db;
}
/* line 54, sass/_sns.scss */
.social-buttons li.social-fb a:hover {
  background-color: #b8cef2;
}
/* line 59, sass/_sns.scss */
.social-buttons li.social-ln {
  display: none;
}
/* line 61, sass/_sns.scss */
.social-buttons li.social-ln a {
  padding: 0;
  line-height: 1em;
}

/* line 69, sass/_sns.scss */
.isMobile li.social-ln {
  display: block;
}

/* line 4, sass/_foot.scss */
#footer {
  position: relative;
  width: 100%;
  margin: auto;
  background: url("../img/foot/foot_code.png") center 100px repeat-x;
}
/* line 10, sass/_foot.scss */
#footer:before {
  position: absolute;
  left: 50%;
  top: 94px;
  margin-left: -201px;
  content: url("../img/foot/foot_name.png");
}

/* line 19, sass/_foot.scss */
#footer-inner {
  position: relative;
  width: 900px;
  height: 300px;
  margin: auto;
}
/* line 25, sass/_foot.scss */
#footer-inner .copyright {
  font-size: 12px;
  text-align: center;
}
/* line 30, sass/_foot.scss */
#footer-inner .banners {
  padding: 0;
  margin-left: -2px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 36, sass/_foot.scss */
#footer-inner .banners li {
  margin-left: 2px;
  display: inline-block;
  list-style-type: none;
}
/* line 41, sass/_foot.scss */
#footer-inner .banners li img {
  vertical-align: middle;
}

/* line 3, sass/_head.scss */
#header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/head/head_bg.png) left top repeat-x;
}
/* line 13, sass/_head.scss */
#header h1 {
  position: absolute;
}

/* line 17, sass/_head.scss */
#header-inner {
  position: relative;
  margin: auto;
  width: 900px;
  height: 50px;
}

/* line 3, sass/_format.scss */
hr {
  clear: both;
  margin: 20px 0;
  border-color: #2d83d8;
}

/* 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 39, sass/_format.scss */
a.link-border {
  color: #0073dd;
  border-bottom: dashed 1px #0073dd;
}

/* line 43, sass/_format.scss */
a.link-border:hover {
  color: #0073dd;
  border-bottom: dashed 1px #0073dd;
  background-color: #ffffcc;
}

/* line 49, sass/_format.scss */
a.link-noborder {
  border: none !important;
}

/* line 52, sass/_format.scss */
a.link-noborder:hover {
  border: none !important;
}

/* 下線 ****************/
/* line 57, sass/_format.scss */
.border-bottom-dotted {
  border-bottom: dotted 1px #000;
}

/* 角丸 ****************/
/* line 62, 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 65, 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 70, sass/_format.scss */
.text-shadow-white {
  text-shadow: 2px 2px 2px white;
}

/* 見出し ****************/
/* リスト ****************/
/* line 4, sass/_menu.scss */
#mainMenu {
  position: absolute;
  left: 156px;
  top: 10px;
}
/* line 9, sass/_menu.scss */
#mainMenu > ul {
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
/* line 15, sass/_menu.scss */
#mainMenu > ul > li {
  list-style-type: none;
  position: relative;
  float: left;
  margin-left: 20px;
}
/* line 21, sass/_menu.scss */
#mainMenu > ul > li > a {
  position: relative;
  display: inline-block;
}
/* line 25, sass/_menu.scss */
#mainMenu > ul > li img {
  vertical-align: middle;
}
/* line 35, sass/_menu.scss */
#mainMenu > ul > li img.menu-off {
  background-color: #999;
  opacity: 0.5;
}
/* line 41, sass/_menu.scss */
#mainMenu > 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 51, sass/_menu.scss */
#mainMenu > ul > li ul li {
  line-height: 1.3em;
  margin-bottom: 4px;
  list-style-type: none;
}
/* line 56, sass/_menu.scss */
#mainMenu > ul > li ul li a {
  display: block;
  color: #fff;
}
/* line 61, sass/_menu.scss */
#mainMenu > ul > li ul li a:hover {
  color: #c33;
}
/* line 65, sass/_menu.scss */
#mainMenu > ul > li ul li:last-child {
  border-bottom: none;
}
/* line 72, sass/_menu.scss */
#mainMenu li.new img.menu-mark-new {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -10px;
}

/*
@import "side";
@import "layout";
@import "submenu";
*/
/* line 25, sass/common.scss */
.contentBox {
  background: url("../img/common/content_bg.png") center bottom repeat-x;
}

/* line 3, sass/_content_top.scss */
.contentBox#top {
  background: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 9, sass/_content_top.scss */
#top {
  padding-top: 50px;
}
/* line 13, sass/_content_top.scss */
#top .mainBox {
  height: 720px;
}
/* line 16, sass/_content_top.scss */
#top .visual {
  position: absolute;
  left: -90px;
}
/* line 21, sass/_content_top.scss */
#top .catch {
  position: absolute;
  top: 560px;
  width: 100%;
}
/* line 28, sass/_content_top.scss */
#top .trial {
  position: absolute;
  right: -40px;
  top: 70px;
}

/* line 7, sass/_content_news.scss */
#news #js-news-list-scroll {
  width: 230px;
  float: left;
}
/* line 12, sass/_content_news.scss */
#news #js-news-list {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
/* line 17, sass/_content_news.scss */
#news #js-news-list:after {
  content: url("../img/news/news_list_mark.png");
}
/* line 21, sass/_content_news.scss */
#news #js-news-list ul {
  position: relative;
  left: 0;
  padding: 10px;
}
/* line 27, sass/_content_news.scss */
#news #js-news-list li {
  list-style-type: none;
  margin-bottom: 0.5em;
}
/* line 31, sass/_content_news.scss */
#news #js-news-list a {
  display: block;
  position: relative;
  padding-left: 1.2em;
  color: #5c020c;
}
/* line 37, sass/_content_news.scss */
#news #js-news-list a:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: icomoon;
  content: "\e650";
  color: #ff0b4b;
}
/* line 46, sass/_content_news.scss */
#news #js-news-list a:hover {
  color: #ff0b4b;
}
/* line 52, sass/_content_news.scss */
#news #js-news-box {
  width: 640px;
  float: right;
}
/* line 56, sass/_content_news.scss */
#news #js-news-box .news-item {
  margin-bottom: 30px;
}
/* line 60, sass/_content_news.scss */
#news #js-news-box .news-head {
  background: url("../img/news/news_head_bg.png") right top repeat-y;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 20px 30px;
}
/* line 66, sass/_content_news.scss */
#news #js-news-box .news-head h3 {
  font-size: 2em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}
/* line 71, sass/_content_news.scss */
#news #js-news-box .news-head h3 a {
  color: #5c020c;
}
/* line 74, sass/_content_news.scss */
#news #js-news-box .news-head h3 a:hover {
  color: #ff0b4b;
}
/* line 81, sass/_content_news.scss */
#news #js-news-box .news-body {
  border-top: solid 1px #ccc;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 20px 30px;
}
/* line 88, sass/_content_news.scss */
#news #js-news-box .news-close .news-body {
  display: none;
}
/* line 94, sass/_content_news.scss */
#news h4, #news h5, #news p, #news ul, #news ol {
  margin-bottom: 1em;
}
/* line 98, sass/_content_news.scss */
#news h4 {
  font-size: 1rem;
  position: relative;
  padding-left: 1.2em;
  color: #ff0b4b;
}
/* line 104, sass/_content_news.scss */
#news h4:before {
  position: absolute;
  left: 0;
  top: -0.2em;
  font-size: 1.3em;
  font-family: icomoon;
  font-weight: normal;
  content: "\e650";
  color: #ff0b4b;
}
/* line 116, sass/_content_news.scss */
#news h5 {
  font-size: 1rem;
  position: relative;
  color: #ff0b4b;
}
/* line 122, sass/_content_news.scss */
#news .table-border {
  border-top: solid 1px #8b6746;
  border-bottom: solid 1px #8b6746;
}

/* line 3, sass/_content_story.scss */
.contentBox#story {
  padding-bottom: 60px;
}

/* line 4, sass/_content_character.scss */
#character h2 {
  margin-bottom: 10px;
}

/* line 12, sass/_content_release.scss */
#release .mainBox {
  min-height: 650px;
}
/* line 16, sass/_content_release.scss */
#release h2 {
  margin-bottom: 10px;
}
/* line 21, sass/_content_release.scss */
#release .release-list {
  display: inline-block;
  margin-left: -7px;
}
/* line 26, sass/_content_release.scss */
#release .release-item {
  float: left;
  margin-left: 7px;
  padding: 9px;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
}
/* line 34, sass/_content_release.scss */
#release .release-item .jacket {
  margin-bottom: 0.5em;
}
/* line 38, sass/_content_release.scss */
#release .release-item p {
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}

/* line 4, sass/_content_special.scss */
#special.contentBox {
  background: transparent;
}

/* line 9, sass/_content_special.scss */
#special .mainBox {
  min-height: 650px;
}
/* line 13, sass/_content_special.scss */
#special h2 {
  margin-bottom: 10px;
}
/* line 17, sass/_content_special.scss */
#special h3 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  border-left: solid 6px #f51e64;
  padding: 10px 6px;
  margin-bottom: 10px;
}
/* line 24, sass/_content_special.scss */
#special .frame-special {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
}
/* line 30, sass/_content_special.scss */
#special .icon-list {
  margin-left: -14px;
}
/* line 33, sass/_content_special.scss */
#special .icon-list li {
  float: left;
  margin-left: 14px;
  margin-bottom: 14px;
  width: 150px;
}
/* line 39, sass/_content_special.scss */
#special .icon-list li img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
