@charset "UTF-8";
/* Body */
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, white 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/* Util */
a.noline {
  text-decoration: none; }

a .iconmini {
  font-size: 0.5em;
  vertical-align: baseline;
  margin-right: 3px;
  margin-bottom: 2px; }

.rotate {
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite; }

.rotate_stop {
  -webkit-animation: spin 0.5s ease-out 1;
  animation: spin 0.5s ease-out 1; }

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

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

.rotate_r {
  -webkit-animation: spin_r 0.5s linear infinite;
  animation: spin_r 0.5s linear infinite; }

.rotate_r_stop {
  -webkit-animation: spin_r 0.5s ease-out 1;
  animation: spin_r 0.5s ease-out 1; }

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

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

/* Header */
#header {
  background: #2258A7;
  color: #fff; }
  #header .container {
    background: url("../../images/bg_header.png");
    background-repeat: no-repeat;
    min-height: 105px; }
    #header .container h1 {
      background: url("../../images/bg_header_sitename.png");
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: 10% center;
      font-size: 30px; }
      #header .container h1 a {
        text-decoration: none;
        display: block; }
    #header .container .title, #header .container .subtitle {
      font-family: "メイリオ", "Meiryo", sans-serif;
      font-weight: bolder; }
    #header .container .header-search {
      float: right; }
      #header .container .header-search .btn {
        border-color: #a6c4de; }
    @media (min-width: 768px) {
      #header .container .header-search {
        margin-top: 10px; } }

/* Global Menu */
#global-menu {
  overflow: hidden;
  padding: 0;
  background: #001047;
  color: #fff;
  font-weight: bolder;
  font-size: 0.9em; }
  #global-menu .navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 1px solid transparent; }
    #global-menu .navbar .navbar-brand, #global-menu .navbar .navbar-nav > li > a {
      color: #fff;
      text-shadow: none; }
    #global-menu .navbar .title, #global-menu .navbar .subtitle {
      font-family: "メイリオ", "Meiryo", sans-serif;
      font-weight: bolder; }
    #global-menu .navbar .navbar-toggle {
      background-color: #fcfcfc;
      padding: 5px 6px;
      margin-top: 12px; }
      #global-menu .navbar .navbar-toggle .icon-bar {
        background-color: #2258A7;
        width: 18px; }
    #global-menu .navbar .navbar-toggle.search {
      padding: 3px 8px;
      margin-right: 7px;
      background-color: #fcfcfc;
      color: #2258A7; }
    #global-menu .navbar .navbar-collapse {
      border-top: none;
      box-shadow: none; }
    #global-menu .navbar .nav > li > a:focus, #global-menu .navbar .nav > li > a:hover {
      background-color: inherit; }
    #global-menu .navbar input {
      font-weight: normal; }
  #global-menu ul {
    margin: 0;
    padding: 0; }
  #global-menu ul li {
    float: left;
    display: block;
    background: none;
    list-style-type: none;
    transition: background-color 0.2s ease; }
  #global-menu ul li:hover {
    background: #19A4AA; }
  #global-menu ul li.nolink {
    background: none;
    color: #bac4ef;
    padding: 9px 10px; }
  #global-menu ul li.nolink:hover {
    background: none; }
  @media (min-width: 768px) {
    #global-menu ul li.nolink {
      background: #666;
      color: #fff; }
    #global-menu ul li.nolink:hover {
      background: #666; } }
  #global-menu ul li a {
    display: block;
    padding: 8px 0;
    color: #fff; }
  #global-menu ul li span {
    display: block; }
  #global-menu ul li.active a {
    color: #222; }
  #global-menu ul li a span {
    padding: 0 15px;
    display: block;
    width: 100%;
    border-right: 1px solid #fff; }
  @media (min-width: 768px) {
    #global-menu ul li a span {
      padding: 0 20px; } }

/* Contents */
#contents {
  /* Align boxes height*/
  /* Category list */
  /* Article list */
  /* Search result, list */
  /* event list */
  /* event calendar */
  /* Single article */
  /* Clipping media */ }
  #contents .container {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 50px;
    min-height: 500px;
    /*
        box-shadow:rgba(198, 198, 198, 0.3) 0px 0px 3px 2px;
        -webkit-box-shadow:rgba(198, 198, 198, 0.3) 0px 0px 3px 2px;
        -moz-box-shadow:rgba(198, 198, 198, 0.3) 0px 0px 3px 2px;
	    border: 1px solid #fff;
	    border-top: none;
	    border-bottom: none;
	    */ }
  #contents h2 {
    background: #001047;
    border-left: 8px solid #2258A7;
    padding: 10px;
    font-size: 1.1em;
    font-weight: bolder;
    color: #fff;
    position: relative; }
  #contents #main_section section:first-child h2
, #contents #main_section article:first-child h2 {
    margin-top: 10px; }
  #contents #side_section {
    margin-top: 10px; }
  #contents h2 img.banner {
    position: absolute;
    right: 0;
    top: 3px; }
  #contents h2 .label-pre {
    margin-right: 20px; }
  #contents h3 {
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: bolder; }
  #contents h4 {
    font-size: 1.1em;
    font-weight: bolder; }
  #contents .row {
    margin-right: -8px;
    margin-left: -8px; }
  #contents .col-lg-1, #contents .col-lg-10, #contents .col-lg-11, #contents .col-lg-12, #contents .col-lg-2, #contents .col-lg-3, #contents .col-lg-4, #contents .col-lg-5, #contents .col-lg-6, #contents .col-lg-7, #contents .col-lg-8, #contents .col-lg-9, #contents .col-md-1, #contents .col-md-10, #contents .col-md-11, #contents .col-md-12, #contents .col-md-2, #contents .col-md-3, #contents .col-md-4, #contents .col-md-5, #contents .col-md-6, #contents .col-md-7, #contents .col-md-8, #contents .col-md-9, #contents .col-sm-1, #contents .col-sm-10, #contents .col-sm-11, #contents .col-sm-12, #contents .col-sm-2, #contents .col-sm-3, #contents .col-sm-4, #contents .col-sm-5, #contents .col-sm-6, #contents .col-sm-7, #contents .col-sm-8, #contents .col-sm-9, #contents .col-xs-1, #contents .col-xs-10, #contents .col-xs-11, #contents .col-xs-12, #contents .col-xs-2, #contents .col-xs-3, #contents .col-xs-4, #contents .col-xs-5, #contents .col-xs-6, #contents .col-xs-7, #contents .col-xs-8, #contents .col-xs-9 {
    padding-right: 8px;
    padding-left: 8px; }
  #contents .align-height .thumbnail .caption {
    position: relative; }
  #contents .align-height .thumbnail .caption .title {
    display: block;
    height: 50px;
    overflow: hidden; }
  #contents .align-height .thumbnail .caption .text {
    display: block;
    height: 80px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 0.9em; }
  #contents .gradientback:before {
    content: '　';
    position: absolute;
    margin-top: 50px;
    left: 0px;
    width: 100%;
    height: 20px;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(200, 200, 200, 0) 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccccc', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }
  #contents #category_list .caption a.text {
    display: block;
    height: 80px; }
  @media (min-width: 768px) {
    #contents #category_list .caption a.text {
      display: block;
      height: 60px; } }
  #contents #results section {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px; }
  #contents .article_list {
    white-space: nowrap; }
    #contents .article_list .date {
      float: left;
      width: 120px;
      display: inline-block; }
    #contents .article_list .title {
      padding: 2px;
      margin: 0 0 0 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #contents .article_list .text {
      clear: both;
      display: block;
      margin-left: 5%; }
  #contents .event_list h2 {
    background: #2e75b6;
    border: none;
    margin-bottom: 0; }
    #contents .event_list h2 a {
      display: none;
      color: #fff;
      font-weight: normal;
      font-size: 1.2rem; }
  #contents .event_list h3 {
    background: #deebf7;
    margin-top: 0;
    padding: 5px 10px; }
    #contents .event_list h3 a {
      display: none;
      font-weight: normal;
      font-size: 1.2rem; }
  #contents .event_list .month_events {
    padding-left: 30px;
    margin-bottom: 10px; }
    #contents .event_list .month_events div .event_list_item {
      border-bottom: 1px solid #ccc;
      padding: 5px 0;
      overflow: hidden; }
  #contents .event_list .cat_color {
    font-size: 1.8em;
    line-height: 0.75em;
    float: left; }
  #contents .event_list .date {
    float: left;
    margin-left: 10px; }
  #contents .event_list .title {
    float: left;
    padding: 2px;
    margin: 0 0 0 13px; }
  #contents .event_list .text {
    clear: both;
    display: block;
    margin-left: 5%; }
  #contents #side_section .event_list h2 a {
    display: inline; }
  #contents #side_section .event_list h3 a {
    display: inline; }
  #contents #side_section .event_list .month_events {
    padding-left: 0; }
  #contents dl.cat2_colors_legend {
    display: inline-block;
    margin-left: 30px;
    padding: 15px;
    background: #f3f3f3;
    overflow: hidden;
    border-radius: 2px; }
    #contents dl.cat2_colors_legend dt {
      clear: both;
      float: left;
      font-size: 1.8em;
      line-height: 0.75em;
      padding-right: 15px; }
    #contents dl.cat2_colors_legend dd {
      float: left; }
  #contents .event_calendar_wrapper {
    margin-top: 20px; }
  #contents .event_calendar_nav {
    position: absolute;
    margin-top: -10px; }
  #contents #event_calendar {
    margin-top: 20px; }
    #contents #event_calendar h2 {
      background: 0;
      border: 0;
      color: inherit;
      padding: 0; }
    #contents #event_calendar .fc-event-container {
      cursor: pointer; }
    #contents #event_calendar .fc-day-header {
      background: #f3f3f3; }
    #contents #event_calendar .fc-content .fc-time {
      display: none; }
  #contents .article {
    /* Header slider animation */
    /* Article contents */ }
    #contents .article .article-head {
      position: relative;
      overflow: hidden;
      margin-top: 30px;
      margin-bottom: 30px;
      /* Header slider */
      /* Header gear icon */ }
      #contents .article .article-head .slider {
        background: #e6e6e6;
        opacity: 0;
        width: 150%;
        transition: opacity 3s ease, width 1s ease;
        padding: 10px 50px;
        margin-left: -100%;
        padding-left: 105%; }
      #contents .article .article-head h3.article-name {
        font-size: 1.5em;
        border: none;
        margin-bottom: 30px;
        color: #111;
        opacity: 0;
        margin-left: -60px;
        transition: opacity 1s ease, margin 1s ease; }
      #contents .article .article-head .gear1 {
        position: absolute;
        opacity: 0.2;
        width: 150px;
        right: 125px;
        top: 18px; }
      #contents .article .article-head .gear2 {
        position: absolute;
        opacity: 0.2;
        width: 150px;
        right: 0px;
        top: -40px; }
      #contents .article .article-head .media {
        border: none; }
    #contents .article .article-head.news {
      margin-top: 10px;
      margin-bottom: 10px; }
      #contents .article .article-head.news h3.article-name {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 20px; }
    #contents .article .article-head .slider.onload {
      opacity: 1;
      width: 200%; }
    #contents .article .article-head h3.article-name {
      opacity: 1;
      margin-left: 0; }
    #contents .article .article-image {
      opacity: 0;
      transition: opacity 3s ease; }
    #contents .article .article-image.onload {
      opacity: 1; }
    #contents .article .article-info .date {
      background: #21C1EC;
      color: #fff;
      text-align: center;
      font-family: "Play", sans-serif;
      font-size: 1.1em; }
    #contents .article .article-main {
      line-height: 1.75em;
      letter-spacing: 0.1em; }
      #contents .article .article-main .panel-heading {
        background: #fff;
        border-bottom: none; }
        #contents .article .article-main .panel-heading h4 {
          border-bottom: 2px solid #0f9d58;
          padding: 0 15px 15px 15px; }
      #contents .article .article-main .panel.overview .panel-heading h4, #contents .article .article-main .panel.detail .panel-heading h4, #contents .article .article-main .panel.result .panel-heading h4 {
        font-size: 2.0em;
        color: #444;
        font-weight: normal; }
      #contents .article .article-main .panel.url .panel-heading, #contents .article .article-main .panel.contact .panel-heading {
        background: #e8edef; }
        #contents .article .article-main .panel.url .panel-heading h4, #contents .article .article-main .panel.contact .panel-heading h4 {
          border-bottom: none;
          padding: 0; }
      #contents .article .article-main .panel.org .panel-heading {
        background: #f0f3e6; }
        #contents .article .article-main .panel.org .panel-heading h4 {
          border-bottom: none;
          padding: 0; }
      #contents .article .article-main .panel-body {
        border: 1px solid #f0f0f0;
        border-top: none; }
  #contents .media .media-wrapper {
    padding: 4px; }
    #contents .media .media-wrapper .caption {
      border-top: 1px solid #eee;
      margin-top: 20px;
      width: 220px; }
  #contents .media .media-clip {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden; }
  #contents .media .media-clip.large {
    height: 200px; }
  #contents .media .media-clip.small {
    height: 100px; }
  #contents .media .media-left .media-clip {
    min-width: 220px; }
  #contents .media .media-object {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  #contents .media .media-body {
    padding: 7px 10px; }
    #contents .media .media-body .text {
      height: 80px;
      overflow: hidden; }
      #contents .media .media-body .text a {
        color: #333; }

/* Search Options */
.search_options {
  margin-bottom: 40px; }
  .search_options .btn.toggle-trigger {
    margin-top: -12px;
    font-size: 0.8em;
    padding: 4px 8px; }
  .search_options .row .col {
    padding-top: 5px;
    border-top: 1px solid #ddd; }
  .search_options .row a {
    display: block;
    padding: 8px 25px; }
  .search_options .row a:hover {
    background: #f0f8ff; }
  .search_options .row a.active {
    background: #ccffcc; }
  .search_options .row a.norecord {
    color: #888; }
  .search_options .row.nowrap .col a {
    display: block;
    padding: 8px 10px;
    white-space: nowrap; }
  .search_options .row.nowrap .col a span {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; }
    .search_options .row.nowrap .col a span .count {
      width: 10%; }
  .search_options .row .subcat li {
    list-style-type: none; }
  .search_options .row .subcat a {
    padding: 2px 5px !important; }
  .search_options .row .subcat a.active {
    background: #ddffdd; }
  .search_options .breadcrumb {
    margin: 15px 10px;
    font-weight: bolder; }
  .search_options .breadcrumb > li {
    font-size: 1.2em; }
  .search_options .breadcrumb > li + li:before {
    color: #999;
    content: ">"; }
  .search_options .breadcrumb li:last-child a {
    color: #666;
    text-decoration: none;
    font-weight: normal; }

/* Static Page: about */
.page-about .text {
  padding: 0 20px;
  font-size: 1.1em;
  line-height: 1.6em; }

/* Static Page: faq */
.page-faq h3 {
  font-size: 1.2em !important;
  margin-bottom: 15px; }

.page-faq .qa_list {
  counter-reset: faq-counter; }

.page-faq .qa_list > li {
  list-style-type: none; }

.page-faq .qa_list > li:before {
  content: "Q" counter(faq-counter);
  counter-increment: faq-counter;
  display: inline-block;
  float: left;
  background: #2258A7;
  color: #fff;
  font-weight: bolder;
  font-size: 1.1em;
  text-align: center;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin-right: 15px; }

.page-faq .question {
  line-height: 30px;
  font-weight: bolder;
  border-bottom: 1px solid #ddd; }

.page-faq .answer {
  padding: 20px 30px; }

/* Static Page: kiyaku */
.page-kiyaku .text {
  padding: 0 20px;
  line-height: 1.8em; }

/* Static Page: privacy */
.page-privacy .text {
  padding: 0 20px; }

/* Footer */
#footer {
  height: 95px; }
  #footer ul {
    margin: 0;
    padding: 0; }
  #footer ul li {
    float: left;
    display: block;
    background: none;
    list-style-type: none;
    transition: background-color 0.2s ease; }
  #footer ul li:hover {
    background: #19A4AA; }
  #footer ul li a {
    display: block;
    padding: 8px 0;
    color: #fff; }
  #footer ul li span {
    display: block; }
  #footer ul li.active a {
    color: #222; }
  #footer ul li a span {
    padding: 0 15px;
    display: block;
    width: 100%;
    border-right: 1px solid #fff; }
  @media (min-width: 768px) {
    #footer ul li a span {
      padding: 0 30px; } }
  #footer .desc {
    font-weight: normal;
    padding-left: 28px; }
  #footer .copy {
    margin-top: 0;
    position: relative;
    text-align: center; }

/*# sourceMappingURL=site.css.map */
