@charset "UTF-8";
/* PC用　共通用 ベースCSS /*
/*==============================================================================================
●bace.css  すべての画面の横幅サイズに適用
==============================================================================================*/

/* -------------------------------------------
htmlタグ定義
------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    color: #333333;
    background-repeat: repeat-x;
    background-position: center top;
    font-family: Hiragino Kaku Gothic Pro, Meiryo, MS PGothic, Sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
}

img,
div,
h1,
h2,
h3,
h4,
h5,
form {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

th,
td div {
    word-break: break-all;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    padding-top: 2px;
    padding-left: 11px;
}

p {
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 160%;
}

table {
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 130%;
}

strong.normal {
    font-weight: normal;
}

em.normal {
    font-style: normal;
    font-weight: normal;
}

.normal {
    font-style: normal;
    font-weight: normal;
}

/* -------------------------------------------
レイアウトボックス要素
------------------------------------------- */
#wrap {
    width: auto;
    margin: 0px auto 0 auto;
}

/* ヘッダー */
#header #site_id {
    width: 980px;
    height: 0px;
    margin: 0 auto 0 auto;
    position: relative;
    padding: 0;
    background-color: #ffffff;
    z-index: 2;
}

/* フッター */
#footer {
    clear: both;
    width: auto;
    min-width: 980px;
    height: auto;
    margin: 0px auto 0 auto;
    padding: 0;
    background-color: #e6e3de;
    letter-spacing: 0em;
}

#footer-cts {
    width: auto;
    height: 100%;
    padding: 0px 0px 0 0px;
    margin-right: auto;
    margin-left: auto;
    border-top: solid 1px #ccc;
}

#footer-cts a {
    color: #5b5b5b;
    text-decoration: none;
}

#footer-cts a:hover {
    color: #cccccc;
}

/* コンテンツ内上部背景画像 */
#bg_contents {
    margin: 0 auto 0 auto;
    padding: 0;
}

/* -------------------------------------------
共通ボックス内定義
-------------------------------------------*/

/* ヘッダー */
#site_id h1 {
    position: absolute;
    width: 480px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
    top: 40px;
    left: 0px;
}


/* 概要テキスト */
#site_id p.txt {
    position: absolute;
    display: inline;
    margin: 0px;
    padding: 0px;
    border: 0px;
    top: 10px;
    left: 0px;
    font-size: 12px;
}

/* グローバルナビ
------------------------------------------------- */

/* Menuボタン */
#navigation_hook {
    display: none;
}

/* ナビゲーション全体 */
#navigation {
    display: block;
    min-width: 980px;
}

/* グルーバルナビゲーション */
#gNav {
    border-top: solid 1px #d7d7d7;
    position: relative;
}

#gNav .gNav_inner {
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
}

.gNav_inner ul {
    margin: 0 auto 0 auto;
    vertical-align: middle;
}

.gNav_inner ul li {
    padding: 4px 3px 4px 10px;
    height: 57px;
    min-width: 102px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    background-image: url(../images/bg_top02.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 95%;
    display: table-cell;
    position: relative;
}

/* グローバルナビゲーション 部門TOP用　*/
.gNav_inner ul li.gNav-now {
    background-image: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom-color: #FFF;
    background-color: #F7F7F7;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.gNav_inner ul li.gNav-now+li {
    background-image: none;
}

.gNav_inner ul:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}

/* グローバルナビゲーション 部門TOP▼アイコン(部門別設定用)　*/
#eiichi .gNav_inner ul li.gNav-now {
    background-image: url(../images/bg_gnav_eiichi.gif);
}

#museum .gNav_inner ul li.gNav-now {
    background-image: url(../images/bg_gnav_museum.gif);
}

#center .gNav_inner ul li.gNav-now {
    background-image: url(../images/bg_gnav_center.gif);
}

#research .gNav_inner ul li.gNav-now {
    background-image: url(../images/bg_gnav_research.gif);
}

#outline .gNav_inner ul li.gNav-now {
    background-image: url(../images/bg_gnav_outline.gif);
}

/* グローバルナビゲーション　サイズ（幅）　*/
.gNav_inner ul li:nth-of-type(1) {
    width: 10%
}

.gNav_inner ul li:nth-of-type(2) {
    width: 15%
}

.gNav_inner ul li:nth-of-type(3) {
    width: 14%
}

.gNav_inner ul li:nth-of-type(4) {
    width: 23%
}

.gNav_inner ul li:nth-of-type(5) {
    width: 17%
}

.gNav_inner ul li:nth-of-type(6) {
    width: 12%
}

.gNav_inner ul li:nth-of-type(7) {
    width: 12%
}

.gNav_inner ul li a {
    color: #333333;
    vertical-align: middle;
}

.gNav_inner ul li a:hover {
    /*     color: #003c2f; */
}

.gNav_inner ul li a span {
    font-size: 11px;
    color: #989898;
}

/* ホーム */
.gNav_inner ul li.home {
    display: none;
}

/* グルーバルナビゲーション IE 7 対応*/
*:first-child+html #gNav {
    border-bottom: solid 1px #ccc;
}

*:first-child+html .gNav_inner ul li {
    display: inline;
    float: left;
    height: 40px;
    /*padding: 0px 10px 0 4px;*/
    padding-right: 10px;
    padding-top: 10px;
    width: auto;
}

*:first-child+html .gNav_inner ul li a {
    display: inline;
    height: 40x;
}

/* ホーム */
*:first-child+html .gNav_inner ul li.home {
    display: none;
}

/* サブナビゲーション */
#subGNav {
    width: auto;
    height: auto;
    margin: 0px auto;
    position: absolute;
    top: 78px;
    right: 0px;
    /* display: inline; */
    /* text-align: right; */
    z-index: 99;
}

.subGNavInner {
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
    /* position: relative; */
    padding: 0;
    /* text-align: right; */
}

.subGNavInner ul {
    width: 100%;
    margin: 0 auto 0 auto;
    vertical-align: middle;
    display: table;
}

.subGNavInner ul li {
    padding: 0px 5px 0px 5px;
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    border-left: 2px solid #f9f9f9;
    /* display:inlineの余白を消す */
    display: table-cell;
    *display: inline;
    *zoom: 1;
    *padding: 5px 22px 3px 22px;
}

*:first-child+html .subGNavInner ul li {
    display: inline;
    padding: 0;
    zoom: 0;
}

.subGNavInner ul li:first-child {
    border: none;
}

.subGNavInner ul li:last-child {}

.subGNavInner ul li a {
    vertical-align: middle;
    color: #333333;
}

.subGNavInner ul li.sub-eng {
    display: none;
}

/* サブナビゲーション */
#headerCts {
    width: 980px;
    height: 128px;
    margin: 0px auto;
    position: relative;
}

/* サーチボックス */
#headerCtsInner {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
    right: 0px;
    top: 10px;
}

#box {
    width: 500px;
    margin: 0px;
    font-size: 12px;
    position: relative;
}

/* 検索サーチ */
#search {
    float: right;
    clear: both;
    margin-top: 7px;
    background: #fff;
    position: absolute;
    top: 26px;
    right: 0px;
}

#search form {
    position: relative;
}

#search form table {
    border-collapse: collapse;
}



/* Reset input[type="search"] */
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
    display: none;
}

#keywords {
    width: 188px;
    height: 23px;
    border: solid 1px #e4e4e4;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    padding: 0px 21px;
    margin-top: 0px;
    color: #333;
    font-size: 12px;
    background-image: url(../images/bg_search.png);
    background-repeat: no-repeat;
    background-position: 2% center;
}

/* 検索ボタン */
#searchBtn {
    display: inline-block;
    width: 45px;
    height: 25px;
    background-color: #3e7f45;
    border: 1px solid #3e7f45;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    color: #ffffff;
    text-shadow: 1px 1px #2b572f;
}

/* テキストサイズ（大中小）切り替えボタン */
#text-size {
    display: inline;
    position: absolute;
    top: 33px;
    left: 80px;
    *left: 75px;
}

/* テキストサイズ（大中小）切り替えボタンfirefox用 */
#text-size,
x:-moz-any-link {
    left: 60px;
}


/* 言語切り替えボタン */
#switch {
    clear: both;
    float: right;
    /* width: 195px; */
    height: 26px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 0px;
}

#switch .sns {
    padding: 0 7px;
}

#switch .eng {
    padding: 0 0 0 12px;
}

#switch span {
    display: none;
}

#switch .btn_black {
    display: inline-block;
    padding: 2px 6px;
    margin: 1px 0px 0px 0px;
    /* buttonタグ標準スタイルから引用 */
    font: -webkit-small-control;
    -webkit-box-align: center;
    box-sizing: border-box;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    -webkit-writing-mode: horizontal-tb;
    line-height: 20px;
    font-weight: bold;
    /* ie7用ハック */
    *padding: 2px 0px;
    *font-size: 12px;
}

/* menu閉じボタン (PCでは非表示)*/
#close_btn {
    display: none;
}

/* 部門サブナビゲーション */
#bumon_sNav h3 {
    display: none;
}

#bumon_sNav {
    border-bottom: solid 1px #d7d7d7;
    background-color: #F7F7F7;
    min-width: 980px;
}

#bumon_sNav .bumon_sNav_Inner {
    width: 980px;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0;
    display: table;
}

.bumon_sNav_Inner div {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    padding: 10px 0;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-size: 12px;
}

*:first-child+html .bumon_sNav_Inner div {
    display: block;
    float: left;
}

.bumon_sNav_Inner div a {
    display: block;
}

.bumon_sNav_Inner .bumon_top {
    width: 10%;
}

.bumon_sNav_Inner ul {
    /*width: 80%;*/
    display: table-cell;
    padding: 10px 5px 10px 5px;
    vertical-align: middle;
}

/* IE7 */
*:first-child+html .bumon_sNav_Inner ul {
    display: block;
    float: left;
    padding: 10px 18px;
}

.bumon_sNav_Inner ul li {
    padding: 7px 3px 7px 8px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: left 8px;
    line-height: 95%;
    /* display:inlineの余白を消す */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* IE7 */
*:first-child+html .bumon_sNav_Inner ul li {
    font-size: 13px;
    padding: 4px 3px 7px 8px;
}


.bumon_sNav_Inner ul li a {
    color: #333333;
    text-decoration: underline;
}

.bumon_sNav_Inner ul li a:hover {
    text-decoration: none;
}

.bumon_sNav_Inner .bumon_eng {
    width: 5%;
}

/* IE7 */
*:first-child+html .bumon_sNav_Inner .bumon_eng {
    width: 5%;
    height: 45px;
    padding-top: 20px;
}



.bumon_sNav_Inner .bumon_eng img {
    margin-bottom: 7px;
}

/* 部門サブナビゲーション  色替え*/
/* 渋沢栄一 eiichi　*/
#eiichi #bumon_sNav {
    border-bottom: solid 3px #c64233;
}

#eiichi #bumon_sNav .bumon_sNav_Inner ul li {
    background-image: url(../images/arr_eiichi_snav01.gif);
}

/* 渋沢史料館　museum　*/
#museum #bumon_sNav {
    border-bottom: solid 3px #cba633;
}

#museum #bumon_sNav .bumon_sNav_Inner ul li {
    background-image: url(../images/arr_museum_snav01.gif);
}

/* センター　center　*/
#center #bumon_sNav {
    border-bottom: solid 3px #6aa537;
}

#center #bumon_sNav .bumon_sNav_Inner ul li {
    background-image: url(../images/arr_center_snav01.gif);
}

/* 研究部　research */
#research #bumon_sNav {
    border-bottom: solid 3px #32a0b9;
}

#research #bumon_sNav .bumon_sNav_Inner ul li {
    background-image: url(../images/arr_research_snav01.gif);
}

/* 財団概要　outline  */
#outline #bumon_sNav {
    border-bottom: solid 3px #455092;
}

#outline #bumon_sNav .bumon_sNav_Inner ul li {
    background-image: url(../images/arr_outline_snav01.gif);
}

/* パンくず
------------------------------------------- */
#pankuzu {
    width: auto;
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}

#pankuzu .pankuzu_Inner {
    width: 980px;
    margin: 0 auto;
}

#pankuzu ul li {
    width: auto;
    height: 19px;
    line-height: 20px;
    list-style: none;
    display: block;
    float: left;
    color: #fff;
    font-size: 11px;
    background-color: #6c6c6c;
    border-left: none;
    background-image: url(../images/arr_pan01.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 14px 0 11px;
}

#pankuzu ul li.pankuzu-nolist {
    background-color: #6c6c6c;
    padding: 0 14px 0 11px;
    border-right: none;
    background-image: url(../images/arr_pan01.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#pankuzu ul li.pankuzu-now {
    max-width: 200px;
    padding: 0 14px;
    border-left: none;
    border-right: none;
    position: relative;
    background-image: url(../images/arr_pan02.gif);
    background-repeat: no-repeat;
    background-position: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pankuzu ul li a {
    color: #fff;
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ページトップへ戻る
-------------------------------------------*/

/* スクロールするとページトップを表示する */
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 101;
    padding: 0px;
    font-weight: bold;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#pagetop a {
    text-decoration: none;
    color: #fff;
    width: 85px;
    height: 105px;
    padding: 0px;
    display: block;
    background-image: url(../images/arr_pagetop.png);
    background-size: 85px 105px;
    background-repeat: no-repeat;
    position: relative;
    font-size: 100%;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 2px;
    background-position: 0px 0px;
}

#pagetop a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* 別窓用　スタイル　スクロールするとページトップを表示する */
.new-window #pagetop {
    /*right: 0px;*/
}


/* フッター
-----------------------------------------------------*/

/* フッター上 */
#footer_top {
    clear: both;
    width: 980px;
    height: 100%;
    padding: 10px 0 5px 0;
    margin: 0 auto;
    font-size: 11px;
    position: relative;
}

/* テキストナビ */
#footer-cts ul.footernavi {
    float: left;
    width: 182px;
    margin: 0px 14px 0px 0px;
    padding: 11px 0px 15px 0px;
}

#footer-cts ul.footernavi li {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 6px 0px 3px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

#footer-cts ul.footernavi li span {
    text-shadow: none;
}

#footer-cts ul.footernavi li a {
    color: #5b5b5b;
    text-shadow: 1px 1px #ffffff;
}

#footer-cts ul.footernavi li a:hover {
    color: #b4b3b3;
}

/* テキストナビ コンテンツ内に複数ページ */
#footer-cts ul.footernavi li ul {
    margin: 0px 0px 0px -10px;
}

*:first-child+html #footer-cts ul.footernavi li ul li:first-child {
    padding-top: 5px;
}

#footer-cts ul.footernavi li ul li {
    font-size: 10px;
    margin: 3px 0px 0px 5px;
    padding: 0px 0px 0px 10px;
    background-image: url(../images/ic_002.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    line-height: 145%;
    font-size: 85%;
    font-weight: lighter;
}

#footer-cts ul.footernavi li ul li:first-child:before {
    display: block;
    content: "";
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    margin-left: -10px;
}

#footer-cts ul.footernavi li ul li:first-child {
    border-top: 1px solid #d1cac3;
    background-position: 0% 70%;
}

/* トップナビ */
#footer-cts .footer_top_last {
    clear: both;
    float: left;
    width: 980px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 5px 0px;
    border-top: 1px solid #d1cac3;
}

#footer-cts .footer_top_last:before {
    display: block;
    content: "";
    border-bottom: 1px solid #fff;
}

#footer-cts ul.last {
    clear: both;
    float: left;
    width: auto;
    margin: 0px 10px 0px 0px;
    padding: 15px 0;
}

#footer-cts ul.last li {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0 10px;
    text-align: left;
    display: inline;
    border-left: 1px solid #d1cac3;
}

#footer-cts ul.last li a {
    text-shadow: 1px 1px #ffffff;
}

#footer-cts ul.last li:first-child {
    border-left: none;
}

#footer-cts ul.footer_sns {
    float: right;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 15px 0;
}

#footer-cts ul.footer_sns li {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 10px;
    text-align: left;
    display: inline;
}


#footer-cts ul.footer_sns span {
    display: none;
}

/* フッター下 */
#footer_bottom {
    clear: both;
    font-size: 14px;
    line-height: 150%;
    padding: 0;
    text-align: right;
    border-bottom: 4px solid #36332c;
}

#footer_bottom .add {
    background-color: #84786c;
}

#footer_bottom address {
    width: 980px;
    margin: 0 auto;
    padding: 32px 0 22px 0;
    text-align: left;
    background-color: #84786c;
    color: #ffffff;
    font-style: normal;
}

#footer_bottom address img {
    display: block;
    margin: 0 0 10px 0;
}

#footer_bottom address span {
    text-shadow: 1px 1px #000000;
}

#footer_bottom address span.name {
    display: none;
}

#footer_bottom address br {
    display: none;
}

#footer_bottom address br:nth-of-type(1) {
    display: block;
}

#footer_bottom .copy {
    background-color: #595047;
}

#footer_bottom p {
    color: #ffffff;
    text-align: center;
    padding: 25px 0;
    font-style: normal;
    font-size: 12px;
    word-break: normal;
    border-bottom: 2px solid #aca7a2;
    text-shadow: 1px 1px #000;
}

/* -------------------------------------------
共通スタイル
-------------------------------------------*/

/* -------------------------------------------
ボタンパターン（色）
-------------------------------------------*/

/*
ボタン（メインボタン、進む系ボタン）
----------------------------------------------- */
.btn,
a.btn,
a.btn:link,
a.btn:visited,
a.btn:hover {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    padding: 5px;
    cursor: pointer;

    /* カラー設定 */
    color: #eee;
    text-shadow: 0 -1px 1px #3e7f45;
    border-color: #3e7f45;
    background-color: #5b9261;
}

input[type].btn {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    cursor: pointer;

    /* カラー設定 */
    color: #eee;
    text-shadow: 0 -1px 1px #777777;
    border-color: #3e7f45;
    background-color: #3e7f45;
}

/*
ボタン（戻る系ボタン:グレー）
----------------------------------------------- */
.btn_back,
a.btn_back,
a.btn_back:link,
a.btn_back:visited,
a.btn_back:hover {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    cursor: pointer;
    display: block;
    padding: 5px;
    clear: both;

    /* カラー設定 */
    color: #FFF;
    text-shadow: 0 -1px 1px rgba(140, 140, 140, 1);
    border-color: #a3a2a2;
    background: #a3a2a2;
}

input[type].btn_back {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /*border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    cursor: pointer;
    display: block;
    padding: 5px;
    clear: both;

    /* カラー設定 */
    color: #FFF;
    text-shadow: 0 -1px 1px rgba(140, 140, 140, 1);
    border-color: #a3a2a2;

    background: #a3a2a2;
}

/*
ボタン（サブ系ボタン:ライトグレー）
----------------------------------------------- */
a.btn_sub,
a.btn_sub:link,
a.btn_sub:visited,
a.btn_sub:hover {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /*  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    cursor: pointer;
    display: block;
    padding: 5px;
    clear: both;

    /* カラー設定 */
    color: #000;
    text-shadow: 0 -1px 1px rgba(255, 255, 255, 1);
    border-color: #a9abad;
    background: #efefef;
    background: -moz-linear-gradient(center top, #FDFDFD 0%, #D7DDE3 100%);
    /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #D7DDE3));
    /* Safari,Google Chrome */
    *zoom: 1;
    /* IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FDFDFD, endColorStr=#D7DDE3, GradientType=0);
    /* IE5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FDFDFD, endColorstr=#D7DDE3, GradientType=0)";
    /* IE8 */
    background: linear-gradient(to bottom, #FDFDFD, #D7DDE3);
    /* IE10とOpera12.50用 */
}

input[type].btn_sub {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /*  border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    cursor: pointer;
    display: block;
    padding: 5px;
    clear: both;

    /* カラー設定 */
    color: #000;
    border-color: #efefef;
    background: #efefef;
    background: -moz-linear-gradient(center top, #FDFDFD 0%, #D7DDE3 100%);
    /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD), color-stop(1, #D7DDE3));
    /* Safari,Google Chrome */
    *zoom: 1;
    /* IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FDFDFD, endColorStr=#D7DDE3, GradientType=0);
    /* IE5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FDFDFD, endColorstr=#D7DDE3, GradientType=0)";
    /* IE8 */
    background: linear-gradient(to bottom, #FDFDFD, #D7DDE3);
    /* IE10とOpera12.50用 */
}

/*
ボタン（その他ボタン:ホワイト）
----------------------------------------------- */
.btn_white,
a.btn_white,
a.btn_white:link,
a.btn_white:visited,
a.btn_white:hover {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    cursor: pointer;
    display: block;
    padding: 5px;
    clear: both;

    /* カラー設定 */
    color: #000;
    border-color: #A9ABAD;
    background: #FFF;
}

input[type].btn_white {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    display: block;
    padding: 5px 0;
    cursor: pointer;
    clear: both;

    /* カラー設定 */
    color: #000;
    border-color: #A9ABAD;
    background: #FFF;
}

/*
ボタン（その他ボタン:ブラック）
----------------------------------------------- */
.btn_black,
a.btn_black,
a.btn_black:link,
a.btn_black:visited,
a.btn_black:hover {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    cursor: pointer;
    display: block;
    padding: 5px;
    clear: both;
    border: 1px solid;

    /* カラー設定 */
    color: #eee;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
}

input[type].btn_black {
    /* ボタン共通スタイル */
    /* font-size: 16px;*/
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A9ABAD;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    display: block;
    clear: both;

    /* カラー設定 */
    color: #eee;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
}

/*
ボタン（その他ボタン01:グリーン）
----------------------------------------------- */
.btn_01,
a.btn_01,
a.btn_01:link,
a.btn_01:visited,
a.btn_01:hover {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    display: block;
    padding: 5px;
    cursor: pointer;

    /* カラー設定 */
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    border-color: #2A8773;
    background: #2A8773;
    background: -moz-linear-gradient(center top, #2A8773 0%, #006F58 100%);
    /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A8773), color-stop(1, #006F58));
    /* Safari,Google Chrome */
    *zoom: 1;
    /* IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2A8773, endColorStr=#006F58, GradientType=0);
    /* IE5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2A8773, endColorstr=#006F58, GradientType=0)";
    /* IE8 */
    background: linear-gradient(to bottom, #2A8773, #006F58);
    /* IE10とOpera12.50用 */
}



input[type].btn_01 {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    display: block;
    padding: 5px;
    cursor: pointer;

    /* カラー設定 */
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    border-color: #2A8773;
    background: #2A8773;
    background: -moz-linear-gradient(center top, #2A8773 0%, #006F58 100%);
    /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A8773), color-stop(1, #006F58));
    /* Safari,Google Chrome */
    *zoom: 1;
    /* IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2A8773, endColorStr=#006F58, GradientType=0);
    /* IE5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2A8773, endColorstr=#006F58, GradientType=0)";
    /* IE8 */
    background: linear-gradient(to bottom, #2A8773, #006F58);
    /* IE10とOpera12.50用 */
}

/*
ボタン（その他ボタン02:ブラック）
----------------------------------------------- */
.btn_02,
a.btn_02,
a.btn_02:link,
a.btn_02:visited,
a.btn_02:hover {
    /* 基本スタイル */
    /* font-size: 16px;*/
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    cursor: pointer;
    display: block;
    padding: 5px;
    clear: both;
    border: 1px solid;

    /* カラー設定 */
    color: #eee;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
}

input[type].btn_02 {
    /* ボタン共通スタイル */
    /* font-size: 16px;*/
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #A9ABAD;
    /* border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    display: block;
    clear: both;

    /* カラー設定 */
    color: #eee;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
}

/*
ボタングループ（サブ系ボタン:ライトグレーのみ）
----------------------------------------------- */
.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-group .btn_sub {
    padding: 2px 4px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    background-color: #d7ecd9;
    color: #3e7f45;
    text-shadow: 1px 1px #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;

    /* display:inlineの余白を消す */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* .btn-group .btn_sub IE 7 対応*/
*:first-child+html .btn-group .btn_sub {
    display: inline;
    line-height: 15px;
    margin: -1px;
    padding-top: 15px;
    zoom: 1;
}

*:first-child+html .btn-group .btn_sub a {
    display: block;
    height: 38px;
}

.btn-group .btn_sub:first-child {
    margin-right: -1px;
}

.btn-group .btn_sub:last-child {
    margin-left: -1px;
}

.btn-group .btn_sub:hover {
    color: #d7ecd9;
    text-shadow: 1px 1px #2b572f;
    background-color: #3e7f45;
}

.btn-group .btn_sub.active {
    color: #d7ecd9;
    background-color: #3e7f45;
    text-shadow: 1px 1px #2b572f;

}

/*.btn-group .btn_sub.active:hover {
    background-color: #d7ecd9;
    color: #3e7f45;
	text-shadow: none;
}*/

/* btn_sub IE7 + Firefoxハック用 */
.btn-group .btn_sub,
x:-moz-any-link {
    padding: 3px 4px !important;
}

.btn-group .btn_sub,
x:-moz-any-link,
x:default {
    padding: 3px 4px;
}

/*
ボタン（フォームボタン:グレー）
----------------------------------------------- */
.btn-box01 .btn_black {
    /* 基本スタイル */
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    display: block;
    padding: 15px 0 5px 0;
    clear: both;
    border: 1px solid;

    /* カラー設定 */
    color: #eee;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
}

.thanks p.btn_black {
    /* 基本スタイル */
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    display: block;
    padding: 15px 0 5px 0;
    clear: both;
    border: 1px solid;

    /* カラー設定 */
    color: #eee;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
}

/* 字寄せ */
.righter {
    text-align: right;
}

.lefter {
    text-align: left;
}

.centering {
    text-align: center;
}

/* フロート */
.float_righter {
    float: right;
}

.float_lefter {
    float: left;
}

/* フロートクリア */
.float_clear {
    clear: both;
}

/* 非表示用 */
.hider {
    display: none;
}

/* 印刷表示用 */
.forprint {
    display: none;
}

/* 太字 */
.bolder {
    font-weight: bold;
}


/* フォントカラー */
/* 赤 */
.redhot {
    color: #CC0000;
}

/* 灰 */
.greyhound {
    color: #333333;
}

/* 緑 */
.greentea {
    color: #009A08;
}

/* 青 */
.blues {
    color: #1258B4;
}

/* フォントにライン */
.txt-line {
    text-decoration: line-through;
    color: #333333;
}

/* 1文字インデント入れる */
.indenter {
    text-indent: 1em;
}

/* 一段階フォントサイズを小さくする */
.fontsmaller {
    font-size: 85%;
}

/* 一段階フォントサイズを大きくする */
.fontlarger {
    font-size: 120%;
}

/* スペース */
#contents .space01 {
    margin-bottom: 5px;
}

#contents .space02 {
    margin-bottom: 10px;
}

#contents .space03 {
    margin-bottom: 30px;
}

#contents .space-right01 {
    margin-right: 10px;
}

#contents .space-left01 {
    margin-left: 10px;
}

/* 画像の周りにスペース */
#contents .img-space01 {
    margin: 0px 0px 30px 30px;
}

#contents .img-space02 {
    margin: 0px 30px 30px 0px;
}

/* -------------------------------------------
floatボックスの親要素の背景表示
-------------------------------------------*/
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* -------------------------------------------
imgの下余白を消す
-------------------------------------------*/

/* IE6 */
* html img {
    vertical-align: middle;
}

.none {
    display: none;
}

/* -------------------------------------------
更新日
-------------------------------------------*/
.update {
    text-align: right;
}

/* -------------------------------------------
ヘッダ休館マーク制御
-------------------------------------------*/
span.kyukan {
    position: relative;
    top: -13px;
    left: 35px;
}

@media screen and (max-width: 767px) {
    span.kyukan {
        top: 0px;
        left: 45px;
    }
}

/* -------------------------------------------
ヘッダオープン
-------------------------------------------*/

span.open {
    position: relative;
    top: -13px;
    left: 5px
}

#site_id h1 {
    width: auto
}

@media screen and (max-width: 767px) {

    span.open {
        top: 0px;
        left: 45px;
    }
}
