@charset "utf-8";

/* -----------------------------------------------------------
基本設定：幅設定
--------------------------------------------------------- */
#outer {
    width: 100%;
    min-width: 0;
    max-width: none;
}

* html #outer {
    width: 100%;
}

.inner {
    width: 1020px;
    min-width: 0;
    max-width: none;
}

* html .inner {
    width: 1020px;
}

#main-wrapper {
    margin-right: 225px;
}

#sub-right-outer {
    margin-left: -225px;
    width: 225px;
}

/* -----------------------------------------------------------
基本設定：背景色、背景画像など
----------------------------------------------------------- */
body {
    background-color: #ffffff;
}

.inner {
    border-left: none;
    border-right: none;
    background: transparent;
    margin: 0 auto;
    padding: 0 0px;
}

#header-image img {
    margin-bottom: 0px;
}

#gnav {}

#gnav .inner {}

#content {
    padding: 0px;
}

#content .inner {
    padding-top: 15px;
}

body.home #content .inner {
    padding-top: 10px;
}

#main-outer {
    background: transparent;
}

#main {
    margin-right: 40px;
}

#sub-right {
    padding: 0px;
}


/* -----------------------------------------------------------
ヘッダー
----------------------------------------------------------- */

#header {
    position: relative;
    height: 80px;
}

/* 検索、文字サイズボックスの配置 */
#header #header-box {
    position: absolute;
    top: 5px;
    right: 0px;
    display: block;
    background: #f0f0f0;
    border-radius: 5px;
    width: 470px;
    height: 75px;
}

/* -----------------------------------------------------------
検索ボックス
----------------------------------------------------------- */
#header #header-search {
    position: absolute;
    top: 5px;
    left: 10px;
}

#header #header-search input.searcharea {
    width: 186px;
    height: 30px;
    margin: 0px;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    color: #dfdfdf;
    padding: 2px 0px 0px 10px;
    box-sizing: border-box;
}

#header #header-search input.searcharea:focus {
    color: #333333;
}

#header #header-search input.search-btn {
    height: 29px;
    width: 62px;
    vertical-align: bottom;
}

/* -----------------------------------------------------------
文字サイズボックス
----------------------------------------------------------- */
#header #textresizer {
    position: absolute;
    top: 37px;
    left: 10px;
    display: block;
    height: 34px;
    box-sizing: border-box;
}

#textresizeBtn {
    padding: 42px 0 20px 0;
    width: 128px;
    float: right;
}

#index #textresizeBtn {
    margin: 10px 0;
    padding: 0px !important;
    width: 128px;
    float: right;
}

.textsize {
    text-indent: 0px !important;
}

.textsize img {
    margin: 0px;
}

#textresizer {
    float: right;
}

#textresizer li {
    list-style: none;
    display: block;
    margin: 0px;
    float: left;
    text-indent: -9999px;
    height: 38px;
}

#textresizer a {
    height: 34px;
    /*画像高さ指定*/
    width: 45px;
    /*画像横幅指定*/
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}

#textresizeBtn #textresizer #ts1 a {
    background: url(../images/fontsize-btn-s.png) no-repeat 0 0;
    padding-left: 4px;
}

#textresizeBtn #textresizer #ts1 a:hover,
#textresizeBtn #textresizer #ts2 a:hover,
#textresizeBtn #textresizer #ts3 a:hover {
    background-position: 0 -34px;
}

#textresizeBtn #textresizer #ts2 a {
    background: url(../images/fontsize-btn-r.png) no-repeat 0 0;
    padding-left: 4px;
}

#textresizeBtn #textresizer #ts3 a {
    background: url(../images/fontsize-btn-b.png) no-repeat 0 0;
}

/* -----------------------------------------------------------
文字翻訳ボックス
----------------------------------------------------------- */
#header #textlanguage {
    position: absolute;
    top: 37px;
    right: 17px;
    display: block;
    height: 34px;
    box-sizing: border-box;
}

#textlanguageBtn {
    padding: 42px 0 20px 0;
    width: 128px;
    float: right;
}

#index #textlanguageBtn {
    margin: 10px 0;
    padding: 0px !important;
    width: 128px;
    float: right;
}

.textlanguage {
    text-indent: 0px !important;
}

.textlanguage img {
    margin: 0px;
}

#textlanguage {
    float: right;
}

#textlanguage li {
    list-style: none;
    display: block;
    margin: 0px;
    float: left;
    text-indent: -9999px;
    height: 38px;
}

#textlanguage a {
    height: 34px;
    /*画像高さ指定*/
    width: 45px;
    /*画像横幅指定*/
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}

#textlanguageBtn #textlanguage #tl1 a {
    background: url(../images/text-english.png) no-repeat 0 0;
    padding-left: 4px;
}

#textlanguageBtn #textlanguage #tl1 a:hover,
#textlanguageBtn #textlanguage #tl2 a:hover,
#textlanguageBtn #textlanguage #tl3 a:hover {
    background-position: 0 -34px;
}

#textlanguageBtn #textlanguage #tl2 a {
    background: url(../images/text-chinese.png) no-repeat 0 0;
    padding-left: 4px;
}

#textlanguageBtn #textlanguage #tl3 a {
    background: url(../images/text-korean.png) no-repeat 0 0;
}

/* -----------------------------------------------------------
メインイメージ
----------------------------------------------------------- */
#main-img {
    margin: 20px 0 10px;
}

#main-img .inner {
    position: relative;
}

/* -----------------------------------------------------------
サイドバーの設定：ウィジェットなど
----------------------------------------------------------- */

/* -----------　サイド基本文字　----------- */
.sub {
    letter-spacing: normal;
    margin-top: 0px;
}

.sub strong,
.sub em {
    font-weight: bold;
    letter-spacing: 0.05em;
}

.sub em {
    font-style: italic;
}


/* -----------　ウィジェット共通　----------- */
.article .widget {
    margin-bottom: 10px;
    position: relative;
}

.sub .widget {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.side-text-small {
    font-size: 80%;
    text-align: center;
    display: block;
}

/* -----------　サイドウィジェット枠囲み　----------- */
.sub .widget.side-kakomi {
    border: 1px solid #dfdfdf;
    border-radius: 6px 6px 0px 0px;
}

.sub .widget.side-kakomi .widgettitle {
    padding: 14px 5px 5px 20px;
    color: #333333;
    font-size: 110%;
    border-top: none;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f0f0f0;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
    min-height: 55px;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.sub #side-shisaku.widget.side-kakomi .widgettitle {
    color: #FFFFFF;
    background-color: #7069A5;
    letter-spacing: 2px;
}

.sub #side-kanri.widget.side-kakomi .widgettitle {
    color: #FFFFFF;
    background-color: #004000;
    letter-spacing: 2px;
}

.sub #side-taishinka.widget.side-kakomi .widgettitle {
    color: #FFFFFF;
    background-color: #D24615;
    letter-spacing: 2px;
}

.sub #side-tatekae.widget.side-kakomi .widgettitle {
    color: #FFFFFF;
    background-color: #017099;
    padding: 14px 5px 5px 14px;
    letter-spacing: initial;
}


.sub .widget.side-kakomi.green .widgettitle {
    color: #333333;
}

.sub .widget.side-kakomi .widgettitle a {
    color: #333333;
}

.sub .widget.side-kakomi p {
    padding: 0px 10px 10px 10px;
}

/* -----------　サイドバナー　----------- */
.side-bnr {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}

.side-bnr-kakomi {
    display: table;
    width: 185px;
    min-height: 60px;
    text-align: left;
    padding: 7px 13px;
    background: url(../images/bnr-cnr.png) no-repeat right bottom #f9fcf5;
    border: 1px solid #333333;
    margin: 10px auto;
    box-sizing: border-box;
}

.side-bnr-kakomi a {
    display: table-cell;
    color: #333333;
    vertical-align: middle;
    text-align: left;
    font-size: 86%;
}

.side-bnr-kakomi a:hover {
    text-decoration: none;
}

/* -----------　サイドウィジェット枠囲み｜リストスタイル　----------- */
.sub .widget.side-kakomi ul li {
    list-style-type: none;
    list-style-position: inside;
    border-bottom: none;
}

.sub .widget.side-kakomi ul li:last-child {
    border-bottom: none;
}

.sub .widget.side-kakomi ul li a {
    padding: 13px 10px 0px 19px;
    margin: 0px 0px 0px 15px;
}

.sub .widget.side-kakomi ul.side-1st>li>a {
    font-weight: bold;
    color: #1d3994;
    font-size: 87%;
    margin-left: 0px;
}

.sub .widget.side-kakomi ul.side-1st>li:first-child>a {
    margin-top: -13px;
}

.sub .widget.side-kakomi ul.side-1st>li>a:before {
    display: none;
}

.sub .widget.side-kakomi ul li a:hover {
    text-decoration: underline;
}

/* -----------　サイドウィジェット枠囲み｜リストスタイル二階層目　----------- */
.sub .widget ul.side-2nd li a:before {
    display: none;
}

.sub .widget ul.side-2nd li {}

.sub .widget ul.side-2nd>li>a {
    padding: 0px 0px 0px 10px;
    background: url(../images/side-bullet2.png) left 3px no-repeat;
    margin: 8px 19px 0px 19px;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #1D3994;
}

/* -----------　サイドウィジェット枠囲み｜リストスタイル二階層目②　----------- */
.sub .widget ul.side-2nd2 li a:before {
    display: none;
}

.sub .widget ul.side-2nd2 li {
    padding: 0px 0px 0px 10px;
    background: url(../images/side-bullet2.png) left 3px no-repeat;
    margin: 8px 19px 0px 19px;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #1D3994;
}

/* -----------　サイドウィジェット枠囲み｜リストスタイル三階層目　----------- */
.sub .widget ul.side-3rd li a {
    padding: 0px 0px 0px 0px;
    margin: 5px 19px 5px 32px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #1D3994;
    list-style-position: outside;
    font-size: 80%;
}

.sub .widget ul.side-3rd li a:before {
    display: block;
    content: "-";
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: -11px;
    color: #1D3994;
    font-weight: bold;
}

/* -----------　サイドウィジェット枠囲み｜リストスタイル四階層目　----------- */
.sub .widget ul.side-4th li a {
    padding: 0px 0px 0px 0px;
    margin: 5px 19px 5px 40px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #1D3994;
    list-style-position: outside;
    font-size: 74%;
}

.sub .widget ul.side-4th li a:before {
    display: block;
    content: ">";
    font-size: 10px;
    position: absolute;
    top: -1px;
    left: -11px;
    color: #1D3994;
    font-weight: bold;
}

/* -----------　サイドウィジェット枠囲み｜リストスタイル五階層目　----------- */
.sub .widget ul.side-5th li a {
    padding: 0px 0px 0px 0px;
    margin: 5px 19px 5px 32px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #1D3994;
    list-style-position: outside;
    font-size: 80%;
}

.sub .widget ul.side-5th li a:before {
    display: block;
    content: "-";

    position: absolute;
    top: -1px;
    left: -11px;
    color: #1D3994;
    font-weight: bold;
}

/* -----------　ウィジェットタイトル表示　----------- */
.sub .widgettitle {
    padding: 10px 5px 0px 15px;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #333333;
    height: 47px;
    box-sizing: border-box;
    border-bottom: 1px solid #447114;
    border-top: 1px solid #447114;
    font-weight: bold;
    margin-bottom: 15px;
}

/* -----------　リスト表示　----------- */
.sub .widget ul {}

.sub .widget ul li {
    list-style-type: none;
    list-style-position: inside;
    border-bottom: 1px solid #e5e5e5;
}

.sub .widget ul li a {
    color: #333333;
    padding: 7px 10px 7px 18px;
    display: list-item;
    line-height: 1.5em;
    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    position: relative;
    font-size: 87%;
    font-weight: normal;
    text-align: left;
}

.sub .widget ul.side-bnr-list li a:before {
    display: block;
    font-family: 'FontAwesome';
    content: '\f138';
    font-size: 12px;
    position: absolute;
    top: 1em;
    left: 3px;
    color: #333333;
}

.sub .widget ul li a:hover {
    text-decoration: underline;
}

.sub .widget ul li a:before {
    display: block;
    font-family: 'FontAwesome';
    content: '\f138';
    font-size: 12px;
    position: absolute;
    top: 0.5em;
    left: 3px;
    color: #333333;
}

/* -----------　画像ウィジェット　----------- */
.fade {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.fade:hover {
    opacity: 0.7;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.alignleft {
    float: left;
    margin: 0 10px 0px 0;
}

.alignright {
    float: right;
    margin: 0 0px 0px 10px;
}

/* -----------　サイドバナーボックス表示　----------- */
.sub .widget .side-bnr-box {
    background-color: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 12px 0 15px 0px;
}

.sub .widget .side-bnr-box .side-bnr {
    margin: 5px auto;
    text-align: center;
}

/* -----------------------------------------------------------
メインの設定：
----------------------------------------------------------- */

/* -----------　トップ｜メインテキスト　----------- */
.mainText {
    margin: 20px 20px 10px 20px;
}


/* -----------　トップ｜トピックス表示　----------- */
.top-topics-inner {
    border: 1px solid #dfdfdf;
    padding: 20px;
    border-radius: 5px;
}

.top-topics-inner.none {
    border: none;
}

/* .kankyo-support_bnr {
    position: relative;
}

.kankyo-support_img {
    position: relative;
}

.kankyo-support_bnr .kankyo-support_img:last-of-type a {
    display: flex;
    justify-content: center;
}

.kankyo-support_bnr .kankyo-support_img:last-of-type img {
    height: auto;
    position: absolute;
    bottom: 20px;
    width: 90%;
} */

.top-topics-inner.todomaru_bnr {
    display: flex;
}

.top-topics-inner.todomaru_bnr .todomaru_bnr_inner {
    /* width: 30%; */
    width: 30%;
    display: flex;
    align-items: center;
}

.top-topics-inner.todomaru_bnr .todomaru_bnr_inner:last-child {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.top-topics-inner.todomaru_bnr .todomaru_bnr_item {
    height: 90px;
}

.top-topics-inner.todomaru_bnr .todomaru_bnr_inner img {
    width: 100%;
    height: auto;
}





.columns {
    margin-top: 18px;
}

.columns a {
    margin-right: 17px;
    display: block;
    float: left;
}

.columns a:last-child {
    margin-right: 0px;
}

/* -----------------------------------------------------------
トップ｜バナーボックス
----------------------------------------------------------- */
.article #top-bnr {}

.article #top-bnr ul {
    margin: 0px;
    padding: 0px;
}

.article #top-bnr ul li {
    float: left;
    background: none;
    margin: 0 19px 0 0;
    padding: 0px;
    list-style: none;
}

.article #top-bnr ul li:before {
    display: none;
}

.article #top-bnr ul li:nth-child(4n) {
    margin-right: 0%;
}

.article #top-bnr ul li:nth-child(4n+1) {
    clear: both;
}

/* -----------------------------------------------------------
トップ｜各種資料・パンフレット
----------------------------------------------------------- */
.article #doc {}

.article .doc-list-box {
    padding: 19px 0px 10px 19px;
    border: 1px solid #dfdfdf;
    border-radius: 0px 0px 5px 5px;
}

.article #doc ul {
    margin: 0px;
    padding: 0px;
}

.article #doc ul li {
    float: left;
    background: none;
    margin: 0px 18px 30px 0;
    padding: 0px;
    list-style: none;
    width: 132px;
    position: relative;
}

.article #doc ul li:before {
    display: none;
}

.article #doc ul li:nth-child(5n) {
    margin-right: 0%;
}

.article #doc ul li:nth-child(5n+1) {
    clear: both;
}

.article #doc ul li span {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    margin-top: 5px;
    margin-right: 10px;
}

.article #doc ul li a img {
    border: 1px solid #e4e4e4;
}

.article #doc ul.doc-list-item li a img {
    width: 110px;
    height: 158px;
    object-fit: cover;
}

.article #doc ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 114px;
}

.article #doc ul li.doc-cat-shisaku a:after {
    content: url(../images/doc-cat0.png);
}

.article #doc ul li.doc-cat-kanri a:after {
    content: url(../images/doc-cat1.png);
}

.article #doc ul li.doc-cat-taishin a:after {
    content: url(../images/doc-cat2.png);
}

.article #doc ul li.doc-cat-tatekae a:after {
    content: url(../images/doc-cat3.png);
}

.article #doc ul li.doc-cat-support a:after {
    content: url(../images/doc-cat4.png);
}


/* -----------　トップ｜whatsnewmaker お知らせ一覧表示　----------- */
body.home .whats_new_maker,
body.home .top-info {
    background: url(../images/info-bg.png) no-repeat right bottom #ffffff;
    padding: 22px 22px 0px 22px;
    position: relative;
    min-height: 220px;
    border: 1px solid #dddddd;
}

body.home .whats_new_maker h2.widgettitle,
body.home .top-info h2.widgettitle {
    background: url("../images/info-title.png") no-repeat left top;
    text-indent: -9999px;
    border: none;
    margin: 0px;
    padding: 0px 0 20px 0;
    box-shadow: none;
}

.itiran-btn {
    position: absolute;
    right: 20px;
    top: 13px;
}

.article .wnm {}

body.home .article .wnm {
    padding: 0px;
    border: none;
    overflow: auto;
}

.article .wnm ul {
    margin-bottom: 10px;
    padding: 0 20px;
}

.article .wnm ul li:nth-child(2n) {
    background-color: transparent;
}

.article .wnm ul li:first-child {
    border-top: none;
}

.article .wnm ul li {
    border-bottom: 1px solid #dddad5;
    background: #ffffff;
    padding-left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 16px;
    line-height: 1.5;
    display: list-item;
}

.article .wnm ul li:hover {}

/* お知らせのリストマーク削除 */
.article .wnm ul li:before {
    display: none;
}

.article .wnm ul li .date {
    width: 120px;
    display: table-cell;
    vertical-align: top;
    color: #333333;
}

.article .open .wnm ul li .date {
    display: none;
}

.article .wnm ul li .title {
    display: table-cell;
    margin-bottom: 1px;
    position: relative;
}

.article .wnm ul li .title a {}

.article .wnm ul li .title.newmark {
    padding-left: 0px;
}

.article .wnm ul li .title.newmark:before {
    content: "new";
    width: 58px;
    height: 18px;
    background: #c22b4c;
    color: #ffffff;
    text-align: center;
    padding: 0px 0 0px 0;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    line-height: 1.5;
}

.article .wnm ul li .content {
    font-size: 13px;
    font-size: 1.3rem;
    color: #666666;
    margin-left: 150px;
    display: block;
    line-height: 1.5;
}



.article .wnm dd {
    border-bottom: 1px solid #d6ceb4;
    margin-left: 15%;
}

.article .wnm dd a {
    color: #333333;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -webkit-transition: color 0.5s ease-in-out;
}

.article .wnm dd a:hover {
    text-decoration: underline;
}

.whats_new_maker {
    position: relative;
}

.article .displaying-num {
    display: none;
}


/* -----------　トップ｜widget_sp_image ビックバナー　----------- */
.widget_sp_image {
    margin-bottom: 10px;
}




/* -----------------------------------------------------------
各ページ
----------------------------------------------------------- */
/* -----------　ページ｜子ページ一覧表示　----------- */
.page-list {
    margin-left: 5px;
    margin-top: 8px;
}

.page-list .columns {
    float: left;
    width: 136px;
    margin-right: 15px;
}

.page-list .columns h5 {}

.page-list .columns h5 a {
    color: #333333;
    font-size: 13px;
}

.page-list .columns p {
    font-size: 12px;
    line-height: 1.5em;
}

.page-list .columns img {}



/* -----------　パンくずリスト　----------- */
.breadcrumbs {}

.breadcrumbs .inner {
    padding: 7px 10px 5px 20px;
    font-size: 78%;
    margin-bottom: 10px;
    background: #333333;
    margin-top: 20px;
    border-radius: 6px;
    color: #fff;
    box-sizing: border-box;
}

.breadcrumbs a {
    color: #fff;
}

body.cat-top .breadcrumbs-title {
    display: none;
}

/* -----------------------------------------------------------
スクロールで表示させるページトップの設定
----------------------------------------------------------- */
#pageTop {
    padding: 12px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

#pageTop:hover {}

#pageTop i {
    font-size: 60px;
    color: #333333;
}

#pageTop span {
    display: inline-block;
    text-indent: -9999px;
    width: 0px;
}

/* -----------------------------------------------------------
フッター
----------------------------------------------------------- */
#footer-outer {
    padding: 20px 0 0 0;
    background: #fdf9f1;
}

#footer-outer .inner {
    background: transparent;
    border-left: none;
    border-right: none;
}

#footer {
    padding-top: 0px;
    padding-bottom: 15px;
    position: relative;
}

#footer ul.foot-nav {
    line-height: 53px;
    display: block;
    text-align: center;
}

#footer ul li {
    display: inline;
    border-left: 1px solid #333333;
    padding: 0 15px 0 15px;
}

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

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

#footer ul a:hover {
    text-decoration: underline;
    color: #333333;
    outline: none;
}

/* -----------------------------------------------------------
コピーライト
----------------------------------------------------------- */
#copyright {
    display: block;
    padding: 20px 0;
    background: #333333;
    color: #fff;
}

#copyright .inner {
    background-color: transparent;
}

.copyright {
    clear: both;
    text-align: center;
}

/* -----------------------------------------------------------
 一覧ページ
----------------------------------------------------------- */
.archive-newmark {
    position: relative;
}

.archive-newmark:before {
    content: "NEW";
    width: 50px;
    height: 20px;
    background: #F5B8CA;
    color: #ffffff;
    text-align: center;
    padding: 0px 0 0px 0;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    margin: 1px 10px 0px 0px;
    line-height: 1.5;
    vertical-align: text-top;
}

/* -----------------------------------------------------------
外部リンクアイコン表示
----------------------------------------------------------- */
a.ex-link {
    position: relative;
}

a.ex-link:after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f08e';
    font-size: 12px;
    color: #1D3994;
    margin-left: 5px;
}

.article a.ex-link:after {
    color: #0000ff;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 3px;
}

.article table.table-jisseki a.ex-link:after {
    color: #0000ff;
    font-size: 10px;
    margin-left: 4px;
    margin-right: 0px;
}


/* -----------------------------------------------------------
グローバルナビの設定
----------------------------------------------------------- */
#gnav ul#topnav {
    background: url(../images/navi.png) no-repeat left top;
    width: 1020px;
    height: 50px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}

#gnav ul#topnav li {
    list-style: none;
    display: block;
    margin: 0px;
    float: left;
    text-indent: -9999px;
    height: 50px;
}

#gnav ul#topnav li a {
    display: block;
    text-decoration: none;
    padding: 0px;
    height: 50px;
    background: url(../images/navi.png) no-repeat left top;
    overflow: hidden;
    outline: none;
    /*クリックすると出る点線を消す*/
}

#gnav ul#topnav li#tn1 {
    width: 60px;
}

#gnav ul#topnav li#tn2 {
    width: 143px;
}

#gnav ul#topnav li#tn3 {
    width: 124px;
}

#gnav ul#topnav li#tn4 {
    width: 138px;
}

#gnav ul#topnav li#tn5 {
    width: 187px;
}

#gnav ul#topnav li#tn6 {
    width: 79px;
}

#gnav ul#topnav li#tn7 {
    width: 116px;
}

#gnav ul#topnav li#tn8 {
    width: 100px;
}

#gnav ul#topnav li#tn9 {
    width: 73px;
}

#gnav ul#topnav li#tn1 a {
    background-position: 0px 0;
}

#gnav ul#topnav li#tn2 a {
    background-position: -60px 0;
}

#gnav ul#topnav li#tn3 a {
    background-position: -203px 0;
}

#gnav ul#topnav li#tn4 a {
    background-position: -327px 0;
}

#gnav ul#topnav li#tn5 a {
    background-position: -465px 0;
}

#gnav ul#topnav li#tn6 a {
    background-position: -652px 0;
}

#gnav ul#topnav li#tn7 a {
    background-position: -731px 0;
}

#gnav ul#topnav li#tn8 a {
    background-position: -847px 0;
}

#gnav ul#topnav li#tn9 a {
    background-position: -947px 0;
}

#gnav ul#topnav li#tn1 a:hover {
    background-position: 0px 100%;
}

#gnav ul#topnav li#tn2 a:hover {
    background-position: -60px 100%;
}

#gnav ul#topnav li#tn3 a:hover {
    background-position: -203px 100%;
}

#gnav ul#topnav li#tn4 a:hover {
    background-position: -327px 100%;
}

#gnav ul#topnav li#tn5 a:hover {
    background-position: -465px 100%;
}

#gnav ul#topnav li#tn6 a:hover {
    background-position: -652px 100%;
}

#gnav ul#topnav li#tn7 a:hover {
    background-position: -731px 100%;
}

#gnav ul#topnav li#tn8 a:hover {
    background-position: -847px 100%;
}

#gnav ul#topnav li#tn9 a:hover {
    background-position: -947px 100%;
}

body.home #gnav ul#topnav li#tn1 a {
    background: url(../images/navi.png) 0px 100%;
}

body.shisaku #gnav ul#topnav li#tn2 a {
    background: url(../images/navi.png) -60px 100%;
}

body.kanri #gnav ul#topnav li#tn3 a {
    background: url(../images/navi.png) -203px 100%;
}

body.taishinka #gnav ul#topnav li#tn4 a {
    background: url(../images/navi.png) -327px 100%;
}

body.tatekae #gnav ul#topnav li#tn5 a {
    background: url(../images/navi.png) -465px 100%;
}

body.kakusyu-shisaku #gnav ul#topnav li#tn6 a {
    background: url(../images/navi.png) -652px 100%;
}

body.kankyo-support #gnav ul#topnav li#tn7 a {
    background: url(../images/navi.png) -731px 100%;
}

body.kakusyu-shiryo #gnav ul#topnav li#tn8 a {
    background: url(../images/navi.png) -847px 100%;
}

body.madoguchi #gnav ul#topnav li#tn9 a {
    background: url(../images/navi.png) -947px 100%;
}


/* -----------------------------------------------------------
ハック
----------------------------------------------------------- */

/* IE7でpadding指定 */
*:first-child+html body {
    padding-left: 1px;
}

/* IE6以下でpadding指定 */
*html body {
    padding-left: 10px;
}


/* holly hack */
* html #content,
* html div {
    height: 1%;
}

/* holly hack end */

/**{ 
    zoom:1; 
}*/


/* clearfix
-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*/
    /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* div.clearfix
-----------------------------------*/
div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

div {
    min-height: 1px;
    line-height: 1.5;
}

* html div {
    height: 1px;
    /*\*/
    /*/
  height: auto;
  overflow: hidden;
  /**/
}

.sidetext {
    padding: 0px 10px 0px 19px;
    margin: 0px 0px 0px 15px;
    color: #333333;
    display: list-item;
    line-height: 1.5em;
    position: relative;
    font-size: 87%;
    text-align: left;
}