@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* @group reset */
/* @end */
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "MS PGOTHIC", Arial, sans-serif; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  /*clear: both;*/ }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important; }

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g, .gnav-g ul, .life-index-g .list-g ul, .headlines-g .tab-swith-g ul, .menu-1-g .menu-g ul, .side-search-list-g ul, .emergency-link-g ul {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "MS PGOTHIC", Arial, sans-serif;
    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */
  display: -webkit-flex;
  display:flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g,
.gnav-g ul,
.life-index-g .list-g ul,
.headlines-g .tab-swith-g ul,
.menu-1-g .menu-g ul,
.side-search-list-g ul,
.emergency-link-g ul {
  word-spacing: -0.43em; }

.pure-u, .gnav-g li, .life-index-g .list-g li, .headlines-g .tab-swith-g li, .menu-1-g .menu-g li, .side-search-list-g li, .emergency-link-g li {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*="pure-u"], .gnav-g ul [class*="pure-u"], .life-index-g .list-g ul [class*="pure-u"], .headlines-g .tab-swith-g ul [class*="pure-u"], .menu-1-g .menu-g ul [class*="pure-u"], .side-search-list-g ul [class*="pure-u"], .emergency-link-g ul [class*="pure-u"] {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "MS PGOTHIC", Arial, sans-serif; }

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%; }

.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%; }

.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5000%;
  *width: 12.4690%; }

.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%; }

.pure-u-1-5 {
  width: 20%;
  *width: 19.9690%; }

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%; }

.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
  *width: 24.9690%; }

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%; }

.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%; }

.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5000%;
  *width: 37.4690%; }

.pure-u-2-5 {
  width: 40%;
  *width: 39.9690%; }

.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%; }

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%; }

.pure-u-1-2,
.pure-u-12-24 {
  width: 100%;
  /*width: 50%;
  *width: 49.9690%;*/ }

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%; }

.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%; }

.pure-u-3-5 {
  width: 60%;
  *width: 59.9690%; }

.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5000%;
  *width: 62.4690%; }

.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%; }

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%; }

.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
  *width: 74.9690%; }

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%; }

.pure-u-4-5 {
  width: 80%;
  *width: 79.9690%; }

.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%; }

.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5000%;
  *width: 87.4690%; }

.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%; }

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%; }

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%; }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media print, screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%; } }
@media print, screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-md-1-5 {
    width: 19.9%;
    *width: 19.9690%; }

  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-md-11-24 {
    width: 45.7%;
    *width: 45.8023%; }

  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-md-17-24 {
    width: 70.7%;
    *width: 70.8023%; }

  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 100%;
    /*width: 50%;
    *width: 49.9690%;*/ }

  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }










  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-lg-4-5 {
    width: 79.9%;
    *width: 79.9690%; }

  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%; } }
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5000%;
    *width: 12.4690%; }

  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.9690%; }

  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.9690%; }

  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5000%;
    *width: 37.4690%; }

  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.9690%; }

  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.9690%; }

  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.9690%; }

  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5000%;
    *width: 62.4690%; }

  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.9690%; }

  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.9690%; }

  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5000%;
    *width: 87.4690%; }

  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%; } }
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button, .calender-tool a,
.calender-tool input[type="submit"] {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pure-button::-moz-focus-inner, .calender-tool a::-moz-focus-inner,
.calender-tool input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pure-button, .calender-tool a,
.calender-tool input[type="submit"] {
  font-family: inherit;
  font-size: 100%;
  padding: .5em 1em;
  color: #444;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #999;
  border: 0 transparent;
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px; }

.pure-button-hover, .pure-button:hover, .calender-tool a:hover,
.calender-tool input[type="submit"]:hover, .pure-button:focus, .calender-tool a:focus,
.calender-tool input[type="submit"]:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1)); }

.pure-button:focus, .calender-tool a:focus,
.calender-tool input[type="submit"]:focus {
  outline: 0; }

.pure-button-active, .pure-button:active, .calender-tool a:active,
.calender-tool input[type="submit"]:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000 \9; }

.pure-button[disabled], .calender-tool a[disabled],
.calender-tool input[disabled][type="submit"], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
  border: 0;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  cursor: not-allowed;
  box-shadow: none; }

.pure-button-hidden {
  display: none; }

.pure-button::-moz-focus-inner, .calender-tool a::-moz-focus-inner,
.calender-tool input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
  background-color: #0078e7;
  color: #fff; }

/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-form input[type=text], .calender-tool form input[type=text], .pure-form input[type=password], .calender-tool form input[type=password], .pure-form input[type=email], .calender-tool form input[type=email], .pure-form input[type=url], .calender-tool form input[type=url], .pure-form input[type=date], .calender-tool form input[type=date], .pure-form input[type=month], .calender-tool form input[type=month], .pure-form input[type=time], .calender-tool form input[type=time], .pure-form input[type=datetime], .calender-tool form input[type=datetime], .pure-form input[type=datetime-local], .calender-tool form input[type=datetime-local], .pure-form input[type=week], .calender-tool form input[type=week], .pure-form input[type=number], .calender-tool form input[type=number], .pure-form input[type=search], .calender-tool form input[type=search], .pure-form input[type=tel], .calender-tool form input[type=tel], .pure-form input[type=color], .calender-tool form input[type=color], .pure-form select, .calender-tool form select, .pure-form textarea, .calender-tool form textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pure-form input:not([type]), .calender-tool form input:not([type]) {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pure-form input[type=color], .calender-tool form input[type=color] {
  padding: .2em .5em; }

.pure-form input[type=text]:focus, .calender-tool form input[type=text]:focus, .pure-form input[type=password]:focus, .calender-tool form input[type=password]:focus, .pure-form input[type=email]:focus, .calender-tool form input[type=email]:focus, .pure-form input[type=url]:focus, .calender-tool form input[type=url]:focus, .pure-form input[type=date]:focus, .calender-tool form input[type=date]:focus, .pure-form input[type=month]:focus, .calender-tool form input[type=month]:focus, .pure-form input[type=time]:focus, .calender-tool form input[type=time]:focus, .pure-form input[type=datetime]:focus, .calender-tool form input[type=datetime]:focus, .pure-form input[type=datetime-local]:focus, .calender-tool form input[type=datetime-local]:focus, .pure-form input[type=week]:focus, .calender-tool form input[type=week]:focus, .pure-form input[type=number]:focus, .calender-tool form input[type=number]:focus, .pure-form input[type=search]:focus, .calender-tool form input[type=search]:focus, .pure-form input[type=tel]:focus, .calender-tool form input[type=tel]:focus, .pure-form input[type=color]:focus, .calender-tool form input[type=color]:focus, .pure-form select:focus, .calender-tool form select:focus, .pure-form textarea:focus, .calender-tool form textarea:focus {
  outline: 0;
  border-color: #129FEA; }

.pure-form input:not([type]):focus, .calender-tool form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA; }

.pure-form input[type=file]:focus, .calender-tool form input[type=file]:focus, .pure-form input[type=radio]:focus, .calender-tool form input[type=radio]:focus, .pure-form input[type=checkbox]:focus, .calender-tool form input[type=checkbox]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA; }

.pure-form .pure-checkbox, .calender-tool form .pure-checkbox, .pure-form .pure-radio, .calender-tool form .pure-radio {
  margin: .5em 0;
  display: block; }

.pure-form input[type=text][disabled], .calender-tool form input[type=text][disabled], .pure-form input[type=password][disabled], .calender-tool form input[type=password][disabled], .pure-form input[type=email][disabled], .calender-tool form input[type=email][disabled], .pure-form input[type=url][disabled], .calender-tool form input[type=url][disabled], .pure-form input[type=date][disabled], .calender-tool form input[type=date][disabled], .pure-form input[type=month][disabled], .calender-tool form input[type=month][disabled], .pure-form input[type=time][disabled], .calender-tool form input[type=time][disabled], .pure-form input[type=datetime][disabled], .calender-tool form input[type=datetime][disabled], .pure-form input[type=datetime-local][disabled], .calender-tool form input[type=datetime-local][disabled], .pure-form input[type=week][disabled], .calender-tool form input[type=week][disabled], .pure-form input[type=number][disabled], .calender-tool form input[type=number][disabled], .pure-form input[type=search][disabled], .calender-tool form input[type=search][disabled], .pure-form input[type=tel][disabled], .calender-tool form input[type=tel][disabled], .pure-form input[type=color][disabled], .calender-tool form input[type=color][disabled], .pure-form select[disabled], .calender-tool form select[disabled], .pure-form textarea[disabled], .calender-tool form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input:not([type])[disabled], .calender-tool form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input[readonly], .calender-tool form input[readonly], .pure-form select[readonly], .calender-tool form select[readonly], .pure-form textarea[readonly], .calender-tool form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc; }

.pure-form input:focus:invalid, .calender-tool form input:focus:invalid, .pure-form textarea:focus:invalid, .calender-tool form textarea:focus:invalid, .pure-form select:focus:invalid, .calender-tool form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d; }

.pure-form input[type=file]:focus:invalid:focus, .calender-tool form input[type=file]:focus:invalid:focus, .pure-form input[type=radio]:focus:invalid:focus, .calender-tool form input[type=radio]:focus:invalid:focus, .pure-form input[type=checkbox]:focus:invalid:focus, .calender-tool form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d; }

.pure-form select, .calender-tool form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff; }

.pure-form select[multiple], .calender-tool form select[multiple] {
  height: auto; }

.pure-form label, .calender-tool form label {
  margin: .5em 0 .2em; }

.pure-form fieldset, .calender-tool form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0; }

.pure-form legend, .calender-tool form legend {
  display: block;
  width: 100%;
  padding: .3em 0;
  margin-bottom: .3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.pure-form-stacked input[type=text], .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
  display: block;
  margin: .25em 0; }

.pure-form-stacked input:not([type]) {
  display: block;
  margin: .25em 0; }

.pure-form-aligned input, .pure-form-aligned textarea, .pure-form-aligned select, .pure-form-aligned .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.pure-form-aligned textarea {
  vertical-align: top; }

.pure-form-aligned .pure-control-group {
  margin-bottom: .5em; }

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0; }

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em; }

.pure-form input.pure-input-rounded, .calender-tool form input.pure-input-rounded, .pure-form .pure-input-rounded, .calender-tool form .pure-input-rounded {
  border-radius: 2em;
  padding: .5em 1em; }

.pure-form .pure-group fieldset, .calender-tool form .pure-group fieldset {
  margin-bottom: 10px; }

.pure-form .pure-group input, .calender-tool form .pure-group input, .pure-form .pure-group textarea, .calender-tool form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px; }

.pure-form .pure-group input:focus, .calender-tool form .pure-group input:focus, .pure-form .pure-group textarea:focus, .calender-tool form .pure-group textarea:focus {
  z-index: 3; }

.pure-form .pure-group input:first-child, .calender-tool form .pure-group input:first-child, .pure-form .pure-group textarea:first-child, .calender-tool form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0; }

.pure-form .pure-group input:first-child:last-child, .calender-tool form .pure-group input:first-child:last-child, .pure-form .pure-group textarea:first-child:last-child, .calender-tool form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0; }

.pure-form .pure-group input:last-child, .calender-tool form .pure-group input:last-child, .pure-form .pure-group textarea:last-child, .calender-tool form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0; }

.pure-form .pure-group button, .calender-tool form .pure-group button {
  margin: .35em 0; }

.pure-form .pure-input-1, .calender-tool form .pure-input-1 {
  width: 100%; }

.pure-form .pure-input-2-3, .calender-tool form .pure-input-2-3 {
  width: 66%; }

.pure-form .pure-input-1-2, .calender-tool form .pure-input-1-2 {
  width: 50%; }

.pure-form .pure-input-1-3, .calender-tool form .pure-input-1-3 {
  width: 33%; }

.pure-form .pure-input-1-4, .calender-tool form .pure-input-1-4 {
  width: 25%; }

.pure-form .pure-help-inline, .calender-tool form .pure-help-inline, .pure-form-message-inline {
  display: inline-block;
  padding-left: .3em;
  color: #666;
  vertical-align: middle;
  font-size: .875em; }

.pure-form-message {
  display: block;
  color: #666;
  font-size: .875em; }

@media only screen and (max-width: 480px) {
  .pure-form button[type=submit], .calender-tool form button[type=submit] {
    margin: .7em 0 0; }

  .pure-form input:not([type]), .calender-tool form input:not([type]), .pure-form input[type=text], .calender-tool form input[type=text], .pure-form input[type=password], .calender-tool form input[type=password], .pure-form input[type=email], .calender-tool form input[type=email], .pure-form input[type=url], .calender-tool form input[type=url], .pure-form input[type=date], .calender-tool form input[type=date], .pure-form input[type=month], .calender-tool form input[type=month], .pure-form input[type=time], .calender-tool form input[type=time], .pure-form input[type=datetime], .calender-tool form input[type=datetime], .pure-form input[type=datetime-local], .calender-tool form input[type=datetime-local], .pure-form input[type=week], .calender-tool form input[type=week], .pure-form input[type=number], .calender-tool form input[type=number], .pure-form input[type=search], .calender-tool form input[type=search], .pure-form input[type=tel], .calender-tool form input[type=tel], .pure-form input[type=color], .calender-tool form input[type=color], .pure-form label, .calender-tool form label {
    margin-bottom: .3em;
    display: block; }

  .pure-group input:not([type]), .pure-group input[type=text], .pure-group input[type=password], .pure-group input[type=email], .pure-group input[type=url], .pure-group input[type=date], .pure-group input[type=month], .pure-group input[type=time], .pure-group input[type=datetime], .pure-group input[type=datetime-local], .pure-group input[type=week], .pure-group input[type=number], .pure-group input[type=search], .pure-group input[type=tel], .pure-group input[type=color] {
    margin-bottom: 0; }

  .pure-form-aligned .pure-control-group label {
    margin-bottom: .3em;
    text-align: left;
    display: block;
    width: 100%; }

  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0; }

  .pure-form .pure-help-inline, .calender-tool form .pure-help-inline, .pure-form-message-inline, .pure-form-message {
    display: block;
    font-size: .75em;
    padding: .2em 0 .8em; } }
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb; }

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial,sans-serif;
  padding: 1em 0;
  text-align: center; }

.pure-table td, .pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: .5em 1em; }

.pure-table td:first-child, .pure-table th:first-child {
  border-left-width: 0; }

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

.pure-table td {
  background-color: transparent; }

.pure-table-odd td {
  background-color: #f2f2f2; }

.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2; }

.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb; }

.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0; }

.pure-table-horizontal td, .pure-table-horizontal th {
  border-width: 0 0 1px;
  border-bottom: 1px solid #cbcbcb; }

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0; }

/*!
 *  Font Awesome 4.2.0 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("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }*/
/**/
.clearfix, .headlines-g .tabc-u {
  *zoom: 1; }
  .clearfix:after, .headlines-g .tabc-u:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.hide {
  left: -14400px;
  position: absolute;
  text-align: left;
  top: -14400px; }

a {
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.link-def, a {
  color: #0000cc; }
  .link-def:hover, a:hover {
    color: #0000fa; }
  .link-def:visited, a:visited {
    color: #6600cc; }

.link-alt, .nav-1-list a, .site-search-g .search-kakari a, .footer-g .banner-g .link-about a, .facebook-g h2 a, .sm-link-box h2 a, .sm-link-box h3 a, .sm-link-box h4 a, .subsite-header .subsite-name {
  text-decoration: none; }
  .link-alt:hover, .nav-1-list a:hover, .site-search-g .search-kakari a:hover, .footer-g .banner-g .link-about a:hover, .facebook-g h2 a:hover, .sm-link-box h2 a:hover, .sm-link-box h3 a:hover, .sm-link-box h4 a:hover, .subsite-header .subsite-name:hover {
    text-decoration: underline; }

.link-noline, .util-sw-g a, .life-index-g .list-g a, .search-g a, .headlines-g .tab-swith-g a, .side-search-list-g a {
  text-decoration: none; }

.link-font-color, .nav-1-list a, .pankuzu-g a, .footer-g .banner-g .link-about a, .ft-basic-info-g .text a, .search-g a, .page-tool .print-view a, .side-search-list-g a, .subsite-header .subsite-name {
  color: #333; }
  .link-font-color:visited, .nav-1-list a:visited, .pankuzu-g a:visited, .footer-g .banner-g .link-about a:visited, .ft-basic-info-g .text a:visited, .search-g a:visited, .page-tool .print-view a:visited, .side-search-list-g a:visited, .subsite-header .subsite-name:visited {
    color: #4d4d4d; }

.link-white, .site-search-g .search-kakari a, .life-index-g .list-g a, .emergency-g a, .headlines-g .tab-swith-g a, .facebook-g h2 a {
  color: #fff; }

.link-ico:before, .link-list a:before, .footer-g .banner-g .link-about a:before, .link-list-inline a:before, .ft-menu-g ul a:before, .ft-basic-info-g .text a:before, .page-body h3 a:before, .page-body h4 a:before, .menu-1-g .menu-g a:before, .em-page .important-g .to-list a:before, .important-em-list th.link-div a:before,
.important-em-list td.link-div a:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61658;');
  display: inline-block;
  text-decoration: none;
  width: 1em;
  text-align: center;
  margin-right: .25em;
  color: #8bc34a; }
.link-ico[target="_blank"]:before, .link-list a[target="_blank"]:before, .footer-g .banner-g .link-about a[target="_blank"]:before, .link-list-inline a[target="_blank"]:before, .ft-menu-g ul a[target="_blank"]:before, .ft-basic-info-g .text a[target="_blank"]:before, .page-body h3 a[target="_blank"]:before, .page-body h4 a[target="_blank"]:before, .menu-1-g .menu-g a[target="_blank"]:before, .em-page .important-g .to-list a[target="_blank"]:before, .important-em-list th.link-div a[target="_blank"]:before,
.important-em-list td.link-div a[target="_blank"]:before {
  font-family: 'FontAwesome';
  content: "\f08e";
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61582;'); }
.link-ico[href*="mailto"]:before, .link-list a[href*="mailto"]:before, .footer-g .banner-g .link-about a[href*="mailto"]:before, .link-list-inline a[href*="mailto"]:before, .ft-menu-g ul a[href*="mailto"]:before, .ft-basic-info-g .text a[href*="mailto"]:before, .page-body h3 a[href*="mailto"]:before, .page-body h4 a[href*="mailto"]:before, .menu-1-g .menu-g a[href*="mailto"]:before, .em-page .important-g .to-list a[href*="mailto"]:before, .important-em-list th.link-div a[href*="mailto"]:before,
.important-em-list td.link-div a[href*="mailto"]:before, .link-ico.ico-mail:before, .link-list a.ico-mail:before, .footer-g .banner-g .link-about a.ico-mail:before, .link-list-inline a.ico-mail:before, .ft-menu-g ul a.ico-mail:before, .ft-basic-info-g .text a.ico-mail:before, .page-body h3 a.ico-mail:before, .page-body h4 a.ico-mail:before, .menu-1-g .menu-g a.ico-mail:before, .em-page .important-g .to-list a.ico-mail:before, .important-em-list th.link-div a.ico-mail:before,
.important-em-list td.link-div a.ico-mail:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61664;'); }
.link-ico[href*=".pdf"]:before, .link-list a[href*=".pdf"]:before, .footer-g .banner-g .link-about a[href*=".pdf"]:before, .link-list-inline a[href*=".pdf"]:before, .ft-menu-g ul a[href*=".pdf"]:before, .ft-basic-info-g .text a[href*=".pdf"]:before, .page-body h3 a[href*=".pdf"]:before, .page-body h4 a[href*=".pdf"]:before, .menu-1-g .menu-g a[href*=".pdf"]:before, .em-page .important-g .to-list a[href*=".pdf"]:before, .important-em-list th.link-div a[href*=".pdf"]:before,
.important-em-list td.link-div a[href*=".pdf"]:before {
  font-family: 'FontAwesome';
  content: "\f1c1";
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61889;');
  color: #ff0000; }
.link-ico.map-marker:before, .link-list a.map-marker:before, .footer-g .banner-g .link-about a.map-marker:before, .link-list-inline a.map-marker:before, .ft-menu-g ul a.map-marker:before, .ft-basic-info-g .text a.map-marker:before, .page-body h3 a.map-marker:before, .page-body h4 a.map-marker:before, .menu-1-g .menu-g a.map-marker:before, .em-page .important-g .to-list a.map-marker:before, .important-em-list th.link-div a.map-marker:before,
.important-em-list td.link-div a.map-marker:before {
  font-family: 'FontAwesome';
  content: "\f041";
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61505;'); }
.link-ico.list-card:before, .link-list a.list-card:before, .footer-g .banner-g .link-about a.list-card:before, .link-list-inline a.list-card:before, .ft-menu-g ul a.list-card:before, .ft-basic-info-g .text a.list-card:before, .page-body h3 a.list-card:before, .page-body h4 a.list-card:before, .menu-1-g .menu-g a.list-card:before, .em-page .important-g .to-list a.list-card:before, .important-em-list th.link-div a.list-card:before,
.important-em-list td.link-div a.list-card:before {
  font-family: 'FontAwesome';
  content: "\f022";
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61474;'); }
.link-ico[href^="#"]:before, .link-list a[href^="#"]:before, .footer-g .banner-g .link-about a[href^="#"]:before, .link-list-inline a[href^="#"]:before, .ft-menu-g ul a[href^="#"]:before, .ft-basic-info-g .text a[href^="#"]:before, .page-body h3 a[href^="#"]:before, .page-body h4 a[href^="#"]:before, .menu-1-g .menu-g a[href^="#"]:before, .em-page .important-g .to-list a[href^="#"]:before, .important-em-list th.link-div a[href^="#"]:before,
.important-em-list td.link-div a[href^="#"]:before {
  font-family: 'FontAwesome';
  content: "\f175";
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61813;'); }

.link-list, .footer-g .banner-g .link-about {
  list-style: none;
  padding-left: 1.25em; }
  .link-list li, .footer-g .banner-g .link-about li {
    margin: .25em 0;
    text-indent: -1.25em;
    padding-left: 1.25em; }
  .link-list a, .footer-g .banner-g .link-about a {
    text-indent: 0; }
  .link-list.ico-first li a:before, .footer-g .banner-g .ico-first.link-about li a:before {
    display: none; }
  .link-list.ico-first li a:first-of-type:before, .footer-g .banner-g .ico-first.link-about li a:first-of-type:before {
    display: inline-block; }

.link-list-inline, .ft-menu-g ul {
  list-style: none;
  padding-left: 1.25em; }
  .link-list-inline li, .ft-menu-g ul li {
    display: inline-block;
    margin: .0 .5em; }

.aco-content {
  display: none; }
  .aco-content.show {
    display: block; }
  .aco-content.def-show {
    display: block; }

.il_block {
  display: inline-block; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.list-inline li {
  display: inline-block;
  margin-right: 1em; }

.table-def {
  width: 100%;
  border-color: gainsboro;
  line-height: 1.5;
  margin: .75em 0; }
  .table-def th,
  .table-def td {
    border: solid 1px #e6e6e6; }
  .table-def thead th {
    background-color: #e7f3d7; }

.table-stripe tbody tr th, .table-stripe tbody tr td {
  background-color: #fbfbfb; }
.table-stripe tbody tr:nth-child(2n + 1) th, .table-stripe tbody tr:nth-child(2n + 1) td {
  background-color: #fff; }

.notes {
  list-style: none;
  padding-left: 0;
  font-size: 0.875em;
  line-height: 1.5; }
  .notes li {
    margin: .25em 0;
    text-indent: -1em;
    padding-left: 1em; }

.button-ac {
  background-color: #039be5;
  color: #fff;
  font-weight: bold; }

#deb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #222;
  color: #fff;
  font-size: 200%;
  z-index: 99999; }

/* @group basic */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "MS PGOTHIC", Arial, sans-serif;
  color: #333;
  line-height: 1.75; }

img {
  max-width: 100%;
  height: auto; }

.sw-g {
  max-width: 1120px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px; }

[class*="base-gutter"] [class*="pure-u"] {
  box-sizing: border-box; }

.base-gutter-g {
  /*30*/
  margin-left: -15px;
  margin-right: -15px; }
  .base-gutter-g > [class*="pure-u"] {
    padding-left: 15px;
    padding-right: 15px; }

.base-gutter-10-g {
  /*10*/
  /*5*/
  margin-left: -5px;
  margin-right: -5px; }
  .base-gutter-10-g > [class*="pure-u"] {
    padding-left: 5px;
    padding-right: 5px; }

.base-gutter-5-g {
  /*5*/
  /*5*/
  margin-left: -2.5px;
  margin-right: -2.5px; }
  .base-gutter-5-g > [class*="pure-u"] {
    padding-left: 2.5px;
    padding-right: 2.5px; }

.container {
  overflow: hidden;
  position: relative; }
  .container a {
    -moz-transition: background-color 0.15s ease 0s, color 0.15s ease 0s, opacity 0.15s ease 0s;

    -o-transition: background-color 0.15s ease 0s, color 0.15s ease 0s, opacity 0.15s ease 0s;
    -webkit-transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition: background-color 0.15s ease 0s, color 0.15s ease 0s, opacity 0.15s ease 0s; }

.header-g {
  border-top: 6px solid #8bc34a;
  position: relative;
  background-image: url(/img/header_bg.png);
  background-position: center bottom;
  z-index: 3;
  padding-bottom: 1.5em; }

.nav-1-g {
  text-align: center;
  position: relative;
  width: 100%;
  left: 0;
  margin-left: 0;
  top: 0;
  z-index: 2; }
  .nav-1-g .sitename-u {
    width: 130px;
    margin: 1em auto 0;
    line-height: 1; }
    .nav-1-g .sitename-u a {
      display: block; }

.nav-1-list {
  font-size: 0.8125em;
  text-align: center; }
  .nav-1-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-1-list li {
    display: inline-block;
    margin: 0 .25em; }
    .nav-1-list li:before {
      font-family: 'FontAwesome';
      content: "\f105";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61701;');
      display: inline-block;
      width: 1em;
      text-align: center; }

.gnav-g {
  position: relative;
  z-index: 1;
  padding-top: 0; }
  .gnav-g ul {
    padding: 0;
    margin: 0; }
  .gnav-g li {
    display: inline-block;
    width: 25%;
    text-align: center; }
  .gnav-g a {
    display: block;
    height: 60px;
    width: 80%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-align: left;
    text-indent: -9999px; }
    .gnav-g a:hover {
      opacity: .8; }
  .gnav-g .gnu-1 a {
    background-image: url(/img/gnav_lg_1.png); }
  .gnav-g .gnu-2 a {
    background-image: url(/img/gnav_lg_2.png); }
  .gnav-g .gnu-3 a {
    background-image: url(/img/gnav_lg_3.png); }
  .gnav-g .gnu-4 a {
    background-image: url(/img/gnav_lg_4.png); }

.sm-nav-0 {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 65px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  -moz-transition: height 0.15s ease 0s;
  -o-transition: height 0.15s ease 0s;
  -webkit-transition: height 0.15s ease;
  -webkit-transition-delay: 0s;
  transition: height 0.15s ease 0s; }
  .sm-nav-0 .nav-1-list,
  .sm-nav-0 .gnav-g {
    background-color: #fff;
    padding-bottom: 15px; }
  .sm-nav-0 .nav-1-list {
    padding: 1.5em 0; }

.sm-nav-switch {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: block;
  z-index: 3;
  box-sizing: border-box;
  padding-top: 33px;
  font-size: 0.625em;
  text-align: center; }
  .sm-nav-switch i {
    position: absolute;
    left: 7px;
    top: 0;
    width: 30px;
    height: 3px;
    background-color: #8bc34a;
    -moz-transition: -moz-transform 0.15s ease 0s, opacity 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s, opacity 0.15s ease 0s;
    -webkit-transition: -webkit-transform 0.15s ease, opacity 0.15s ease;
    -webkit-transition-delay: 0s, 0s;
    transition: transform 0.15s ease 0s, opacity 0.15s ease 0s; }
    .sm-nav-switch i:nth-child(1) {
      top: 20%; }
    .sm-nav-switch i:nth-child(2) {
      top: 40%; }
    .sm-nav-switch i:nth-child(3) {
      top: 60%; }

.sm-nav-show .sm-nav-0 {
  height: 100%; }
.sm-nav-show .sm-nav-switch i {
  top: 40%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
  .sm-nav-show .sm-nav-switch i:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sm-nav-show .sm-nav-switch i:nth-child(2) {
    opacity: 0; }
  .sm-nav-show .sm-nav-switch i:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.pankuzu-g {
  font-size: 0.875em;
  padding: 1em 0; }
  .pankuzu-g dl {
    margin: 0; }
  .pankuzu-g dt, .pankuzu-g dd, .pankuzu-g ul, .pankuzu-g li {
    display: inline;
    margin: 0;
    padding: 0; }
  .pankuzu-g dt {
    background-color: #008837;
    color: #fff;
    padding: .3em .5em;
    font-weight: bold;
    border-radius: 2px;
    margin-right: .75em;
    position: relative; }
    .pankuzu-g dt:after {
      font-family: 'FontAwesome';
      content: "\f0da";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61658;');
      color: #008837;
      position: absolute;
      top: 50%;
      margin-top: -.85em;
      right: -.3em;
      font-size: 20px;
      font-weight: normal; }
  .pankuzu-g li:before {
    font-family: 'FontAwesome';
    content: "\f105";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61701;');
    width: 1em;
    text-align: center;
    display: inline-block; }
  .pankuzu-g li:first-child:before {
    display: none; }

.utl-tool-g {
  background-color: #001c58;
  color: #fff;
  padding: .75em 0;
  position: relative;
  z-index: 1; }

.site-search-g {
  vertical-align: middle;
  text-align: center; }
  .site-search-g form {
    display: inline-block; }
  .site-search-g #cse_search_input {
    white-space: nowrap; }
  .site-search-g #tmp_query {
    border:2px solid #ffffff; }
  .site-search-g div {
    display: inline-block; }
  .site-search-g input[name="q"] {
    border-radius: 2em;
    border: none;
    padding: .5em 2em .5em 1em !important;
    color: #333;
    height: 100%;
    width: 12em;
    line-height: 1.5;
    margin-bottom: .5em;
    font-size: 16px;}
    .site-search-g input[name="q"]:focus {
      outline-style: none;
      box-shadow: inset 0 0 4px #0e3193;
      background-image: none; }
  .site-search-g input[type="image"] {
    width: 21px;
    height: 21px;
    padding: 5px;
    vertical-align: middle;
    margin-left: -44px; }
  .site-search-g .cse_filetypeselect {
    display: inline-block;
    margin-left: 1em; }
    .site-search-g .cse_filetypeselect input[type="radio"] {
      margin-right: 0.25em; }
    .site-search-g .cse_filetypeselect label {
      font-size: 0.875em; }
  .site-search-g .search-kakari {
    margin-left: 1em;
    font-size: 0.875em; }
    .site-search-g .search-kakari:before {
      display: inline-block;
      width: 1em;
      text-align: center;
      margin-right: .25em;
      font-family: 'FontAwesome';
      content: "\f002";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61816;'); }

.util-sw-g {
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  border-left: none;
  margin-top: .5em; }
  .util-sw-g .util-wrap {
    margin: auto;
    display: inline-block; }
  .util-sw-g dl, .util-sw-g dt, .util-sw-g dd, .util-sw-g ul, .util-sw-g li {
    margin: 0;
    padding: 0; }
  .util-sw-g dl, .util-sw-g ul {
    display: table;
    height: 2.5em;
    margin: auto; }
  .util-sw-g dt, .util-sw-g dd, .util-sw-g li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 .2em; }
  .util-sw-g dl {
    padding-left: 1.5em; }
  .util-sw-g dt {
    font-weight: 600;
    padding-right: .75em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", serif, Georgia, "Times New Roman", Times;
    text-align: right;
    font-size: 0.875em; }
  .util-sw-g ul {
    letter-spacing: -.43em; }
  .util-sw-g li {
    letter-spacing: normal;
    margin: auto .25em; }
  .util-sw-g a {
    font-weight: 600; }
  .util-sw-g .color-g,
  .util-sw-g .size-g {
    display: table-cell;

    vertical-align: middle; }
    .util-sw-g .color-g dt,
    .util-sw-g .size-g dt {
      text-align: center; }
      .util-sw-g .color-g dt span,
      .util-sw-g .size-g dt span {
        display: inline-block; }
  .util-sw-g .color-g {
    padding-left: 0; }
    .util-sw-g .color-g a {
      display: block;
      padding: .6em .6em .5em;
      border-radius: 3em; }
    .util-sw-g .color-g .shiro a {
      background-color: #ffffff;
      color: #000000; }
    .util-sw-g .color-g .kuro a {
      background-color: #000000;
      color: #ffffff; }
    .util-sw-g .color-g .ao a {
      background-color: #0000ff;
      color: #ffff00; }
  .util-sw-g .size-g a {
    font-size: 1.125em; }
  .util-sw-g .size-g .def a {
    color: #fff; }
  .util-sw-g .size-g .lgr a {
    background-color: #fff;
    color: #000;
    padding: .5em .5em .4em;
    border-radius: 2em; }

.contents-g {
  padding: 0 0 9em;
  position: relative; }
  .contents-g .left-g {
    padding-right: 18px; }
  .contents-g .right-g {
    padding-left: 18px; }
  .contents-g .center-g {
    padding-left: 12px;
    padding-right: 12px; }

.contents-u {
  position: relative;
  z-index: 2;
 /* overflow: hidden;*/ }

.footer-g {
  margin-top: -35px;
  position: relative;
  z-index: 3;
  padding-top: 1.5em;
  background-color: #f8f8f8; }
  .footer-g:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    top: -35px;
    left: 0;
    background-image: url(/img/footer_bg_t.png);
    background-repeat: no-repeat;
    background-position: center top; }
  .footer-g:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    top: -45px;
    left: 0;
    background-image: url(/img/ft_silhouette.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 95%; }
  .footer-g .banner-g {
    padding-bottom: 1.5em; }
    .footer-g .banner-g h2 {
      color: #8bc34a;
      font-size: 1em; }
    .footer-g .banner-g ul {
      list-style: none;
      padding: 0;
      margin: 0; }
/*	.footer-g .banner-g ul li {
	  display: inline-block; }*/
    .footer-g .banner-g .link-about {
      font-size: 0.875em; }
  .footer-g .bx-wrapper .bx-controls-direction a {
    background: transparent;
    color: #ece6e0;
    line-height: 1; }
    .footer-g .bx-wrapper .bx-controls-direction a:before {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px;
      text-indent: 0;
      display: block;
      width: 100%;
      text-align: center;
      font-weight: normal;
      font-size: 2.1875em; }
  .footer-g .bx-wrapper .bx-prev {
    left: 0; }
    .footer-g .bx-wrapper .bx-prev:before {
      font-family: 'FontAwesome';
      content: "\f0d9";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61657;'); }
  .footer-g .bx-wrapper .bx-next {
    right: 0; }
    .footer-g .bx-wrapper .bx-next:before {
      font-family: 'FontAwesome';
      content: "\f0da";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61658;'); }

.ft-contents-g {
  background-color: #fff;
  padding: 2em 0; }

.ft-menu-g {
  text-align: center;
  line-height: 2em;
  font-size: 0.875em; }
  .ft-menu-g ul {
    margin: 0 auto; }

.ft-basic-info-g {
  *zoom: 1;
  padding-bottom: 1.5em;
  text-align: center; }
  .ft-basic-info-g:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .ft-basic-info-g .name {
    width: 202px;
    margin: 1.25em auto; }
  .ft-basic-info-g .map {
    margin-bottom: 2em; }
    .ft-basic-info-g .map img {
      width: 80%;
      max-width: 329px; }
  .ft-basic-info-g .text {
    font-size: 0.9375em;
    line-height: 2; }
    .ft-basic-info-g .text a:before {
      color: #333; }

.copyright-g {
  text-align: center;
  font-size: 0.875em; }

.ft-nav {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em; }
  .ft-nav ul {
    list-style: none;
    padding: 0;
    letter-spacing: -.43em; }
  .ft-nav li {
    letter-spacing: normal;
    display: inline-block;
    margin-bottom: .25em; }
  .ft-nav a {
    display: block;
    background-color: #001c58;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: .5em 1em; }
    .ft-nav a:before {
      margin-right: .5em; }
    .ft-nav a:hover {
      background-color: #002c8b;
      background-color: #fff;
      color: #001c58;
      box-shadow: 0 0 2px #aaa; }
  .ft-nav .prev a:before {
    font-family: 'FontAwesome';
    content: "\f177";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61815;'); }
  .ft-nav .up a {
    border-left: solid 1px #002c8b; }
    .ft-nav .up a:before {
      font-family: 'FontAwesome';
      content: "\f176";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61814;'); }

.life-index-wrap {
  position: relative; }
  .life-index-wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 80px;
    top: -80px;
    left: -25px;
    background-image: url(/img/chara_kurumichan_1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

.life-index-g {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: relative;
  margin-top: 70px;
  line-height: 1.25;
  box-sizing: border-box;
  z-index: 2; }
  .life-index-g:before {
    content: "";
    display: block;
    width: 100%;
    height: 53px;
    background-image: url(/img/lifestage/life_index_bg.png);
    background-size: auto 53px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    top: -53px; }
  .life-index-g:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: -30px;
    background-image: url(/img/lifestage/ico_life_index.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .life-index-g h2 {
    font-size: 1.3125em;
    color: #008837;
    margin: 0 0 .25em; }
  .life-index-g .list-g ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px; }
  .life-index-g .list-g li {
    width: 33.333%;
    box-sizing: border-box;
    padding: 5px 5px; }
  .life-index-g .list-g a {
    display: block;
    background-color: #008837;
    box-sizing: border-box;
    border-bottom: 5px solid #006429;
    font-weight: 600;
    border-radius: 5px;
    padding-top: 50px;
    padding-bottom: .4em;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center 10px;
    position: relative; }
    .life-index-g .list-g a:hover {
      background-color: #00a241; }
    .life-index-g .list-g a:active {
      top: 5px;
      border-bottom: none; }
    .life-index-g .list-g a span {
      display: inline-block; }
  .life-index-g .li-1 a {
    background-image: url(/img/lifestage/li-ico-1.png); }
  .life-index-g .li-2 a {
    background-image: url(/img/lifestage/li-ico-2.png); }
  .life-index-g .li-3 a {
    background-image: url(/img/lifestage/li-ico-3.png); }
  .life-index-g .li-4 a {
    background-image: url(/img/lifestage/li-ico-4.png); }
  .life-index-g .li-5 a {
    background-image: url(/img/lifestage/li-ico-5.png); }
  .life-index-g .li-6 a {
    background-image: url(/img/lifestage/li-ico-6.png); }
  .life-index-g .li-7 a {
    background-image: url(/img/lifestage/li-ico-7.png); }
  .life-index-g .li-8 a {
    background-image: url(/img/lifestage/li-ico-8.png); }
  .life-index-g .li-9 a {
    background-image: url(/img/lifestage/li-ico-9.png); }
  .life-index-g .li-10 a {
    background-image: url(/img/lifestage/li-ico-10.png); }
  .life-index-g .li-11 a {
    background-image: url(/img/lifestage/li-ico-11.png); }
  .life-index-g .li-12 a {
    background-image: url(/img/lifestage/li-ico-12.png); }
  .life-index-g.in-sitemap {
    margin-top: 2em;
    margin-bottom: 2.5em;
    padding-top: 0;
    border-top: solid 5px #abda65;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    background-color: #f7fbf2; }
    .life-index-g.in-sitemap:before {
      display: none; }
    .life-index-g.in-sitemap:after {
      left: 0;
      margin-left: 0;
      top: 15px;
      padding: 0;
      width: 58px;
      background-position: 20px 0;
      background-image: url(/img/lifestage/ico_life_index.png); }
    .life-index-g.in-sitemap h2 {
      text-align: left;
      border-top: none;
      background: transparent;
      margin-top: 20px;
      margin-left: 40px;
      padding: .25em 0; }
      .life-index-g.in-sitemap h2:before {
        display: none; }
    .life-index-g.in-sitemap .list-g li {
      width: 25%; }

.hero-g {
  position: relative;
  height: auto;
  background-color: #000000;
  margin-top: -10px;
  z-index: 2; }
  .hero-g ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .hero-g li {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: .3;
    -moz-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease;
    -webkit-transition-delay: 0s;
    transition: opacity 0.5s ease 0s; }
    .hero-g li.bCurrent {
      z-index: 2; }
    .hero-g li.aCurrent {
      opacity: 1;
      z-index: 2; }
  .hero-g span {
    display: block; }
  .hero-g .parts {
    position: absolute;
    width: auto;
    height: 40%;
    bottom: -10px;
    right: -10px; }
    .hero-g .parts img {
      height: 100%;
      width: auto; }
  .hero-g [class*="fuk-"] {
    position: absolute;
    width: 15%;
    width: 15%; }
  .hero-g .fuk-kurumichan {
    bottom: 30%;
    right: 1%; }
  .hero-g .fuk-tonekko {
    bottom: 17%;
    right: 1%; }
  .hero-g .bx-viewport {
    overflow: visible !important; }
  .hero-g .bx-wrapper .bx-controls-direction a {
    background: transparent;
    color: #ece6e0;
    font-size: 1.5em;
    height: auto;
    line-height: 1; }
    .hero-g .bx-wrapper .bx-controls-direction a:before {
      position: absolute;
      left: 0;
      top: 50%;
      text-indent: 0;
      display: block;
      width: 100%;
      text-align: center;
      font-weight: normal; }
  .hero-g .bx-wrapper .bx-prev {
    left: -23px; }
    .hero-g .bx-wrapper .bx-prev:before {
      font-family: 'FontAwesome';
      content: "\f053";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61523;'); }
  .hero-g .bx-wrapper .bx-next {
    right: -10px; }
    .hero-g .bx-wrapper .bx-next:before {
      font-family: 'FontAwesome';
      content: "\f054";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61524;'); }

.contents-g.toppage-g {
  background-image: url(/img/tc-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 0;
  padding-top: 2em;
  background-color: #c5e1a4; }
  .contents-g.toppage-g:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #dcedc3;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    z-index: 1; }

.toppage-contents {
  padding-top: 0; }

.important-g {
  border: 10px solid #ff5252;
  margin: 0 0 2em;
  background-color: #fff;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3); }
  .important-g div {
    box-sizing: border-box; }
  .important-g .title-u {
    background-color: #ffeeee;
    padding: 1em 0 .75em 1em; }
  .important-g .list-g {
    padding: 1em 1em 1em 1.5em; }
  .important-g h2 {
    margin: 0;
    font-weight: 600;

    background-color: #ffeeee;
    font-size: 1.125em;
    background-image: url(/img/ico_important_title.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    padding-left: 32px;
    min-height: 27px; }
  .important-g ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .important-g li {
    margin: .25em 0;
    text-indent: -1.25em;
    padding-left: 1.25em; }
    .important-g li:before {
      font-family: 'FontAwesome';
      content: "\f152";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61778;');
      color: #ff5252;
      display: inline-block;
      margin-right: .25em;
      width: 1em;
      text-align: center;
      text-indent: 0; }

.emergency-g {
  margin-bottom: 2em; }
  .emergency-g ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .emergency-g a {
    display: block;
    max-height: 125px;
    box-sizing: border-box;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
    padding: 4em .5em .75em;
    text-align: center;
    vertical-align: bottom;
    line-height: 1.2;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: 58px auto;
    background-position: center 10px;
    position: relative;
    font-size: 1.125em; }
    .emergency-g a:active {
      top: 5px;
      box-shadow: none; }
  .emergency-g span {
    display: inline-block; }
  .emergency-g .bosai-u a {
    background-color: #ec407a;
    background-image: url(/img/ico_emergency_1.png); }
    .emergency-g .bosai-u a:hover {
      background-color: #ee578a; }
  .emergency-g .kyukyu-u a {
    background-color: #039be5;
    background-image: url(/img/ico_emergency_2.png); }
    .emergency-g .kyukyu-u a:hover {
      background-color: #06abfc; }

.search-g {
  background-color: #f9a825;
  text-align: center;
  padding: 1em 1em;
  margin: 2em 0;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3); }
  .search-g h2 {
    font-size: 1.375em;
    font-weight: 600;
    color: #fff;
    padding: .25em 0 .25em;
    margin: 0; }
    .search-g h2:before {
      content: "";
      display: inline-block;
      height: 36px;
      width: 36px;
      background-image: url(/img/ico_search_g.png);
      background-repeat: no-repeat;
      background-size: 36px;
      vertical-align: middle;
      margin-right: .25em;
      margin-left: -36px; }
  .search-g ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .search-g li {
    margin-top: 0;
    margin-bottom: .5em; }
  .search-g a {
    display: block;
    background-color: #fff;
    padding: .5em 0;
    line-height: 1.25;
    border-radius: 30px;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 3px #fff;
    white-space: normal; }
    .search-g a:hover {
      background-image: none;
      background-color: #f9a825;
      color: #fff; }

.menu-def-g {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin: 1.5em 0;
  padding: 1em; }
  .menu-def-g .title-u {
    background-color: #26a69a;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: .75em 0;
    margin: -1em -1em 1em;
    background-position: 7px center; }
    .menu-def-g .title-u h2 {
      margin: 0;
      font-size: 1.0625em; }
  .menu-def-g .title-s-u {
    background-position: 0 top;
    padding-bottom: .25em; }
    .menu-def-g .title-s-u h2 {
      margin: 0;
      text-align: center;
      font-size: 1em; }
  .menu-def-g .title-u,
  .menu-def-g .title-s-u {
    background-size: 27px;
    background-repeat: no-repeat; }
  .menu-def-g ul {
    margin: 0;
    padding-left: 0;
    font-size: 0.9375em; }
  .menu-def-g.oyakudachi-g .title-u {
    background-image: url(/img/ico-oyakudachi.png); }
  .menu-def-g.koe-g .title-u {
    background-image: url(/img/ico-koe.png); }
  .menu-def-g.machi-g .title-u, .menu-def-g.yakuba-g .title-u {
    background-image: url(/img/ico-graph.png); }
  .menu-def-g.jinko-g .title-s-u {
    background-image: url(/img/ico-jinko.png); }

.jinko-g table {
  font-size: 0.875em;
  width: 100%;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1; }
.jinko-g th {
  font-weight: normal; }
.jinko-g th, .jinko-g td {
  padding: .25em 0; }
.jinko-g thead {
  border-bottom: dotted 1px #e1e1e1; }
  .jinko-g thead th {
    text-align: right;
    padding-right: .5em; }
    .jinko-g thead th:first-child {
      text-align: left; }
.jinko-g tbody th {
  text-align: left; }
.jinko-g tbody td {
  text-align: right;
  padding-right: .5em; }
.jinko-g .link-list, .jinko-g .footer-g .banner-g .link-about, .footer-g .banner-g .jinko-g .link-about {
  margin-top: 1em;
  font-size: 0.875em; }

.relative-site-g {
  border-top: solid 1px #fff;
  padding-top: 1em; }
  .relative-site-g h2 {
    font-size: 0.875em; }

.banner-list {
  list-style: none;
  padding: 0;
  margin-top: 0; }
  .banner-list li {
    margin: 0 0 .5em; }

.watch-g {
  background-color: #039be5;
  text-align: center;
  color: #fff;
  padding: 20px;
  position: relative;
  margin-top: 65px; }
  .watch-g:before {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-image: url(/img/img_watch_bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: -55px;
    left: 0; }
  .watch-g:after {
    content: "";
    position: absolute;
    height: 85px;
    width: 55px;
    top: -20px;
    right: -20px;
    background-image: url(/img/chara_tonekko_1.png);
    background-size: 100%;
    background-repeat: no-repeat; }
  .watch-g h2 {
    margin: 0 0 .25em;
    position: relative;
    line-height: 1.2; }
    .watch-g h2 span {
      display: inline-block; }
    .watch-g h2:before {
      content: "";
      display: block;
      width: 37px;
      height: 37px;
      background-image: url(/img/ico_watch.png);
      background-size: 100%;
      position: absolute;
      left: 50%;
      top: -40px;
      margin-left: -17px; }
     .watch-g .photo {
	  position: relative;
      overflow: hidden;
      border-radius: 7px;
      border: 3px solid #fff; }
     #tokei_photo{
	  width: auto;
	  height: auto;
	  background-position: left top;
	  background-repeat: no-repeat;}
       #tokei_photo span{
		display: block;
		width: 100%;
		height: 145px;
		background-size: 100%;}
  .watch-g h3 {
    margin: .5em 0 0;
    font-size: 1em; }
  .watch-g p {
    margin: 0 0 .25em;
    font-size: 0.875em;
    font-weight: 600; }
  .watch-g a {
    background-color: #fff;
    white-space: normal;
    line-height: 1.25;
    padding-top: .75em;
    padding-bottom: .75em; }

.about-watch {
  text-align: left;
  background-color: #03a5f4;
  padding: 1em;
  border-radius: 3px;
  margin-top: 1em;
  position: relative; }
  .about-watch:before {
    content: "▲";
    position: absolute;
    width: 100%;
    text-align: center;
    top: -1em;
    left: 0;
    color: #03a5f4;
    font-size: 20px; }

.headlines-g {
  margin: 2em 0; }
  .headlines-g .tab-swith-g ul {
    list-style: none;
    padding: 0 5px;
    margin: 0;
    text-align: center; }
  .headlines-g .tab-swith-g li {
    display: inline-block;
    width: auto;
    padding: 0 2px;
    box-sizing: border-box; }
    .headlines-g .tab-swith-g li.current a {
      background-color: #fff; }
  .headlines-g .tab-swith-g a {
    display: block;
    text-align: center;
    padding: 1em .3em;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-size: 0.9375em; }
  .headlines-g .tab-swith-g .tab-u-1 a {
    background-color: #8bc34a; }
  .headlines-g .tab-swith-g .tab-u-1.current a {



    color: #8bc34a; }
  .headlines-g .tab-swith-g .tab-u-2 a {
    background-color: #f06292; }
  .headlines-g .tab-swith-g .tab-u-2.current a {
    color: #f06292; }
  .headlines-g .tab-swith-g .tab-u-3 a {
    background-color: #039be5; }
  .headlines-g .tab-swith-g .tab-u-3.current a {
    color: #039be5; }
  .headlines-g .tab-contents-g {
    background-color: #fff;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3); }
  .headlines-g .tabc-u-g {
    display: none; }
    .headlines-g .tabc-u-g.current {
      display: block; }
  .headlines-g .tabc-u {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px; }
    .headlines-g .tabc-u:first-child {
      border-top: none; }
  .headlines-g .photo {
    float: left;
    width: 180px;
    margin: 0 1em 1em 0; }
  .headlines-g dl {
    margin: 0; }
  .headlines-g dt {
    font-size: 0.875em; }
  .headlines-g dd {
    margin: 0;
    font-size: 1.125em; }
  .headlines-g .article_section {
    margin-left: 20px; }

.news-util-g {
  background-color: #f8f8f8;
  padding: 20px;
  text-align: right; }
  .news-util-g ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875em; }
  .news-util-g li {
    display: inline-block;
    margin-left: 1em; }
    .news-util-g li:before {
      display: inline-block; }
  .news-util-g .to-list:before {
    font-family: 'FontAwesome';
    content: "\f0ca";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61642;');
    color: #0000cc;
    margin-right: .2em; }
  .news-util-g .to-rss:before {
    font-family: 'FontAwesome';
    content: "\f143";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61763;');
    color: #ff6600;
    margin-right: .2em; }
/*.link-list .to-list a:before {
	content: none; }*/
.facebook-g {
  background-color: #f3f4f8;
  position: relative; }
  .facebook-g h2 {
    background-color: #385490;
    font-size: 1em;
    font-weight: normal;
    margin: 0; }
    .facebook-g h2 a {
      display: block;
      padding: 15px;
      line-height: 1; }
      .facebook-g h2 a:before {
        font-family: 'FontAwesome';
        content: "\f082";
        *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61570;');
        display: inline-block;
        vertical-align: middle;
        font-size: 1.875em;
        margin-right: .25em;
        margin-top: -.15em;
        margin-bottom: -.15em; }
      .facebook-g h2 a:after {
        font-family: 'FontAwesome';
        content: "\f08e";
        *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61582;');
        float: right; }

.facebook-wdg {
  text-align: center;
  border-bottom: 20px solid #f3f4f8;
  padding: 15px; }
  .facebook-wdg .fb-page {
    margin: auto; }
    .facebook-wdg .fb-page > span {
      height: 400px !important; }
    .facebook-wdg .fb-page iframe {
      height: 400px !important; }

.page-header {
  border-bottom: solid 2px #008837;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  background-image: url(/img/page_hd_1.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 40%; }
  .page-header h1 {
    line-height: 1.25;
    text-indent: -1.45em;
    padding-left: 1.45em;
    padding-right: .5em;
    margin: 0;
    text-shadow: 1px 1px 1px #fff;
    position: relative; }
    .page-header h1:before {
      content: "";
      width: .7em;
      height: .7em;
      margin-left: .25em;
      margin-right: .5em;
      display: inline-block;
      border-radius: 1em;
      border: solid 5px #8bc34a;
      box-sizing: border-box;
      text-indent: 0; }

.page-tool {
  text-align: right;
  font-size: 0.9375em;
  padding: 1em 0; }
  .page-tool > div, .page-tool dl, .page-tool dt, .page-tool dd {
    display: inline-block;
    margin: 0; }
  .page-tool .print-view {
    margin-right: 1.5em; }
    .page-tool .print-view:before {
      font-family: 'FontAwesome';
      content: "\f02f";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61487;');
      display: inline-block;
      margin-right: .25em; }
  .page-tool.pt-center {
    text-align: center; }
  .page-tool.pt-left {
    text-align: left; }
  .page-tool .page-swich {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    letter-spacing: -.43em; }
    .page-tool .page-swich li {
      letter-spacing: normal;
      display: inline-block; }
      .page-tool .page-swich li:first-child a,
      .page-tool .page-swich li:first-child strong {
        border-radius: 3px 0 0 3px; }
      .page-tool .page-swich li:last-child a,
      .page-tool .page-swich li:last-child strong {
        border-radius: 0 3px 3px 0; }
    .page-tool .page-swich a,
    .page-tool .page-swich strong {
      display: block;
      padding: 8px .3em;
      border: solid 2px #0e3193;
      font-weight: bold; }
    .page-tool .page-swich strong {
      background-color: #0e3193;
      color: #fff; }
      .page-tool .page-swich strong:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61452;');
        font-weight: normal;
        margin-right: .25em; }
    .page-tool .page-swich a {
      text-decoration: none; }
      .page-tool .page-swich a:before {
        font-family: 'FontAwesome';
        content: "\f152";
        *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61778;');
        font-weight: normal;
        margin-right: .25em; }
      .page-tool .page-swich a:hover {
        background-color: #0000cc;
        border-color: #0000cc;
        color: #fff; }

.page-body {
  margin-bottom: 2em; }
  .page-body img {
    margin-top: 1em;
    margin-bottom: 1em; }
  .page-body h2 {
    margin-top: 1.4em;
    position: relative;
    padding: .75em .25em .75em 1.4em;
    background-color: #f9f9f9;
    border-top: solid 1px #e4e4e4;
    line-height: 1.25; }
    .page-body h2:before {
      content: "";
      display: block;
      width: 3px;
      height: 84%;
      background-color: #f06292;
      vertical-align: middle;
      left: .65em;
      top: 6px;
      position: absolute; }
  .page-body h3 {
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: .5em;
    color: #71a436; }
  .page-body .news-g {
    border: solid 1px #e1e1e1;
    border-radius: 3px 3px 0 0;
    margin-top: 2em;
    margin-bottom: 2em; }
    .page-body .news-g h2 {
      margin: -2px -1px .75em;
      background-color: #f06292;
      border-radius: 3px 3px 0 0;
      color: #fff;
      padding: .5em 0 .35em 2.5em;
      font-size: 1.3125em; }
      .page-body .news-g h2:before {
        color: #fff;
        width: auto;
        height: auto;
        margin-right: .25em;
        font-size: 1.125em;
        line-height: 1;
        top: .5em;
        font-family: 'FontAwesome';
        content: "\f1ea";
        *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61930;'); }

.get-adobereader,.get-wmplayer {
  overflow: hidden;
  border: solid 1px #e1e1e1;
  padding: 1.5em;
  margin: 2em 0;
  font-size: 0.9375em; }
  .get-adobereader .banner,
  .get-wmplayer .banner {
    float: left;
    margin-right: 1em; }
  .get-adobereader p,
  .get-wmplayer p {
    margin: 0; }
  .get-adobereader img,
  .get-wmplayer img {
    margin: 0; }

.similar-g {
  border: solid 7px #8bc34a; }
  .similar-g .pure-u-1 {
    box-sizing: border-box; }
  .similar-g .hd-u {
    background-color: #e7f3d7;
    padding: 1em 0 1em 1em; }
  .similar-g .body-u {
    padding: 1em; }
  .similar-g h2 {
    font-size: 1.25em;
    color: #008837;
    margin: 0;
    line-height: 1.5; }
    .similar-g h2 span {
      display: inline-block; }
  .similar-g ul {
    margin: 0;
    padding-left: 0; }

.pb-contact-g {
  background-color: #f1f8e6;
  padding: 1em 0 9em;
  margin: 3em 0 -9em; }
  .pb-contact-g h2 {
    font-size: 1.125em; }
    .pb-contact-g h2:before {
      font-family: 'FontAwesome';
      content: "\f05a";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61530;');
      color: #8bc34a;
      font-size: 1.3125em;
      display: inline-block; }
  .pb-contact-g .link-u {
    font-weight: bold; }
  .pb-contact-g .address {
    margin-right: 0.7em; }

.menu-1-g .news-wrap,
.menu-1-g .life-index-wrap {
  margin-top: 2em; }
.menu-1-g .menu-body {
  margin-top: 2em; }
.menu-1-g .news-wrap {
  position: relative; }
  .menu-1-g .news-wrap:before {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    margin-left: -120px;
    border-radius: 150px;
    left: 50%;
    top: -52px;
    box-sizing: border-box;
    border: solid 8px #f491b2;
    background-color: #f06292;
    position: absolute; }
.menu-1-g .news-g {
  position: relative;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0 1px 0 1px;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  position: relative;
  padding-bottom: 5em;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative; }
  .menu-1-g .news-g:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 75px;
    top: -75px;
    left: 20px;
    background-image: url(/img/chara_tonekko_1.png);
    background-size: 100%;
    background-repeat: no-repeat; }
  .menu-1-g .news-g:after {
    font-family: 'FontAwesome';
    content: "\f1ea";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61930;');
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 34px; }
  .menu-1-g .news-g .title-u {
    background-color: #f06292;
    padding: 20px 1em .75em;
    border-radius: 3px 3px 0 0;
    margin: 0 -1px; }
    .menu-1-g .news-g .title-u h2 {
      font-size: 1.3125em;
      margin: 0;
      color: #fff;
      text-align: center;
      line-height: 1; }
  .menu-1-g .news-g .list-u {
    padding: 1em; }
    .menu-1-g .news-g .list-u ul {
      margin-top: 0;
      padding-left: 0; }
  .menu-1-g .news-g .news-util-g {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box; }
.menu-1-g .life-index-wrap:before {
  width: 80px;
  height: 70px;
  top: -70px;
  left: 10px; }
.menu-1-g .life-index-g {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2); }
  .menu-1-g .life-index-g a {
    font-size: 0.875em; }
.menu-1-g .menu-g {
  margin-top: 2em; }
  .menu-1-g .menu-g ul {
    padding: 0; }
  .menu-1-g .menu-g li {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1em; }
  .menu-1-g .menu-g a {
    padding: .75em .75em .65em;
    display: block;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    line-height: 1.25;
    background-color: white;
    border: solid 1px #f06292;
    box-sizing: border-box;
    font-size: 1.3125em; }
    .menu-1-g .menu-g a:before {
      color: #f06292; }
    .menu-1-g .menu-g a:hover {
      background-color: #f06292;
      color: #fff; }
      .menu-1-g .menu-g a:hover:before {
        color: #fff; }

.side-conts-g {
  background-color: #f7fbf2;
  padding: 15px;
  border-radius: 3px 3px 0 0;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 1em; }
  .side-conts-g h2 {
    font-size: 1.125em;
    margin: -15px -15px 0;
    background-color: #8bc34a;
    color: #fff;
    padding: .6em .75em .25em;
    border-radius: 1px 1px 0 0; }
    .side-conts-g h2:before {
      display: inline-block;
      margin-right: .25em;
      color: #dcedc3;
      font-weight: normal; }
  .side-conts-g h3 {
    font-size: 1em;
    border-top: solid 1px #dcedc3;
    padding-top: 1em;
    margin-bottom: .5em;
    line-height: 1.25; }
    .side-conts-g h3:before {
      content: "";
      width: .7em;
      height: .7em;
      display: inline-block;
      border-radius: 1em;
      border: solid 3px #8bc34a;
      box-sizing: border-box;
      margin-right: .25em; }
    .side-conts-g h3:first-of-type {
      border-top: none;
      padding-top: 0; }
  .side-conts-g ul {
    font-size: 0.875em;
    padding-left: 0;
	list-style: none; }
    .side-conts-g ul a:before {
      font-family: 'FontAwesome';
      content: "\f101";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61697;');
      color: #008837; }
  .side-conts-g.relative-g h2:before {
    font-family: 'FontAwesome';
    content: "\f0c1";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61633;'); }
  .side-conts-g.map-g h2:before {
    font-family: 'FontAwesome';
    content: "\f279";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#62073;'); }
  .side-conts-g.map-g iframe {
    width: calc(100% + 30px);
    margin: 0 -15px -15px; }
  .side-conts-g.contact-g h2:before {
    font-family: 'FontAwesome';
    content: "\f05a";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61530;'); }
  .side-conts-g.other-g h2:before {
    font-family: 'FontAwesome';
    content: "\f040";
    *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61504;'); }

.side-search-list-wrap {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  margin-top: 2em; }
  .side-search-list-wrap:before {
    top: 0;
    content: "";
    width: 160px;
    height: 160px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    display: block;
    background-color: #f9a825;
    box-sizing: border-box;
    border: solid 8px #fabc57; }

.side-search-list-g {
  position: relative;
  background-color: #f9a825;
  padding: 0 .75em;
  margin-top: 2em;
  border-radius: 3px; }
  .side-search-list-g:before {
    content: "";
    height: 36px;
    width: 36px;
    background-image: url(/img/ico_search_g.png);
    background-repeat: no-repeat;
    background-size: 36px;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: -22px;
    display: none; }
  .side-search-list-g h2 {
    font-size: 1.3125em;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0 7px;
    position: relative; }
    .side-search-list-g h2:before {
      content: "";
      height: 36px;
      width: 36px;
      background-image: url(/img/ico_search_g.png);

      background-repeat: no-repeat;
      background-size: 36px;
      vertical-align: middle;
      margin-left: -36px;
      display: inline-block; }
    .side-search-list-g h2:after {
      font-family: 'FontAwesome';
      content: "\f067";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61543;');
      font-weight: normal;
      position: absolute;
      right: 5px;
      top: 50%;
      margin-top: -.75em; }
  .side-search-list-g ul {
    padding-left: 0;
    padding-bottom: 15px;
    margin: 0 -4px;
    display: none; }
  .side-search-list-g li {
    padding-left: 0;
    margin: .3em 0;
    width: 50%;
    box-sizing: border-box;
    padding-right: 4px;
    padding-left: 4px;
    text-indent: 0; }
  .side-search-list-g a {
    display: block;
    background-color: #fff;
    border-radius: 2px;
    padding: .5em .5em .4em;
    line-height: 1.25;
    box-sizing: border-box;
    border: solid 3px #fff;
    font-weight: bold;
    text-indent: -1.25em;
    padding-left: 1.5em; }
    .side-search-list-g a:before {
      text-indent: 0; }
    .side-search-list-g a:hover {
      background-color: #f9a825;
      color: #fff; }
      .side-search-list-g a:hover:before {
        color: #fff; }

.sm-category-wrap {
  border: solid 1px #e1e1e1;
  margin-bottom: 1em;
  padding: 1em 1em .5em;
  position: relative;
  border-radius: 3px;
  background-color: #f7fbf2; }
  .sm-category-wrap h3.aco-switch-has-link {
    border-bottom: none;
    margin: 0;
    cursor: pointer;
    position: relative; }
    .sm-category-wrap h3.aco-switch-has-link:after {
      font-family: 'FontAwesome';
      content: "\f068";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61544;');
      font-weight: normal;
      margin-left: .5em;
      float: right;
      margin-right: .5em;
      font-size: 1.75em;
      line-height: 1.2; }
    .sm-category-wrap h3.aco-switch-has-link.aco-hide:after {
      font-family: 'FontAwesome';
      content: "\f067";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61543;'); }
    .sm-category-wrap h3.aco-switch-has-link:hover:after {
      color: #f06292; }

.sm-link-box {
  border: solid 1px #d4d4d4;
  box-shadow: 0 1px 2px #eee;
  border-radius: 3px;
  margin-bottom: 1em;
  margin-top: 1em;
  background-color: #fff; }
  .sm-link-box h2, .sm-link-box h3, .sm-link-box h4 {
    background-color: #fafafa;
    margin: 0;
    padding: .5em .75em;
    border: none; }
  .sm-link-box h2 {
    padding-left: 1.5em; }

.sm-category-wrap {
  border: solid 1px #eee;}
.emergency-link-g {
  border: solid 7px #ff5252;
  margin-top: 2em; }
  .emergency-link-g .title {
    background-color: #ffeeee; }
    .emergency-link-g .title h2 {
      margin: .5em .5em 0;
      background: transparent;
      border-top: none;
      font-size: 1.3125em;
      text-align: center;
      padding: .25em 0; }
      .emergency-link-g .title h2:before {
        display: none; }
  .emergency-link-g ul {
    padding: 0;
    margin: .75em .5em; }
  .emergency-link-g li {
    width: 100%;
    text-align: center;
    margin: .25em 0; }
  .emergency-link-g a {
    background-color: #ff5252;
    display: block;
    padding: 1em 0;
    margin: 0 .5em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3125em;
    line-height: 1; }
    .emergency-link-g a:hover {
      background-color: #ff2e2e; }

.dep-u-box {
  border: solid 1px #e1e1e1;
  margin-bottom: 1em;
  padding: 0 1em;
  border-radius: 3px;
  box-sizing: border-box; }
  .dep-u-box p {
    line-height: 1.5; }

.calender-tool {
  text-align: right; }
  .calender-tool p {
    margin: 0; }
  .calender-tool select {
    margin-left: .5em; }
  .calender-tool a,
  .calender-tool input[type="submit"] {
    padding-left: .5em;
    padding-right: .5em; }
    .calender-tool a.prev:before,
    .calender-tool input[type="submit"].prev:before {
      font-family: 'FontAwesome';
      content: "\f0d9";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61657;');
      display: inline-block;
      margin-right: .25em; }
    .calender-tool a.next:after,
    .calender-tool input[type="submit"].next:after {
      font-family: 'FontAwesome';
      content: "\f0da";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61658;');
      display: inline-block;
      margin-left: .25em; }

.ov-table-wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.calender-table thead th {
  text-align: center; }
  .calender-table thead th span {
    display: inline-block;
    white-space: nowrap; }
.calender-table a[name*="day"] {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333; }
  .calender-table a[name*="day"]:hover {
    color: #f06292; }

.calender_m-table thead th {
  white-space: nowrap;
  width: 14.2857143%; }
  .calender_m-table thead th.sun {
    background-color: #fbd6e3; }
  .calender_m-table thead th.sat {
    background-color: #b6e6fe; }
.calender_m-table tbody td {
  vertical-align: top;
  border-top: solid 2px #c8c8c8;
  background-color: #eee; }
.calender_m-table div {
  box-sizing: border-box;
  min-width: 8em;
  margin: 0 -1em;
  padding: .75em .75em;
  text-align: center;
  border-bottom: solid 1px #e1e1e1; }
.calender_m-table .date-box {
  background-color: #f9f9f9;
  margin-top: -.5em; }
  .calender_m-table .date-box span {
    display: inline-block; }
.calender_m-table .date {
  font-weight: bold; }

.calender_m-table .info-u {
  text-align: left;
  background-color: #fff; }
  .calender_m-table .info-u span {
    display: block; }

.calender_g-table tbody td {
  padding: 0;
  border-top: none; }
  .calender_g-table tbody td.info-u-cell {
    background-color: #fff;
    border-bottom: solid 1px #e1e1e1; }
  .calender_g-table tbody td.date-cell {
    background-color: #f9f9f9;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 2px #c8c8c8; }
.calender_g-table .date-box {
  margin-top: 0; }
.calender_g-table div {
  margin: 0;
  border: none; }

.form-table tbody th {
  text-align: left;
  background-color: #f3f9ea; }
  .form-table tbody th .hissu {
    color: #f06292; }
.form-table tbody td {
  background-color: #fff; }
.form-table tbody th, .form-table tbody td {
  display: block; }
.form-table tbody .pure-input-1-2,
.form-table tbody .pure-input-2-3 {
  width: 100%; }

.form-button {
  font-size: 1.3125em;
  margin-top: 1em; }

.ques-table thead th {
  white-space: nowrap; }

.questionnaire-form label {
  display: inline-block;
  margin-left: 1.5em; }
.questionnaire-form input[type="radio"], .questionnaire-form input[type="checkbox"] {
  margin-right: .25em; }

.map-menu {
  border: solid 1px #e1e1e1;
  padding: .25em 1.5em;
  border-radius: 3px;
  margin-bottom: 1em; }
  .map-menu ul {
    padding-left: 0; }

#map_canvas {
  height: 700px; }
#map_canvas_detail {
  width: 560px;
  height: 420px;
}
.book-list h2 {
  padding-top: .5em;
  padding-bottom: .5em; }
.book-list .book_thumb_img {
  float: left;
  width: 120px;
  margin-right: 1em; }
  .book-list .book_thumb_img img {
    margin-top: 0; }

.em-page {
  color: #000; }
  .em-page .contents-u {
    padding-top: 2em; }
  .em-page .important-g {
    margin-bottom: 2em;
    box-shadow: 0 5px 0 #222; }
    .em-page .important-g .to-list {
      text-align: right;
      padding-right: 1em; }
      .em-page .important-g .to-list a:before {
        color: #ff5252; }

.important-em-list {
  width: 100%; }
  .important-em-list tr {
    display: block;
    border-bottom: solid 1px #ffb8b8; }
  .important-em-list th,
  .important-em-list td {
    display: block;
    text-align: left; }
    .important-em-list th.link-div,
    .important-em-list td.link-div {
      text-align: right; }
      .important-em-list th.link-div a,
      .important-em-list td.link-div a {
        width: 7em;
        background-color: #000;
        color: #fff; }
        .important-em-list th.link-div a:hover,
        .important-em-list td.link-div a:hover {
          background-color: #444; }
        .important-em-list th.link-div a:before,
        .important-em-list td.link-div a:before {
          color: #fff;
          margin-left: -.25em; }
  .important-em-list td {
    padding-bottom: .5em; }
  .important-em-list a {
    font-weight: bold; }

.em-header {
  background-color: #C71515;
  color: #fff;
  padding: 1em 0; }
  .em-header h1 {
    margin: 0 .5em 0 0; }
  .em-header p {
    margin: 0;
    font-weight: bold;
    line-height: 1.25;
    padding: .5em 0 .5em 1em;
    border-left: solid 3px #f28383; }
  .em-header .button-u {
    text-align: right; }
  .em-header .pure-button, .em-header .calender-tool a, .calender-tool .em-header a,
  .em-header .calender-tool input[type="submit"],
  .calender-tool .em-header input[type="submit"] {
    margin-top: .5em;
    background-color: #000;
    color: #fff;
    font-weight: bold; }
    .em-header .pure-button:after, .em-header .calender-tool a:after, .calender-tool .em-header a:after,
    .em-header .calender-tool input[type="submit"]:after,
    .calender-tool .em-header input[type="submit"]:after {
      font-family: 'FontAwesome';
      content: "\f0da";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61658;');
      margin-left: .5em; }
    .em-header .pure-button:hover, .em-header .calender-tool a:hover, .calender-tool .em-header a:hover,
    .em-header .calender-tool input[type="submit"]:hover,
    .calender-tool .em-header input[type="submit"]:hover {
      background-color: #444; }

.em-main-g {
  border: solid 10px #C71515;
  background-color: #fcdfdf;
  padding: 1.5em;
  margin-bottom: 2em;
  box-shadow: 0 5px 0 #222; }
  .em-main-g dl {
    margin: 0; }
  .em-main-g dt {
    font-weight: bold; }
  .em-main-g dd {
    font-weight: bold;
    margin: 0;
    font-size: 2.25em;
    color: #C71515;
    line-height: 1.25; }

.menu-def-g.em-g {
  border: solid 1px #C71515; }
  .menu-def-g.em-g:first-of-type {
    margin-top: 0; }
  .menu-def-g.em-g .title-u {
    background-color: #C71515; }
  .menu-def-g.em-g a:before {
    color: #C71515; }

.site-search-g.site-search-em {
  background-color: #001c58;
  border-radius: 3px;
  padding: 20px 15px 15px;
  color: #fff;
  text-align: center; }
  .site-search-g.site-search-em #cse_search_input {
    display: block; }
  .site-search-g.site-search-em input[name="q"] {
    width: 12em;
    margin: 0 auto .5em -7px; }
  .site-search-g.site-search-em .cse_filetypeselect {
    margin: .25em .5em; }

.subsite-header {
  border-bottom: solid 2px #0e3193;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.1);
  background-position: right 0;
  background-size: 70% auto;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 2em; }
  .subsite-header .subsite-name {
    margin: 0;
    display: inline-block;
    font-size: 1.75em;
    font-weight: normal;
    text-shadow: 1px 1px 1px #fff; }

.subsite-g .page-header {
  border-bottom: solid 1px #0e3193;
  /*background-image: url(/img/page_hd_2.jpg);*/
  background-image: none; }
  .subsite-g .page-header h1:before {
    border-color: #0e3193; }
.subsite-g .page-body .news-g h2:before {
  background: transparent; }

.side-list-u {
  background-color: #fafafa;
  border-radius: 3px;
  margin-bottom: .5em;
  border-bottom: 3px solid #e6e6e6; }
  .side-list-u h2 {
    font-size: 1.0625em;
    margin: 0;
    background-color: #0e3193;
    color: #fff;
    padding: 15px 15px 10px;
    border-radius: 3px;
    line-height: 1.25;
    cursor: pointer;
    position: relative; }
    .side-list-u h2:after {
      font-family: 'FontAwesome';
      content: "\f067";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61543;');
      font-weight: normal;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -.5em; }
    .side-list-u h2.show:after {
      font-family: 'FontAwesome';
      content: "\f068";
      *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#61544;'); }
  .side-list-u ul {
    padding-left: 15px;
    padding-right: 15px;
    display: none; }
    .side-list-u ul a:before {
      color: #0e3193; }

/*
 * -- MEDIA QUERIES --
 */
.show-md-up,
.show-lg-up {
  display: none; }

/*max*/
/*xs*/
/*sm*/
@media screen and (max-width: 35.5em) {
  .hide-xs-down {
    display: none; }

  .page-header h1 {
    font-size: 1.75em; } }
/*md*/
@media screen and (max-width: 48em) {
  .hide-sm-down {
    display: none; } }
/*lg*/
@media screen and (max-width: 64em) {
  .hide-md-down {
    display: none; } }
/*xl*/
/*min*/
@media print, screen and (min-width: 23em) {
  .headlines-g .tab-swith-g a {
    padding: 1em .5em;
    font-size: 1.0625em; }

  .ft-nav .prev a {
    border-radius: 3px 0 0 3px; }
  .ft-nav .up a {
    border-radius: 0 3px 3px 0; } }
/*sm*/
@media print, screen and (min-width: 35.5em) {
  .header-g {
    border-top-width: 9px; }

  .sm-nav-0 {
    top: 80px; }

  .nav-1-g .sitename-u {
    width: 160px; }

  .gnav-g a {
    width: 55%; }

 /* .site-search-g input[name="init_q"] {
    width: 13em; }*/

  .util-sw-g dt {
    font-size: 1.125em; }

  .life-index-wrap:before {
    left: 0; }

  .life-index-g .list-g li {
    width: 25%; }
    .life-index-g .list-g li a {
      padding-top: 70px;
      background-size: 70px auto; }

  .headlines-g .tab-swith-g li {
    width: 33.3333%;
    padding: 0 5px; }

  .footer-g:after {
    top: -55px; }

  .hero-g {
    margin-top: -20px; }
    .hero-g .bx-wrapper .bx-controls-direction a {
      font-size: 2em; }
      .hero-g .bx-wrapper .bx-controls-direction a:before {
        margin-top: -5px; }
	
	.hero-g .kurumichan {
	  width: 130px;
	  height: 184px; }
    .hero-g [class*="fuk-"] {
      width: 113px;
      height: 97px; }
    .hero-g .fuk-kurumichan {
      bottom: 33%;
      right: 2%; }
    .hero-g .fuk-tonekko {
      bottom: 18%;
      right: 2%; }

  .life-index-g .list-g a {
    padding-top: 70px;
    background-size: 70px auto; }

  .page-header {
    padding-top: 2em;
    padding-bottom: 2em;
    background-size: 50%; }

  .subsite-header {
    background-position: right 20%;
    padding-bottom: 5em; }

  .emergency-link-g li {
    width: 33.3333%; } }
/*md*/
@media print, screen and (min-width: 48em) {
  .show-md-up {
    display: block; }
    .show-md-up[class*="pure-u"] {
      display: inline-block; }

  .show-sm-down {
    display: none; }

  body {
    font-size: 16px; }

  .header-g {
    border-top-width: 12px;
    padding-bottom: 15px; }

  .nav-1-g {
    position: absolute;
    width: 360px;
    left: 50%;
    margin-left: -180px; }
    .nav-1-g .sitename-u {
      width: 202px;
      margin-bottom: 1em; }

  .gnav-g {
    padding-top: 25px; }
    .gnav-g li {
      width: 15%; }
    .gnav-g .gnu-3 {
      margin-left: 40%; }
    .gnav-g a {
      height: 100px;
      width: 100%;
      background-size: 117px; }

  .utl-tool-g {
    padding: 2.5em 0 .5em;
    margin-top: -2em; }

  .site-search-g input[name="init_q"] {
    margin: auto; }

  .ft-basic-info-g {
    text-align: left; }
    .ft-basic-info-g .name {
      width: 202px;
      margin: 1.25em 0 1em; }
    .ft-basic-info-g .map {
      float: right;
      width: 329px;
      margin-top: -5em;
      margin-bottom: 0; }
      .ft-basic-info-g .map img {
        width: 100%; }

  .hero-g .parts {
    bottom: -10px;
    right: -30px; }
  .hero-g .fuk-kurumichan {
    bottom: 33%;
    right: 2%; }
  .hero-g .fuk-tonekko {
    bottom: 23%;
    right: 2%; }

  .toppage-contents {
    padding-top: 40px; }

  .life-index-g {
    margin-top: 0; }
    .life-index-g.in-sitemap .list-g li {
      width: 16.6666667%; }

  .page-header {
    background-size: auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    background-size: 45%; }

  .page-tool .page-swich a,
  .page-tool .page-swich strong {
    padding: 8px 1em; }

  .menu-1-g .menu-body .menu-g li {
    width: 49.9%; }

  .side-search-list-g {
    margin-top: 0;
    padding: 1em .75em; }
    .side-search-list-g:before {
      display: block; }
    .side-search-list-g h2 {
      padding: 0; }
      .side-search-list-g h2:before, .side-search-list-g h2:after {
        display: none; }
    .side-search-list-g ul {
      display: block; }
    .side-search-list-g li {
      width: 100%; }

  .subsite-header {
    padding-bottom: 6em; }

  .side-list-u {
    margin-bottom: .75em; }
    .side-list-u h2 {
      border-radius: 3px 3px 0 0;
      cursor: default; }
      .side-list-u h2:after {
        display: none; }
    .side-list-u ul {
      display: block; }

  .calender-table .date-1 {
    width: 15em; }
  .calender-table .date-2-1 {
    width: 4em; }
  .calender-table .date-2-2 {
    width: 9em; }

  .form-table tbody th {
    width: 16em; }
  .form-table tbody th, .form-table tbody td {
    display: table-cell; }
  .form-table tbody .pure-input-1-2 {
    width: 50%; }
  .form-table tbody .pure-input-2-3 {
    width: 66%; }

  .important-em-list tr {
    display: table-row; }
  .important-em-list th,
  .important-em-list td {
    display: table-cell;
    padding: .5em 0; }
    .important-em-list th.link-div,
    .important-em-list td.link-div {

      text-align: right;
      padding-left: 1em; }
  .important-em-list th {
    padding-right: 1em;
    width: 11em; } }
/*lg*/
@media print, screen and (min-width: 64em) {

  .show-lg-up {
    display: block; }
    .show-lg-up[class*="pure-u"] {
      display: inline-block; }

  .show-md-down {
    display: none; }

  .site-search-g,
  .util-sw-g {
    text-align: left; }

  .util-sw-g {
    border-left: 1px solid #fff;
    margin-top: 0; }
    .util-sw-g .color-g {
      padding-left: 1.5em; }

  .footer-g:after {
    top: -65px;
    background-size: auto; }
  .footer-g .bx-wrapper .bx-controls-direction a:before {
    margin-top: -28px;
    line-height: 1;
    font-size: 3.4375em; }
  .footer-g .bx-wrapper .bx-prev {
    left: -50px; }
  .footer-g .bx-wrapper .bx-next {
    right: -50px; }

  .hero-g .fuk-kurumichan {
    bottom: 35%;
    right: 4%; }
  .hero-g .fuk-tonekko {
    bottom: 30%;
    right: 2%; } }
@media print, screen and (min-width: 70em) {
  .hero-g .bx-wrapper .bx-controls-direction a {
    font-size: 3em; }
    .hero-g .bx-wrapper .bx-controls-direction a:before {
      margin-top: -20px; }
  .hero-g .bx-wrapper .bx-prev {
    left: -50px; }
  .hero-g .bx-wrapper .bx-next {
    right: -50px; } }
/*xl*/
/*print*/
/*device*/
.kuro * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important; }
.kuro .header-g {
  border-color: #8bc34a !important; }
  .kuro .header-g .sw-g {
    background-color: #fff !important; }
    .kuro .header-g .sw-g * {
      background-color: #fff !important;
      color: #000 !important; }
.kuro .util-sw-g .color-g .shiro a {
  background-color: #ffffff !important;
  color: #000000 !important; }
.kuro .util-sw-g .color-g .kuro a {
  background-color: #000000 !important;
  color: #ffffff;
  border: 2px solid #FFFFFF; }
.kuro .page-header h1 {
  background: transparent !important; }
.kuro .gnav-g.sm-nav-2.show-sm-down ul, .kuro .gnav-g.sm-nav-2.show-sm-down li, .kuro .gnav-g.sm-nav-2.show-sm-down a {
  background-color: #fff !important;
  color: #000 !important; }
.kuro .sm-nav-switch.show-sm-down {
  background-color: #fff !important;
  color: #000 !important; }
.kuro .utl-tool-g.sm-nav-3.show-sm-down {
  border-bottom: solid 2px #fff; }
  .kuro .utl-tool-g.sm-nav-3.show-sm-down input {
    background-color: #fff !important; }
.kuro .sm-nav-0.show-sm-down {
  background-color: rgba(0, 0, 0, 0.5) !important; }
.kuro #tmp_query { border: 2px solid #FFFFFF !important; }
.kuro .contents-g.toppage-g { background-image: none !important; }
.kuro .contents-g.toppage-g:after { background-color: transparent !important; }
.kuro .menu-body .news-g,
.kuro .menu-body .life-index-g { border-bottom: 1px solid #FFFFFF !important; }
.kuro .menu-body .news-g .title-u { border: 1px solid #FFFFFF !important; }
.kuro .side-search-list-g { border: 1px solid #FFFFFF !important; }
.kuro .life-index-g { background-color: #333333 !important; }
.kuro .life-index-g .list-g ul { background-color: #333333 !important; }
.kuro .life-index-g .list-g li { background-color: transparent !important; }
.kuro .life-index-g .list-g li a { border-bottom-color: transparent !important; }
.kuro .pure-u-lg-1-2 a, .kuro .pure-u-lg-12-24 a { background-color: #333333 !important; }
.kuro .menu-def-g { background-color: #333333 !important; }
  .kuro .menu-def-g ul { background-color: transparent !important; }
    .kuro .menu-def-g ul li { background-color: transparent !important; }
.kuro .link-list a,.kuro  .footer-g .banner-g .link-about a { border-bottom-color: transparent !important; }
.kuro .tab-swith-g li a { background-color: #666666 !important; }
  .kuro .tab-swith-g li.current a { background-color: #333333 !important; }
.kuro .tab-contents-g .tabc-u { background-color: #333333 !important; }
/*
.kuro .header-g { background-image: none !important; }
.kuro .page-header { background-image: none !important; }
*/

.ao * {
  background-color: #0000ff !important;
  color: #ffff00 !important;
  border-color: #ffff00 !important; }
.ao .header-g {
  border-color: #8bc34a !important; }
  .ao .header-g .sw-g {
    background-color: #fff !important; }
    .ao .header-g .sw-g * {
      background-color: #fff !important;
      color: #000 !important; }
.ao .util-sw-g .color-g .shiro a {
  background-color: #ffffff !important;
  color: #000000 !important; }
.ao .util-sw-g .color-g .kuro a {
  background-color: #000000 !important;
  color: #ffffff; }
.ao .util-sw-g .color-g .ao a {
  background-color: #0000ff !important;
  border: 2px solid #FFFFFF; }
.ao .page-header h1 {
  background: transparent !important; }
.ao .gnav-g.sm-nav-2.show-sm-down ul, .ao .gnav-g.sm-nav-2.show-sm-down li, .ao .gnav-g.sm-nav-2.show-sm-down a {
  background-color: #fff !important;
  color: #000 !important; }
.ao .sm-nav-switch.show-sm-down {
  background-color: #fff !important;
  color: #000 !important; }
.ao .utl-tool-g.sm-nav-3.show-sm-down {
  border-bottom: solid 2px #fff; }
  .ao .utl-tool-g.sm-nav-3.show-sm-down input {
    background-color: #fff !important; }
.ao .sm-nav-0.show-sm-down {
  background-color: rgba(0, 0, 0, 0.5) !important; }
.ao #tmp_query { border: 2px solid #FFFFFF !important; }
.ao .contents-g.toppage-g { background-image: none !important; }
.ao .contents-g.toppage-g:after { background-color: transparent !important; }
.ao .menu-body .news-g,
.ao .menu-body .life-index-g { border-bottom: 1px solid #FFFFFF !important; }
.ao .menu-body .news-g .title-u { border: 1px solid #FFFFFF !important; }
.ao .side-search-list-g { border: 1px solid #FFFFFF !important; }
.ao .life-index-g { background-color: #0000aa !important; }
.ao .life-index-g .list-g ul { background-color: #0000aa!important; }
.ao .life-index-g .list-g li { background-color: transparent !important; }
.ao .life-index-g .list-g li a { border-bottom-color: transparent !important; }
.ao .pure-u-lg-1-2 a, .pure-u-lg-12-24 a { background-color: #0000aa !important; }
.ao .menu-def-g { background-color: #0000aa !important; }
  .ao .menu-def-g ul { background-color: transparent !important; }
    .ao .menu-def-g ul li { background-color: transparent !important; }
.ao .link-list a,.kuro  .footer-g .banner-g .link-about a { background-color: transparent !important; }
.ao .tab-swith-g li a { background-color: #0000d9 !important; }
  .ao .tab-swith-g li.current a { background-color: #0000aa !important; }
.ao .tab-contents-g .tabc-u { background-color: #0000aa !important; }
/*
.ao .header-g { background-image: none !important; }
.ao .page-header { background-image: none !important; }
*/

/* 回り込み打ち消し */
.contents-g .sw-g.contents-u .page-body div.detail_table_center {
	clear:both;
	width:100%;
	margin:0px 0px 14px 0px;
	padding:0px;
}

.contents-g .sw-g.contents-u .page-body div.detail_writing {
	clear:both;
	width:100%;
	margin:0px 0px 14px 0px;
	padding:0px;
}

.contents-g .sw-g.contents-u .page-body div.detail_map {
	clear:both;
	width:100%;
	margin:0px 0px 14px 0px;
	padding:0px;
}

.contents-g .sw-g.contents-u .page-body div.detail_free {
	clear:both;
	width:100%;
	margin:0px 0px 14px 0px;
	padding:0px;
}

.contents-g .sw-g.contents-u .page-body div.detail_image_normal {
	clear:both;
	width:100%;
	margin:0px 0px 14px 0px;
	padding:0px;
}

.contents-g .sw-g.contents-u .page-body div.detail_image_left {
	text-align:left;
	margin:14px 2px 14px 2px;
	padding:0px;
}

.contents-g .sw-g.contents-u .page-body div.detail_image_center {
	text-align:center;
	margin:14px 2px 14px 2px;
	padding:0px;
}

.contents-g .sw-g.contents-u .page-body div.detail_image_right {
	text-align:right;
	margin:14px 2px 14px 2px;
	padding:0px;
}

.contents-g .sw-g.contents-u .page-body div.detail_h2 {
	clear:both;
	width:100%;
}

.contents-g .sw-g.contents-u .page-body div.detail_h3 {
	clear:both;
	width:100%;
}

.contents-g .sw-g.contents-u .page-body div[class*="detail"] img{
	max-width: 100%;
	height: auto !important;
}

/* 表 */
.detail_free table {
	border-color:#C0BFA0;
	border-collapse:collapse;
	border-style:solid;
	border-width:2px;
	margin:0 0 10px;
}

.detail_free th {
	border-color:#C0BFA0;
	border-collapse:collapse;
	background:#F4F5E3;
	border-style:solid;
	border-width:1px;
	padding:0.2em 0.8em 0.2em 0.8em;
	font-size:88.8%;
}
.detail_free td {
	border-color:#C0BFA0;
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	padding:0.2em 0.8em 0.2em 0.8em;
	font-size:88.8%;
}
.no_data { letter-spacing: normal; }

/* 添付ファイルにアイコンを付加 */
.file_pdf {
	margin: 1em 0 1em 10px;
	padding: 0 0 0 26px;
	background: url("/img/icon_p.gif") no-repeat 0 0.15em;
}
.file_excel {
	margin: 1em 0 1em 10px;
	padding: 0 0 0 26px;
	background: url("/img/icon_x.gif") no-repeat 0 0.15em;
}
.file_word {
	margin: 1em 0 1em 10px;
	padding: 0 0 0 26px;
	background: url("/img/icon_w.gif") no-repeat 0 0.15em;
}
.file_etc {
	margin: 1em 0 1em 10px;
	padding: 0 0 0 26px;
	background: url("/img/icon_s.gif") no-repeat 0 0.15em;
}

/* PDF,WMPリンク */
.pdf_download,
.wmplayer_download {
	clear: both;
	margin: 20px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
}
.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
	float: left;
	margin: 0;
}
.tenpu_txt {
	float: left;
	margin: 0 0 0 1em;
}