@charset "utf-8";
@import url("imported_sp.css?var=20140331-1604");
/* ==================================================
[01]レイアウト
[02][1.10]ヘッダー上のサイト見出し左
[03][1.12]ヘッダー上のサイト見出し右
[04][1.14]ヘッダー
[05][1.20]トップナビゲーション
[10][1.70]コンテンツ詳細（幅広）
[90][1.90]サイトマップブロック
[99][1.99]フッターブロック
================================================== */

/* --------------------------------------------------
   余白の初期化
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------
   全体の指定
-------------------------------------------------- */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #69821b; } /* 苔色 こけいろ */

a:visited { color: #2e8b57; } /* seagreen */

a:hover { color: #ee7800; } /* 橙色 だいだいいろ */

a:active { color: #e17b34; } /* ローシェンナ */

img {
  border: none;
  vertical-align:bottom;
}

img.miniimage { display: none; }  /* miniを非表示 */

.url {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */ }

.clearfix:after {
  /*floatの解除、ここがポイント*/
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px;
  /*IE6、7対策*/ }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/ }


/* 見出し */
h6 {
  font-size: 120%;
  margin: 20px 0 10px 0;
  padding-left: 5px;
  border-left: 5px solid #2e8b57; /* seagreen */
}

/* --------------------------------------------------
   [01]レイアウト
-------------------------------------------------- */
html {
  height: 100%;
  background-color: transparen;
  background-image: none;
}

/* [1.00]ボディ */
body {
  position: relative;
  margin: 0 auto;
  padding:0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  }

/* [1.01]ラッパー */
#wrapper {
  width: 100%;
  margin: 0 auto 0;
  overflow-x: hidden;
  overflow: hidden;
}

/* [1.10]ヘッダー上のサイト見出し左 */
#header-top {
  margin: 0 0 0 5px;
  color: #888; /* 薄グレー */
}

/* [1.12]ヘッダー上のサイト見出し右 */
#header-top-right {
  margin: 0 0 0 5px;
  color: #888; /* 薄グレー */
}

/* [1.14]ヘッダー */
#header {
  width: 100%;
  height: 55px;
  text-align: center;
  position: relative;
  z-index: 999;
}

/* [1.02]コンテナ */
#container {
  width: 100%;
  background-color: #fff; /* 白 */
  clear: both;
  display: block;
  height: auto;
  position: relative;
  z-index: 100;
}

/* [1.20]トップナビゲーション */
#topnavi {
  width: 100%;
  text-align: center;
  height: 2em;
  position: relative;
  top: 0;
  left: 0;
  z-index: 150;
}

/* [1.03]コンテンツラッパー */
#container-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/* [1.70]コンテンツ詳細（幅広） */
#contents-detail-wide {
  width: 100%;
  margin: 2.5em auto 3em;
}

/* [1.70]コンテンツ詳細（最大） */
#contents-detail-max {
  width: 100%;
  margin: 15px auto 15px auto;
}

/* [1.90]サイトマップ */
#sitemap {
  clear: both;
  margin: 0 10px 0;
  text-align: left;
  color: #333; /* 濃グレー */
  background-color: #fff; /* 白 */
  background-image: url(../img01/banner/banner_nekonomori_top.png); 
  background-repeat: no-repeat;
  background-position: right bottom; 
}


/* [1.99]フッター */
#footer {
  clear: both;
  margin: 10px 0 0 0;
  padding: 4px 0 15px 10px;
  text-align: center;
  color: #333; /* 濃グレー */
  border-top: solid 2px;
  border-top-color: #406090; /* 紺 */
}

/* --------------------------------------------------
   [02][1.10]ヘッダー上のサイト見出し左
-------------------------------------------------- */
#header-top {
 display: none;
}

/* --------------------------------------------------
   [03][1.12]ヘッダー上のサイト見出し右
-------------------------------------------------- */
.header-list {
  list-style-type: none;
  overflow: hidden;
}

.header-list li {
  overflow: hidden;
  float: left;
}

.header-list li a {
  display: block;
  text-decoration: none;
  color: #888; /* 薄グレー */
}

.header-list li a:hover {
  text-decoration: none;
  color: #333; /* 濃グレー */
}

.header-list-caption {
  font-size: 14px;
  padding:0 5px 0 10px;
  background:url(../img01/ic_morelink_gray.png) 0 50% no-repeat;
}

/* --------------------------------------------------
   [04][1.14]ヘッダー
-------------------------------------------------- */
/*-- サイト見出し --*/
#header h1 {
  font-size: 100%;
  color: #406090; /* 紺 */
  position:absolute;
  top: 5px;
  padding: 0 5px;
}

#header h1 a {
  text-decoration: none;
  color: #406090; /* 紺 */
}

#header h1 a:hover {
  text-decoration: none;
  color: #406090; /* 紺 */
}

#header h1 a:visited {
  text-decoration: none;
  color: #406090; /* 紺 */
}

/*-- サイト説明 --*/
#header p {
  font-size: 9px;
  color: #888e7e;
  position:absolute;
  top: 2em;
  padding-right: 10px;
  padding-left: 10px;
  font-family: sans-serif;
}

#header p a {
  text-decoration: none;
}

#header p a:hover {
  text-decoration: none;
}

/* --------------------------------------------------
      [05][1.20]トップナビゲーション
-------------------------------------------------- */
#topnavi ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

#topnavi li {
  color: #000;
  font-weight: normal;
  font-size: 16px;
}

#topnavi li a {
  text-decoration: none;
}

/*-- 三本戦メニューのアイコンクリックで右からスライド表示 --*/
#topnavi > ul {
    position: fixed;
    top: 135px;
    left: -100%;

    max-width: 80%;
    max-height: 78%;

    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);

    text-align: left;
    overflow: auto;
    font-size: 100%;
    line-height: 160%;

    -webkit-overflow-scrolling: touch;

    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

#topnavi > ul > li {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

#topnavi > ul ul {
  margin-left: 10px;
}

#topnavi > ul ul li {
  padding: 5px;
}

#topnavi:hover > ul {
  left: 0;
}

/*-- 三本線メニューのアイコン --*/
span.menu3bar {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  outline: 1px solid #999;
  background-color: #999;
  border: 5px solid #fff;
  vertical-align: middle;
}
span.menu3bar:before, span.menu3bar:after {
  position: absolute;
  content:"";
  display: block;
  top: 20%;
  right: 0;
  height: 20%;
  left: 0;
  background-color: #fff;
}
span.menu3bar:before {
  top: 20%;
}
span.menu3bar:after {
  top: 60%;
}

/* --------------------------------------------------
   [10][1.70]コンテンツ詳細（幅広）
-------------------------------------------------- */
/*-- 見出し --*/
#contents-detail-wide h1 {
  font-size: 150%;
  color: #406090; /* 紺 */
}

/*-- 小見出し --*/
#contents-detail-wide h3 {
  font-size: 130%;
  color: #406090; /* 紺 */
  margin: 20px 0 10px;
}

#contents-detail-wide h4 {
  font-size: 120%;
  margin: 30px 0 10px;
  padding-left: 5px;
  border-left: 5px solid #406090; /* 紺 */
}

/*-- 小見出し リンク下線なし --*/
#contents-detail-wide h4.title-rollover a {
  text-decoration: none;
  font-weight: bold;
  color: #333; /* 黒 */
}

#contents-detail-wide h4.title-rollover a:hover {
  color: #ee7800; /* 橙色 だいだいいろ */
}

/*-- 段落 --*/
#contents-detail-wide p{
  line-height: 1.8em;
  margin: 0.5em 10px 1.0em;
}

/*-- リスト disc --*/
#contents-detail-wide ul {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.8em;
  margin: 0 0 1.5em 2em;
}

/*-- リスト seq-no --*/
#contents-detail-wide ol {
  list-style-position: outside;
  line-height: 1.8em;
  margin: 0 0 1.5em 2em;
}

/*-- リスト 項目右寄せ --*/
#contents-detail-wide li.list-right {
  list-style-position: inside;
}

/* 画像表示幅 */
.resizeimage img {
  width: 100%;
  height:auto;
}

/* グーグルカレンダー */
.gc_wrapper {
  max-width: 580px; 
  min-width: 300px; 
  margin: 2.0833% auto; /* 中央寄せ */
}
 
.responsive-iframe-container {
  position: relative;
  padding-bottom: 82.86%; /* 縦横比：幅の 82.86% を高さとする場合（580px/700px = 82.86% ） */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.responsive-iframe-container object,
.responsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.big-container {
  display: none;
}

.small-container {
  padding-bottom: 200%;   /* 高さ */
}

/* グーグルマップ */
.gm_wrapper {
  max-width: 600px; 
  min-width: 300px; 
  margin: 2.0833% auto; /* 中央寄せ */
}
 
.responsive-iframe-container-gm {
  position: relative;
  padding-bottom: 133.33%; /* 縦横比：幅の 133.33% を高さとする場合（600px/450px = 133.33% ） */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container-gm iframe,
.responsive-iframe-container-gm object,
.responsive-iframe-container-gm embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* --------------------------------------------------
   [99][1.99]フッターブロック
-------------------------------------------------- */

#footer p {
  text-align: left;
}

#footer p.center {
  text-align: center;
  line-height: 2em;
}

#footer p.info a {
  text-decoration: none;
  color: #444; /* 濃グレー */
 }

#footer p.info a:hover {
  text-decoration: underline;
}

