@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix
--------------------------------------------------------*/
.cf:before, .footer .sites:before, .footer .sites .col:before, .footer .sites .col dl dd ul:before, .cf:after, .footer .sites:after, .footer .sites .col:after, .footer .sites .col dl dd ul:after {
  content: " ";
  display: table;
}

.cf:after, .footer .sites:after, .footer .sites .col:after, .footer .sites .col dl dd ul:after {
  clear: both;
}

.cf, .footer .sites, .footer .sites .col, .footer .sites .col dl dd ul {
  *zoom: 1;
}

/* mixins
--------------------------------------------------------*/
/* basic layouts
--------------------------------------------------------*/
body.home {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  color: #666666;
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body h1, body h2, body h3, body h4, body h5, body h6, body pre, body form, body fildset, body input, body textarea, body p, body blockquote, body table, body th, body td, body address {
  margin: 0;
  padding: 0;
  
}
body table {
  border-collapse: collapse;
  border-spacing: 0;
}
body textarea, body input {
  margin: 0;
  padding: 0;
}
body caption, body th {
  text-align: left;
}
body td, body th {
  vertical-align: middle;
}
body fieldset, body img, body abbr {
  border: none;
}
body hr {
  display: none;
}
body ul {
  margin: 0;
  padding: 0;
}
body.home li ,.header li, .gnav li, .footer li{
  list-style: none;
  float: left;
}
body.home a ,.header a, .gnav a, .footer a{
  text-decoration: underline;
  color: #666666;
}
body.home a:hover ,body.home a:active, body.home a:focus,
.header a:hover, .header a:active, .header a:focus,
.gnav a:hover, .gnav a:active, .gnav a:focus,
.footer a:hover, .footer a:active, .footer a:focus {
  color: #999;
}
body img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
body .fl {
  float: left;
}
body .fr {
  float: right;
}
body .inner {
  width: 960px;
  margin: 0 auto;
}
body .section {
  margin: 20px 0 0 0;
  padding: 0 0 20px;
  background-color: #fff;
}
body .section .inner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
body a img {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
body a img:hover, body a img:active, body a img:focus {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* common layouts
--------------------------------------------------------*/
body {
  background-image: url(../img/bg_foot.png);
  background-position: 0 100%;
  background-repeat: repeat-x;
}

.header.section {
  margin: 0;
  padding: 0;
}
.header.section .inner h1 {
  float: left;
}
.header.section .inner div.fr {
  width: 500px;
}
.header.section .inner div.fr .left {
  width: 220px;
  margin: 12px 0 0 0;
}
.header.section .inner div.fr .left ul {
  margin: 0px 0 0;
}
.header.section .inner div.fr .left ul li a {
  color: #639139;
  text-decoration: none;
}
.header.section .inner div.fr .left ul li a:hover, .header.section .inner div.fr .left ul li a:active, .header.section .inner div.fr .left ul li a:focus {
  text-decoration: underline;
}
.header.section .inner div.fr .left ul .last-child {
  border-left: 1px solid #639139;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.header.section .inner div.fr .access-map {
  float: right;
  margin: 12px 0 0 0;
}
.header.section .inner div.fr .access-map img {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.header.section .inner div.fr .access-map img:hover, .header.section .inner div.fr .access-map img:active, .header.section .inner div.fr .access-map img:focus {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.header.section .g-custom-search .gsc-control-cse {
  padding: 0;
}
.header.section .g-custom-search .gsc-control-cse .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 5px;
}
.header.section .g-custom-search .gsc-control-cse td.gsc-search-button {
  padding-top: 2px;
}
.header.section .g-custom-search .gsc-control-cse input.gsc-search-button, .header.section .g-custom-search .gsc-control-cse input.gsc-search-button:hover, .header.section .g-custom-search .gsc-control-cse input.gsc-search-button:focus {
  border-color: #61933C;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkYmM4NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzdhMjU3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjE5MzNjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9dbc86), color-stop(50%, #77a257), color-stop(100%, #61933c));
  background-image: -moz-linear-gradient(#9dbc86, #77a257, #61933c);
  background-image: -webkit-linear-gradient(#9dbc86, #77a257, #61933c);
  background-image: linear-gradient(#9dbc86, #77a257, #61933c);
  background-color: #6E9C4C;
  margin-top: 1px;
}

.va {
  width: 960px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.va .inner {
  width: 720px;
  filter: alpha(opactiy=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: relative;
}
.va ul {
  width: 3000px;
}
.va .loader {
  text-align: center;
  margin-top: 135px;
}

.gnav {
  text-align: center;
  background-color: #F9F9F4;
}
.gnav ul.menus li a {
  display: block;
  width: 120px;
  height: 110px;
  background-image: url(../img/gnav01.png);
  background-repeat: no-repeat;
  background-size: 120px 110px;
  text-indent: -9999px;
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.gnav ul.menus li a:hover, .gnav ul.menus li a:active, .gnav ul.menus li a:focus {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gnav ul.menus li .gnav02 {
  background-image: url(../img/gnav06.png);
}
.gnav ul.menus li .gnav03 {
  background-image: url(../img/gnav02.png);
}
.gnav ul.menus li .gnav04 {
  background-image: url(../img/gnav03.png);
}
.gnav ul.menus li .gnav05 {
  background-image: url(../img/gnav04.png);
}
.gnav ul.menus li .gnav06 {
  background-image: url(../img/gnav05.png);
}
.gnav ul.menus li .gnav07 {
  background-image: url(../img/gnav07.png);
}
.gnav ul.menus li .gnav08 {
  background-image: url(../img/gnav08.png);
}
.gnav .inner {
  position: relative;
}
.gnav .inner .nav-contents {
  position: absolute;
  top: 88px;
  left: 0px;
  display: none;
  width: 940px;
  height: auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 10000;
}
.gnav .inner .nav-contents .cont {
  background-image: url(../img/bg-menu.png);
  background-repeat: repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #CFCFCF;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: absolute;
  top: 0;
  left: 10px;
  width: 920px;
  padding: 10px;
  height: auto;
}
.gnav .inner .nav-contents .cont .arrow {
  background-image: url(../img/tooltips.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 18px;
  position: absolute;
  top: -17px;
  left: 32px;
}
.gnav .inner .nav-contents .cont.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gnav .inner .nav-contents .cont.show {
  display: block;
}
.gnav .inner .nav-contents .cont.cont02 .arrow {
  left: 153px;
}
.gnav .inner .nav-contents .cont.cont03 .arrow {
  left: 274px;
}
.gnav .inner .nav-contents .cont.cont04 .arrow {
  left: 395px;
}
.gnav .inner .nav-contents .cont.cont05 .arrow {
  left: 513px;
}
.gnav .inner .nav-contents .cont.cont06 .arrow {
  left: 634px;
}
.gnav .inner .nav-contents .cont.cont07 .arrow {
  left: 754px;
}
.gnav .inner .nav-contents .cont.cont08 .arrow {
  left: 875px;
}
.gnav .inner .nav-contents.show {
  display: block;
}
.gnav .inner .nav-contents.in {
  top: 110px;
}
.gnav .inner .cont .inner .bloc {
  margin-top: 30px;
  margin-left: 30px;
  float: left;
}
.gnav .inner .cont .inner .bloc ul li {
  margin: 0 0 0 1px;
}
.gnav .inner .cont .inner .bloc ul li a {
  display: block;
  text-decoration: none;
}
.gnav .inner .cont .inner .bloc ul li a:hover p, .gnav .inner .cont .inner .bloc ul li a:active p, .gnav .inner .cont .inner .bloc ul li a:focus p {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gnav .inner .cont .inner .bloc ul li p {
  margin: 5px 0 0;
  text-align: left;
  font-size: 13px;
  text-decoration: none;
  color: #000;
}
.gnav .inner .cont .inner .small-bloc {
  margin: 30px 0 0 20px;
  float: left;
  width: 198px;
}
.gnav .inner .cont .inner .small-bloc ul li {
  margin: 0 0 1px 1px;
}
.gnav .inner .cont .inner .bloc.half {
  width: 422px;
  margin-left: 26px;
  margin-top: 20px;
}
.gnav .inner .cont .inner .bloc.half h2 {
  float: none;
  margin: 0 0 10px;
}
.gnav .inner .cont .inner .bloc.half ul li {
  margin: 0 0 1px 1px;
}
.gnav .inner .cont .inner .bloc.half .left {
  width: 322px;
}
.gnav .inner .cont .inner .bloc.half .right {
  width: 100px;
}
.gnav .inner .cont .inner .bloc.half .btnwrap a.btn {
  margin: 5px 0px 10px 0px;
}
.gnav .inner .cont .inner .sec {
  margin-left: 30px;
}
.gnav .inner .cont .inner .tables {
  margin-top: 25px;
  float: left;
}
.gnav .inner .cont .inner .tables table {
  width: 340px;
  border: none;
}
.gnav .inner .cont .inner .tables table tr td {
  vertical-align: middle;
  width: 120px;
  border: none;
  padding: 5px 0 5px 5px;
  text-align: left;
}
.gnav .inner .cont .inner .tables table tr td a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #000;
}
.gnav .inner .cont .inner .tables table tr td a:hover, .gnav .inner .cont .inner .tables table tr td a:active, .gnav .inner .cont .inner .tables table tr td a:focus {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gnav .inner .cont .inner .tables table tr td.thumb {
  padding: 5px 0;
  width: 50px;
}
.gnav .inner .cont h2 {
  text-align: left;
  line-height: 32px;
  font-family: "メイリオ", "Meiryo";
  font-weight: normal;
  margin: 30px 0 10px 30px;
  float: left;
  color: #000;
}
.gnav .inner .cont .btnwrap {
  float: right;
  text-align: center;
}
.gnav .inner .cont .btnwrap a.btn {
  width: 198px;
  line-height: 32px;
  color: #fff;
  display: block;
  background-color: #5EBED2;
  text-decoration: none;
  margin: 30px 28px 10px 0px;
}
.gnav .inner .cont .btnwrap a.btn:hover, .gnav .inner .cont .btnwrap a.btn:active, .gnav .inner .cont .btnwrap a.btn:focus {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
/* google custom search
--------------------------------------------------------*/
.gsib_a {
padding: 0px 0px 0 !important;
}

/* wrapper
--------------------------------------------------------*/
.wrapper {
  background-color: #F9F9F4;
  padding: 20px 0 0 0;
  text-align: center;
}
.wrapper .inner {
  position: relative;
  text-align: left;
}
.wrapper .inner .banner {
  width: 170px;
  position: relative;
  top: 0px;
}
.wrapper .inner .banner img {
  max-width: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.wrapper .inner .banner-left {
  left: -200px;
}
.wrapper .inner .banner-right {
  left: 990px;
}
.wrapper .inner .close {
  position: absolute;
  top: 3px;
  left: 7px;
}
.wrapper .main-area {
  width: 720px;
  float: left;
}
.wrapper .main-area .ticker dl {
  width: 100%;
  height: 40px;
  margin: 0 0 5px;
}
.wrapper .main-area .ticker dl dt {
  color: #fff;
  float: left;
  height: 20px;
  line-height: 20px;
  background-color: #7088CF;
  width: 188px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.wrapper .main-area .ticker dl dd {
  line-height: 20px;
  color: #000;
  width: 492px;
  height: 20px;
  float: left;
  padding: 10px;
  background-color: #fff;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  overflow: auto;
}
.wrapper .main-area .posts {
  width: 680px;
  margin: 30px auto 0;
}
.wrapper .main-area .posts h2 {
  background-color: #EEE498;
  background-image: url(../img/ic_circle.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 650px;
  height: 16px;
  margin: 0 auto;
}
.wrapper .main-area .posts h2.c2 {
  background-color: #EADCEB;
}
.wrapper .main-area .posts h2.c3 {
  background-color: #F7DBD7;
}
.wrapper .main-area .posts img {
  vertical-align: top;
}
.wrapper .main-area .posts a {
  text-decoration: none;
}
.wrapper .main-area .posts a img {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.wrapper .main-area .posts a img:hover, .wrapper .main-area .posts a img:active, .wrapper .main-area .posts a img:focus {
  filter: alpha(opactiy=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.wrapper .main-area .posts .rss {
  position: absolute;
  right: 78px;
  top: 8px;
}
.wrapper .main-area .posts .all {
  position: absolute;
  right: 10px;
  top: 8px;
}
.wrapper .main-area .posts-list {
  margin: 15px 0 0;
}
.wrapper .main-area .posts-list .date {
  margin: 0 40px 0 0;
  width: 130px;
  padding: 5px 5px 5px 25px;
}
.wrapper .main-area .posts-list .date span {
  background-image: url(../img/ic_arrow_b.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-size: 13px;
  color: #999999;
  display: block;
}
.wrapper .main-area .posts-list td {
  padding: 5px 5px 5px 10px;
  vertical-align: top;
}
.wrapper .main-area .posts-list td a {
  font-size: 13px;
  color: #000;
}
.wrapper .main-area .posts-list td a:hover, .wrapper .main-area .posts-list td a:active, .wrapper .main-area .posts-list td a:focus {
  color: #888;
}
.wrapper .main-area .posts-list li {
  float: none;
  margin: 5px 0 5px 25px;
}
.wrapper .main-area .posts-list li a {
  background-image: url(../img/ic_arrow_b.png);
  background-repeat: no-repeat;
  background-position: 115px 50%;
  font-size: 13px;
  color: #000;
}
.wrapper .main-area .posts-list li a span.date {
  margin: 0 40px 0 0;
  color: #999999;
}
.wrapper .main-area .posts-list li a:hover, .wrapper .main-area .posts-list li a:active, .wrapper .main-area .posts-list li a:focus {
  color: #888;
}
.wrapper .main-area .posts-bloc {
  margin: 20px 0 0;
      display: flex;
    flex-wrap: wrap;
}
.wrapper .main-area .posts-bloc li {
  width: 145px;
  margin: 0 0 20px 20px;
}
.wrapper .main-area .posts-bloc li img{
/*	width:145px;
	height:100px;
	*/
}
.wrapper .main-area .posts-bloc li a {
  text-decoration: none;
}

.wrapper .main-area .posts-bloc li a.thumbtrim{
	display: inline-block;
border: 1px solid #ddd;
width:145px;
height: 100px;
  text-align:center;
}
.wrapper .main-area .posts-bloc li a.thumbtrim img{
 position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
.wrapper .main-area .posts-bloc li p {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 120%;
}
.wrapper .sidebar {
  width: 220px;
  margin: 0 0 0 20px;
  float: left;
}
.wrapper .sidebar .weather {
  width: 220px;
  height: 100px;
  background-image: url(../img/bg_weather.png);
  background-repeat: no-repeat;
  position: relative;
}
.wrapper .sidebar .weather span {
  position: absolute;
  color: #fff;
}
.wrapper .sidebar .weather .date {
  top: 20px;
  left: 20px;
  font-size: 20px;
}
.wrapper .sidebar .weather .temp {
  top: 50px;
  left: 20px;
  font-size: 14px;
}
.wrapper .sidebar .weather .humid {
  top: 64px;
  left: 20px;
  font-size: 14px;
}
.wrapper .sidebar .weather .icon {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  display: block;
  text-indent: -9999px;
  right: 20px;
  top: 20px;
}
.wrapper .sidebar .weather .icon01 {
  width: 59px;
  height: 59px;
  background-size: 59px 59px;
  background-image: url(../img/weather/ic01.png);
}
.wrapper .sidebar .weather .icon02 {
  background-image: url(../img/weather/ic02.png);
}
.wrapper .sidebar .weather .icon03 {
  background-image: url(../img/weather/ic03.png);
}
.wrapper .sidebar .weather .icon04 {
  background-image: url(../img/weather/ic04.png);
}
.wrapper .sidebar .weather .icon05 {
  background-image: url(../img/weather/ic05.png);
}
.wrapper .sidebar .weather .icon06 {
  background-image: url(../img/weather/ic06.png);
}
.wrapper .sidebar .weather .icon07 {
  background-image: url(../img/weather/ic07.png);
}
.wrapper .sidebar .weather .icon08 {
  height: 61px;
  background-size: 60px 61px;
  background-image: url(../img/weather/ic08.png);
}
.wrapper .sidebar .info {
  margin: 10px 0 0;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.wrapper .sidebar .info ul {
  padding: 10px 0 20px;
}
.wrapper .sidebar .info ul li {
  margin: 10px 0 0 12px;
}
.wrapper .sidebar .banners {
  margin: 10px 0 0;
}
.wrapper .sidebar .banners ul li {
  margin: 0 0 10px 0;
}

/* 特集 */
.tokushu ul li {
	border: 1px solid #DFDFDF;
	float: left;
	width: 140px;
	height: 140px;
	margin: 0 10px 10px 0;
	padding: 10px;
}
.tokushu ul li.pr {
	padding:	0;
}
.tokushu ul li:last-child {
	margin: 0;
}

.tokushu_h {
	background: url(../img/tokushu_h.png) no-repeat;
	height: 50px;
	position: relative;
	font-size: 22px;
	color: #8b8b8b;
	padding: 5px 0 0 44px;
}
.tokushu ul li .thumbnail {
	margin: 0 0 5px;
}
.tokushu ul li .readmore a {
	background: url(../img/main_arrow.png) no-repeat left center;
	padding: 0 0 0 20px;
	color: #3868A0;
	float: right;
}

.pastnews {
	background: url(../img/pastnews_btn.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 28px;
}

/* 新着店舗 */
.shop_h {
	background: url(../img/shop_h.png) no-repeat;
	height: 50px;
	margin: 0 0 10px;
	font-size: 22px;
	color: #8b8b8b;
	padding: 5px 0 0 44px;
}
.newshop ul li {
	float: left;
	width: 650px;
	border: 1px solid #DFDFDF;
	margin:0 0 10px;
	padding: 10px;
}
.newshop ul li .thumbnail {
	border: 1px solid #DFDFDF;
	display: table;
	width: 158px;
	height: 109px;
}
.newshop ul li .newleft {
	float: left;
	width: 160px;
	text-align: center;
}
.newshop ul li .newright {
	float: right;
	width: 480px;
}
.newshop ul li .newright .cat {
	font-weight: bold;
	font-size: 120%;
	color: #777;
}
.newshop ul li .newright .title {
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0 0;
}
.newshop ul li .newright .title a {
	color: #3868A0;
}
.newshop ul li .newright .rubi {
	font-size: 90%;
	margin: 5px 0 10px;
}
.newshop ul li .readmore a {
	background: url(../img/main_arrow.png) no-repeat left center;
	margin: 10px 0 0;
	padding: 0 0 0 20px;
	color: #3868A0;
	float: right;
}

/* footer */

.footer {
  background-image: url(../img/bg_foot_img.png);
  background-repeat: repeat-x;
  background-position: 50% 100%;
  background-color: #F9F9F4;
  text-align: center;
}
.footer .inner {
  background-image: url(../img/bg_foot_img.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 35px 0 0;
  text-align: left;
}
.footer .lower {
  height: 220px;
  padding: 100px 0 0;
}
.footer .lower ul {
  width: 870px;
  margin: 0 auto;
}
.footer .lower ul li {
  margin: 0 0 0 35px;
}
.footer .lower p {
  margin: 35px 0 30px;
  text-align: center;
  background: #fff;
}
.footer .contents h2 {
  margin: 0 0 25px 0;
}
.footer .adv ul {
  margin: 25px 0 0;
}
.footer .adv ul li {
  margin: 0 4px 8px;
}
.footer .sites {
  margin: 30px 0 0;
}
.footer .sites .col {
  width: 240px;
  margin: 0;
  float: left;
}
.footer .sites .col dl {
  width: 100%;
  margin: 0 0 20px;
}
.footer .sites .col dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.footer .sites .col dl dd ul {
  width: 230px;
  padding: 0 0 0 10px;
  margin: 15px 0 25px;
}
.footer .sites .col dl dd ul li {
  list-style-image: url(../img/ic_arrow_g.png);
  list-style-position: outside;
  padding: 0 10px 0 0px;
  margin: 0 0 5px 10px;
  float: none;
}
.footer .sites .col dl dd ul li a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

#scrollUp {
  background-image: url("../img/top.png");
  bottom: 20px;
  right: 20px;
  width: 38px;
  /* Width of image */
  height: 38px;
  /* Height of image */
}


/*****20180521 タウンガイドのサイドバーをトップに追加*****/

/********** sidemenu **********/

body.home #sidebar li {
    float: none;
}

body.home #sidebar a:hover,body.home #sidebar a:focus,body.home #sidebar a:hover img,body.home #sidebar a:focus img,body.home #sidebar input[type="image"]:hover {
	color: #333;
	text-decoration: underline;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.bnr {
	margin: 5px 0;
}

ul.sidemenu1{margin-top:15px;}
ul.sidemenu1 li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 0 0 5px;
}
ul.sidemenu1 li.menu1 a {
	background: url(../images/sidemenu1.png) no-repeat left top;
	height: 50px;
}
ul.sidemenu1 li.menu2 a {
	background: url(../images/sidemenu1.png) no-repeat left -50px;
	height: 50px;
}
ul.sidemenu1 li.menu3 a {
	background: url(../images/sidemenu1.png) no-repeat left -100px;
	height: 50px;
}
ul.sidemenu1 li.menu4 a {
	background: url(../images/sidemenu1.png) no-repeat left -150px;
	height: 37px;
	margin: 15px 0 5px;
}
ul.sidemenu1 li.menu5 a {
	background: url(../images/sidemenu1.png) no-repeat left -187px;
	height: 37px;
	margin: 0 0 15px;
}


.sidemenu2 h3 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 25px;
	background: url(../images/sidemenu2_h.png) no-repeat;
}
.sidemenu2 ul {
	border: 1px solid #9A836F;
	background: #FAF9F7;
}
.sidemenu3 h3 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 25px;
	background: url(../images/sidemenu3_h.png) no-repeat;
}
.sidemenu3 ul {
	float: left;
	border: 1px solid #9A836F;
	background: #FAF9F7;
	padding: 0 0 25px 10px;
}
.sidemenu3 ul li img {
	margin: 25px 0 5px;
}
.sidemenu3 ul li ul {
	border: none;
	margin: 0;
	padding: 0 0 0 5px;
}
.sidemenu3 ul li a {
	color: #666;
    background: url(../images/sidemenu_arrow.png) no-repeat left center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0 10px 0 20px;
    float: left;
    width: 170px;
}
.sidemenu3 ul li a:hover {
	text-decoration: underline;
}
.sidemenu4 {
	float: left;
	background: #5B9D09;
	margin: 20px 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.sidemenu4 h3 {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
.sidemenu4 ul li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 10px 15px;
	height: 30px;
}
.sidemenu4 ul li.menu1 a {
	background: url(../images/sidemenu4_btn.png) no-repeat left top;
}
.sidemenu4 ul li.menu2 a {
	background: url(../images/sidemenu4_btn.png) no-repeat left -30px;
}
.sidemenu4 ul li.menu3 a {
	background: url(../images/sidemenu4_btn.png) no-repeat left -60px;
}
.sidemenu4 ul li.menu4 a {
	background: url(../images/sidemenu4_btn.png) no-repeat left -90px;
}
.sidemenu4 ul li.menu5 a {
	background: url(../images/sidemenu4_btn.png) no-repeat left -120px;
}


/****** タウンガイドの店舗検索をトップに追加　******/
body.home .search_area a:hover,body.home .search_area a:focus,body.home .search_area a:hover img,body.home .search_area a:focus img,body.home .search_area input[type="image"]:hover {
	color: #333;
	text-decoration: underline;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.search_title {
	margin: 5px 0 0;
	float: left;
}

.search_word input[type=text] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #D0E1BF 1px solid;
	width: 320px;
	height: 25px;
	padding: 5px;
	background: #ECF5E3;
	margin: 0 0 0 20px;
}
.search_word input[type=text]:focus {
	border: solid 1px #20b2aa;
}
.search_word input[type=text], select {
	outline: none;
}
.search_word .submit {
	margin: 5px 0 0 -60px;
}
.search_word .left {
    float: left;
}

.search_genre {
	padding: 15px;
	height: 210px;
}
.search_genre h3 {
	background: url(../images/search_genre_h.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 40px;
}
.search_genre ul {
	background: url(../images/genre_btn.png) no-repeat;
	margin: 15px 0;
	position: relative;
	height: 139px;
}
.search_genre ul li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search_genre ul li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 150px;
	height: 40px;
	position: absolute;
}
.search_genre ul li a:hover {
	background: #fff;
}
.search_genre ul li.menu1 a {
}
.search_genre ul li.menu2 a {
	left: 159px;
}
.search_genre ul li.menu3 a {
	left: 320px;
}
.search_genre ul li.menu4 a {
	top: 50px;
}
.search_genre ul li.menu5 a {
	top: 50px;
	left: 159px;
}
.search_genre ul li.menu6 a {
	top: 50px;
	left: 320px;
}
.search_genre ul li.menu7 a {
	top: 100px;
}
.search_genre ul li.menu8 a {
	top: 100px;
	left: 159px;
}
.search_genre ul li.menu9 a {
	top: 100px;
	left: 320px;
}
.search_genre ul li.menu10 a {
	left: 480px;
	width: 150px;
	height: 138px;
}
.search_op {
	height: 120px;
}
.search_op ul li {
 background:
}
.search_op ul li a {
	float: left;
	width: 147px;
	height: 100px;
	padding: 10px;
	text-decoration: none;
}
.search_op ul li a p {
	height: 40px;
	margin: 0 0 5px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.search_op ul li.menu1 a p {
	background: url(../images/search_op_h.png) no-repeat;
}
.search_op ul li.menu2 a p {
	background: url(../images/search_op_h.png) no-repeat left -40px;
}
.search_op ul li.menu3 a p {
	background: url(../images/search_op_h.png) no-repeat left -80px;
}
.search_op ul li.menu4 a p {
	background: url(../images/search_op_h.png) no-repeat left -120px;
}

.search_area {
    background: none;
    width: 670px;
    height: auto;
    margin: 0 auto;
}
.search_word {
	background: url(../images/search_bg.png) no-repeat;
	padding: 19px 15px 11px;
	height: 38px;
}
.search_box {
	background: url(../images/search_bg.png) no-repeat 0 bottom;
	height: 360px;
}
.search_word form.gsc-search-box {
    width: 340px !important;
}

.search_open {
    float: right;
    margin: 1px 0 0;
}

.gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
   border: #D0E1BF 1px solid !important;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   padding-top:2px;
   padding-bottom:2px;
}


input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
border-color: #4A8800 !important;
background-color: #5EA900 !important;
  background-color: #5EA900 !important;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5EA900),to(#559900)) !important;
  background-image: -webkit-linear-gradient(top,#5EA900,#559900) !important;
  background-image: -moz-linear-gradient(top,#5EA900,#559900) !important;
  background-image: -ms-linear-gradient(top,#5EA900,#559900) !important;
  background-image: -o-linear-gradient(top,#5EA900,#559900) !important;
  background-image: linear-gradient(top,#5EA900,#559900) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5EA900',EndColorStr='#559900') !important;
}

.homecat.tokushu ul{margin-right: -10px;}
