@charset "utf-8";
/* まずはフォントを定義。 */
@font-face {

    font-family: 'WG1';/* フォントの名前を付けます */

    src: url('../font_a/go_mig/web_go1.eot');/* IE 用に EOT 形式を読み込みます */

    src: local('hide from IE'), url('../font_a/go_mig/web_go1.ttf') format('truetype');
    /* IE 以外用に TTF 形式を読み込みます。(iPhone にも使いたいなら SVG 形式をあわせて読み込みます。) */
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    /* @font-face でつけた名前で適用します。*/
    font-family:'WG1';
    font-size:12px;
    margin: 0px;
    padding: 0px;
    background-image: url(../imgs/head_bg.png);
    background-repeat: repeat-x;
    text-align: center;
    display: block;
}
#wrapper {
    height: auto;
    width: 1098px;
    margin-right: auto;
    margin-left: auto;
}
#headW {
    height: 124px;
    width: 1098px;
    /*float: left;*/
    margin-bottom: 30px;
}
#headUp h1 {
    float: left;
    height: 25px;
    width: 1098px;
    font-size: 12px;
    color: #FFF;
    padding-top: 8px;
    font-weight: normal;
    display: block;
    margin: 0px;
    text-align: left;
}
#logoW {
/*	height: 53px;
    width: 371px;*/
    float: left;
    margin-top: 15px;
}
#hBtA{
    float: right;
    height: 42px;
    width: 166px;
    margin-top: 30px;
    margin-right: 10px;
}
#hBtA a {
    height: 42px;
    width: 166px;
    background-image: url(../imgs/h_btn01.png);
    background-repeat: no-repeat;
    display: block;
}
#hBtA a:hover {
    height: 42px;
    width: 166px;
    background-image: url(../imgs/h_btn01_o.png);
    background-repeat: no-repeat;
    display: block;
    transition: 0.4s;
}

#hBtB{
    float: right;
    height: 42px;
    width: 166px;
    margin-top: 30px;
    margin-right: 10px;
}
#hBtB a {
    height: 42px;
    width: 166px;
    background-image: url(../imgs/h_btn02.png);
    background-repeat: no-repeat;
    display: block;
}
#hBtB a:hover {
    height: 42px;
    width: 166px;
    background-image: url(../imgs/h_btn02_o.png);
    background-repeat: no-repeat;
    display: block;
    transition: 0.4s;
}

#hBtC{
    float: right;
    height: 42px;
    width: 166px;
    margin-top: 30px;
    margin-right: 10px;
}
#hBtC a {
    height: 42px;
    width: 166px;
    background-image: url(../imgs/h_btn03.png);
    background-repeat: no-repeat;
    display: block;
}
#hBtC a:hover {
    height: 42px;
    width: 166px;
    background-image: url(../imgs/h_btn03_o.png);
    background-repeat: no-repeat;
    display: block;
    transition: 0.4s;
}

#mapW {
    width: 950px;
    clear: both;
    height: 546px;
    margin-right: auto;
    margin-left: auto;
}
#footW {

}
#searchW {
    height: 84px;
    width: 935px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    background-image: url(../imgs/search_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 9px;
    padding-left: 15px;
}
#searchW form {
    height: 77px;
    width: 920px;
}
.add_table_outer{
    background-color: #FFD9B9;
    padding: 10px;
    float: left;
    margin: 0 10px 0 0;
}
.tableA {
    height: 77px;
    float: left;

}
.tableB {
    height: 77px;
    width: 147px;
    float: left;
    /*margin-left: 32px;*/
}
.tableC {
    height: 77px;
    width: 147px;
    float: left;
    margin-left: 5px;
}
.tdA {
    text-align: left;
    font-size: 18px;
    color: #030;
    font-weight: bold;
    height: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.tdB {
    padding-left: 15px;
    padding-top: 0px;
}
#searchBTW {
    /*height: 35px;*/
    width: 117px;
    float: right;
    /*background-image: url(../imgs/search_btn.jpg);
    background-repeat: no-repeat;*/
    padding: 0px;
    /*margin-top: 20px;*/
}
.searchBT {
    height: 35px;
    width: 117px;
    float: right;
    background-image: url(../imgs/search_btn.jpg);
    background-repeat: no-repeat;
    padding: 0px;
    background-color: transparent;
    background-position: 0px 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: pointer;
    margin-bottom: 5px;
    text-indent:-9999px;
}
.searchBT:hover {
    opacity: 0.8;
    transition: 0.4s;
}
.search02BT {
    height: 35px;
    width: 117px;
    float: right;
    background-image: url(../imgs/search_btn02.jpg);
    background-repeat: no-repeat;
    padding: 0px;
    background-color: transparent;
    background-position: 0px 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: pointer;
    margin-bottom: 5px;
    text-indent:-9999px;
}
.search02BT:hover {
    opacity: 0.8;
    transition: 0.4s;
}
.clearBT {
    height: 36px;
    width: 118px;
    float: right;
    background-image: url(../imgs/clear_btn.gif);
    background-repeat: no-repeat;
    padding: 0px;
    background-color: transparent;
    background-position: 0px 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: pointer;
    text-indent:-9999px;
}
.clearBT:hover {
    opacity: 0.8;
    transition: 0.4s;
}

#footW {
    height: 115px;
    background-image: url(../imgs/foot_bg.jpg);
    background-repeat: repeat-x;
    height: 115px;
    background-size: auto 100%;
}
#footWw {
    height: 115px;
    width: 1098px;
    margin-right: auto;
    margin-left: auto;
}
#footLeftW {
    width: 400px;
    margin-top: 15px;
    float: left;
    text-align: left;
}
#fTL {
    width: 400px;
    color: #FFF;
    font-size: 13px;
    float: left;
    margin-top: 15px;
    text-align: left;
}
.fotLink {
    float: left;
    width: 195px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    background-image: url(../imgs/li_icon.jpg);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
    font-size: 12px;
    color: #FFF;
}
.fotLink a {
    color: #FFF;
    text-decoration: none;
}
.fotLink a:hover {
    color: #FC0;
    text-decoration: none;
}
#footRight {
    float: right;
    width: 650px;
    font-size: 12px;
    color: #FFF;
    text-align: right;
    margin-top: 70px;
    letter-spacing: 0em;
}
#descW {
    width: 1098px;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 15px;*/
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
    padding: 20px;
    border: 1px solid #615B4F;
}
#descLW {
    float: left;
    width: 550px;
}
#descLTL {
    font-size: 14px;
    width: 550px;
    margin-bottom: 10px;
}
.descTx {
    line-height: 1.5em;
    
    display: block;
    width: 100%;
    padding: 10px 40px;
    text-align: left;
    font-size: 14px;
    line-height:24px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    
}
#descRight {
    float: left;
    width: 100%;
}
#descRTL {
    width: 380px;
    margin-bottom: 10px;
    font-size: 14px;
}
#subW {
    width: 1098px;
    height: auto;
    clear: both;
    background-image: url(../imgs/sub/bub_bg_04.jpg);
    background-repeat: repeat-y;
    display: block;
    overflow: hidden;
    text-align: left;
    margin: 0 0 40px;
}
#subWW {
    width: 1098px;
    height: auto;
    clear: both;
    display: block;
    overflow: hidden;
    text-align: left;
}
#sLeftW {
    float: left;
    width: 262px;
    margin: 0px;
    padding: 0px;
    height: auto;
}

#sTLa {
    width: 262px;
    height: 38px;
}
#sTLb {
    /*width: 232px;*/
    /*background-image: url(../imgs/sub/sub_bg01.jpg);*/
    background-color: #FAD1AC;
    background-repeat: repeat;
    font-size: 17px;
    padding-top: 12px;
    padding-left: 30px;
    font-weight: bold;
    color: #046359;
    padding-bottom: 12px;
}
.chkW {
    height: 33px;
    width: 252px;
    background-image: url(../imgs/sub/sub_bg02.jpg);
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-left: 10px;
}
.chB {
    float: left;
    padding-top: 1px;
}
.chTx {
    float: left;
    padding-left: 10px;
    color: #046359;
    font-size: 14px;
}
#subsearchW {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
}
#subsearchW td {
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
#subsearchW td label {
    font-weight: normal;
}
.seleTx {
    width: 220px;
}
#rightW {
    float: right;
    width: 800px;
}
#rightWW {
    width: 1058px;
    padding-left: 40px;
}
#resW {
    background-color: #FFECDC;
    color: #000;
    font-weight: bold;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#resWw {
    float: right;
    width: 100%;
}
#resTx {
    text-align: left;
}
#resK {

}
#resK {
    text-align: left;
    float: right;
    padding-right: 15px;
}
#resKb {
    float: right;
    /*background-image: url(../imgs/sub/sub_bg03.jpg);*/
    background-color: #F08321;
    background-repeat: repeat;
    color: #FFF;
    font-size: 15px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.green {
    color: #F08321;
}
#pagerW {
    padding: 10px;
    float: left;
    width: 780px;
}
#pagerWw {
    width: 780px;
    text-align: right;
}
#pagerWW {
    padding: 10px;
    float: left;
    width: 1017px;
}
#pagerWWw {
    width: 1005px;
    text-align: right;
}
#pagerWw a {
    color: #000;
    text-decoration: none;
}
#pagerWWw a {
    color: #000;
    text-decoration: none;
}
.pbig {
    font-weight: bold;
}
#dhW {
    width: 800px;
    float: left;
    margin-top: 10px;
    font-size: 14px;
}
#dhW table {
    border-collapse: collapse;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #999;
    border-left-color: #999;
}
#dhW th {
    background-color: #F08321;
    font-weight: normal;
    color: #FFF;
    padding: 15px;
    text-align: center;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
}
#dhW td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
}
#dhW td {
    text-align: center;
    line-height: 2.3em;
    color: #333;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#dhW td.text_left{
    text-align: left;
}
#dhW img {
    padding-bottom: 7px;
    padding-top: 5px;
}
.tdC {
    background-color: #E6E6E6;
}
#htL {
    float: left;
    margin-top: 15px;
    width: 100%;
    background-color: #FFECDC;
    border-bottom: 5px solid #F6B275;
    text-align: left;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    color: #F08321;
    font-weight: bold;
}
#rightWW {
    width: 1058px;
    overflow: hidden;
}
#detailH {
    width: 1025px;
    text-align: center;
}
#detailBa {
    width: 1016px;
    margin-bottom: 15px;
}
#detailBt {
    height: 33px;
    width: 100px;
    float: left;
}
#detailHy {
    width: 1023px;
    /*border: 1px solid #999;*/
    float: left;
    font-size: 14px;
}
.detailbun {
    height: 25px;
    width: 97px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    background-color: #BDD98E;
    color: #333;
    float: left;
    padding-top: 5px;
}
.detailbunW {
    height: 24px;
    width: 97px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    background-color: #E8F1D8;
    color: #333;
    float: left;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
}
.detailTx {
    height: 25px;
    width: 181px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    float: left;
    vertical-align: middle;
    display: table-cell;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    border-top-color: #999;
}
.detailTxW {
    height: 24px;
    width: 181px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    float: left;
    vertical-align: middle;
    display: table-cell;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    background-color: #EAEAEA;
}
.meiW {
    float: left;
    height: 24px;
    width: 182px;
    vertical-align: middle;
    display: table-cell;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    background-color: #E8F1D8;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
}
.meiWw {
    float: left;
    height: 25px;
    width: 182px;
    vertical-align: middle;
    display: table-cell;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    background-color: #BDD98E;
    padding-top: 5px;
    border-top-color: #999;
}
.meiTx {
    float: left;
    height: 25px;
    width: 535px;
    text-align: left;
    padding-left: 15px;
    padding-top: 5px;
    border-top-color: #999;
}
.meiTxW {
    float: left;
    height: 24px;
    width: 535px;
    text-align: left;
    padding-left: 15px;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    background-color: #EAEAEA;
}
.detailbun p {
    position: absolute;
    top: 50%;
    padding: 0px;
    left: 50%;
    margin-top: -1em;
    margin-left: -2.5em;
    display: block;
}
.juA {
    height: 24px;
    width: 182px;
    float: left;
    background-color: #BDD98E;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
}
.juB {
    float: left;
    width: 825px;
    height: 24px;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    text-align: left;
    padding-left: 15px;
}
.noteW {
    width: 1017px;
    float: left;
    margin-top: 20px;
    text-align: right;
}
.noteBt {
    height: 41px;
    width: 161px;
    float: right;
}
.phW {
    width: 1017px;
    padding: 10px;
    float: left;
}
.phWw {
    width: 100%;
    border: 3px solid #F08321;
    overflow: hidden;
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
}
.photoW {
    float: left;
    height: 290px;
    width: 233px;
    margin-right: 9px;
}
.photoWw {
    height: 143px;
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.photoWw a{
    display: block;
    height: 100%;
    box-shadow: 0 4px 5px #CCC;
    border: 1px solid #DDD;
    padding: 5px;
}
.photoWw a.schedule_btn{
    background-color: #F08321;
    display: inline-block;
    color: #FFF;
    /*padding: 2px 0;*/
    border: 2px solid #DE7A1F;
    text-decoration: none;
    line-height: 1.0;
    /*border-radius: 4px;
    margin: 0 5px 5px;*/
}
.photoWw img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.photoWw p{
    padding: 0;
    margin: 5px 0 0 0;
    text-align: left;
    line-height: 1.2;
}
.photoWw p.text01{
    margin: 10px 0 0 10px;
}
.photoWw p.text02{
    margin: 5px 0 0 10px;
}
.pgB {
    font-size: 13px;
    font-weight: bold;
}
#ptbW {
    height: 26px;
    width: 1098px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    margin-top: 15px;
}
#ptb a{
    height: 26px;
    width: 160px;
    float: right;
    background-image: url(../imgs/sub/ptb.jpg);
    background-repeat: no-repeat;
}
#ptb a:hover{
    height: 26px;
    width: 160px;
    float: right;
    background-image: url(../imgs/sub/ptb_on.jpg);
    background-repeat: no-repeat;
}

/*===== Add 20210713 ============*/
#subWW.top_subWW {
    margin: 0 0 40px;
}
#rightWW.top_rightWW {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
}
#detailH.top_detailH {
    width: 100%;
}
#detailHy.top_detailHy {
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    background-color: #FFD9B9;
}
.contentNouImage {
    width: 100%;
    padding: 0;
}
.contentNouDpBox {
    width: 100%;
    margin-top: 5px;
    background-repeat: no-repeat;
    padding: 0;
    border: 1px solid #DDD;
}
.contentNouDpBox img {
    width: 100%;
}
.contentNouTop {
    display: block;
    width: 100%;
    padding-top: 20px;
}
.contentNouTop .gairyaku {
    display: block;
    width: 100%;
    padding: 10px 40px;
    background-color: #FFCBA0;
    text-align: left;
    font-size: 15px;
    line-height:24px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.gairyaku pre {
    font-size: 15px;
    line-height:24px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/******** sp header ********/
#spmenubtn{
    margin: 0;
    padding:0;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    display: none;
}

#overlay{
    display: none;
    width: 100%;
    height:100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(240,131,33,0.95);
    /*overflow-y: auto;*/
}

#text{
    font-size: 40px;
    color: #eee;
    padding-top: 400px;
    vertical-align: middle;
    font-weight: bold;
}

#spmenubtnclose{
    margin: 0;
    padding: 0;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    color: #FFF;
}

ul.spmenu{
    margin: 0;
    padding: 80px 0 0 0;
    list-style: none;
}
ul.spmenu li{
    margin: 0;
    padding: 0;
}
ul.spmenu li.midashi{
    margin: 0;
    padding: 5px 0 5px 15px;
    background-color: #FFF;
    color: #000;
    text-align: left;
    font-weight: bold;
}
ul.spmenu li a{
    margin: 0;
    padding: 10px 0 10px 15px;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    background: url(../imgs/arrow01.png) 95% 50% no-repeat;
    background-size: 8px auto;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
}
ul.spmenu li.second a{
    padding: 7px 0 7px 29px;
}
ul.spmenu li a.first{
    border-top: 1px solid #FFFFFF;
}
ul.spmenu li.child a{
    padding: 10px 0 10px 25px;
}
ul.spmenu li.child a:before{
    content:"・";
}

/********* ハンバーガーメニュー設定 *********/
.menu{
    /*width: 100%;
    position: absolute;
    right: 6px;*/
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;

}
.menu-trigger {
    margin-right: 0;
    display: none;
    position: absolute;
    right:20px;
    top: 31px;
    z-index: 9999999;
    width: 35px;
    height: 20px;
}
.menu-trigger em {
    font-size: 10px;
    left: 2px;
    bottom: -20px;
    position: absolute;
    text-decoration: none;
    font-style: normal;
    /*font-family: 'GenJyuuGothic03';*/
    color: #FFF;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 8px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.menu-trigger.active em {
    color: #FFF;
}
.menu-trigger.active span{
    background-color: #FFF;
}

.menu-trigger.active{
    position: fixed;
}

.pagetop{
    width: 1098px;
    margin: 0 auto;
    text-align: right;
}
.pagetop a:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.show_sp{
    display: none;
}
.show_sp02{
    display: none;
}

.clearfix:after {
  content: "";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.add_map{
    width: 1098px;
    margin: 0 auto 15px;
    border: 1px solid #CCC;
    padding: 20px;
    background-color: #FFCBA0;
}
.add_map_in{
    background-color: #FFD9B9;
    padding: 20px;
}
.add_map_in .mapbox{
    width: 48%;
    margin: 0 1%;
    float: left;
}
.add_map_in .mapbox img{
    width: 100%;
}

a.add_linkbtn01 {
    background-color: #F08321;
    display: inline-block;
    color: #FFF;
    padding: 5px 0;
    border: 2px solid #DE7A1F;
    text-decoration: none;
    line-height: 1.0;
    border-radius: 4px;
    font-size: 12px;
    width: 90px;
    margin: 0 0 5px;
}
a.add_linkbtn01:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.add_linkbtn02 {
    float: right;
}
.add_linkbtn02 a {
    background-color: #F08321;
    display: inline-block;
    color: #FFF;
    padding: 10px 0;
    border: 2px solid #DE7A1F;
    text-decoration: none;
    line-height: 1.0;
    border-radius: 4px;
    font-size: 14px;
    width: 150px;
    margin: 0 5px 5px;
}
.add_linkbtn02 a:hover{
    opacity: 0.8;
    transition: 0.4s;
}

#dhW td .picbox{
    width: 120px;
    max-height: 90px;
    border: 1px solid #DDD;
    margin: 0 auto 10px;
    text-align: center;
    padding: 3px;
}
#dhW td .picbox img{
    max-width: 100%;
    max-height: 82px;
    padding: 0;
}

.add_picbox01 table{
    width: 99%;
    border-collapse: collapse;
    border: 1px solid #DDD;
}
.add_picbox01 table tr{
    border-bottom: 1px solid #DDD;
}
.add_picbox01 table th{
    padding: 10px;
    text-align: center;
    background-color: #F08321;
    color: #FFF;
    vertical-align: top;
    width: 250px;
}
.add_picbox01 table td{
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.nitteibox{
    margin: 0 0 40px;
}
.nitteibox01 table{
    /*noguchi width: 300px;*/
    width: 500px;
    border-collapse: collapse;
    border: 1px solid #DDD;
    float: left;
}
.nitteibox01 table tr{
    border-bottom: 1px solid #DDD;
}
.nitteibox01 table th{
    /*noguchi add */
    width: 80px;
    padding: 10px;
    text-align: center;
    background-color: #F08321;
    color: #FFF;
    vertical-align: top;
}
.nitteibox01 table td{
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
/*noguchi add start */
.nitteibox01 table td a{
    background-color: #F08321;
    display: inline-block;
    color: #FFF;
    padding: 5px 0;
    border: 2px solid #DE7A1F;
    text-decoration: none;
    line-height: 1.0;
    border-radius: 4px;
    font-size: 13px;
    width: 80px;
    margin: 0 0 5px 5px;
    vertical-align: top;
    text-align: center;
}
.nitteibox01 table td a.rite{
    background-color: #F08321;
    display: inline-block;
    color: #FFF;
    padding: 5px 0;
    border: 2px solid #DE7A1F;
    text-decoration: none;
    line-height: 1.0;
    border-radius: 4px;
    font-size: 13px;
    width: 50px;
    margin: 0 0 5px 5px;
    vertical-align: top;
    text-align: center;
}
.nitteibox01 table td a i{
    margin: 0;
}
.nitteibox01 table td a:hover{
    opacity: 0.8;
    transition: 0.4s;
}
/*noguchi add end */
.nitteibox02{
    float: right;
}
.nitteibox02 a.btn {
    background-color: #F08321;
    display: inline-block;
    color: #FFF;
    padding: 10px 0;
    border: 2px solid #DE7A1F;
    text-decoration: none;
    line-height: 1.0;
    border-radius: 4px;
    font-size: 14px;
    width: 150px;
    margin: 0 0 5px 10px;
    vertical-align: top;
}
.nitteibox02 a.btn:hover {
    opacity: 0.8;
    transition: 0.4s;
}

.nitteibox03{
    padding: 20px 0  0 0;
    text-align: left;
}
.nitteibox03 table{
    width: 100%;
    border-collapse: collapse;
}
.nitteibox03 table thead{
    position: sticky;
    top: 0;
}
.nitteibox03 table th{
    padding: 10px;
    text-align: center;
    background-color: #F08321;
    color: #FFF;
    vertical-align: top;
    border: 1px solid #EEE;
    white-space: pre;
}
/* noguchi add start */
.nitteibox03 table th.date,
.nitteibox03 table th.time
{
    width: 80px;
}
.nitteibox03 table tr.first{
    border-top: 1px solid #EEE;
}
.nitteibox03 table tr.last{
    border-bottom: 1px solid #EEE;
}
.nitteibox03 table td.rite{
    width: 100px;
}
/* noguchi add end */
.nitteibox03 table td{
    padding: 10px;
    text-align: left;
    vertical-align: top;
    /*noguchi border: 1px solid #EEE;*/
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
}
.nitteibox03 table td.cell-first {
    border-top: 1px solid #EEE;
}
.nitteibox03 table td .btnbox{
    padding: 15px 0 0 0;
    text-align: right;
}
.nitteibox03 table td .btnbox a{
    background-color: #F08321;
    display: inline-block;
    color: #FFF;
    padding: 5px 0;
    border: 2px solid #DE7A1F;
    text-decoration: none;
    line-height: 1.0;
    border-radius: 4px;
    font-size: 13px;
    width: 80px;
    margin: 0 0 5px 5px;
    vertical-align: top;
    text-align: center;
}
.nitteibox03 table td .btnbox a.movie{
    background-color: #5C9B00;
    border: 2px solid #007F01;
}
.nitteibox03 table td .btnbox a.music{
    background-color: #0043D2;
    border: 2px solid #000A9C;
}
.nitteibox03 table td .btnbox a i{
    margin: 0 5px 0 0;
}
.nitteibox03 table td .btnbox a:hover{
    opacity: 0.8;
    transition: 0.4s;
}
#cboxTitle {
    position: absolute;
    bottom: 30px !important;       /* 画面最下部から10px浮かせる */
    left: 15px !important;         /* 左側の余白 */
    right: 15px !important;        /* 右側の余白 */
    width: auto !important;        /* 横幅を自動調整 */
    color: #333 !important;        /* 文字色（背景が白ベースの場合。黒ベースなら #fff ） */
    white-space: normal !important; /* 折り返しを許可 */
    height: auto !important;        /* 高さを中身に合わせる */
}
#cboxCurrent, #cboxPrevious, #cboxNext, #cboxClose {
    bottom: 5px !important; /* 一番下から10pxの位置に固定 */
}
p.list_btn {
    margin: 5px 0 0 5px;
}
