    /* CSS Document */
@import url("r_style.css?20210216");
/* ユニバーサル */
* {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-weight: normal;
    *font-size: small;
    *font: x-small;
    font-family: "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

textarea {font-size: small;}

i { font-style: italic }
b { font-weight:bold }
body { font-size: 0.75rem }

a:link {
    color: #2869dd;
    text-decoration: none;
}
a:visited {
    color: #2869dd;
    text-decoration: none;
}
a:hover {
    color: #002973;
    text-decoration: underline;
}
a:active { color: #9acce7 }

table {
    width: 100%; /*border-collapse: collapse;*/;
}
table td { vertical-align: top }
/*
th {background:#37bddb; color:#fff; padding:3px; vertical-align:middle;}
th a {color:#fff;}
*/
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
img { border: 0 }
.item { border: 1px solid #cccccc }
.itemHead {
    padding: 3px 5px;
    background: #37bddb;
    color: #ffffff;
}
.itemInfo {
    text-align: right;
    padding: 3px 5px;
    background: #efefef;
}
.itemTitle a {
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffffff;
}
.itemPoster { font-size: 90% }
.itemPostDate { font-size: 90% }
.itemStats { font-size: 90% }
.itemBody { padding: 10px }
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.itemText:first-letter { }
.itemFoot {
    text-align: right;
    padding: 3px 5px;
    background: #efefef;
}
.itemAdminLink { font-size: 90% }
.itemPermaLink { font-size: 90% }
table.tnm_default {
    border: 1px solid #D2D2D2;
    border-collapse: collapse;
}
table.tnm_default td {
    padding: 5px;
}
.outer { border: 1px solid silver }
.head {
    background: #EBEBEB;
    padding: 5px;
    font-weight: bold;
}
.even {
    background: #c9e8f0;
    padding: 5px;
}
.odd {
    background: #d7eef4;
    padding: 5px;
}
tr.even td {
    background: #c9e8f0;
    padding: 5px;
}
tr.odd td {
    background: #d7eef4;
    padding: 5px;
}
.foot {
    background: #c2cdd6;
    padding: 5px;
    font-weight: bold;
}
div.errorMsg {
    background: #ffcccc;
    text-align: center;
    border-top: 1px solid #ddddff;
    border-left: 1px solid #ddddff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background: #ddffdf;
    color: #136c99;
    text-align: center;
    border-top: 1px solid #ddddff;
    border-left: 1px solid #ddddff;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background: #cccccc;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}
div.xoopsCode {
    background: #ffffff;
    border: 1px inset #000080;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background: #ffffff;
    border: 1px inset #000080;
    padding: 0px 6px 6px 6px;
}
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText { padding: 2px }
.comUserStat {
    font-size: 0.625rem;
    color: #37bddb;
    font-weight: bold;
    border: 1px solid silver;
    background: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption { font-weight: normal }
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #37bddb;
    font-weight: bold;
    font-size: 0.625rem;
}
.comUserRank { margin: 2px }
.comUserRankText {
    font-size: 0.625rem;
    font-weight: bold;
}
.comUserRankImg { border: 0px }
.comUserName { }
.comUserImg { margin: 2px }
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}
div.hidden {
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
/* ボディ */
body {
    color: #333;
    line-height: 1.5;
    font-size: 1rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}
#centercolumn {
    width: 820px;
    float: right;
    margin-top: 50px;
}
/* キャンバス */
#canvas {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: #FFF;
}
    /* ヘッダー */
    #header {
        position: relative;
        width: 1160px;
        margin: auto;
        min-height: 97px;
        padding-top: 5px;
        background: #fff;
    }
    #header_image {
        width: 100%;
        color: #fff;
        overflow: hidden;
    }
    #header_contents {
        display: table-cell;
        float:right;
    }

    /* ------ */
    /* サイトタイトル */
    #header .siteTitle {
        display: table-cell;
        float: left;
        margin-top: 16px;
    }
    #header .siteTitle h1 {
        text-align: left;
        padding: 0px;
        margin: 21px 10px 0 auto;

    }
    #header .siteTitle h1 a {
        font-size: 180%;
        color: #666;
        text-decoration: none;
    }
    #header .siteTitle h1 a:hover {
        color: #000;
        text-decoration: underline;
    }
    #header .siteTitle h2 {
        font-size: 110%;
        padding: 0 0 0 20px;
    }

    /* 言語 */
    #header .language {
        display: inline-flex;
        width: 132px;
        height: 25px;
        margin-bottom: 1em;
    }
    #header .language:hover img {
        content: url("./images/ul_lang_title_a.png");
    }

    ul#languageList {
        /*非表示*/
        max-height: 0;
        overflow: hidden;
        z-index: 99;
    }
    ul#languageList.language-list__display {
        /*表示*/
        max-height: 30em;
        position: absolute;
        top: 48px;
        width: 132px;
    }
    ul#languageList li{
        padding: 7px 10px 5px;
        background: #eee;
        border-bottom: 2px solid #ddd;
        font-size: 0.75rem;
    }

    ul#languageList li:hover{
        background: #fff;
    }

    /* 文字サイズ */
    #header .fontSize {
        display: inline-block;
        height: 21px;
    }
    #header .fontSize p {
        display: inline-flex;
        margin-right: 13px;
        font-size: 0.75rem;
        line-height:24px;
        vertical-align: middle;
        padding-bottom:10px;
        margin-left:26px;
    }
    #header .fontSize ul {
        display: inline-flex;
    }
    /* SNSボタン */
    .sns_btn{
        display:  inline-block;
        margin: 1em 0 0.8em 8px;
    }
    .sns_btn ul li{
        display: inline-block;
        padding-left: 5px;
    }
    /* 検索 */
    #header .searchForm * { border: none }
    #header .searchForm {
        display: inline-flex;
        height: 21px;
        margin-left: 14px;
    }
    #header .searchForm .form {
        display: flex;
        height: 30px;
    }
    #header .searchForm input.field {
        width: 80%;
        height: 30px;
        background: #ddd;
        vertical-align: top;
    }
    #header .searchForm input.field:focus { background: #ddd }
    #header .searchForm input.button {
        width: 30px;
        height: 30px;
        background: url("./images/search_btn.png");
        pointer-events: none;
    }
    #header .searchForm input.button:hover { cursor: pointer }
    #header .searchForm input.button:active { cursor: pointer }
    #header .topImage {
        clear: both;
        padding: 0;
        margin: 0;
        width: 860px;
        height: 150px;
    }

#header .btnTicket {
    display: inline-block;
    height: 21px;
}


#header .btnTicket p {
    display: inline-flex;
    font-size: 0.75rem;
    line-height: 24px;
    vertical-align: middle;
    padding-bottom: 12px;
    margin-left: 13px;
}

#header .btnTicket p a {
    background-color: #d3381c;
    padding: 6px;
    color: white;
    text-align: center;
    width: 150px;
}


    /* Chrome, Safari 5+, Opera 15+, iOS, Android */
    ::-webkit-input-placeholder {
        font-size: 0.75rem;
        padding-left:18px;
    }
    /* Firefox 18- */
    :-moz-placeholder {
        font-size: 0.75rem;
        padding-left:18px;
        opacity: 1;
    }
    /* Firefox 19+ */
    ::-moz-placeholder {
        font-size: 0.75rem;
        padding-left:18px;
        opacity: 1;
    }
    /* IE 10+ */
    :-ms-input-placeholder {
        font-size: 0.75rem;
        padding-left:18px;
    }
    /* IE Edge */
    ::-ms-input-placeholder {
        font-size: 0.75rem;
        padding-left:18px;
    }

/* パンクズ */
#pankuzu {
    width: 800px;
    text-align: left;
    font-size: 0.875rem;
}
#pankuzu a:link {
    color: #2869dd;
    text-decoration: none;
}
#pankuzu a:visited {
    color: #2869dd;
    text-decoration: none;
}
#pankuzu a:hover {
    color: #002973;
    text-decoration: underline;
}
#pankuzu a:active {
    color: #9acce7;
    text-decoration: none;
}
/* メイン */
#main {
    width: 1160px;
    margin: 1em auto;
}
/* センターカラム */
#centercolumn { margin-bottom: 62px }
#mainContents {
    clear: both;
    position: relative;
}
#centerC { width: 100% }
#centerC .blockTitle {
    border-bottom: #CCC solid 1px;
    background: url("./images/bg_h1.png") no-repeat left bottom;
}
#centerC .blockContent {
    padding: 0px;
    margin-bottom: 0px;
}
#centerL {
    float: left;
    width: 49%;
}
#centerL .blockTitle {
    padding: 0px;
    color: #fff;
    background: #37bddb;
}
#centerL .blockContent {
    padding: 0px;
    margin-bottom: 0px;
    background: #def9ff;
}
#centerR {
    float: right;
    width: 49%;
}
#centerR .blockTitle {
    padding: 0px;
    color: #fff;
    background: #37bddb;
}
#centerR .blockContent {
    padding: 0px;
    margin-bottom: 0px;
    background: #def9ff;
}
/* レフトカラム */
#leftcolumn {
    float: left;
}
#leftcolumn .blockTitle {
    color: #FFF;
    background: #37bddb;
}
#leftcolumn .blockContent {
    text-align: left;
    padding: 0px;
    margin: 50px 2px 0 auto;
    width: 290px;
}
#leftcolumn img.sidemenu_title {
}
/* ライトカラム */
#rightcolumn {
    float: right;
    width: 240px;
    margin-top: 2em;
}
#rightcolumn .blockTitle {
    color: #FFF;
    background: #37bddb;
}
#rightcolumn .blockContent {
    text-align: left;
    padding: 0px;
}
/* コンテンツ */
#contents { clear: both }
/* フッター */
#footer {
    clear: both;
    margin: 0 auto;
    width: 1160px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.625rem;
    min-height:1px;
}
#footer .siteTitle {
    display: inline-block;
    width: 340px;
}
#footer .siteTitle h2 {
    text-align: center;
}
#footer .footer_contents {
    display: inline-block;
    width: 720px;
}
#footer ul {
    margin-top: 1px;
}
#footer ul li {
    display: inline-block;
    padding: 0 1em;
}
#footer a {
    color: #333;
    font-size: 0.625rem;
}
#footer p {
    margin: 1em;
}
.con {
    background-image: url(tnm_top_a_2.jpg);
    background-repeat: no-repeat;
    height: 2186px;
    width: 1124px;
}
.sp1 {
    padding-top: 70px;
    padding-left: 50px;
    height: 300px;
}
div#pankuzu {
    /* position: absolute;
    top: 6.5em;
    width: 66%; */
    margin-top: 4px;
    margin-bottom: 85px;         /* 20210707　70pxを85pxに変更 */
    text-align: left;
}
h1 {
    vertical-align: top;
    font-size: 1.3em;
    font-weight: bold;
    /*    padding: 10px 0px 10px 15px;*/
    /*    height: 44px;*/
}

h1 i,h2 i,h3 i,h4 i {
 font-style: italic;
 font-weight:bold;
}
#contents h2 {
    margin-top: 20px;
    font-size: 1.3em;
    font-weight: bold;
    clear: both;
}
.left_menu_list ul ul { border: 0px }
.left_menu_list ul li {
    border: 0px;
    background: #fff;
    padding: 9px 5px 9px 24px;
    text-indent: 0px; /*最初の行だけ、左に動かす*/
    font-size: 0.875rem;

}
.left_menu_list ul li.noselect {
    padding: 9px 5px 9px 24px;
}
.left_menu_list li.sublistli {
    text-indent: 0px; /*最初の行だけ、左に動かす*/
	border: 0px;
    padding: 1.5px 0px 1.5px 33px;
}

ul.subul {
    margin: 8px 0px;
}

.left_menu_list ul li.sublistli:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    border: none;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*---------------------------------*/
h2 { }
h3 {
    border-bottom: 1px #d2d2d2 solid;
    margin-bottom: 20px;
    clear: both;
    font-weight: bold;
}
div.h_kyakuchu {
    text-align: right;
    float: right;
    font-size: 0.6875rem;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 4px;
}
div.to_page_top {
    text-align: right;
    float: right;
    font-size: 0.6875rem;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 4px;
}
div.to_page_top a {
    background: url('../../tnm_images/icon_sankaku_top.png') no-repeat left center;
    padding-left: 7px;
}
h4 {
    background: #d2d2d2 url('../../tnm_images/h4_box.png') no-repeat 5px center;
    font-size: 0.75rem;
    padding: 5px;
    padding-left: 17px;
    margin-bottom: 10px;
}
h4.box {
    background: none;
    border: 1px #D2D2D2 solid;
    padding: 5px;
}
img.free_page_image_box {
    padding: 10px;
    border: 1px #d2d2d2 solid;
}
a.free_page_zoom {
    background: url('../../tnm_images/icon_zoom.png') no-repeat left center;
    padding-left: 15px;
}
ul.free_page_flat_list { }
ul.free_page_flat_list li { }
ul.free_page_kyakuchu { }
ul.free_page_kyakuchu li { font-size: 0.95em }
ul.free_page_maru_list { }
ul.free_page_maru_list li {
    padding-left: 12px;
    background: url('../../tnm_images/list_dot.png') no-repeat left 4px;
}
ul.link_list { }
ul.link_list li {
    padding-left: 12px;
    background: url('../../tnm_images/icon_sankaku_migi.png') no-repeat left 4px;
}
ul.link_list li img { vertical-align: middle }
ul.inline_button_list { }
ul.inline_button_list li {
    display: inline;
    margin-right: 0px;
}
ul.inline_button_list li.right {
    display: inline;
    margin-right: 0px;
}
p.tnm_warning {
    padding-left: 15px;
    /*background: url('../../tnm_images/icon_warning.png') no-repeat left 4px;*/
    /*color: #FD2601;*/
    background: url('https://www.tnm.jp/uploads/fckeditor/uid000318_20210527125819155ebae1.png') no-repeat left 4px;  
    color: #990000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.red_text {
   color: #990000;
}
table.free_page_top_and_bottom_line { border-top: 1px solid #D2D2D2 }
table.free_page_top_and_bottom_line tr { border-bottom: 1px solid #D2D2D2 }
a.tnm_link {
    background: url('../../tnm_images/icon_sankaku_migi.png') no-repeat left center;
    padding-left: 7px;
}
p { margin-bottom: 10px }
table.tnm_default {
    margin-bottom: 10px;
}
table.tnm_default td {
    padding: 5px;
    border: 1px solid #eee;
}
table.tnm_default td.head {
    background: #EBEBEB;
    padding: 5px;
    font-weight: bold;
}
table.tnm_default th {
    background: #D2D2D2;
    padding: 5px;
}
div.tokuten_box {
    border: 1px solid #A7A7A7;
    padding: 15px;
    margin-bottom: 25px;
}
div.tokuten_title {
    border-bottom: #8f8f8f 1px dotted;
    padding-bottom: 10px;
    font-size: 0.875rem;
    color: #177c12;
    font-weight: bold;
    text-align: center;
}
div.tokuten_description { padding-top: 10px }
div.top_and_bottom_line {
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
}
div.tile_image_yoko3_left {
    clear: both;
    float: left;
    width: 200px;
    margin-right: 34px;
    margin-bottom: 10px;
}
div.tile_image_yoko3_center {
    float: left;
    width: 200px;
    margin-right: 34px;
    margin-bottom: 10px;
}
div.tile_image_yoko3_right {
    float: left;
    width: 200px;
    margin-bottom: 10px;
}
div.youtube_link {
    clear: both;
    text-align: right;
}
div.youtube_link img { vertical-align: middle }
div.tile_image_yoko2_left {
    clear: both;
    float: left;
    margin-bottom: 20px;
}
div.tile_image_yoko2_right {
    float: right;
    margin-bottom: 20px;
}
div.left1row_right2row {
    clear: both;
    margin-top: 1em;
}
div.left1row_right2row_left {
    margin-right: 20px;
    float: left;
}
div.left1row_right2row_left img {
    margin: 0px;
    border: 1px solid #A7A7A7;
}
div.left1row_right2row_right_top { margin-left:220px; }
div.left1row_right2row_right_bottom { text-align: right }
/* ロケブロック */
div.roke_block h2 {
    border-top: 1px solid #A7A7A7;
    border-bottom: #8f8f8f 1px dotted;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}
div.roke_block div.roke_image {
    float: left;
    border: 1px solid #A7A7A7;
    width: 160px;
    height: 160px;
    margin-right: 15px;
    text-align: center;
    line-height: 160px;
}
div.roke_block div.roke_image img { vertical-align: middle }
div.roke_block table { width: 490px }
/* 入札 */
/* ロケブロック */
div.nyusatu_block h2 {
    border-top: 1px solid #A7A7A7;
    border-bottom: #8f8f8f 1px dotted;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}
/* 入札やロケ情報等用のブロック free_item_block */
div.free_item_block h2 {
    border-top: 1px solid #A7A7A7;
    border-bottom: #8f8f8f 1px dotted;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}
/* おすすめコースガイド */
div.guide_course_title { }
div.guide_course_title img { vertical-align: middle }
/*作品一覧テーブル*/
table.listA {
    border: 1px #969696 solid;
    color: #505050;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
/*th使う場合*/
table.listA th {
    padding: 5px;
    border: #969696 solid;
    border-width: 0 0 1px 1px;
    background: #C8C8C8;
    font-weight: normal;
    line-height: 120%;
}
/*th使わない場合*/
table.listA td.title {
    padding: 5px;
    border: #969696 solid;
    border-width: 0 0 1px 1px;
    background: #C8C8C8;
    line-height: 120%;
}
/*名称部分*/
table.listA td.name {
    padding: 5px;
    border: 1px #969696 solid;
    border-width: 0 0 1px 1px;
    background: #cce5d9;
}
/*普通のtd*/
table.listA td {
    padding: 5px;
    border: 1px #969696 solid;
    border-width: 0 0 1px 1px;
}
h4.school {
    background: #E7DAEB;
    font-size: 0.75rem;
    padding: 3px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.caption { font-size: 0.6875rem }
div.exhibition_ctg_list_item { padding: 3px 0 3px 0 }
div.exhibition_ctg_list_item_first {
    border-top: 1px solid #A7A7A7;
    padding: 3px 0 3px 0;
}
div.exhibition_ctg_list_item_under {
    border-top: 1px dotted #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    padding: 3px 0 3px 0;
}
h2 {
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    overflow: hidden;
    background-position: 0px bottom;
    padding-bottom: 5px;
}
._h3 {
    border-bottom: 1px #d2d2d2 solid;
    margin-bottom: 10px;
    clear: both;
    font-size: 0.875rem;
    font-weight: bold;
}
div.event_date_title {
    background: #cae4f1;
    padding: 3px;
}
div.kadomaru {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 8px 8px 8px 8px;
    background-color: #E7DAEB;
}
div.bold_title { font-weight: bold }
p.tnm_tokki {
    color: #177c12;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
/*テーブル*/
table.listA {
    border: 1px #969696 solid;
    color: #505050;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
/*th使う場合*/
table.listA th {
    padding: 5px;
    border: #969696 solid;
    border-width: 0 0 1px 1px;
    background: #C8C8C8;
    font-weight: normal;
    line-height: 120%;
}
/*th使わない場合*/
table.listA td.title {
    padding: 5px;
    border: #969696 solid;
    border-width: 0 0 1px 1px;
    background: #C8C8C8;
    line-height: 120%;
}
/*名称部分*/
table.listA td.name {
    padding: 5px;
    border: 1px #969696 solid;
    border-width: 0 0 1px 1px;
    background: #cce5d9;
}
/*普通のtd*/
table.listA td {
    padding: 5px;
    border: 1px #969696 solid;
    border-width: 0 0 1px 1px;
}
.page h2 {
    font-size: 1.3em;
    overflow: hidden;
    height: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}
.page h3 {
    margin-top: 20px;
    font-size: 1.0em;
    border-bottom: #CCC solid 1px;
    font-weight: bold;
    clear: both;
}
.subtitle {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: #8f8f8f 1px dotted;
    margin-bottom: 8px;
}
.jouge {
    border-top: #A7A7A7 solid 1px;
    border-bottom: 1px solid #A7A7A7;
    padding: 5px 0 5px 0;
    margin: 10px 0 10px 0;
}
.jouge_shitadash {
    clear: both;
    border-top: #A7A7A7 solid 1px;
    border-bottom: #8f8f8f 1px dotted;
    padding: 5px 0 5px 0;
    margin: 10px 0 10px 0;
}
/* 最新情報サイドメニュー */
.news_menu_dash_border {
    border: #8f8f8f 1px dotted;
    border-width: 0 0 1px 1px;
    margin: 7px 0 7px 0;
}
.news_menu_solid_border {
    border: 1px solid #A7A7A7;
    border-width: 0 0 1px 1px;
    margin: 7px 0 7px 0;
}
.news_menu_marker_b {
    padding-left: 5px;
    background: url("./images/sankaku_migi_b.png") left center no-repeat;
}
.news_menu_title {
    font-weight: bold;
    font-size: 0.875rem;
    text-align: center;
}
/*  */
/* ▽------------------------------------------▽ */
.sect_sit {
    width: 900px;
    /*padding-top: 30px;*/
}
.sect_sit * {
    margin: 0;
    padding: 0px;
}
.sect_sit h2 { height: auto }
.sect_sit .wrap_sitemap {
    margin-bottom: 20px;
    border: 1px solid #FFF;
}
.sect_sit .wrap_sitemap { border: 1px solid #FFF }
.sect_sit dl.sitemap {
    float: left;
    margin-right: 20px;
    width: 286px;
    background: url(../../tnm_images/sitemap_ico_line.gif) repeat-y 15px 0px;
}
.sect_sit dl.rblk {
    float: right!important;
    margin-right: 0px!important;
}
.sect_sit dl.sitemap dt {
    margin-bottom: 10px;
    padding: 3px 5px 3px 20px;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}
.sect_sit dl.sitemap dt.ico_ex { background: #FFF url(../../tnm_images/sitemap_ico_01.gif) no-repeat 0px center }
.sect_sit dl.sitemap dt.ico_eve { background: #FFF url(../../tnm_images/sitemap_ico_02.gif) no-repeat 0px center }
.sect_sit dl.sitemap dt.ico_col { background: #FFF url(../../tnm_images/sitemap_ico_03.gif) no-repeat 0px center }
.sect_sit dl.sitemap dt.ico_edu { background: #FFF url(../../tnm_images/sitemap_ico_04.gif) no-repeat 0px center }
.sect_sit dl.sitemap dt.ico_info { background: #FFF url(../../tnm_images/sitemap_ico_06.gif) no-repeat 0px center }
.sect_sit dl.sitemap dt.ico_inv { background: #FFF url(../../tnm_images/sitemap_ico_05.gif) no-repeat 0px center }
.sect_sit dl.sitemap dt.ico_about { background: #FFF url(../../tnm_images/sitemap_ico_07.gif) no-repeat 0px center }
.sect_sit dl.sitemap dd {
    padding-left: 33px;
    background: url(../../tnm_images/sitemap_ico_arrow.gif) no-repeat 10px 0px;
}
.sect_sit dl.sitemap dd.last { background: #FFF url(../../tnm_images/sitemap_ico_arrow.gif) no-repeat 10px 0px }
.sect_sit dl.sitemap dd a {
    position: relative;
    top: -7px;
}
.sect_sit dl.sitemap2 {
    float: left;
    width: 592px;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
}
.sect_sit dl.sitemap2 dt {
    margin-bottom: 13px;
    padding: 3px 5px 3px 20px;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px dotted #D2D2D2;
    background: #FFF url(../../tnm_images/sitemap_ico_08.gif) no-repeat 3px center;
}
.sect_sit dl.sitemap2 dd { padding-left: 15px }
.sect_sit dl.sitemap2 dd ul {
    float: left;
    margin-right: 10px;
    width: 270px;
}
.sect_sit dl.sitemap2 dd ul li {
    padding-left: 33px;
    background: url(../../tnm_images/sitemap_ico_arrow.gif) no-repeat 10px 0px;
}
.sect_sit dl.sitemap2 dd ul li a {
    position: relative;
    top: -7px;
}
.sect_sit dl.sitemap3 {
    float: right;
    width: 285px;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
}
.sect_sit dl.sitemap3 dt {
    margin-bottom: 13px;
    padding: 3px 5px 3px 20px;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px dotted #D2D2D2;
    background: #FFF url(../../tnm_images/sitemap_ico_08.gif) no-repeat 3px center;
}
.sect_sit dl.sitemap3 dd { padding-left: 15px }
.sect_sit dl.sitemap3 dd ul { width: 260px }
.sect_sit dl.sitemap3 dd ul li {
    padding-left: 33px;
    background: url(../../tnm_images/sitemap_ico_arrow.gif) no-repeat 10px 0px;
}
.sect_sit dl.sitemap3 dd ul li a {
    position: relative;
    top: -7px;
}
/* ▲------------------------------------------▲ */
.midashi_h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.3em;
    border-bottom: #CCC solid 1px;
    font-weight: bold;
    clear: both;
}
.midashi_h3 {
    padding-top: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.1em;
    border-bottom: #CCC solid 1px;
    font-weight: bold;
    clear: both;
}
.movie_s {
    border: 1px solid #A7A7A7;
    width: 154px;
    padding: 5px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
}
.movie_s_title {
    margin-top: 5px;
    font-weight: bold;
    color: #2869dd;
    padding-left: 12px;
    background: url('../../tnm_images/list_dot_blue.png') no-repeat left 4px;
}
.calender_information {
    border: 1px solid #A7A7A7;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/** FONT  */
/** FONT*/
.size1,
.size1B {
    color: #232323;
}
.size2list {
    color: #333333;
}
.size2,
.size2B {
    color: #232323;
}
.size2a {
    color: #232323;
}
.size3,
.size3B {
    color: #232323;
}
.size4,
.size4B {

    color: #232323;
}
.size1B,
.size2B,
.size3B,
.size4B,
.size10b { font-weight: bold }
.size1red { color: #FF0000 }
.size10w {
    color: #FFFFFF;
}

div.migi {
    text-align: right;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}


#mwHonkan,
#mwToyokan,
#mwHeisekan,
#mwHoryuji,
#mwHyokeikan,
#mwKuroda,
#mwSiryokan,
#mwMuseum,
#mwTeien,
#mwTeien,
#mwTeien,
#mwTeien,
#mwTeien,
#mwKuromon,
#mwAzekura,
#mwOnigawara,
#mwJenner,
#mwKorea,
#mwChina,
#mwOgai,
#mwkujokan,
#mwokyokan,
#mwrokusoan,
#mwtengoan,
#mwshunsoro,
#mwSeimon {
	display: none;
}
div.modalContainer #pict{
margin-bottom:10px;
}

.pc_hide{
    display: none;
}

table.supporterform {
    border: 1px solid #A7A7A7;
    margin-bottom: 10px;
    border-collapse: collapse;
}
table.supporterform td {
    border: 1px solid #A7A7A7;
    padding: 5px;
}

table.supporterform td.head {
    background: #EBEBEB;
    padding: 5px;
    font-weight: bold;
}
table.supporterform th {
    background: #D2D2D2;
    padding: 5px;
}

/* サブページサイドバー */


.r_exhibition_list_block {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom:#eee 1px solid;
    min-height:220px;
    clear:both;
}

.r_exhibition_summary {
    margin-top: 1em;
}
.snsb {
        float: right;
        margin-top:-35px;
    }
    .snsb li {
        float:left;
        padding:0px 5px;
        background:none;
    }

    .snsb li.twitter {
        float: right;
        list-style:none;
    }


    /* メニュー固定用 */

    #topNavi  {
        position: absolute;
        top: 50px;
        width: 975px;
    }
    #topNavi.fixed  {
        position: fixed;
        top: -11px;
        z-index:999;
    }

    /* TODO header_site_title_logoだけにしてfixedだったら画像をJSで差し替える */
    #header_site_title_logo  {
        display: block;
        position: absolute;
        z-index:1000;
    }
    #header_site_title_logo.fixed  {
        position: fixed;
        margin-left: 16px;
        top: -23px;
        z-index: 1000;
    }
    /*#header_site_title_logo_mini  {*/
    /*    display: none !important;*/
    /*}*/
    /*#header_site_title_logo_mini.fixed  {*/
    /*    display:block !important;*/
    /*    position: fixed;*/
    /*    margin-left: 16px;*/
    /*    top: -23px;*/
    /*    z-index: 1000;*/
    /*}*/


    #topNavis {
        width:100%;
        margin-top:21px;
        margin-left:186px;
    }

    #mini_header {
        position: absolute;
        width:100%;
        height:69px;
        background-color:#fff;
    }
    #mini_header.fixed  {
        position: fixed;
        width:100%;
        height:69px;
        background-color:#fff;
        top: 0px;
        z-index:998;
    }
    #leftcolumn img.sidemenu_title.fixed {
        position: fixed;
        top: 65px;
        z-index:999;
    }


    #calender table {
        border: 1px solid #eee;
        font-size:0.8125rem;
    }
    #calender th {
        background: #888;
        color: #fff;
        vertical-align: middle;
        padding: 9px 10px;
        border: 1px solid #fff;
    }
    #calender td {
        padding: 9px;
        border: 1px solid #eee;
    }
    #calender th a { color: #fff }
    #calender td a {
        color: #333;
    }
    #calender p.center {
        font-size: 1rem;
    }
    .calender_td_color {
        position: relative;
        margin-top: 8px;
        padding-left: 25px;
    }
    .calender_td_color:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid;
    }

    .calender_td_color.cld_blue:before {
        background: #acbdff;
    }

    .calender_td_color.cld_yellow:before {
        background: #ffe99e;
    }

    .calender_td_color.cld_red:before {
        background: #ffa1a1;
    }

    .calender_td_color.cld_gray:before {
        background: #d6d6d6;
    }
    #go-to-top {
        display: none;
    }

    #go-to-top.show {
        display: block;
        position: fixed;
        bottom: 30px;
        right: 40px;
        opacity: .4;
    }

    /*サイドメニュー固定*/
    .fixBox {
        position: fixed;
        top: 20px;
    }

    .absoluteBox {
        position: absolute;
    }

    #remarks {
        font-size: 0.75rem;
    }
    
 @media print {
     #go-to-top.show {
       display: none
     }
     ul#topnav {
       display: none
     }
     #mini_header {
       display: none
     }
     #centercolumn {
       width: 820px;
       float: right;
       margin-top: 0px;
     }
    }
/*交通・料金・開館時間、入館方法のご案内ページ用スタイル////////////////////////////////////////////////////////////*/
.ticket_left_area{
		width:40%;
		float: left;
		margin: 30px 0px 0 30px;
		padding: 0 40px 0 0;
	}
	.ticket_border{
		border-right: 1px solid #ccc;
			}
	.attention{
		text-indent:-1em;
		margin: 0px 0px 0 0px;
		text-align: left;
		padding-left: 1em;
	}
	.attention_top{
		padding-bottom: 0px;
	}
	.attention_left{
		padding-bottom: 84px;
	}
	.attention_sougoubunkaten{
		margin:0px 30px 0px 30px;
		padding:30px 0px 0px 0px;
		border-top: 2px solid #ccc;
	}
	.ticket_right_area{
		width:40%;
		float: left;
		margin: 30px 40px 0 30px;
	}
	table.admissions{
		width:100%;
		border-collapse:separate;
		border-spacing: 0;
		background-color:#fff;
		border:1px solid #d2d2d2;
	}

	.admissions_left_area{
		margin: 0 20px 20px 6px;
	}
	.admissions_right_area{
		margin: 0 20px 20px 6px;
	}
	table.admissions th{
		width:16%;
		text-align: left;
		border-right: 1px solid #d2d2d2 ;
		border-bottom:1px solid #d2d2d2;
		background-color:#f2f2f2;
		padding: 5px;
	}
	table.admissions th.colspan2{
		text-align: center;
		border-bottom:1px solid #d2d2d2;
		border-right: 1px solid #ccc ;
		background-color:#ccc;
		padding: 5px;
		height: 3em;
		font-weight: bold;
	}
	table.admissions td{
		width:16%;
		text-align: left;
		border-bottom:1px solid #d2d2d2;
		background-color:#f2f2f2;
		padding: 5px;
	}
	table.admissions .last_td{
		border-bottom:none;
	}

		/* 大ボタンセットPC-------------------- */
.OY_inline-block_btn {
	list-style-type: none;
	padding-left: 0;
	text-align:center;
	margin:30px 0 30px 0;
}
.OY_inline-block_btn li {
	display: inline-block;
	width: 40%;
	height:80px;
	/* padding: 10px; (20210615 非設定) */
	margin: 0 7px;
	overflow: hidden;
	background-color: #004223;
	background-image: url(http://kai.newoku.local/uploads/fckeditor/exhibition/Oneyear/uid000318_202003031916385fda66b8.png) ;
	background-repeat: no-repeat;              /* 背景の繰り返し設定 */
    background-position: left 20px center;         /* 背景の位置指定 */
    background-size:5px 9px;
}
.OY_inline-block_btn li.yellowBtn {
	background-color: #a07a29;
}
.OY_inline-block_btn li.scarletBtn {
	background-color: #af2f18;
}

/* 20210615_教育用むらさき追加 */
.OY_inline-block_btn li.EducationBtn {
	background-color: #6d3b7a;
}   
.OY_inline-block_btn a{
		text-decoration: none;
	}
.OY_inline-block_btn li:hover{
	 background-color: #007b44;
	}
.OY_inline-block_btn li.yellowBtn:hover {
	background-color: #D3A840;
}
.OY_inline-block_btn li.scarletBtn:hover {
	background-color: #d3381c;
}

/* 20210615_教育用むらさき追加 */
.OY_inline-block_btn li.EducationBtn:hover {
	background-color: #44244c;
}

.OY_inline-block_btn_img_B{
	}
.OY_inline-block_btn_img{
	float: right;
	}
.OY_inline-block_btn_div{
	float: left;
	color: #fff;
	font-weight: bold;
	position:relative;
	top:30px;
	left:30px;
	}
.OY_inline-block_btn_2gyo{
	float: left;
	color: #fff;
	font-weight: bold;
	position:relative;
	top:20px;
	left:30px;
	text-align: left;
	padding-right:30px;
	}
.OY_inline-block_btn_2gyo_en{
	float: left;
	color: #fff;
	font-weight: bold;
	position:relative;
	top:20px;
	left:30px;
	text-align: left;
	padding-right:30px;
	}
.OY_inline-block_btn_pc-1gyo_sp-2gyo{
	float: left;
	color: #fff;
	font-weight: bold;

	position:relative;
	top:30px;
	left:30px;
	}
	.OY_inline-block_btn_img{
	float: right;
	}
/* 通常ボタンsセット_チケット用PC-------------------- */
.OY_btn_s_ticket{
margin: 0 0 10px 0;
text-align: center;
}
.OY_btn_s_ticket a:link{
text-decoration: none;
}
.OY_btn_s_ticket div{
/*font-size: 15.5px;*/
font-size: 1em;
color: #fff;
background-image: url(http://kai.newoku.local/uploads/fckeditor/exhibition/Oneyear/uid000318_202003031916385fda66b8.png) ;
background-repeat: no-repeat;              /* 背景の繰り返し設定 */
background-position: left 20px center;          /* 背景の位置指定 */
background-size:5px 9px;
padding: 14px 15px 12px 32px;
text-align: center;
font-weight: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-decoration: none;
box-sizing: border-box;
width: 310px;
}
.Color_exhibitions div{
background-color: #004223;
}
.Color_exhibitions div:hover{
background-color: #007b44;
}

	/*画像付きリンクぺネル*/
.OY_inline-block_pnl {
	list-style-type: none;
	padding-left: 0;
	text-align:center;
}
.mg_t20-b20{
		margin:20px 0 20px 0;
			}
.OY_inline-block_pnl li {
	display: inline-block;
	width: 93%;
	padding: 10px;
	margin: 0 7px;
	overflow: hidden;
	background-color: #004223;
}
div.yellow-area .OY_inline-block_pnl li.attention {
	display: inline-flex;
	width: 100%;
	padding: 10px;
	margin: 0 7px;
	overflow: hidden;
	background-color: #F9F4E4;
	text-align:left;
}
div.yellow-area .OY_inline-block_pnl li.attention:hover {
	background-color: none;
}

.OY_inline-block_pnl a{
		text-decoration: none;
	}
.OY_inline-block_pnl li:hover{
	 background-color: #007b44;
	}

.OY_inline-block_pnl_div{
	color: #fff;
	font-weight: bold;
	position:relative;
	top:12px;
	padding:20px 20px 10px;
	width:100%;
	text-align: left;
	height: auto;
	}
.OY_inline-block_pnl_2gyo{
	color: #fff;
	font-weight: bold;
/*	position:relative;
	top:20px;
	left:20px;*/
	padding:20px 20px 10px;
	width:85%;
	text-align: left;
	padding-right:30px;
	}
.h500{
	height:48px;
	}
.pnl_height_position{
	height:72px;
	position:relative;
	top:12px;/*←2行の場合に使用*/
	/*top:20px;/*←1行の場合に使用*/
	left:0px;
	}
.pnl_height_position_B{
	height:72px;
	position:relative;
	/*top:12px;←2行の場合に使用*/
	top:20px;/*←1行の場合に使用*/
	left:0px;
	}
.arrow{
	background-image: url(http://kai.newoku.local/uploads/fckeditor/exhibition/Oneyear/uid000318_202003031916385fda66b8.png) ;
	background-repeat: no-repeat;              /* 背景の繰り返し設定 */
    background-position: right 20px center;         /* 背景の位置指定 */
    background-size:5px 9px;
	}
.OY_inline-block_pnl_img{
	padding-top:15px;
	}
.OY_inline-block_pnl_img img{
	width:270px;
	}
#centercolumn .OY_inline-block_pnl a[href^="https:"]::after {
    content: none;
	}
#centercolumn .OY_inline-block_pnl a[href^="http:"]::after {
    content: none;
	}
#centercolumn .OY_inline-block_btn a[href^="https:"]::after {
    content: none;
	}
#centercolumn .OY_inline-block_btn a[href^="http:"]::after {
    content: none;
	}
#centercolumn .OY_btn_s_ticket a[href^="https:"]::after {
    content: none;
	}
#centercolumn .OY_btn_s_ticket a[href^="http:"]::after {
    content: none;
	}
#centercolumn .OY_btn_s_ticket a[href^="https:"]::after {
    content: none;
	}
#centercolumn .OY_btn_s_ticket a[href^="http:"]::after {
    content: none;
	}

	@media screen and (max-width: 640px) {
	.ticket_left_area{
		width:96%;
		margin: 30px 0px 0 0px;
	}
	table.admissions{
		border:2px solid #ccc;
		width: 97.5%;
		margin-bottom:30px;
	}
	table.admissions th{
		width:100%;
		display: block;
		border-bottom:1px solid #f2f2f2;
	}
	table.admissions th.colspan2{
		padding: 5px;
		height: auto;
		display: block;
		border-bottom:1px solid #f2f2f2;
	}
	table.admissions td{
		width:100%;
		display: block;
		text-align: right;
		border-top: 1px solid #d2d2d2;
    	border-bottom: 2px solid #ccc;
		border-right: 1px solid #d2d2d2;
		background-color:#f2f2f2;
		padding: 5px;
	}
.attention_top{
		padding-bottom: 20px;
	}
	.attention_left{
		padding-bottom: 0px;
	}
	.attention_sougoubunkaten{
	margin: 0px 15px 0px 15px;
    padding: 60px 0px 0px 0px;
	}
	.ticket_right_area{
		width:96%;
		float: left;
		margin: 0px 0 0 8px;
	}
	.ticket_border_top{
		padding-top:60px;
	}

/* 大ボタンセットSP-------------------- */
div.free_html .OY_inline-block_pnl a[href^="#"] {
    line-height: 1.38em;
    padding: 10px 0;
    /* margin: 0px 30px; */
    background: none;
    background-position: none;
    /* background-position: 550px center; */
    background-color: none;
}
.OY_inline-block_pnl li {
	width: auto;
	padding: 35px 35px 0 35px;
	margin: 0 7px 40px;
}

ul.OY_inline-block_btn {
	list-style-type: none;
	padding-left: 0;
	text-align:center;
	margin:30px 0 30px 0;
}
ul.OY_inline-block_btn li {
	width: 94%;
	height: 130px;
    background-size:10px 18px;
	font-size: 140%;
	margin: 0 0 10px 0;
}

.OY_inline-block_btn_div{
    width: 68%;
	top:42px;
	}
.OY_inline-block_btn_pc-1gyo_sp-2gyo{
	top:15px;
	text-align: left;
    width: 90%;
	}
.OY_inline-block_btn_img_B{
	padding: 0 22px 0 0;
	}
.OY_inline-block_btn_img_B img{
	width:120%;
	height: unset;
	}
.OY_inline-block_btn_img{
	padding: 0 22px 0 0;
	}
.OY_inline-block_btn_img img{
	width:120%;
	height: unset;
	}
.OY_inline-block_btn_2gyo{
	top:15px;
	}
.OY_inline-block_btn_2gyo_en{
	top:26px;
	left:30px;
	font-size: 80%;
}
.mg_t20-b20{
		margin:0 0 0 0;
			}
.OY_inline-block_pnl_img{
	padding-top:0px;
	}
.OY_inline-block_pnl_img img{
	width:440px;
	}
.arrow{
    background-size:10px 18px;
	}
.OY_inline-block_pnl_div{
	position:static;
	padding: 30px 0 30px 0px;
	font-size: 120%;
	}
.OY_inline-block_pnl_2gyo{
	padding: 30px 0 30px 0px;
	text-align: left;
	font-size: 120%;
	}
.pnl_height_position{
	height:auto;
	}
.h500{
	height:auto;
	}
div.yellow-area .OY_inline-block_pnl li.attention {
	width: auto;
}
div.yellow-area .OY_inline-block_pnl li.attention_sp_style{
	padding: 10px 10px 60px 1em;
    margin: -30px 7px 0px;
		}
/* 通常ボタンsセット_チケット用PC-------------------- */

.OY_btn_s_ticket div{
width: 100%;
}
				}


/* 20210615_教育用ヘッダー追加 */
h2.ed_h2 {
    border-left: 5px solid #6d3b7a;
    border-bottom: 1px #d2d2d2 solid;
    background: #fff;
    color: #333;
    font-size: 1em;
    margin-bottom: 1.5em;
    padding: .5em 1em;
    }