@charset "UTF-8";
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: local("Inconsolata"), url(font/inconsolata.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(font/open_sans.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(font/open_sans_semibold.woff) format("woff"); }

@font-face {
  font-family: "migu1m";
  src: url(font/migu-1m-regular.woff) format("woff"); }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./lib/fa/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("./lib/fa/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("./lib/fa/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("./lib/fa/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("./lib/fa/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "?"; }

.fa-music:before {
  content: "?"; }

.fa-search:before {
  content: "?"; }

.fa-envelope-o:before {
  content: "?"; }

.fa-heart:before {
  content: "?"; }

.fa-star:before {
  content: "?"; }

.fa-star-o:before {
  content: "?"; }

.fa-user:before {
  content: "?"; }

.fa-film:before {
  content: "?"; }

.fa-th-large:before {
  content: "?"; }

.fa-th:before {
  content: "?"; }

.fa-th-list:before {
  content: "?"; }

.fa-check:before {
  content: "?"; }

.fa-times:before {
  content: "?"; }

.fa-search-plus:before {
  content: "?"; }

.fa-search-minus:before {
  content: "?"; }

.fa-power-off:before {
  content: "?"; }

.fa-signal:before {
  content: "?"; }

.fa-gear:before,
.fa-cog:before {
  content: "?"; }

.fa-trash-o:before {
  content: "?"; }

.fa-home:before {
  content: "?"; }

.fa-file-o:before {
  content: "?"; }

.fa-clock-o:before {
  content: "?"; }

.fa-road:before {
  content: "?"; }

.fa-download:before {
  content: "?"; }

.fa-arrow-circle-o-down:before {
  content: "?"; }

.fa-arrow-circle-o-up:before {
  content: "?"; }

.fa-inbox:before {
  content: "?"; }

.fa-play-circle-o:before {
  content: "?"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "?"; }

.fa-refresh:before {
  content: "?"; }

.fa-list-alt:before {
  content: "?"; }

.fa-lock:before {
  content: "?"; }

.fa-flag:before {
  content: "?"; }

.fa-headphones:before {
  content: "?"; }

.fa-volume-off:before {
  content: "?"; }

.fa-volume-down:before {
  content: "?"; }

.fa-volume-up:before {
  content: "?"; }

.fa-qrcode:before {
  content: "?"; }

.fa-barcode:before {
  content: "?"; }

.fa-tag:before {
  content: "?"; }

.fa-tags:before {
  content: "?"; }

.fa-book:before {
  content: "?"; }

.fa-bookmark:before {
  content: "?"; }

.fa-print:before {
  content: "?"; }

.fa-camera:before {
  content: "?"; }

.fa-font:before {
  content: "?"; }

.fa-bold:before {
  content: "?"; }

.fa-italic:before {
  content: "?"; }

.fa-text-height:before {
  content: "?"; }

.fa-text-width:before {
  content: "?"; }

.fa-align-left:before {
  content: "?"; }

.fa-align-center:before {
  content: "?"; }

.fa-align-right:before {
  content: "?"; }

.fa-align-justify:before {
  content: "?"; }

.fa-list:before {
  content: "?"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "?"; }

.fa-indent:before {
  content: "?"; }

.fa-video-camera:before {
  content: "?"; }

.fa-picture-o:before {
  content: "?"; }

.fa-pencil:before {
  content: "?"; }

.fa-map-marker:before {
  content: "?"; }

.fa-adjust:before {
  content: "?"; }

.fa-tint:before {
  content: "?"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "?"; }

.fa-share-square-o:before {
  content: "?"; }

.fa-check-square-o:before {
  content: "?"; }

.fa-arrows:before {
  content: "?"; }

.fa-step-backward:before {
  content: "?"; }

.fa-fast-backward:before {
  content: "?"; }

.fa-backward:before {
  content: "?"; }

.fa-play:before {
  content: "?"; }

.fa-pause:before {
  content: "?"; }

.fa-stop:before {
  content: "?"; }

.fa-forward:before {
  content: "?"; }

.fa-fast-forward:before {
  content: "?"; }

.fa-step-forward:before {
  content: "?"; }

.fa-eject:before {
  content: "?"; }

.fa-chevron-left:before {
  content: "?"; }

.fa-chevron-right:before {
  content: "?"; }

.fa-plus-circle:before {
  content: "?"; }

.fa-minus-circle:before {
  content: "?"; }

.fa-times-circle:before {
  content: "?"; }

.fa-check-circle:before {
  content: "?"; }

.fa-question-circle:before {
  content: "?"; }

.fa-info-circle:before {
  content: "?"; }

.fa-crosshairs:before {
  content: "?"; }

.fa-times-circle-o:before {
  content: "?"; }

.fa-check-circle-o:before {
  content: "?"; }

.fa-ban:before {
  content: "?"; }

.fa-arrow-left:before {
  content: "?"; }

.fa-arrow-right:before {
  content: "?"; }

.fa-arrow-up:before {
  content: "?"; }

.fa-arrow-down:before {
  content: "?"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "?"; }

.fa-expand:before {
  content: "?"; }

.fa-compress:before {
  content: "?"; }

.fa-plus:before {
  content: "?"; }

.fa-minus:before {
  content: "?"; }

.fa-asterisk:before {
  content: "?"; }

.fa-exclamation-circle:before {
  content: "?"; }

.fa-gift:before {
  content: "?"; }

.fa-leaf:before {
  content: "?"; }

.fa-fire:before {
  content: "?"; }

.fa-eye:before {
  content: "?"; }

.fa-eye-slash:before {
  content: "?"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "?"; }

.fa-plane:before {
  content: "?"; }

.fa-calendar:before {
  content: "?"; }

.fa-random:before {
  content: "?"; }

.fa-comment:before {
  content: "?"; }

.fa-magnet:before {
  content: "?"; }

.fa-chevron-up:before {
  content: "?"; }

.fa-chevron-down:before {
  content: "?"; }

.fa-retweet:before {
  content: "?"; }

.fa-shopping-cart:before {
  content: "?"; }

.fa-folder:before {
  content: "?"; }

.fa-folder-open:before {
  content: "?"; }

.fa-arrows-v:before {
  content: "?"; }

.fa-arrows-h:before {
  content: "?"; }

.fa-bar-chart-o:before {
  content: "?"; }

.fa-twitter-square:before {
  content: "?"; }

.fa-facebook-square:before {
  content: "?"; }

.fa-camera-retro:before {
  content: "?"; }

.fa-key:before {
  content: "?"; }

.fa-gears:before,
.fa-cogs:before {
  content: "?"; }

.fa-comments:before {
  content: "?"; }

.fa-thumbs-o-up:before {
  content: "?"; }

.fa-thumbs-o-down:before {
  content: "?"; }

.fa-star-half:before {
  content: "?"; }

.fa-heart-o:before {
  content: "?"; }

.fa-sign-out:before {
  content: "?"; }

.fa-linkedin-square:before {
  content: "?"; }

.fa-thumb-tack:before {
  content: "?"; }

.fa-external-link:before {
  content: "?"; }

.fa-sign-in:before {
  content: "?"; }

.fa-trophy:before {
  content: "?"; }

.fa-github-square:before {
  content: "?"; }

.fa-upload:before {
  content: "?"; }

.fa-lemon-o:before {
  content: "?"; }

.fa-phone:before {
  content: "?"; }

.fa-square-o:before {
  content: "?"; }

.fa-bookmark-o:before {
  content: "?"; }

.fa-phone-square:before {
  content: "?"; }

.fa-twitter:before {
  content: "?"; }

.fa-facebook:before {
  content: "?"; }

.fa-github:before {
  content: "?"; }

.fa-unlock:before {
  content: "?"; }

.fa-credit-card:before {
  content: "?"; }

.fa-rss:before {
  content: "?"; }

.fa-hdd-o:before {
  content: "?"; }

.fa-bullhorn:before {
  content: "?"; }

.fa-bell:before {
  content: "?"; }

.fa-certificate:before {
  content: "?"; }

.fa-hand-o-right:before {
  content: "?"; }

.fa-hand-o-left:before {
  content: "?"; }

.fa-hand-o-up:before {
  content: "?"; }

.fa-hand-o-down:before {
  content: "?"; }

.fa-arrow-circle-left:before {
  content: "?"; }

.fa-arrow-circle-right:before {
  content: "?"; }

.fa-arrow-circle-up:before {
  content: "?"; }

.fa-arrow-circle-down:before {
  content: "?"; }

.fa-globe:before {
  content: "?"; }

.fa-wrench:before {
  content: "?"; }

.fa-tasks:before {
  content: "?"; }

.fa-filter:before {
  content: "?"; }

.fa-briefcase:before {
  content: "?"; }

.fa-arrows-alt:before {
  content: "?"; }

.fa-group:before,
.fa-users:before {
  content: "?"; }

.fa-chain:before,
.fa-link:before {
  content: "?"; }

.fa-cloud:before {
  content: "?"; }

.fa-flask:before {
  content: "?"; }

.fa-cut:before,
.fa-scissors:before {
  content: "?"; }

.fa-copy:before,
.fa-files-o:before {
  content: "?"; }

.fa-paperclip:before {
  content: "?"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "?"; }

.fa-square:before {
  content: "?"; }

.fa-bars:before {
  content: "?"; }

.fa-list-ul:before {
  content: "?"; }

.fa-list-ol:before {
  content: "?"; }

.fa-strikethrough:before {
  content: "?"; }

.fa-underline:before {
  content: "?"; }

.fa-table:before {
  content: "?"; }

.fa-magic:before {
  content: "?"; }

.fa-truck:before {
  content: "?"; }

.fa-pinterest:before {
  content: "?"; }

.fa-pinterest-square:before {
  content: "?"; }

.fa-google-plus-square:before {
  content: "?"; }

.fa-google-plus:before {
  content: "?"; }

.fa-money:before {
  content: "?"; }

.fa-caret-down:before {
  content: "?"; }

.fa-caret-up:before {
  content: "?"; }

.fa-caret-left:before {
  content: "?"; }

.fa-caret-right:before {
  content: "?"; }

.fa-columns:before {
  content: "?"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "?"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "?"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "?"; }

.fa-envelope:before {
  content: "?"; }

.fa-linkedin:before {
  content: "?"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "?"; }

.fa-legal:before,
.fa-gavel:before {
  content: "?"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "?"; }

.fa-comment-o:before {
  content: "?"; }

.fa-comments-o:before {
  content: "?"; }

.fa-flash:before,
.fa-bolt:before {
  content: "?"; }

.fa-sitemap:before {
  content: "?"; }

.fa-umbrella:before {
  content: "?"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "?"; }

.fa-lightbulb-o:before {
  content: "?"; }

.fa-exchange:before {
  content: "?"; }

.fa-cloud-download:before {
  content: "?"; }

.fa-cloud-upload:before {
  content: "?"; }

.fa-user-md:before {
  content: "?"; }

.fa-stethoscope:before {
  content: "?"; }

.fa-suitcase:before {
  content: "?"; }

.fa-bell-o:before {
  content: "?"; }

.fa-coffee:before {
  content: "?"; }

.fa-cutlery:before {
  content: "?"; }

.fa-file-text-o:before {
  content: "?"; }

.fa-building-o:before {
  content: "?"; }

.fa-hospital-o:before {
  content: "?"; }

.fa-ambulance:before {
  content: "?"; }

.fa-medkit:before {
  content: "?"; }

.fa-fighter-jet:before {
  content: "?"; }

.fa-beer:before {
  content: "?"; }

.fa-h-square:before {
  content: "?"; }

.fa-plus-square:before {
  content: "?"; }

.fa-angle-double-left:before {
  content: "?"; }

.fa-angle-double-right:before {
  content: "?"; }

.fa-angle-double-up:before {
  content: "?"; }

.fa-angle-double-down:before {
  content: "?"; }

.fa-angle-left:before {
  content: "?"; }

.fa-angle-right:before {
  content: "?"; }

.fa-angle-up:before {
  content: "?"; }

.fa-angle-down:before {
  content: "?"; }

.fa-desktop:before {
  content: "?"; }

.fa-laptop:before {
  content: "?"; }

.fa-tablet:before {
  content: "?"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "?"; }

.fa-circle-o:before {
  content: "?"; }

.fa-quote-left:before {
  content: "?"; }

.fa-quote-right:before {
  content: "?"; }

.fa-spinner:before {
  content: "?"; }

.fa-circle:before {
  content: "?"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "?"; }

.fa-github-alt:before {
  content: "?"; }

.fa-folder-o:before {
  content: "?"; }

.fa-folder-open-o:before {
  content: "?"; }

.fa-smile-o:before {
  content: "?"; }

.fa-frown-o:before {
  content: "?"; }

.fa-meh-o:before {
  content: "?"; }

.fa-gamepad:before {
  content: "?"; }

.fa-keyboard-o:before {
  content: "?"; }

.fa-flag-o:before {
  content: "?"; }

.fa-flag-checkered:before {
  content: "?"; }

.fa-terminal:before {
  content: "?"; }

.fa-code:before {
  content: "?"; }

.fa-reply-all:before {
  content: "?"; }

.fa-mail-reply-all:before {
  content: "?"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "?"; }

.fa-location-arrow:before {
  content: "?"; }

.fa-crop:before {
  content: "?"; }

.fa-code-fork:before {
  content: "?"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "?"; }

.fa-question:before {
  content: "?"; }

.fa-info:before {
  content: "?"; }

.fa-exclamation:before {
  content: "?"; }

.fa-superscript:before {
  content: "?"; }

.fa-subscript:before {
  content: "?"; }

.fa-eraser:before {
  content: "?"; }

.fa-puzzle-piece:before {
  content: "?"; }

.fa-microphone:before {
  content: "?"; }

.fa-microphone-slash:before {
  content: "?"; }

.fa-shield:before {
  content: "?"; }

.fa-calendar-o:before {
  content: "?"; }

.fa-fire-extinguisher:before {
  content: "?"; }

.fa-rocket:before {
  content: "?"; }

.fa-maxcdn:before {
  content: "?"; }

.fa-chevron-circle-left:before {
  content: "?"; }

.fa-chevron-circle-right:before {
  content: "?"; }

.fa-chevron-circle-up:before {
  content: "?"; }

.fa-chevron-circle-down:before {
  content: "?"; }

.fa-html5:before {
  content: "?"; }

.fa-css3:before {
  content: "?"; }

.fa-anchor:before {
  content: "?"; }

.fa-unlock-alt:before {
  content: "?"; }

.fa-bullseye:before {
  content: "?"; }

.fa-ellipsis-h:before {
  content: "?"; }

.fa-ellipsis-v:before {
  content: "?"; }

.fa-rss-square:before {
  content: "?"; }

.fa-play-circle:before {
  content: "?"; }

.fa-ticket:before {
  content: "?"; }

.fa-minus-square:before {
  content: "?"; }

.fa-minus-square-o:before {
  content: "?"; }

.fa-level-up:before {
  content: "?"; }

.fa-level-down:before {
  content: "?"; }

.fa-check-square:before {
  content: "?"; }

.fa-pencil-square:before {
  content: "?"; }

.fa-external-link-square:before {
  content: "?"; }

.fa-share-square:before {
  content: "?"; }

.fa-compass:before {
  content: "?"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "?"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "?"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "?"; }

.fa-euro:before,
.fa-eur:before {
  content: "?"; }

.fa-gbp:before {
  content: "?"; }

.fa-dollar:before,
.fa-usd:before {
  content: "?"; }

.fa-rupee:before,
.fa-inr:before {
  content: "?"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "?"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "?"; }

.fa-won:before,
.fa-krw:before {
  content: "?"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "?"; }

.fa-file:before {
  content: "?"; }

.fa-file-text:before {
  content: "?"; }

.fa-sort-alpha-asc:before {
  content: "?"; }

.fa-sort-alpha-desc:before {
  content: "?"; }

.fa-sort-amount-asc:before {
  content: "?"; }

.fa-sort-amount-desc:before {
  content: "?"; }

.fa-sort-numeric-asc:before {
  content: "?"; }

.fa-sort-numeric-desc:before {
  content: "?"; }

.fa-thumbs-up:before {
  content: "?"; }

.fa-thumbs-down:before {
  content: "?"; }

.fa-youtube-square:before {
  content: "?"; }

.fa-youtube:before {
  content: "?"; }

.fa-xing:before {
  content: "?"; }

.fa-xing-square:before {
  content: "?"; }

.fa-youtube-play:before {
  content: "?"; }

.fa-dropbox:before {
  content: "?"; }

.fa-stack-overflow:before {
  content: "?"; }

.fa-instagram:before {
  content: "?"; }

.fa-flickr:before {
  content: "?"; }

.fa-adn:before {
  content: "?"; }

.fa-bitbucket:before {
  content: "?"; }

.fa-bitbucket-square:before {
  content: "?"; }

.fa-tumblr:before {
  content: "?"; }

.fa-tumblr-square:before {
  content: "?"; }

.fa-long-arrow-down:before {
  content: "?"; }

.fa-long-arrow-up:before {
  content: "?"; }

.fa-long-arrow-left:before {
  content: "?"; }

.fa-long-arrow-right:before {
  content: "?"; }

.fa-apple:before {
  content: "?"; }

.fa-windows:before {
  content: "?"; }

.fa-android:before {
  content: "?"; }

.fa-linux:before {
  content: "?"; }

.fa-dribbble:before {
  content: "?"; }

.fa-skype:before {
  content: "?"; }

.fa-foursquare:before {
  content: "?"; }

.fa-trello:before {
  content: "?"; }

.fa-female:before {
  content: "?"; }

.fa-male:before {
  content: "?"; }

.fa-gittip:before {
  content: "?"; }

.fa-sun-o:before {
  content: "?"; }

.fa-moon-o:before {
  content: "?"; }

.fa-archive:before {
  content: "?"; }

.fa-bug:before {
  content: "?"; }

.fa-vk:before {
  content: "?"; }

.fa-weibo:before {
  content: "?"; }

.fa-renren:before {
  content: "?"; }

.fa-pagelines:before {
  content: "?"; }

.fa-stack-exchange:before {
  content: "?"; }

.fa-arrow-circle-o-right:before {
  content: "?"; }

.fa-arrow-circle-o-left:before {
  content: "?"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "?"; }

.fa-dot-circle-o:before {
  content: "?"; }

.fa-wheelchair:before {
  content: "?"; }

.fa-vimeo-square:before {
  content: "?"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "?"; }

.fa-plus-square-o:before {
  content: "?"; }

.cf {
  zoom: 1; }
  .cf:before,
  .cf:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .cf:after {
    clear: both; }

.float_left {
  float: left; }

.float_right {
  float: right; }

h2 {
  text-align: center;
  color: #FFF;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 10px; }

img {
  border: none; }

a {
  color: #999;
  text-decoration: none;
  transition: color 0.5s; }

a:hover {
  color: #fff8a9; }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  position: relative;
   line-height: 1.5em;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

#home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  position: fixed;
  padding: 0;
  height: 100%;
  zoom: 1;
  z-index: 20; }
  #home:before,
  #home:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  #home:after {
    clear: both; }
  #home .side {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffcccc;
    width: 200px;
    margin: 0;
    height: 100%; }
    #home .side dl {
      line-height: 2;
      cursor: default;
      margin-top: 0; }
      #home .side dl dt {
        font-weight: bold;
        font-size: 12px;
        color: #859597;
        margin-top: 10px;
        padding-left: 10px; }
      #home .side dl dd {
        font-size: 11px;
        color: #DADADA;
        margin: 0px;
        padding-left: 25px; }
        #home .side dl dd.file {
          padding-left: 43px; }
        #home .side dl dd.current {
          background-color: #2095F0;
          color: #FFF; }
        #home .side dl dd i {
          margin-right: 7px;
          color: #3173C7; }
          #home .side dl dd i.fa-file {
            color: #313437; }
        #home .side dl dd a:link, #home .side dl dd a:visited, #home .side dl dd a:hover, #home .side dl dd a:active {
          color: #DADADA;
          text-decoration: none; }
        #home .side dl dd a:hover {
          color: #FFFFFF; }
  #home .main {
    position: absolute;
    top: 0;
    left: 0;
    left: 200px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #home .main .tabs {
      width: 100%;
      background: #131416;
      padding: 0 9px;
      border-bottom: 6px #4B4F53 solid; }
      #home .main .tabs .tab {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        color: #FFF;
        width: 140px;
        padding: 7px 9px;
        background-color: #4B4F53;
        position: relative;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px; }
        #home .main .tabs .tab:before, #home .main .tabs .tab:after {
          position: absolute;
          bottom: -1px;
          width: 7px;
          height: 7px;
          content: " ";
          background-color: #131416; }
        #home .main .tabs .tab:before {
          left: -7px;
          border-bottom-right-radius: 7px;
          border-width: 0 1px 1px 0;
          border-color: #4B4F53;
          border-style: solid;
          box-shadow: 2px 4px 0 #4B4F53; }
        #home .main .tabs .tab:after {
          right: -7px;
          border-bottom-left-radius: 7px;
          border-width: 0 0 1px 1px;
          border-color: #4B4F53;
          border-style: solid;
          box-shadow: -2px 4px 0 #4B4F53; }
        #home .main .tabs .tab .fa-stack {
          position: absolute;
          right: 3px;
          top: 10px;
          line-height: 1; }
          #home .main .tabs .tab .fa-stack .fa-stack-2x {
            font-size: 12px;
            color: #818487; }
          #home .main .tabs .tab .fa-stack:hover .fa-stack-2x {
            color: #E0E0E0; }
          #home .main .tabs .tab .fa-stack .fa-stack-1x {
            font-size: 10px;
            color: #4B4F53;
            margin-top: 1px; }
    #home .main .body {
      height: 100%;
      font-size: 20px !important;
      line-height: 1.2 !important;
      background-color: #26292C;
      padding-left: 60px;
      padding-top: 4px; }
      #home .main .body .lines {
        position: absolute;
        top: 0;
        left: 0;
        top: 40px;
        width: 45px;
        color: #3D4D50;
        text-align: right;
        height: 100%;
        overflow: hidden; }
      #home .main .body pre {
        margin: 0;
        padding: 0; }
        #home .main .body pre code {
          margin: 0;
          padding: 0;
          color: #EEE;
          font-family: 'Inconsolata', sans-serif;
          font-size: 20px;
          line-height: 1.2;
          background: transparent; }
          #home .main .body pre code #cursor {
            margin: 0 10px 0 0;
            border-right: 1px white solid; }
    #home .main #scroll_attention {
      position: fixed;
      right: 20px;
      bottom: 30px;
      text-align: center;
      color: #3C3F42; }
      #home .main #scroll_attention .down_arrow {
        position: relative;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-top-color: #3C3F42;
        margin-top: 30px; }
        #home .main #scroll_attention .down_arrow:after {
          position: absolute;
          content: '';
          top: -32px;
          left: -8px;
          width: 16px;
          height: 16px;
          background: #3C3F42; }

@-webkit-keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

#cursor {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: 0s; }

#global_navi {
  height: 76px;
  position: absolute;
  bottom: -53px;
  left: 0;
  width: 100%;
  background-color: #3C3F42;
  overflow: hidden;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15); }
  #global_navi .editor_foot {
    font-family: 'Open Sans', sans-serif;
    color: #949597;
    font-size: 11px;
    margin: 3px 15px;
    zoom: 1; }
    #global_navi .editor_foot:before,
    #global_navi .editor_foot:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    #global_navi .editor_foot:after {
      clear: both; }
    #global_navi .editor_foot .charset {
      margin-right: 12px; }
  #global_navi .navi_menu {
    padding-top: 1.1em; }
    #global_navi .navi_menu .logo {
      float: left;
      margin-left: 40px;
      letter-spacing: 5px;
      font-size: 1.2em; }
      #global_navi .navi_menu .logo a:link, #global_navi .navi_menu .logo a:visited, #global_navi .navi_menu .logo a:hover, #global_navi .navi_menu .logo a:active {
        color: #FFF;
        text-decoration: none; }
        #global_navi .navi_menu .logo a:link img, #global_navi .navi_menu .logo a:visited img, #global_navi .navi_menu .logo a:hover img, #global_navi .navi_menu .logo a:active img {
          float: left;
          margin: -2px 15px 0 0; }
        #global_navi .navi_menu .logo a:link span, #global_navi .navi_menu .logo a:visited span, #global_navi .navi_menu .logo a:hover span, #global_navi .navi_menu .logo a:active span {
          display: block;
          float: left; }
    #global_navi .navi_menu ul {
      margin-top: 0;
      float: right;
      zoom: 1; }
      #global_navi .navi_menu ul:before,
      #global_navi .navi_menu ul:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: "\0020"; }
      #global_navi .navi_menu ul:after {
        clear: both; }
      #global_navi .navi_menu ul li {
        float: left;
        list-style: none;
        margin-right: 40px;
        letter-spacing: 5px; }
        #global_navi .navi_menu ul li a:link, #global_navi .navi_menu ul li a:visited, #global_navi .navi_menu ul li a:hover, #global_navi .navi_menu ul li a:active {
          color: #FFF;
          text-decoration: none; }
    #global_navi .navi_menu #navi_marker {
      display: block;
      position: absolute;
      width: 90px;
      height: 5px;
      background-color: #CCC;
      right: 385px;
      bottom: -5px; }

#about {
  background-color: #ffcccc;
  position: fixed;
  top: 100%;
          margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 10; }
  #about h2 {
    margin-top: 3.2em; }
  #about .wrap {
    width: 80%;
    height: 80%;
          margin: 0 auto;
    overflow: hidden;
    zoom: 1; }
    #about .wrap:before,
    #about .wrap:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    #about .wrap:after {
      clear: both; }
    #about .wrap .image {
      width: 50%;
      height: 100%;
      float: left;
      text-align: center; }
      #about .wrap .image img {
        height: 100%;
        background-color: #fff;
        border-radius: 100%; }
    #about .wrap .textbox {
	          margin: 0 auto;
      width: 100%;
      height: 100%;
      float: left;
      position: relative;
      overflow: hidden; }
      #about .wrap .textbox .text {
	            margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 90%;
        padding: 0 5%;
        font-size: 14px;
        color: #FFF;
        letter-spacing: 3px;
        opacity: 1;
        overflow: hidden; }
        #about .wrap .textbox .text h3 {
          font-weight: normal;
          font-size: 16px;
          text-align: center;
          padding-bottom: 15px;
          width: 80%;

          margin: 0 auto 30px; }
        #about .wrap .textbox .text p {
          line-height: 1.8; }
      #about .wrap .textbox .marker_area {
        zoom: 1;
        width: 120px;
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -60px; }
        #about .wrap .textbox .marker_area:before,
        #about .wrap .textbox .marker_area:after {
          display: block;
          height: 0;
          visibility: hidden;
          content: "\0020"; }
        #about .wrap .textbox .marker_area:after {
          clear: both; }
        #about .wrap .textbox .marker_area .marker_wrap {
          position: relative;
          width: 120px;
          margin: 0 auto;
          padding-top: 2px; }
          #about .wrap .textbox .marker_area .marker_wrap .marker {
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 6px;
            background-color: #EEEEEE;
            border: 2px solid #313437;
            margin: 2px;
            float: left;
            margin: 0 15px; }
            #about .wrap .textbox .marker_area .marker_wrap .marker.left {
              left: 0; }
            #about .wrap .textbox .marker_area .marker_wrap .marker.right {
              right: 0; }
        #about .wrap .textbox .marker_area .pointer {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 14px;
          height: 14px;
          border-radius: 14px;
          background-color: #888888; }
  #about #skills {
    background-color: #ffcccc;
    position: absolute;
    left: 0;
    bottom: -250px;
    width: 100%;
    height: 250px; }

#skills_body {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto; }


#works {
  background-color: #ffcccc;
  position: fixed;
  top: 76px;
  right: 100%;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  z-index: 10; }
  #works ul.flips {

    margin: 0 auto;
    padding: 0; }
    #works ul.flips li {
      width: 320px;
      height: 250px;
      margin: 40px 20px 0px;
      list-style-type: none;
      display: inline-block;
      float: left; }
      #works ul.flips li .flip {
        width: 320px;
        height: 250px;
        border: 2px solid white;
        display: block;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s; }
        #works ul.flips li .flip img, #works ul.flips li .flip div {
          width: 320px;
          height: 250px;
          position: absolute;
          -webkit-backface-visibility: hidden;
          background: transparent;
          text-align: center;
          color: white; }
          #works ul.flips li .flip img .fa, #works ul.flips li .flip div .fa {
            font-size: 6em;
            margin: 8% auto 6%;
            display: block; }
          #works ul.flips li .flip img.on, #works ul.flips li .flip div.on {
            -webkit-transform: rotateY(180deg);
            background: #fff; }
          #works ul.flips li .flip img.off, #works ul.flips li .flip div.off {
            z-index: 10; }
        #works ul.flips li .flip:hover .off {
          z-index: 0; }
      #works ul.flips li:hover .flip {
        -webkit-transform: rotateY(180deg); }

#works2 {
  background-color: #ffcccc;
  position: fixed;
  top: 76px;
  right: 100%;
  width: 100%;
  height: 100%;
  padding-top: 60px;
    font-size: 20px;
  z-index: 10; }
  #works2 ul.flips {
    width: 728px;
    margin: 0 auto;
    padding: 0; }
    #works2 ul.flips li {

      margin: 40px 20px 0px;
      list-style-type: none;
      display: inline-block;
      float: left; }

        border: 2px solid white;
        display: block;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s; }
        #works2 ul.flips li .flip img, #works2 ul.flips li .flip div {

          position: absolute;
          -webkit-backface-visibility: hidden;
          background: transparent;
          text-align: center;
          color: white; }
          #works2 ul.flips li .flip img .fa, #works2 ul.flips li .flip div .fa {
            font-size: 6em;
            margin: 8% auto 6%;
            display: block; }
          #works2 ul.flips li .flip img.on, #works2 ul.flips li .flip div.on {
            -webkit-transform: rotateY(180deg);
            background: #fff; }
          #works2 ul.flips li .flip img.off, #works2 ul.flips li .flip div.off {
            z-index: 10; }
        #works2 ul.flips li .flip:hover .off {
          z-index: 0; }
      #works2 ul.flips li:hover .flip {
        -webkit-transform: rotateY(180deg); }

#contact {
  background-color: #ffcccc;
  position: fixed;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  z-index: 10; }
  #contact #links {

    margin: 12% auto;
    padding: 0; }
    #contact #links li {
      list-style-type: none;
      float: left;
      width: 100px;
      height: 100px;
      margin: 0 25px; }
      #contact #links li a {
        -webkit-transition: 0.3s; }
        #contact #links li a:hover {
          -webkit-transition: 0.3s;
          opacity: 0.2; }
      #contact #links li img {
        width: 100%;
        height: 100%; }

#copyright {
  color: #FFFFFF;
  text-align: center;
  opacity: 0.8; }

#bg1 {
  position: fixed;
  top: 0%;
  background: #ffcccc url(../images/bg_01.jpg) no-repeat left top;
  background-size: contain;
    width: 100%;
  height: 200%;
  z-index: 0; }

#bg2 {
  position: fixed;
  top: 0%;
  background: #ffcccc url(../images/bg_02.jpg) no-repeat left top;
    background-size: contain;
  width: 100%;
  height: 200%;
  z-index: -1; }
#bg3 {
  position: fixed;
  top: 0%;
  background: #ffcccc url(../images/bg_03.jpg) no-repeat left top;
    background-size: contain;
  width: 100%;
  height: 200%;
  z-index: -2; }

.white_text {
  position: fixed;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  width: 100%;
  z-index: 5;
  letter-spacing: 10px; }
  
.white_text2 {
  position: fixed;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  width: 100%;
  z-index: 999;
  letter-spacing: 10px; }

#share {
  width: 450px;
  padding: 0;
  margin: 30px auto; }
  #share li {
    list-style-type: none;
    float: left; }
    #share li.twitter {
      width: 100px; }
    #share li.facebook {
      width: 130px; }
    #share li.hatena {
      width: 140px; }
    #share li.github {
      width: 80px; }
	  


div #a
 { width: 90%;
 text-align:center;
   margin: 0 auto; }
   
   
div #sq {
  position: fixed;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  width: 100%;
  z-index: 9998;
  letter-spacing: 10px; 
}

#header {
    position: fixed; 
    background: #F9C6D4;
	width:100%;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 5px 40px;
    color: white;
}
#footer {
    background: #F9C6D4;
	width:100%;
    z-index: 11;
    top: 0;
    left: 0;
    padding: 5px 40px;
    color: white;
	}

#footer a{
    color: white;
    font-size: 15px;
    text-decoration: none;
}

#footer a:hover{
    opacity: 0.8;
}


@media screen and (max-width:620px){
  #footer{
       font-size: 10px;
	   padding: 5px 5px;
 }
}
div.parallax {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;

}
div#floating-menu {
    position: fixed;
    top: 15%;
    width: 153px;
    right: 50px;
	padding: 0;
    background-color: rgba(255,255,255,0.6);  

    z-index: 9998;
}
div#shikaku{
    top: 30%;
   clear: both !important;
    text-align:center !important;
        width: 100% !important;
		    position: fixed;
		  margin: 0 auto; !important;
			 }
			 
div#floating-menu2 {
    position: fixed;
    bottom: 0%;
 width: 100%;
   margin: 0 auto; 
   text-align : center;
    background-color: rgba(255,255,255,0.8);  

    z-index: 9999;
}
div#sq {
    position: fixed;
    bottom: 0%;
 width: 100%;
   margin: 0 auto; 
   text-align : right;

    z-index: 998;
}
div#sq2 {
    position: fixed;
    bottom: 0%;
 width: 100%;
   margin: 0 auto; 
   text-align : center;

    z-index: 997;
}
div#bar{


    text-align:center !important;
        width: 100% !important;

		  margin: 0 auto; !important;
			 }
   
@media print {
  body { display: none }
}
@media screen and (max-width:620px){
  div#pc{	 
    display: none;
}
 }
}
