@charset "UTF-8";
/* line 3, app.sass */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, app.sass */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, app.sass */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 14, app.sass */
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: white;
}

/* line 21, app.sass */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 29, app.sass */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 33, app.sass */
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 38, app.sass */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 43, app.sass */
figure {
  margin: 0;
}

/* line 46, app.sass */
img {
  vertical-align: middle;
}

/* line 49, app.sass */
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 54, app.sass */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  margin:0;
}

/* line 95, app.sass */
.text-left {
  text-align: left;
}

/* line 98, app.sass */
.text-right {
  text-align: right;
}

/* line 101, app.sass */
.text-center {
  text-align: center;
}

/* line 104, app.sass */
.text-justify {
  text-align: justify;
}

/* line 107, app.sass */
.float-left {
  display: inline;
  float: left;
}

/* line 110, app.sass */
.float-right {
  display: inline;
  float: right;
}

/* line 113, app.sass */
.fluid {
  width: 100%;
  height: auto;
}

/* line 119, app.sass */
html, body {
  height: 100%;
}

@media only screen and (max-height: 480px) {
  /* line 123, app.sass */
  html {
    height: 480px;
  }
}
@media only screen and (min-height: 481px) {
  /* line 127, app.sass */
  html {
    height: 568px;
  }
}
@media only screen and (min-height: 568px) {
  /* line 131, app.sass */
  html {
    height: 100%;
  }
}
/* line 135, app.sass */
.view-container {
  position: relative;
  height: 100%;
}

@-webkit-keyframes slideUp {
  /* line 145, app.sass */
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 147, app.sass */
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideUp {
  /* line 145, app.sass */
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 147, app.sass */
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes slideDown {
  /* line 151, app.sass */
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 153, app.sass */
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideDown {
  /* line 151, app.sass */
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 153, app.sass */
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes fadeOut {
  /* line 157, app.sass */
  from {
    opacity: 1;
  }

  /* line 159, app.sass */
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  /* line 157, app.sass */
  from {
    opacity: 1;
  }

  /* line 159, app.sass */
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  /* line 163, app.sass */
  from {
    opacity: 0;
  }

  /* line 165, app.sass */
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  /* line 163, app.sass */
  from {
    opacity: 0;
  }

  /* line 165, app.sass */
  to {
    opacity: 1;
  }
}

/* line 170, app.sass */
.view-animate.ng-enter, .view-animate.ng-leave {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 183, app.sass */
.slideUp .view-animate.ng-enter {
  -webkit-animation: slideUp 0.5s;
  animation: slideUp 0.5s;
  z-index: 10;
  top: 100%;
}
/* line 188, app.sass */
.slideUp .view-animate.ng-leave {
  z-indx: 1;
  -webkit-animation: fadeOut 0.4s;
  animation: fadeOut 0.4s;
}

/* line 198, app.sass */
.slideDown .view-animate.ng-leave {
  -webkit-animation: slideDown 0.5s;
  animation: slideDown 0.5s;
  top: 0%;
  z-index: 20;
}

/* line 205, app.sass */
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
}

@media (min-width: 768px) {
  /* line 213, app.sass */
  .container {
    width: 750px;
  }
}
/* line 216, app.sass */
.row {
  margin-right: -10px;
  margin-left: -10px;
}

/* line 3, _main.sass */
.main-page {
  height: 100%;
}
/* line 5, _main.sass */
.main-page header {
  overflow: hidden;
  *zoom: 1;
  padding-top: 20px;
  padding-bottom: 10px;
}
/* line 10, _main.sass */
.main-page .logo {
  width: 33.59375%;
  display: inline;
  float: left;
}
/* line 14, _main.sass */
.main-page .btn-info {
  width: 7.5%;
  display: inline;
  float: right;
}
/* line 18, _main.sass */
.main-page .title-logo-ribbon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#282828));
  background-image: -webkit-linear-gradient(top, #434343, #282828);
  background-image: linear-gradient(top, #434343, #282828);
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 8px;
  color: white;
}
/* line 27, _main.sass */
.main-page .title-logo-ribbon h1 {
  display: block;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 35, _main.sass */
.main-page .search-box-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 41, _main.sass */
.main-page .page-body {
  margin-left: -10px;
  margin-right: -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cadbed), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #cadbed, #ffffff);
  background-image: linear-gradient(top, #cadbed, #ffffff);
}
/* line 47, _main.sass */
.main-page .page-inner {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 52, _main.sass */
.main-page .page-nav {
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  *zoom: 1;
}
/* line 62, _main.sass */
.main-page .nav-column {
  width: 48.2142857143%;
}
/* line 65, _main.sass */
.main-page .nav-item {
  display: block;
  -webkit-box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.25);
}
/* line 69, _main.sass */
.main-page .nav-trouble {
  margin-top: 10px;
}
/* line 72, _main.sass */
.main-page .nav-picture {
  margin-top: 10px;
}
/* line 75, _main.sass */
.main-page .nav-index {
  margin-top: 10px;
}
/* line 79, _main.sass */
.main-page .footer-hero {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

/* line 10, _icon.sass */
.icon-info {
  display: block;
  background-image: url('../images/sprites-saba1b41dc3.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: 0 -183.5px;
  -webkit-background-size: 34px auto;
  background-size: 34px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 14, _icon.sass */
.icon-close {
  display: block;
  background-image: url('../images/sprites-saba1b41dc3.png');
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  background-position: 0 0;
  -webkit-background-size: 34px auto;
  background-size: 34px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 18, _icon.sass */
.icon-search {
  display: block;
  background-image: url('../images/sprites-saba1b41dc3.png');
  background-repeat: no-repeat;
  width: 24.5px;
  height: 24px;
  background-position: 0 -154.5px;
  -webkit-background-size: 34px auto;
  background-size: 34px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 22, _icon.sass */
.icon-home {
  display: block;
  background-image: url('../images/sprites-saba1b41dc3.png');
  background-repeat: no-repeat;
  width: 26px;
  height: 23.5px;
  background-position: 0 -212.5px;
  -webkit-background-size: 34px auto;
  background-size: 34px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 29, _icon.sass */
.icon-nav-search {
  display: block;
  background-image: url('../images/sprites-saba1b41dc3.png');
  background-repeat: no-repeat;
  width: 34px;
  height: 34.5px;
  background-position: 0 -115px;
  -webkit-background-size: 34px auto;
  background-size: 34px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 29, _icon.sass */
.icon-nav-prev {
  display: block;
  background-image: url('../images/sprites-saba1b41dc3.png');
  background-repeat: no-repeat;
  width: 34px;
  height: 34.5px;
  background-position: 0 -36px;
  -webkit-background-size: 34px auto;
  background-size: 34px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 29, _icon.sass */
.icon-nav-next {
  display: block;
  background-image: url('../images/sprites-saba1b41dc3.png');
  background-repeat: no-repeat;
  width: 34px;
  height: 34.5px;
  background-position: 0 -75.5px;
  -webkit-background-size: 34px auto;
  background-size: 34px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 3, _search.sass */
.search-page {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 7, _search.sass */
.search-page .header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#3e3e3e));
  background-image: -webkit-linear-gradient(top, #666666, #3e3e3e);
  background-image: linear-gradient(top, #666666, #3e3e3e);
  padding-top: 10px;
  padding-bottom: 6px;
  color: white;
  position: relative;
}
/* line 14, _search.sass */
.search-page .page-title {
  background-image: url("../images/search/hl.png");
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  width: 214px;
  height: 22.5px;
  -webkit-background-size: 214px auto;
  background-size: 214px auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* line 22, _search.sass */
.search-page .icon-close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15.5px;
}
/* line 29, _search.sass */
.search-page .search-form {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d8d8d8));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #d8d8d8);
  background-image: linear-gradient(top, #f0f0f0, #d8d8d8);
  padding: 10px;
}
/* line 33, _search.sass */
.search-page .search-form .form-group {
  position: relative;
}
/* line 36, _search.sass */
.search-page .search-form input {
  border: 2px solid #999999;
  width: 100%;
  border-radius: 0;
  min-height: 44px;
  -webkit-box-shadow: inset 1px 0 0 #cccccc;
  box-shadow: inset 1px 0 0 #cccccc;
  text-indent: 3rem;
}
/* line 44, _search.sass */
.search-page .icon-search {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
}
/* line 52, _search.sass */
.search-page .results-list {
  font-size: 18px;
  list-style: none;
  color: black;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cccccc;
}
/* line 61, _search.sass */
.search-page .results-list li {
  padding: 10px 20px 14px;
  border-bottom: 1px solid #cccccc;
}
/* line 64, _search.sass */
.search-page .results-list li a {
  display: block;
  width: 100%;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 72, _search.sass */
.search-page .results-list li a:hover {
  text-decoration: none;
}

