/* Scss Document */
/* Scss Document */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 9, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 19, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 32, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 51, ../scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 62, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 71, ../scss/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 80, ../scss/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 93, ../scss/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 103, ../scss/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 116, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, ../scss/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, ../scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 144, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 153, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 162, ../scss/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 171, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 180, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 188, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 192, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 203, ../scss/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 211, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 223, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 235, ../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 244, ../scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 258, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 270, ../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 279, ../scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 289, ../scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 300, ../scss/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 311, ../scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 323, ../scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 334, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 347, ../scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 360, ../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 369, ../scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 379, ../scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 389, ../scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 398, ../scss/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 407, ../scss/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 417, ../scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Scss Document */
/*
@include clearfix;
@include border-radius(10px, 5px);
@include box-shadow(1px 2px 3px #444);
@include text-shadow(4px 5px 6px #777);
@include background(linear-gradient(white, green 40%, blue 60%, #f00));
@include background(linear-gradient(left, white, green 40%, blue 60%, #f00));
*/
/* line 18, ../scss/_common.scss */
.box_shadow {
  -moz-box-shadow: 1px 2px 3px #444;
  -webkit-box-shadow: 1px 2px 3px #444;
  box-shadow: 1px 2px 3px #444;
}

/* line 21, ../scss/_common.scss */
.ma0 {
  margin: 0;
}

/* line 21, ../scss/_common.scss */
.mt0 {
  margin-top: 0;
}

/* line 21, ../scss/_common.scss */
.mr0 {
  margin-right: 0;
}

/* line 21, ../scss/_common.scss */
.mb0 {
  margin-bottom: 0;
}

/* line 21, ../scss/_common.scss */
.ml0 {
  margin-left: 0;
}

/* line 22, ../scss/_common.scss */
.ma1 {
  margin: 1px;
}

/* line 22, ../scss/_common.scss */
.mt1 {
  margin-top: 1px;
}

/* line 22, ../scss/_common.scss */
.mr1 {
  margin-right: 1px;
}

/* line 22, ../scss/_common.scss */
.mb1 {
  margin-bottom: 1px;
}

/* line 22, ../scss/_common.scss */
.ml1 {
  margin-left: 1px;
}

/* line 23, ../scss/_common.scss */
.ma2 {
  margin: 2px;
}

/* line 23, ../scss/_common.scss */
.mt2 {
  margin-top: 2px;
}

/* line 23, ../scss/_common.scss */
.mr2 {
  margin-right: 2px;
}

/* line 23, ../scss/_common.scss */
.mb2 {
  margin-bottom: 2px;
}

/* line 23, ../scss/_common.scss */
.ml2 {
  margin-left: 2px;
}

/* line 24, ../scss/_common.scss */
.ma3 {
  margin: 3px;
}

/* line 24, ../scss/_common.scss */
.mt3 {
  margin-top: 3px;
}

/* line 24, ../scss/_common.scss */
.mr3 {
  margin-right: 3px;
}

/* line 24, ../scss/_common.scss */
.mb3 {
  margin-bottom: 3px;
}

/* line 24, ../scss/_common.scss */
.ml3 {
  margin-left: 3px;
}

/* line 25, ../scss/_common.scss */
.ma4 {
  margin: 4px;
}

/* line 25, ../scss/_common.scss */
.mt4 {
  margin-top: 4px;
}

/* line 25, ../scss/_common.scss */
.mr4 {
  margin-right: 4px;
}

/* line 25, ../scss/_common.scss */
.mb4 {
  margin-bottom: 4px;
}

/* line 25, ../scss/_common.scss */
.ml4 {
  margin-left: 4px;
}

/* line 26, ../scss/_common.scss */
.ma5 {
  margin: 5px;
}

/* line 26, ../scss/_common.scss */
.mt5 {
  margin-top: 5px;
}

/* line 26, ../scss/_common.scss */
.mr5 {
  margin-right: 5px;
}

/* line 26, ../scss/_common.scss */
.mb5 {
  margin-bottom: 5px;
}

/* line 26, ../scss/_common.scss */
.ml5 {
  margin-left: 5px;
}

/* line 27, ../scss/_common.scss */
.ma6 {
  margin: 6px;
}

/* line 27, ../scss/_common.scss */
.mt6 {
  margin-top: 6px;
}

/* line 27, ../scss/_common.scss */
.mr6 {
  margin-right: 6px;
}

/* line 27, ../scss/_common.scss */
.mb6 {
  margin-bottom: 6px;
}

/* line 27, ../scss/_common.scss */
.ml6 {
  margin-left: 6px;
}

/* line 28, ../scss/_common.scss */
.ma7 {
  margin: 7px;
}

/* line 28, ../scss/_common.scss */
.mt7 {
  margin-top: 7px;
}

/* line 28, ../scss/_common.scss */
.mr7 {
  margin-right: 7px;
}

/* line 28, ../scss/_common.scss */
.mb7 {
  margin-bottom: 7px;
}

/* line 28, ../scss/_common.scss */
.ml7 {
  margin-left: 7px;
}

/* line 29, ../scss/_common.scss */
.ma8 {
  margin: 8px;
}

/* line 29, ../scss/_common.scss */
.mt8 {
  margin-top: 8px;
}

/* line 29, ../scss/_common.scss */
.mr8 {
  margin-right: 8px;
}

/* line 29, ../scss/_common.scss */
.mb8 {
  margin-bottom: 8px;
}

/* line 29, ../scss/_common.scss */
.ml8 {
  margin-left: 8px;
}

/* line 30, ../scss/_common.scss */
.ma9 {
  margin: 9px;
}

/* line 30, ../scss/_common.scss */
.mt9 {
  margin-top: 9px;
}

/* line 30, ../scss/_common.scss */
.mr9 {
  margin-right: 9px;
}

/* line 30, ../scss/_common.scss */
.mb9 {
  margin-bottom: 9px;
}

/* line 30, ../scss/_common.scss */
.ml9 {
  margin-left: 9px;
}

/* line 31, ../scss/_common.scss */
.ma10 {
  margin: 10px;
}

/* line 31, ../scss/_common.scss */
.mt10 {
  margin-top: 10px;
}

/* line 31, ../scss/_common.scss */
.mr10 {
  margin-right: 10px;
}

/* line 31, ../scss/_common.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 31, ../scss/_common.scss */
.ml10 {
  margin-left: 10px;
}

/* line 32, ../scss/_common.scss */
.ma15 {
  margin: 15px;
}

/* line 32, ../scss/_common.scss */
.mt15 {
  margin-top: 15px;
}

/* line 32, ../scss/_common.scss */
.mr15 {
  margin-right: 15px;
}

/* line 32, ../scss/_common.scss */
.mb15 {
  margin-bottom: 15px;
}

/* line 32, ../scss/_common.scss */
.ml15 {
  margin-left: 15px;
}

/* line 33, ../scss/_common.scss */
.ma20 {
  margin: 20px;
}

/* line 33, ../scss/_common.scss */
.mt20 {
  margin-top: 20px;
}

/* line 33, ../scss/_common.scss */
.mr20 {
  margin-right: 20px;
}

/* line 33, ../scss/_common.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 33, ../scss/_common.scss */
.ml20 {
  margin-left: 20px;
}

/* line 34, ../scss/_common.scss */
.ma25 {
  margin: 25px;
}

/* line 34, ../scss/_common.scss */
.mt25 {
  margin-top: 25px;
}

/* line 34, ../scss/_common.scss */
.mr25 {
  margin-right: 25px;
}

/* line 34, ../scss/_common.scss */
.mb25 {
  margin-bottom: 25px;
}

/* line 34, ../scss/_common.scss */
.ml25 {
  margin-left: 25px;
}

/* line 35, ../scss/_common.scss */
.ma30 {
  margin: 30px;
}

/* line 35, ../scss/_common.scss */
.mt30 {
  margin-top: 30px;
}

/* line 35, ../scss/_common.scss */
.mr30 {
  margin-right: 30px;
}

/* line 35, ../scss/_common.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 35, ../scss/_common.scss */
.ml30 {
  margin-left: 30px;
}

/* line 36, ../scss/_common.scss */
.ma35 {
  margin: 35px;
}

/* line 36, ../scss/_common.scss */
.mt35 {
  margin-top: 35px;
}

/* line 36, ../scss/_common.scss */
.mr35 {
  margin-right: 35px;
}

/* line 36, ../scss/_common.scss */
.mb35 {
  margin-bottom: 35px;
}

/* line 36, ../scss/_common.scss */
.ml35 {
  margin-left: 35px;
}

/* line 37, ../scss/_common.scss */
.ma40 {
  margin: 40px;
}

/* line 37, ../scss/_common.scss */
.mt40 {
  margin-top: 40px;
}

/* line 37, ../scss/_common.scss */
.mr40 {
  margin-right: 40px;
}

/* line 37, ../scss/_common.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 37, ../scss/_common.scss */
.ml40 {
  margin-left: 40px;
}

/* line 38, ../scss/_common.scss */
.ma45 {
  margin: 45px;
}

/* line 38, ../scss/_common.scss */
.mt45 {
  margin-top: 45px;
}

/* line 38, ../scss/_common.scss */
.mr45 {
  margin-right: 45px;
}

/* line 38, ../scss/_common.scss */
.mb45 {
  margin-bottom: 45px;
}

/* line 38, ../scss/_common.scss */
.ml45 {
  margin-left: 45px;
}

/* line 39, ../scss/_common.scss */
.ma50 {
  margin: 50px;
}

/* line 39, ../scss/_common.scss */
.mt50 {
  margin-top: 50px;
}

/* line 39, ../scss/_common.scss */
.mr50 {
  margin-right: 50px;
}

/* line 39, ../scss/_common.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 39, ../scss/_common.scss */
.ml50 {
  margin-left: 50px;
}

/* line 40, ../scss/_common.scss */
.pa0 {
  padding: 0;
}

/* line 40, ../scss/_common.scss */
.pt0 {
  padding-top: 0;
}

/* line 40, ../scss/_common.scss */
.pr0 {
  padding-right: 0;
}

/* line 40, ../scss/_common.scss */
.pb0 {
  padding-bottom: 0;
}

/* line 40, ../scss/_common.scss */
.pl0 {
  padding-left: 0;
}

/* line 41, ../scss/_common.scss */
.pa1 {
  padding: 1px;
}

/* line 41, ../scss/_common.scss */
.pt1 {
  padding-top: 1px;
}

/* line 41, ../scss/_common.scss */
.pr1 {
  padding-right: 1px;
}

/* line 41, ../scss/_common.scss */
.pb1 {
  padding-bottom: 1px;
}

/* line 41, ../scss/_common.scss */
.pl1 {
  padding-left: 1px;
}

/* line 42, ../scss/_common.scss */
.pa2 {
  padding: 2px;
}

/* line 42, ../scss/_common.scss */
.pt2 {
  padding-top: 2px;
}

/* line 42, ../scss/_common.scss */
.pr2 {
  padding-right: 2px;
}

/* line 42, ../scss/_common.scss */
.pb2 {
  padding-bottom: 2px;
}

/* line 42, ../scss/_common.scss */
.pl2 {
  padding-left: 2px;
}

/* line 43, ../scss/_common.scss */
.pa3 {
  padding: 3px;
}

/* line 43, ../scss/_common.scss */
.pt3 {
  padding-top: 3px;
}

/* line 43, ../scss/_common.scss */
.pr3 {
  padding-right: 3px;
}

/* line 43, ../scss/_common.scss */
.pb3 {
  padding-bottom: 3px;
}

/* line 43, ../scss/_common.scss */
.pl3 {
  padding-left: 3px;
}

/* line 44, ../scss/_common.scss */
.pa4 {
  padding: 4px;
}

/* line 44, ../scss/_common.scss */
.pt4 {
  padding-top: 4px;
}

/* line 44, ../scss/_common.scss */
.pr4 {
  padding-right: 4px;
}

/* line 44, ../scss/_common.scss */
.pb4 {
  padding-bottom: 4px;
}

/* line 44, ../scss/_common.scss */
.pl4 {
  padding-left: 4px;
}

/* line 45, ../scss/_common.scss */
.pa5 {
  padding: 5px;
}

/* line 45, ../scss/_common.scss */
.pt5 {
  padding-top: 5px;
}

/* line 45, ../scss/_common.scss */
.pr5 {
  padding-right: 5px;
}

/* line 45, ../scss/_common.scss */
.pb5 {
  padding-bottom: 5px;
}

/* line 45, ../scss/_common.scss */
.pl5 {
  padding-left: 5px;
}

/* line 46, ../scss/_common.scss */
.pa6 {
  padding: 6px;
}

/* line 46, ../scss/_common.scss */
.pt6 {
  padding-top: 6px;
}

/* line 46, ../scss/_common.scss */
.pr6 {
  padding-right: 6px;
}

/* line 46, ../scss/_common.scss */
.pb6 {
  padding-bottom: 6px;
}

/* line 46, ../scss/_common.scss */
.pl6 {
  padding-left: 6px;
}

/* line 47, ../scss/_common.scss */
.pa7 {
  padding: 7px;
}

/* line 47, ../scss/_common.scss */
.pt7 {
  padding-top: 7px;
}

/* line 47, ../scss/_common.scss */
.pr7 {
  padding-right: 7px;
}

/* line 47, ../scss/_common.scss */
.pb7 {
  padding-bottom: 7px;
}

/* line 47, ../scss/_common.scss */
.pl7 {
  padding-left: 7px;
}

/* line 48, ../scss/_common.scss */
.pa8 {
  padding: 8px;
}

/* line 48, ../scss/_common.scss */
.pt8 {
  padding-top: 8px;
}

/* line 48, ../scss/_common.scss */
.pr8 {
  padding-right: 8px;
}

/* line 48, ../scss/_common.scss */
.pb8 {
  padding-bottom: 8px;
}

/* line 48, ../scss/_common.scss */
.pl8 {
  padding-left: 8px;
}

/* line 49, ../scss/_common.scss */
.pa9 {
  padding: 9px;
}

/* line 49, ../scss/_common.scss */
.pt9 {
  padding-top: 9px;
}

/* line 49, ../scss/_common.scss */
.pr9 {
  padding-right: 9px;
}

/* line 49, ../scss/_common.scss */
.pb9 {
  padding-bottom: 9px;
}

/* line 49, ../scss/_common.scss */
.pl9 {
  padding-left: 9px;
}

/* line 50, ../scss/_common.scss */
.pa10 {
  padding: 10px;
}

/* line 50, ../scss/_common.scss */
.pt10 {
  padding-top: 10px;
}

/* line 50, ../scss/_common.scss */
.pr10 {
  padding-right: 10px;
}

/* line 50, ../scss/_common.scss */
.pb10 {
  padding-bottom: 10px;
}

/* line 50, ../scss/_common.scss */
.pl10 {
  padding-left: 10px;
}

/* line 51, ../scss/_common.scss */
.pa15 {
  padding: 15px;
}

/* line 51, ../scss/_common.scss */
.pt15 {
  padding-top: 15px;
}

/* line 51, ../scss/_common.scss */
.pr15 {
  padding-right: 15px;
}

/* line 51, ../scss/_common.scss */
.pb15 {
  padding-bottom: 15px;
}

/* line 51, ../scss/_common.scss */
.pl15 {
  padding-left: 15px;
}

/* line 52, ../scss/_common.scss */
.pa20 {
  padding: 20px;
}

/* line 52, ../scss/_common.scss */
.pt20 {
  padding-top: 20px;
}

/* line 52, ../scss/_common.scss */
.pr20 {
  padding-right: 20px;
}

/* line 52, ../scss/_common.scss */
.pb20 {
  padding-bottom: 20px;
}

/* line 52, ../scss/_common.scss */
.pl20 {
  padding-left: 20px;
}

/* line 53, ../scss/_common.scss */
.pa25 {
  padding: 25px;
}

/* line 53, ../scss/_common.scss */
.pt25 {
  padding-top: 25px;
}

/* line 53, ../scss/_common.scss */
.pr25 {
  padding-right: 25px;
}

/* line 53, ../scss/_common.scss */
.pb25 {
  padding-bottom: 25px;
}

/* line 53, ../scss/_common.scss */
.pl25 {
  padding-left: 25px;
}

/* line 54, ../scss/_common.scss */
.pa30 {
  padding: 30px;
}

/* line 54, ../scss/_common.scss */
.pt30 {
  padding-top: 30px;
}

/* line 54, ../scss/_common.scss */
.pr30 {
  padding-right: 30px;
}

/* line 54, ../scss/_common.scss */
.pb30 {
  padding-bottom: 30px;
}

/* line 54, ../scss/_common.scss */
.pl30 {
  padding-left: 30px;
}

/* line 55, ../scss/_common.scss */
.pa35 {
  padding: 35px;
}

/* line 55, ../scss/_common.scss */
.pt35 {
  padding-top: 35px;
}

/* line 55, ../scss/_common.scss */
.pr35 {
  padding-right: 35px;
}

/* line 55, ../scss/_common.scss */
.pb35 {
  padding-bottom: 35px;
}

/* line 55, ../scss/_common.scss */
.pl35 {
  padding-left: 35px;
}

/* line 56, ../scss/_common.scss */
.pa40 {
  padding: 40px;
}

/* line 56, ../scss/_common.scss */
.pt40 {
  padding-top: 40px;
}

/* line 56, ../scss/_common.scss */
.pr40 {
  padding-right: 40px;
}

/* line 56, ../scss/_common.scss */
.pb40 {
  padding-bottom: 40px;
}

/* line 56, ../scss/_common.scss */
.pl40 {
  padding-left: 40px;
}

/* line 57, ../scss/_common.scss */
.pa45 {
  padding: 45px;
}

/* line 57, ../scss/_common.scss */
.pt45 {
  padding-top: 45px;
}

/* line 57, ../scss/_common.scss */
.pr45 {
  padding-right: 45px;
}

/* line 57, ../scss/_common.scss */
.pb45 {
  padding-bottom: 45px;
}

/* line 57, ../scss/_common.scss */
.pl45 {
  padding-left: 45px;
}

/* line 58, ../scss/_common.scss */
.pa50 {
  padding: 50px;
}

/* line 58, ../scss/_common.scss */
.pt50 {
  padding-top: 50px;
}

/* line 58, ../scss/_common.scss */
.pr50 {
  padding-right: 50px;
}

/* line 58, ../scss/_common.scss */
.pb50 {
  padding-bottom: 50px;
}

/* line 58, ../scss/_common.scss */
.pl50 {
  padding-left: 50px;
}

/* line 59, ../scss/_common.scss */
.tl {
  text-align: left !important;
}

/* line 59, ../scss/_common.scss */
.tr > * {
  margin-right: auto;
  margin-left: 0;
}

/* line 60, ../scss/_common.scss */
.tr {
  text-align: right !important;
}

/* line 60, ../scss/_common.scss */
.tr > * {
  margin-left: auto;
  margin-right: 0;
}

/* line 61, ../scss/_common.scss */
.tc {
  text-align: center !important;
}

/* line 61, ../scss/_common.scss */
.tc > * {
  margin-left: auto;
  margin-right: auto;
}

/* line 62, ../scss/_common.scss */
.tc caption {
  margin-left: auto;
  margin-right: auto;
}

/* CSS Document */
/* line 5, ../scss/_reset.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 15, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 19, ../scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 23, ../scss/_reset.scss */
nav ul {
  list-style: none;
}

/* line 27, ../scss/_reset.scss */
ul {
  list-style: none;
}

/* line 31, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 36, ../scss/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 43, ../scss/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 49, ../scss/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 59, ../scss/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 67, ../scss/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 74, ../scss/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 78, ../scss/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 83, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 90, ../scss/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 99, ../scss/_reset.scss */
input, select {
  vertical-align: middle;
}

/*
@include clearfix;
@include border-radius(10px, 5px);
@include box-shadow(1px 2px 3px #444);
@include text-shadow(4px 5px 6px #777);
@include background(linear-gradient(white, green 40%, blue 60%, #f00));
@include background(linear-gradient(left, white, green 40%, blue 60%, #f00));
*/
/* line 14, ../scss/demo.scss */
#wrapper nav ul li#dem {
  background: url(../img/navi.png) no-repeat -264px -40px;
}

/* line 18, ../scss/demo.scss */
#nav2 {
  margin: 25px 0px 25px 0px;
  position: relative;
}

/* line 23, ../scss/demo.scss */
.btn_style1 {
  display: block;
  width: 280px;
  height: 40px;
  font-size: 16px;
  background: url(../img/demo_pic.png) repeat;
  margin: 0px 0px 5px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 0 0 3px;
  text-align: center;
}
/* line 36, ../scss/demo.scss */
.btn_style1 span {
  display: block;
  width: 272px;
  height: 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #ffffff solid 2px;
  line-height: 32px;
}

/* line 47, ../scss/demo.scss */
#nav2_0 {
  width: 280px;
  height: 125px;
  position: absolute;
  left: 25px;
}

/* line 55, ../scss/demo.scss */
#wrapper #nav2 #arrow {
  width: 30px;
  height: 90px;
  background: url(../img/demo.png) no-repeat -800px -365px;
  position: absolute;
  top: 15px;
  left: 320px;
}

/*****************************************************************************************************/
/* line 66, ../scss/demo.scss */
.btn_style2 {
  display: inline-block;
  width: 221px;
  height: 57px;
  font-size: 16px;
  background: url(../img/demo_pic.png) repeat;
  margin: 0px 0px 7px 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 0 0 3px;
  text-align: center;
}
/* line 80, ../scss/demo.scss */
.btn_style2 span {
  display: block;
  width: 214px;
  height: 49px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #ffffff solid 2px;
  line-height: 49px;
}

/* line 90, ../scss/demo.scss */
.btn_posi_2nd {
  position: absolute;
  top: 5px;
  left: 360px;
  width: 920px;
  height: 126px;
}

/***********************************************************************************************/
/* line 105, ../scss/demo.scss */
#wrapper #area {
  width: 1336px;
  height: 593px;
  overflow: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 160px;
}

/* line 116, ../scss/demo.scss */
#wrapper section {
  width: 1310px;
  /* height:110px; original written by mr.suzuki */
  background-color: #D6D6D6;
  /* margin:0px 0px 8px 0px; original written by mr.suzuki */
  margin: 15px 0px 8px 0px;
}

/* line 124, ../scss/demo.scss */
section .g00 {
  width: 1027px;
  height: 87px;
  background: url(../img/demo.png) no-repeat 0px 0px;
  float: left;
  /* margin:15px 5px 15px 10px; backup original by mr.suzuki */
  margin: 15px 5px 15px 10px;
  color: white;
  line-height: 1.2em;
}

/* line 136, ../scss/demo.scss */
.g00 span {
  display: inline-block;
  margin: 20px 0px 0px 15px;
  font-size: 26px;
}

/* line 143, ../scss/demo.scss */
.g01 {
  width: 165px;
  float: left;
  /*background:yellow;*/
  margin: 15px 5px 0px 0px;
}

/* line 150, ../scss/demo.scss */
.g01 .nice {
  display: block;
  width: 164px;
  height: 43px;
  background: url(../img/demo.png) no-repeat -800px -100px;
}

/* line 156, ../scss/demo.scss */
.g01 .nice a {
  display: block;
  width: 164px;
  height: 39px;
  text-decoration: none;
  text-align: right;
  padding-top: 8px !important;
}

/* line 164, ../scss/demo.scss */
.g01 .nice a span {
  color: white !important;
  font-size: 18px !important;
  text-align: center;
}

/* line 172, ../scss/demo.scss */
.g01 .lis {
  width: 164px;
  height: 41px;
  margin: 0px 0px 0px 0px;
}

/* line 177, ../scss/demo.scss */
.lis .lis0 {
  display: block;
  width: 164px;
  height: 41px;
  text-decoration: none;
  background: url(../img/demo.png) no-repeat -800px -186px;
  cursor: pointer;
}

/* line 188, ../scss/demo.scss */
.lis .lis1 {
  display: none;
  width: 164px;
  height: 41px;
  text-decoration: none;
  background: pink url(../img/demo.png) no-repeat -800px -229px;
  cursor: pointer;
}

/**************************************************/
/* line 198, ../scss/demo.scss */
.g02 {
  width: 92px;
  float: left;
  margin: 15px 0px 0px 0px;
}

/* line 205, ../scss/demo.scss */
.g02 a.map {
  display: block;
  width: 91px;
  height: 87px;
  text-decoration: none;
  background: url(../img/demo.png) no-repeat -800px -275px;
}
