@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: 26px;
  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;
  font-family: 'Inconsolata', 'migu1m', 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: rgba(49,52,55 ,2) url(../img/shattle.jpg)no-repeat;
    width: 200px;
    margin: 0;
    height: 100%;
    background-image: url(../img/shattle.jpg)no-repeat;
    background-size: 135%;
    background-position: top; }
    #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;
    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;
    padding-left: 60px;
    padding-top: 4px;
    background-size: 150%;
    background-position: 0px 0px; }
      #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: 15px;
    bottom: 30px;
    /* text-align: center; */
    color: #fff;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    }
      #home .main #scroll_attention .down_arrow {
        position: relative;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top-color: #fff;
    margin-top: 30px;
    /* margin-right: -2px; */
    margin-left: 43px; }
        #home .main #scroll_attention .down_arrow:after {
          position: absolute;
          content: '';
          top: -32px;
          left: -8px;
          width: 16px;
          height: 16px;
          background: #fff; }

@-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: 65px;
     position: absolute;
     bottom: -92px;
     width: 100%;
     font-family: "ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½", "Yu Mincho", YuMincho, serif;
    background: url(../img/menu_back.png) no-repeat;
    background-size: cover;
    padding-bottom: 39px;
  }
  #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: 0.7em;
    width: 1222px;
    margin: 0 auto;}
  #global_navi .navi_menu .logo {
    float: left;
    margin-left: 40px;
    letter-spacing: 5px;
    font-size: 1.2em;
    width: 14%;
    padding-left: 11%;
    padding-right: 3%;
    }
      #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;
      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;
        letter-spacing: 5px; 
        margin-bottom: 7px;
        border-bottom: 1px solid rgba(178,133,69,0.8);}
        #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: #15377e;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3184px;
  z-index: 10;
  background: url(../img/sec1_back.png) no-repeat;
  background-size: 100%;
   }
  #about h2 {
    margin-top: 3.2em; }
  #about .wrap {
    width: 80%;
    height: 18%;
    margin: 5% auto 12%;
    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 .textbox {
      width: 88%;
      height: 100%;
      float: left;
      position: relative;
      overflow: hidden; }
      #about .wrap .textbox .text {
        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: 50%;
          border-bottom: 1px solid #949597;
          margin: 0 auto 30px; }
          
          
        #about .wrap .textbox .text p {
          color: #6b6666;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 3px;
    line-height: 42px;
    position: absolute;
    top: 48px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    height: 460px;
    right: 0%;
      font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
      -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
      }
      
      
      #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 .wrap2 {
    width: 80%;
    height: 42%;
    margin: 5% auto 20%;
    overflow: hidden;
    zoom: 1;
    }
    #about .wrap2:before,
    #about .wrap2:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    #about .wrap2:after {
      clear: both; }
    #about .wrap2 .image {
      width: 50%;
      height: 100%;
      float: left;
      text-align: center; }  
          
          
      #about .wrap2 .textbox {
    width: 88%;
    height: 106%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 60%;
      }
     #about .wrap2 .textbox .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 3px;
    opacity: 1;
    overflow: hidden;
    }
        #about .wrap2 .textbox .text h3 {
          font-weight: normal;
          font-size: 16px;
          text-align: center;
          padding-bottom: 15px;
          width: 50%;
          border-bottom: 1px solid #949597;
          margin: 0 auto 30px; }
          
          
        #about .wrap2 .textbox .text p {
    color: #6b6666;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 3px;
    line-height: 42px;
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    height: 605px;
    right: 8%;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
      font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
      }
      
      
      #about .wrap2 .textbox .marker_area {
        zoom: 1;
        width: 120px;
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -60px; }
        #about .wrap2 .textbox .marker_area:before,
        #about .wrap2 .textbox .marker_area:after {
          display: block;
          height: 0;
          visibility: hidden;
          content: "\0020"; }
        #about .wrap2 .textbox .marker_area:after {
          clear: both; }
        #about .wrap2 .textbox .marker_area .marker_wrap {
          position: relative;
          width: 120px;
          margin: 0 auto;
          padding-top: 2px; }
          #about .wrap2 .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 .wrap2 .textbox .marker_area .marker_wrap .marker.left {
              left: 0; }
            #about .wrap2 .textbox .marker_area .marker_wrap .marker.right {
              right: 0; }
        #about .wrap2 .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: #15377e;
    position: absolute;
    left: 0;
    bottom: -140px;
    width: 100%;
    height: 140px; }
    
     
    #about .wrap .image {
    position: fixed;
    font-size: 40px;
    width: 100%;
    z-index: 5;
    letter-spacing: 10px;
    left: -27%;
    }
    
    
    

#about_2 {
  background-color: #15377e;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../img/sec2_back.jpg) no-repeat;
  background-size: 100%;
   }
  #about_2 h2 {
    margin-top: 3.2em; }
  #about_2 .wrap {
    width: 80%;
    height: 50%;
    margin: 5% auto 20%;
    overflow: hidden;
    zoom: 1; }
    #about_2 .wrap:before,
    #about_2 .wrap:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    #about_2 .wrap:after {
      clear: both; }
    #about_2 .wrap .image {
      width: 50%;
      height: 100%;
      float: left;
      text-align: center; }
      #about_2 .wrap .image img {
        height: 100%;
        background-color: #fff;
        border-radius: 100%; }
    #about_2 .wrap .textbox {
      width: 50%;
      height: 100%;
      float: left;
      position: relative;
      overflow: hidden; }
      #about_2 .wrap .textbox .text {
        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_2 .wrap .textbox .text h3 {
          font-weight: normal;
          font-size: 16px;
          text-align: center;
          padding-bottom: 15px;
          width: 50%;
          border-bottom: 1px solid #949597;
          margin: 0 auto 30px; }
        #about_2 .wrap .textbox .text p {
          line-height: 1.8; }
      #about_2 .wrap .textbox .marker_area {
        zoom: 1;
        width: 120px;
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -60px; }
        #about_2 .wrap .textbox .marker_area:before,
        #about_2 .wrap .textbox .marker_area:after {
          display: block;
          height: 0;
          visibility: hidden;
          content: "\0020"; }
        #about_2 .wrap .textbox .marker_area:after {
          clear: both; }
        #about_2 .wrap .textbox .marker_area .marker_wrap {
          position: relative;
          width: 120px;
          margin: 0 auto;
          padding-top: 2px; }
          #about_2 .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_2 .wrap .textbox .marker_area .marker_wrap .marker.left {
              left: 0; }
            #about_2 .wrap .textbox .marker_area .marker_wrap .marker.right {
              right: 0; }
        #about_2 .wrap .textbox .marker_area .pointer {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 14px;
          height: 14px;
          border-radius: 14px;
          background-color: #888888; }
  #about_2 #skills {
    background-color: #15377e;
    position: absolute;
    left: 0;
    bottom: -140px;
    width: 100%;
    height: 140px; }


#skills_body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    background: url(../img/hiroshimatop.jpg) no-repeat;
    background-size: 100%;
    /* z-index: 3; */
    /* zoom: 1; */
    background-position: 0px -98px;
    background-size: 100%;
    
    }
#skills_body2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../img/hiroshimamiddle.jpg) no-repeat;
    background-size: 100%;
    z-index:3;
    zoom: 1;
    background-position: 0px -22px;
} 
 
  #skills_body .graphs {
    zoom: 1;
    position: absolute;
    top: 20%;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0 !important; }
    #skills_body .graphs:before,
    #skills_body .graphs:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: "\0020"; }
    #skills_body .graphs:after {
      clear: both; }
    #skills_body .graphs li {
      width: 33%;
      height: 100%;
      float: left;
      color: #FFF;
      list-style-type: none;
      text-align: center; }
      #skills_body .graphs li .graph {
        width: 16%;
        height: 300px;
        border: 1px #313437 solid;
        margin: 60px auto 20px;
        overflow: hidden; }
        #skills_body .graphs li .graph .graph_inner {
          background-color: #eace13;
          width: 100%;
          height: 100%; }
      #skills_body .graphs li .title {
        height: 1.8em; }
      #skills_body .graphs li .image img {
        width: 35%; }

#works {
  background-color: #15377e;
  position: fixed;
  top: 76px;
  right: 100%;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  z-index: 10;
  background: url(../img/door.jpg) no-repeat;
    background-size: cover; }
    
     #works ul.flips {
    width: 728px;
    margin: 0 auto;
    padding: 0; }
    #works ul.flips li {
      width: 314px;
      height: 189px;
      margin: 40px 20px 0px;
      list-style-type: none;
      display: inline-block;
      float: left; }
      #works ul.flips li .flip {
        width: 312px;
        height: 187px;
        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: 312px;
          height: 187px;
          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); }


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

#works2 {
    background-color: #15377e;
    position: fixed;
    top: 76px;
    /* right: 100%; */
    width: 100%;
    height: 3800px;
    padding-top: 60px;
    z-index: 10;
    background: url(../img/ground_bg.png) no-repeat;
    background-size: 100%;
    background-color:f8f7f2;
     }
    
  #works2 ul.flips {
    width: 728px;
    margin: 0 auto;
    padding: 0; }
    #works2 ul.flips li {
      width: 314px;
      height: 189px;
      margin: 40px 20px 0px;
      list-style-type: none;
      display: inline-block;
      float: left; }
      #works2 ul.flips li .flip {
        width: 312px;
        height: 187px;
        border: 2px solid white;
        display: block;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s; }
        #works2 ul.flips li .flip img, #works ul.flips li .flip div {
          width: 312px;
          height: 187px;
          position: absolute;
          -webkit-backface-visibility: hidden;
          background: transparent;
          text-align: center;
          color: white; }
          #works2 ul.flips li .flip img .fa, #works ul.flips li .flip div .fa {
            font-size: 6em;
            margin: 8% auto 6%;
            display: block; }
          #works2 ul.flips li .flip img.on, #works ul.flips li .flip div.on {
            -webkit-transform: rotateY(180deg);
            background: #fff; }
          #works2 ul.flips li .flip img.off, #works 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); }


#works3 {
    position: fixed;
    top: 76px;
    /* right: 100%; */
    width: 100%;
    height: 4069px;
    padding-top: 60px;
    z-index: 10;
    background: url(../img/sec2_bg.png) repeat-x;
     }
    
  #works3 ul.flips {
    width: 728px;
    margin: 0 auto;
    padding: 0; }
    #works3 ul.flips li {
      width: 314px;
      height: 189px;
      margin: 40px 20px 0px;
      list-style-type: none;
      display: inline-block;
      float: left; }
      #works3 ul.flips li .flip {
        width: 312px;
        height: 187px;
        border: 2px solid white;
        display: block;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s; }
        #works3 ul.flips li .flip img, #works ul.flips li .flip div {
          width: 312px;
          height: 187px;
          position: absolute;
          -webkit-backface-visibility: hidden;
          background: transparent;
          text-align: center;
          color: white; }
          #works3 ul.flips li .flip img .fa, #works ul.flips li .flip div .fa {
            font-size: 6em;
            margin: 8% auto 6%;
            display: block; }
          #works3 ul.flips li .flip img.on, #works ul.flips li .flip div.on {
            -webkit-transform: rotateY(180deg);
            background: #fff; }
          #works3 ul.flips li .flip img.off, #works ul.flips li .flip div.off {
            z-index: 10; }
        #works3 ul.flips li .flip:hover .off {
          z-index: 0; }
      #works3 ul.flips li:hover .flip {
        -webkit-transform: rotateY(180deg); }




#contact {
     background-color: #15377e;
    position: fixed;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    z-index: 10;
    background: url(../img/footerpc.jpg) no-repeat;
    background-size: 100%; }
  #contact #links {
    width: 750px;
    margin: 12% 38%;
    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%; }
#contact1 {
     background-color: #15377e;
    position: fixed;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 131%;
    padding-top: 60px;
    z-index: 10;
    background: url(../img/sec3_back.jpg) no-repeat;
    background-size: 100%; }
  #contact1 #links {
    width: 750px;
    margin: 12% 38%;
    padding: 0; }
    #contact1 #links li {
      list-style-type: none;
      float: left;
      width: 100px;
      height: 100px;
      margin: 0 25px; }
      #contact1 #links li a {
        -webkit-transition: 0.3s; }
        #contact #links li a:hover {
          -webkit-transition: 0.3s;
          opacity: 0.2; }
      #contact1 #links li img {
        width: 100%;
        height: 100%; }

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

#bg1 {
  position: fixed;
  top: 50%;
  width: 100%;
  height: 1000px;
  z-index: 0;
  transition: transform 2s, opacity 2s;
  transform: scale(1); }

#bg2 {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 200%;
  background-position:0 500px;}

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

.white_text img {
    width: 19%;
}

#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; }
	  
.excuse{
	width: 65%;
    margin: 0 auto;
    font-size: 85%;
}

span.menu_img {
    float: left;
    padding: 0px 20px 0px 20px;
    margin-top: -10px;
}

a.menu_link {
    float: left;
    padding-top: 10px;
}

.logo img {
    width: 80%;
    padding-top: 3%;
}

.slider{
width:100%;
height: 100%;
position:relative;
z-index:100;
}

.toplogo {
    position: absolute;
    top: 35% !important;
    left: 38% !important;
}

#works2 h3 {
    color: #b28545;
    font-size: 33px;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
}

#works2 .wrap .text {
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    color: #252421;
    font-size: 18px;
    margin-top: 2%;
}

#works2 .wrap2 .text {
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    color: #fff;
    font-size: 18px;
}

#works2 .wrap {
    margin-left: 35%;
    margin-top: 29%;
    position: relative;
}

#works2 .wrap2 {
    /* position: absolute; */
    margin-top: 22%;
    margin-left: 11%;
}

#works2 .wrap3 {
    margin-top: 85%;
    margin-left: 11%;
}

#works2 .right-side {
    padding-top: 3%;
    padding-right: 13%;
    width: 26%;
    float: right;
}

#works2 .left-side {
    padding-top: 14%;
    width: 26%;
    float: left;
    clear: both;
    margin-left: -1%;
}




#works3 h3 {
    color: #b28545;
    font-size: 33px;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    text-align: center;
    padding-right: 9%;
}

#works3 .wrap .text {
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    color: #252421;
    font-size: 18px;
    margin-top: 2%;
}

#works3 .wrap2 .text {
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    color: #252421;
    font-size: 18px;
}

#works3 .wrap {
    margin-left: 35%;
    margin-top: 29%;
}

#works3 .wrap2 {
    /* position: absolute; */
    margin-top: 22%;
    margin-left: 11%;
}

#works3 .wrap3 {
    margin-top: 85%;
    margin-left: 11%;
}

#works3 .right-side {
    padding-top: 1%;
    padding-right: 27%;
    width: 25%;
    float: right;
}

#works3 .left-side {
    padding-top: 7%;
    width: 26%;
    float: left;
    clear: both;
    margin-left: -20%;
}
#works3 .left-side1 {
    padding-top: 4%;
    width: 26%;
    float: left;
    clear: both;
    margin-left: 5%;
    background: url(../img/backleft.png) no-repeat;
    background-position: 0px 250px;
    padding-right: 16%;
}


#works h3 {
    color: #b28545;
    font-size: 33px;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
}

#works .wrap .text {
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    color: #252421;
    font-size: 18px;
    margin-top: 2%;
}

#works .wrap2 .text {
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    color: #fff;
    font-size: 18px;
}

#works .wrap {
    margin-left: 35%;
    margin-top: 29%;
}

#works .wrap2 {
    /* position: absolute; */
    margin-top: 22%;
    margin-left: 11%;
}

#works .wrap3 {
    margin-top: 85%;
    margin-left: 11%;
}

#works .right-side {
    padding-top: 3%;
    padding-right: 13%;
    width: 26%;
    float: right;
}

#works .left-side {
    padding-top: 14%;
    width: 26%;
    float: left;
    clear: both;
    margin-left: -1%;
}


.awamoriphoto img {
    width: 59%;
    margin-top: 10%;
    margin-right: -4%;
    float: right;
}

.awamoriphoto2 img {
    width: 20%;
    margin-top: 18%;
    /* margin-right: -2%; */
    float: right;
    position: absolute;
    right: 0px;
    top: 30%;
}

.awamoriphoto3 img {
    width: 59%;
    /* margin-top: 18%; */
    /* margin-right: -2%; */
    float: right;
    position: absolute;
    right: 0px;
    top: -35%;
}

.ichiba_link{
   text-align: center;
    padding-top: 5%;
   }

.ichiba_link img {
    width: 77%;
}



#contact1 .text {
    width: 30%;
    color: #fff;
    font-size: 18px;
    background: #3d3c3c;
    padding: 1% 1% 1% 3%;
    line-height: 28px;
    margin-left: 15%;
    margin-top: 11%;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
}

#loader-bg {
    margin-top: -72px;
}

#logo {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%,65%);
    -moz-transform: translate(-50%,65%);
    -ms-transform: translate(-50%,65%);
    -o-transform: translate(-50%,65%);
    transform: translate(-50%,65%);
    z-index: 8;
}


#skills_body3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../img/hiroshimabottom.jpg) no-repeat;
    background-size: 100%;
    z-index: 3;
    zoom: 1;
    background-position: 0px -27px;
}

works3{
    background-color: #15377e;
    position: fixed;
    top: 76px;
    /* right: 100%; */
    width: 100%;
    height: 3800px;
    padding-top: 60px;
    z-index: 10;
    background: url(../img/sec1_bg.png) no-repeat;
    background-size: 100%;
}

h3.teiban {
    color: #b28545;
    font-size: 33px;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    text-align: center;
    margin-right: -173% !important;
    margin-top: 27%;
}

#works3 .wrap2 .text2 {
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    color: #252421;
    font-size: 18px;
    margin-left: 95%;
    width: 100%;
    padding-top: 70%;
}

#works3 .wrap4 {
    margin-top: 6%;
    margin-left: 18%;
    width: 100%;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    float: left;
    background: url(../img/backright.png) no-repeat;
    background-position: 400px 0px;
}

#works3 .wrap5 {
    margin-top: 7%;
    /* margin-left: 2%; */
    width: 100%;
    float: left;
    /* margin: 0 auto; */
    text-align: center;
}

#works3 .wrap6 {
    margin-top: 4%;
    margin-left: -11%;
    width: 100%;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    float: left;
}
.wrap4 .menu_other {
    float: left;
}

.wrap4 .menu_other1 {
    float: left;
    margin-left: 7%;
}

.wrap5 .menu_other {
    float: left;
    /* width: 30%; */
    width: 390px;
}

.wrap5 .menu_other1 {
    float: left;
    /* margin-left: 7%; */
    width: 390px;
}

.wrap5 img {
    width: 100%;
}


.wrap6 .menu_other {
    float: left;
    /* width: 30%; */
    width: 390px;
}

.wrap6 .menu_other1 {
    float: left;
    /* margin-left: 7%; */
    width: 390px;
}

.wrap6 .menu_other2 {
    float: left;
    margin-left: 23%;
    width: 390px;
    margin-top: 7%;
}

h3.teiban1 {
    font-size: 33px;
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    text-align: center;
    margin-right: -23% !important;
    margin-top: 27%;
    color: #252421 !important;
}

.wrap6 .menu_other1 img {
    position: absolute;
    right: -131px;
    bottom: 70px;
}

#footer_inner {
	width: 1200px;
    margin: 0 auto;
    margin-top: 20%;
}

.pagetop {
	float: right;
    width: 105px;
    height: 120px;
    margin: -145px 0 15px 0;
    position: relative;
}

.pagetop a{
	width:124px;
	height:34px;
	display:block;
}

/* footer_navi
------------------------------------------------- */
#footer{
    font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    font-size: 20px;
    width:100%;
}

#footer_navi {
	width: 1100px;
	margin:0 auto;
	font-family: "Ÿà–¾’©‘Ì", "Yu Mincho", YuMincho, serif;
    margin-left: 5%;
}

#footer_navi ul{
    float:left;
	margin-right:19px;
	padding-bottom:15px;
	list-style-type: none;
}

#footer_navi ul.packing{ width:123px;}
#footer_navi ul.precision{ width:120px;}
#footer_navi ul.cartridge{ width:122px; margin-right:10px;}
#footer_navi ul.other{ width:90px; margin-right:0;}
#footer_navi ul.company,#footer_navi ul.contact { margin-right:0;}


#footer_navi ul li{
    margin-bottom:10px;
	line-height:1.1;
}

#footer_navi ul li a{
    font-size:85%;
	color:#333333;
	font-weight:bold;
}

#footer_navi ul.company{
    float:none;
	margin-right:0px;
	padding-bottom:10px;
}

#footer_navi ul.cartridge{
	padding-bottom:10px;
}

#footer_navi ul.contact{
    float:none;
	margin-right:0px;
	width:89px;
}

#footer_navi ul li.top{
	text-indent:-9999px;
	height:13px;
	margin-bottom:15px;
}

#footer_navi ul li.top a{
	display:block;
	height:13px;
}

#footer_navi .home .top{ margin-bottom:0px;}

#footer_navi .home .top a{ background:url(../images_common/footernavi_home.gif) no-repeat; width:113px; display:block; text-indent:-9999px; margin-bottom:0px;}
#footer_navi .papercore .top a{ background:url(../images_common/footernavi_papercore.gif) no-repeat; width:113px; display:block; text-indent:-9999px; margin-bottom:10px;}
#footer_navi ul.packing li.top a{ background:url(../images_common/footernavi_packing.gif) no-repeat; width:79px;}
#footer_navi ul.precision li.top a{ background:url(../images_common/footernavi_precision.gif) no-repeat; width:135px;}
#footer_navi ul.cartridge li.top a{ background:url(../images_common/footernavi_cartridge.gif) no-repeat; width:79px;}
#footer_navi ul.other li.top a{ background:url(../images_common/footernavi_other.gif) no-repeat; width:78px;}
#footer_navi ul.company li.top a{ background:url(../images_common/footernavi_company.gif) no-repeat; width:114px;}
#footer_navi ul.contact li.top a{ background:url(../images_common/footernavi_contact.gif) no-repeat; width:89px;}
#footer_navi ul.contact li.news a{ background:url(../images_common/footernavi_news.gif) no-repeat; width:62px;}

#footer_navi .papercore,
#footer_navi .papercore .feature,
#footer_navi .papercore .lineup {
	float:left;
}

#footer_navi .footer_navi_cartridge {
	width:123px;
	float:left;
	margin-right:40px;
}

#footer_navi .footer_navi_lastchild {
	width:120px;
	float:left;
}

#footer_navi .heading {
	font-size: 85%;
}

#footer_navi .papercore {
	margin-right:35px;
}

#footer_navi .papercore li {

}

#footer_navi .papercore .heading {
	margin-left:0;
    border-right: 1px solid #b28545;
    padding-right: 20px;
}

}

#footer_navi .papercore .feature {
	width:124px;
	margin-right:20px;
}

#footer_navi .papercore .lineup {
    width: 100px;
	margin-right:0;
}

#footer_navi .heading a{
	font-size:100%;
	font-weight:normal;
}


#footer_navi ul .heading ul {
	margin:0;
	padding:10px 0 0px;
	float:none;
    border-bottom: solid 1px #b28545;
    padding-bottom: 10px;
}

#footer_navi ul .heading li {
  margin-left:1em;
}

#footer_navi ul .heading a.bold {
	font-weight:bold;
	}

#footer_navi ul.cartridge li {

}

#footer_navi ul.cartridge li.top {
	margin-left:0;
}

#footer_navi ul.cartridge li.heading {
	margin-left:0;
}

/* footer_utiliy
------------------------------------------------- */
#footer_utiliy {
	background:url(../images_common/footer_img.gif) no-repeat bottom;
 }
 
#utiliy_inner {
	width:980px;
	margin:0 auto;
	padding:11px 0 15px;
 }
 
#utiliy_inner .address {
	width:500px;
	float:left;
}

#utiliy_inner .address .logo{ float:left; margin-right:13px; padding-bottom:8px;}
#utiliy_inner .address .copy{ float:left; padding:9px 0 4px;}
#utiliy_inner .address p{ font-size:85%;} 

#utiliy_inner .copyright {
	width:343px;
	float:right;
}

#utiliy_inner .copyright ul li{
	height:13px;
	text-indent:-9999px;
	padding-top:6px;
}

#utiliy_inner .copyright ul li a{
	height:13px;
	display:block;
}

#utiliy_inner .copyright ul li.privacy{ width:172px;float:left;}
#utiliy_inner .copyright ul li.sitepolicy{ width:153px;float:right;}

#utiliy_inner .copyright ul li.privacy a{ background:url(../images_common/footernavi_privacy.gif) no-repeat;}
#utiliy_inner .copyright ul li.sitepolicy a{ background:url(../images_common/footernavi_sitepolicy.gif) no-repeat;}

#utiliy_inner .copyright p{
	background:url(../images_common/copyright.gif) no-repeat;
	text-indent:-9999px;
	margin-top:15px;
	width:286px;
	height:11px;
	float:right;
}

/* h1
------------------------------------------------- */
.footer_field {
    width:980px;
	margin:0 auto;
}

h1{
	font-size: 85%;
	text-align: left;
	padding:5px 0;
	width: 980px;
}

/* footer_field_inner
------------------------------------------------- */

.footer_field .footer_field_inner {
	text-align:center;
	position:absolute;
    z-index: 90;
    bottom: -12px;
	color: #b4b4b4;
}

.footer_field .footer_field_inner .position {
	position:absolute;
	text-align:left;
	padding-bottom:10px;
}

.footer_field .footer_field_inner .position ul {
	bottom:10px;
	line-height:1.4;
	width:980px;
}

.footer_field .footer_field_inner .position li {
	font-size:80%;
	display:inline;
	line-height:1.4;
	_line-height:1.7;
	margin-right:18px;
	_margin-right:10px;
}

.footer_field .footer_field_inner li { line-height/*\**/: 1.7\9; }/* IE7,8 */

.footer_field .footer_field_inner li a {
	color:#b4b4b4;
	white-space:nowrap;	
}

li.adress {
    list-style-type: none;
    font-size: 17px;
}

.link_link {
    position: absolute;
    right: 262px;
    bottom: 215px;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}

ul#menu{
    margin:10px auto; 
}

ul#menu li{
    width: 185px;
    height: 48px;
    list-style: none;
    text-align: center;
    margin-left: 40px;
    font-size: 17px;
}

ul#menu li a{
    display:block;
    width:178px;
    height:100%;
    line-height:48px;
    color:#fff;
    text-decoration:none;
}

ul#sub li{
   float:none;
   background: rgba(178,133,69,0.8);
    margin-left: -40px;}
   


 .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .5s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }