@charset "UTF-8";

/* ============================================================================================================== */
/* スタイル */
/* ============================================================================================================== */
/* reset============================== */
* { margin: 0; padding: 0;}
ul { list-style: none;}
img { height: auto;}
img { -ms-interpolation-mode: bicubic; }
hr { 
    display: block !important;
    clear: both;
    height: 0;
    border: none;
}
.txtno-display {
    padding: 0;
    margin: 0;
}
.txtno-display img {
    position: absolute;
}
/* ==================================================
コンテンツ大枠
================================================== */

html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    font-size: 90%;
    font-weight: normal;
    font-family: "メイリオ", Meiryo, "小塚ゴシック Pro", Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.7;
    border: 0;
    padding: 0;
    margin: 0 auto !important;
    width: 100%;
    height: 100%;
}

/* 全領域 */
#base_all {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* ヘッダー領域 */

.h-wrap {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

/* 本体エリア */
#wrap {
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    max-width: auto;
    min-width: auto;
    min-height: 200px;
    overflow: visible;
    zoom: 80%;
}

/* メインコンテンツ */
#main {
    background: #FFF;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: auto;
    float: left;
}

/* メインコンテンツ（サブナビなし） */
.nosub #main {
    clear: both;
    margin: 20px 0 0 0;
    padding: 0;
    /* text-align: left; */
    color: #0A2530;
    width: 100%;
    _height: 1%;
}

/* サイドナビエリア */
div#side {/* ナビエリアの全体幅設定 */
    display: none;
    height: 0;
}


/* カレンダーメイン */
.c_main_con {
    background: #FFF;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: auto;
}

/* カレンダーインナー */
.c_main {
    background: #FFF;
    padding: 0;
    margin: 0;
    width: auto;
}


/* ==================================================
ヘッダー
================================================== */


#header {
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0.1em;
    width: 100%;
    min-width: auto;
    display: block;
}

/* 検索エリア */

.search {
    margin: 0 auto;/* サーチエリアの中央寄せ */
    padding: 8px;
    background-color: #886b41;
    text-align: center;
    display: block;
}
.search img {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
}
.search p {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
}
.search p span {
    margin: 0 15px 0 0;
    min-width: 150px;
    font-size: 95%;
    font-weight: 600;
    color: #ffffff;
}
.searchbox {
    display: inline-block;
    vertical-align: middle;
}
.searchbox .rc-box {/* 検索ワード入力エリア */
    border: 0;
    padding: 7px;
    margin:0 auto;
    font-size: 85%;
    color: #505050;
    font-family: "メイリオ", Meiryo, "小塚ゴシック Pro", Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    width: 280px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.searchbox .rc-button {/* 検索ボタン */
    border: 0;
    padding: 3px;
    margin:0 auto;
    font-size: 95%;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.1em;
    border: solid 1px #ffffff;
    background-color: #886b41;
    width: 80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.searchbox .rc-button:hover {
    background-color: #a28f70;
}

/* ----インフォメーションエリア---- */

div#info-pc {
    border: 0;
    padding: 0;
    margin: 5px 10px;
    font-size: 80%;
    text-align: right;
    width: calc(100% - 20px);
    display: block !important;
}
div#info-pc ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 5px 10px 5px 2px;
}
div#info-pc ul li {
    display: inline-block;
    padding-left: 28px;
    background: url("../images/nav-icon.gif") no-repeat 13px 5px;
}
div#info-pc ul li:hover {
    opacity: 0.8;
}
div#info-pc ul li a {
    color: #614d31;
    text-decoration: none;
}
div#info-sp {/* スマホサイズ時のボックスを非表示にする */
    display: none !important;
}


/* ==================================================
グローバルナビ
================================================== */

div#h-main {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: auto;
    min-height: 80px;
    clear: both;
}
div#h-main:after {
    content: "";
    display: block;
    border-top: solid 1px #bfbfbf;
    width: auto;
    height: 1px;
    clear: both;
}

/* タイトル */

div#h-logo {
    border: none;
    padding: 0;
    margin: 0px 0px 5px 10px;
    text-align: left;
    display: block !important;
    float: left;
}
div#h-logo img {
    display: block;
    padding: 0;
    margin: 0;
    width: 190px;
    height: auto;
}
div#h-logo-sp {
    display: none !important;
}

/* グローバルナビ */

div#g-nav {
    margin: 40px 8px 4px 0px;
    display: block;
    float: right;
}
div#g-nav ul{
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    vertical-align: middle;
    background-image: none;
    padding: 0;
    margin: 0;
}
div#g-nav ul li {
    display: inline-block;
    background-image: none;
    text-align: center;
    vertical-align: bottom;
    line-height: 1.3em;
    font-size: 80%;
    font-weight: 600;
    padding: 0;
    margin: 0 1px;
    border-bottom: solid 2px #886b41;
    width: 62px;
}
div#g-nav ul li a {
    display: block;
    color: #505050;
    text-decoration: none;
    transition: all 0.1s;
}
div#g-nav ul li a:hover {
    color: #4e7c40;
    transform: scale(1.05,1.05);
}

/*パンくず
============================== */

.pk-box {
    clear: both;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100% !important;
    text-align: center; 
    border: none;
}
.pk-list {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    text-align: left; 
}
.pk-list ul {
    padding: 0;
    margin: 10px 0 0 0;
    text-align: left;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    background-color: transparent;
}
.pk-list ul li {
    display: inline-block;
    padding: 0 24px 0 7px;
    background: url("../images/pk-icon.gif") no-repeat right 7px;
}
.pk-list ul li.pk-thispage {
    padding: 0 0 0 7px;
    background: none;
    border: none;
}


/* ==================================================
フッター
================================================== */


.footer {/* フッター全体の設定 */
    clear: both;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: auto;
    background-color: #ffffff;
    border-top: solid 1px #bfbfbf;
    bottom: 0;
    zoom: 80%;
}
.footer div#f-box {/* フッター部分の中央寄せ */
    padding: 0;
    margin: 0 auto;
    max-width: auto;
}
.footer div#f-txt {/* 役場データの設定 */
    display: inline-block;
    padding: 10px;
    margin: 0;
    text-align: left;
}
.footer div#f-txt img {/* 町章画像の設定 */
    display: inline-block;
    padding: 0;
    margin: 10px;
    text-align: center;
    vertical-align: top;
}
.footer div#f-txt p {/* 役場データのテキスト設定 */
    margin: 0;
    display: inline-block;
    text-align: left;
}
.footer div#f-nav {/* ナビリンクの設定 */
    float: right;
    margin: 10px 10px 0 0;
}
.footer div#f-nav ul {
    padding: 0;
    margin: 0;
    text-align: right;
    list-style-type: none;
    list-style-image: none;
    background-color: transparent;
}
.footer div#f-nav ul li {
    background-image: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.footer div#copy {/* コピーライトの設定 */
    clear: both;
    padding: 0;
    margin: 0;
    bottom: 0;
    font-size: small;
    text-align: center;
    background-color: #886b41;
}
.footer div#copy p {
    padding: 4px 0 2px 0;
    margin: 0;
    color: #ffffff;
}
div.page-top {
    display: none;
}

/* ==================================================
ローカルナビ
================================================== */

#localnavi {
    display: none;
}

/* ==================================================
汎用共通
================================================== */

#wrap img {
    max-width: 587px;
    height: auto;
}
div.img-area {/* 画像エリアの共通設定 */
    padding: 0;
    margin: 10px 10px 10px 0;/*左余白はpのクラスで指定*/
    display: block;
    clear: both;
    width: auto;
    max-width: 100%;
    height: auto;
}
/* 1連画像 */
p.img-left {/* 1連画像・左寄せ */
    display: table;
    padding: 0 0 10px 0;
    margin: 0 0 0 13px;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    float: left !important;
    overflow-wrap: break-word;
    word-break: break-all;
}
p.img-center {/* 1連画像・中央寄せ */
    display: table;
    padding: 0 0 10px 0;
    margin: 0 auto 0 auto;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: break-all;
}
p.img-center:after {
    clear: both;
}
p.img-right {/* 1連画像・右寄せ */
    display: table;
    padding: 0 0 10px 0;
    margin: 0 13px 0 13px;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    float: right !important;
    overflow-wrap: break-word;
    word-break: break-all;
}
/* 画像、画像リンク　左（文章回りこみ） */
.img-area-l {
    padding: 0;
    margin: 10px 10px 10px 0;
    display: block;
    clear: both;
    width: auto;
    max-width: 760px;
    height: auto;
}
.img-area-l p.imglink-txt-left {
    display: table;
    padding: 0 0 15px 0;
    margin: 0 10px 0 13px;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    float: left;
    overflow-wrap: break-word;
    word-break: break-all;
}
/* 画像、画像リンク　右（文章回りこみ） */
.img-area-r {
    padding: 0;
    margin: 10px 10px 10px 0;
    display: block;
    clear: both;
    width: auto;
    max-width: 760px;
    height: auto;
}
.img-area-r p.imglink-txt-right {
    display: table;
    padding: 0 0 15px 0;
    margin: 0 0 0 10px;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    float: right;
    overflow-wrap: break-word;
    word-break: break-all;
}
.img-area-r ol {
    margin: 0.7em 5px 0.7em 10px;
    padding: 0;
}
/* 画像リンク　2個横並び */
p.imglink-side2 {
    display: table;
    padding: 0 0 10px 0;
    margin: 0 0 0 13px;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    float: left;
    overflow-wrap: break-word;
    word-break: break-all;
}
/* 画像横並び（3連） */
.img-area p.imglink-side3 {
    display: table;
    padding: 0 0 10px 0;
    margin: 0 0 0 13px;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    float: left;
    overflow-wrap: break-word;
    word-break: break-all;
}
/* 画像リンク　4個横並び */
div.img-area p.imglink-side4 {
    display: table;
    padding: 0 0 10px 0;
    margin: 0 0 0 13px;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    float: left;
    overflow-wrap: break-word;
    word-break: break-all;
}
div.img-area p.imglink-side4 span {
    margin: 0 0 0 10px;
    padding: 0;
}
/* 画像リンク　5個横並び */
div.img-area p.imglink-side5 {
    display: table;
    padding: 0 0 10px 0;
    margin: 0 0 0 13px;
    min-width: 50px;
    height: auto;
    text-align: center;
    line-height: 1.3;
    float: left;
    overflow-wrap: break-word;
    word-break: break-all;
}
div.img-area p.imglink-side5 span {
    margin: 0 0 0 10px;
    padding: 0;
}
.map-area ol li,
.img-area-l ol li,
.img-area-r ol li {
    margin: 0 0 0 2.5em;
    padding: 0;
}
.b-line {
    padding-bottom: 1em;
    border-bottom: 1px dotted #999999;
}
p.img-left span,p.img-center span,p.img-right span,p.imglink-side2 span,p.imglink-side3 span,p.imglink-txt-left span,p.imglink-txt-right span {/* 画像の説明文の設定 */
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}