@charset "utf-8";
/*
--------------------------------------------------
FONT SIZE
--------------------------------------------------

***** Font Size *****
09px = 70%
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
36px = 273.5%
--------------------------------------------------

*/
 
html {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 13px;
}
img {
    vertical-align: bottom;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* clearfix */
.clearfix {
    width:100%;
}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
.red{
    color:#F33;
}


/*¤³¤³¤«¤é*/
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
    display: block
}

body {
    font-family:
    Arial,

    Helvetica,

    "MS PGothic",

    "MS P¥´¥·¥Ã¥¯",

    "MS P\30B4\30B7\30C3\30AF";
    
    background: url(../img/bg.jpg);
    background-color: #000;
    width: 100%;
    color: #000;
    background-repeat: repeat-y;
    background-position: center top;
}
a {
    color: #003388;
    text-decoration: underline;
}

div#bg_box{
    position: absolute;
    z-index: -1;
    width: 100%;
    overflow: hidden;
}

div#bg_box .bg_box_inner{
    position: relative;
    width: 960px;
    height: 100%;
    margin:0 auto;
}

div#bg_box .bg1{
    position: absolute;
    width:100%;
    width: 300px;
    height: 263px;
    background:url("../img/bg_top.png") no-repeat;
    background-size:contain;
    left:-50px;

    z-index: -1;
}

div#bg_box .bg2{
    position: absolute;
    width:400px;
    height:336px;
    background:url("../img/bg_middle.png") no-repeat;
    background-size:contain;
    left:10px;
    top:280px;
    z-index: -1;
}

div#bg_box .bg3{
    position: absolute;
    width:400px;
    height:400px;
    background:url("../img/bg_bottom.png") no-repeat;
    background-size:contain;
    left:-150px;
    top:800px;
    z-index: -1;
}


/*============================
#fb-root
============================*/
div#fb-root {
}
header {
    width: 100%;
    margin: 0 auto;
}
body.subpage header {
    border-bottom: none;
    position: relative;
}

.gray{
    color:#999;
}

.annotation{
    font-size:86%;
    color:#999;
}


/*============================
#title
============================*/
header div#title {
}
body.subpage header div#title {
    border-bottom: none;
}
body.subpage header div#title {
    margin-top: 40px;
    text-align: center;
}
header div#title img {
    margin: 15px auto 15px auto;
}
body.subpage header div#title img {
    margin: 10px auto 15px auto;
}
header ol#gnavi{
    margin:auto;
    width:290px;
    background:url("../img/dot_line.png") repeat-x top left;
    background-size:60px auto;
    overflow: hidden;
    text-align: center;
}
header ol#gnavi li{
    display: block;
    margin-top: 24px;
}
header ol#gnavi li:last-child{
    margin-bottom: 25px;
}
header div#official{
    margin:auto;
    width:170px;
    background:url("../img/dot_line.png") repeat-x top left;
    background-size:60px auto;
    text-align: center;
    height: 53px;
}
header div#official a img{
    margin-top: 19px;
}
article {
    width: 300px;
    margin: 0 auto;
}
article section {
}
footer {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

/*============================
#sns
============================*/
footer div#sns {
    overflow: hidden;
    margin: 20px auto 0;
    width: 260px;
}
footer div#sns div{
    float: left;
    margin: 0 4px;
}
footer div#sns div.fb {
}
footer div#sns div.fb div.fb-like {
}
footer div#sns div.tw {
}
footer div#sns div.tw a.twitter-share-button {
}
footer div#sns div.mixi {
}
footer div.copyright {
    margin-top: 25px;
}
footer div.copyright img {
}
footer div.robot {
    padding-bottom: 15px;
    width: 110px;
    margin: 9px auto 0;
}
footer div.robot img {
}
footer div.scroll2top {
    background:url("../img/dot_line.png") repeat-x top left;
    background-size:60px auto;
    padding-top:15px;
    padding-bottom:40px;
    width:120px;
    margin:0 auto;
}
footer div.scroll2top img {
}
iframe.twitter-share-button {
  width: 120px!important;
}
.fb-like {
  line-height: 1;
}

/*============================
#news
============================*/
article section#news {
    border-bottom: 1px solid #000;
}
article section#news ol {
    border-top: 1px solid #000;
}
article section#news ol li {
    padding: 20px 0;
    vertical-align: middle;
    line-height: 21px;
    background:url("../img/dot_line.png") repeat-x top left;
    background-size:60px auto;
}
article section#news ol li:first-child{
    background:none;
}

article section#news ol li img.icon {
}
article section#news ol li span.body {
    margin-left: 6px;
    font-size: 93%;
    font-weight: 600;
    letter-spacing: 0.0em;
}
article section#news ol li span.date {
    font-size: 108%;
    margin-left: 6px;
    color: #333;
    letter-spacing: 0.1em;
}

article section div.readmore {
    padding:22px 0;
    line-height: 22px;
    text-align: center;
    background:url("../img/dot_line.png") repeat-x top left;
    background-size:60px auto;
    /*display: none;*/
}
article section div.newalbum,
article section div.kidscare,
article section div.fathermother
{
    text-align: center;
    border-bottom: 1px dotted #c6c6c5;
}
article section div.newalbum img{
    margin: 25px auto;
}
article section div.jtbtour{
    width: 100%;
    padding: 25px 0;
    text-align: center;
}
article section div.jtbtour img{
    margin: 25px auto;
}
article section div.kidscare img{
    margin: 18px auto 25px;
}
article section div.fathermother img{
    margin: 28px auto 30px;
}




/*article section#news div.newalbum,
article section#news div.mailmagazine,*/
article section#news div.kidscare,
article section#news div.fathermother
 {
    border-bottom: 1px dotted #c6c6c5;
}
footer {
}

/*============================
#news_detail
============================*/
article div.label {  
    text-align: center;
    padding-top: 5px;
    padding-bottom: 26px;
}

article section#news_detail{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
    article section#news_detail ol{

    }
        article section#news_detail ol li{
            margin-top: 24px;
            background:url("../img/dot_line.png") repeat-x left bottom;
            background-size:60px auto;
            padding-bottom: 25px;
        }
        article section#news_detail ol li:last-child{
            background: none;
        }
            article section#news_detail ol li span.date{
                font-size: 108%;
            }

            article section#news_detail ol li p.title{
                font-size: 123.1%;
                font-weight: 600;
                line-height: 21px;
                margin-top: 10px;
                letter-spacing: .5px;
                color: #000;
            }

            article section#news_detail ol li div.body{
                font-size: 100%;
                line-height: 1.5em;
                margin-top: 10px;
            }
                article section#news_detail ol li div.body p{
                    margin-top: 1.3em;
                }



/*============================
#schedule
============================*/
article section#schedule{
    border-top: 1px solid #000;
}
article section#schedule ol{
    border-bottom: 1px solid #000;
}
article section#schedule ol li {
    position: relative;
    display: block;
    margin-top: 30px;
    background:url("../img/dot_line.png") repeat-x bottom left;
    background-size:60px auto;
    padding-bottom: 26px;
    text-align: center;
}
article section#schedule ol li:last-child {
    background: none;
}

    article section#schedule ol li .closed_stamp{
        position: absolute;
        top: 26px;
        left:0;
        right:0;
        margin:auto;
        opacity: 0.5;
    }

    article section#schedule ol li div.c1 {
        font-size: 153.9%;
        font-weight: bold;
        color: #fff;
    }
    article section#schedule ol li div.c2 {
        margin-top: 8px;
        font-size: 131%;
        font-weight: bold;
        color: #fff;
    }
    article section#schedule ol li div.c3 {
        margin-top: 15px;
    }
        article section#schedule ol li div.c3 div.c5 {
            width: 49%;
            display: inline-block;
            overflow: hidden;
        }
            article section#schedule ol li div.c3 div.c5 p.date {
                font-size: 110%;
                font-weight: 600;
                line-height: 1.5em;
                color: #000;
            }
            article section#schedule ol li div.c3 div.c5 p.time {
                margin-top: 5px;
                font-size: 93%;
                line-height: 1.5em;
                color:#000;
            }
    article section#schedule ol li div.c4 {
        margin-top: 15px;
        line-height: 1.8em
    }
        article section#schedule ol li div.c4 p.shop {
        font-size: 93%;
        }
            article section#schedule ol li div.c4 p.shop span {
                font-size: 12px;
            }
            article section#schedule ol li div.c4 p.shop a {
                color: #0066aa;
                font-weight: 600;
            }
        article section#schedule ol li div.c4 p.tel {
}


/*============================
#ticket #mailnews
============================*/
article section#ticket {
}
    article section#ticket>ol {

    }
        article section#ticket>ol>li,
        article section#mailnews>ol>li
         {
            /*opacity: 0;*/
            overflow: hidden;
            display: block;
            border-radius: 3px;
            -webkit-border-radius: 3px;  
            -moz-border-radius: 3px;
            margin: 5px 0 0 0;
            border: 2px solid #000; 
        }

        article section#ticket>ol>li>div.body,
        article section#mailnews>ol>li>div.body{
            display:none;
        }

        article section#ticket>ol>li:first-child,
        article section#mailnews>ol>li:first-child{
            margin-top: 0;
        }
            article section#ticket>ol>li div.listtitle,
            article section#mailnews>ol>li div.listtitle
             {
                background-color: #000;
                color: #FFF;
                position: relative;
                font-size: 16px;
                font-weight: 600;
                padding: 10px;

            }
            article section#ticket>ol>li div.listtitle img,
            article section#mailnews>ol>li div.listtitle img
             {
                position: absolute;
                right: 10px;
                top: 10px;
            }
            article section#ticket>ol>li div.body {
                  color: #000;
                  line-height: 1.5em;
            }
                    article section>ol>li div.body>div.border{
                        width: 100% !important;
                        margin-top: 5px !important;
                    }
                        article section#ticket>ol>li div.body>div p.comment{
                            color: #000;
                        }
                            
                            article section#ticket ol li div.body table tbody tr td,
                            article section#mailnews ol li div.body table tbody tr td
                             {
                            }
                            article section#ticket ol li div.body table tbody tr td.label,
                            article section#mailnews ol li div.body table tbody tr td.label
                             {
                                width: 90px;
                                font-weight: 600;
                                font-size: 123.1%;
                                color: #000;

                            }
                            article section#ticket ol li div.body table tbody tr td.label span,
                            article section#mailnews ol li div.body table tbody tr td.label span
                             {
                                display: block;
                                margin-top: -1.2em;
                            }
                            article section#ticket ol li div.body table tbody tr td p,
                            article section#mailnews ol li div.body table tbody tr td p
                            {
                                margin-top: 1em;
                                font-size: 90%;
                                line-height: 1.5em;
                            }
/*============================
#a1
============================*/
article section#mailnews ol li#a1 div.body p.label{
        font-weight: 600;
        margin-top: 15px;
        margin-left: 14px;
        line-height: 2.5em;
        font-size: 123.1%;
        color: #000;
}
article section#mailnews ol li#a1 ul.attention{
        border-bottom: 1px solid #000;
}
article section#mailnews ol li#a1 div.privacy{
    background-color: #FFF;
    margin: 15px;
    padding: 15px;
    text-align: center;
    line-height: 1.4em;
    border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
}
article section#mailnews ol li#a1 div.privacy + p{
    text-align: center;
    line-height: 1.4em;
    color: #000;
}
article section#mailnews ol li#a1 div.privacy + p + a{
    margin-top: 15px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
article section#ticket ol li#a1 {
}
    article section#ticket ol li#a1 div.listtitle {
    }
        article section#ticket ol li#a1 div.listtitle p {
        }
        article section#ticket ol li#a1 div.listtitle img.icon {
        }
    article section#ticket ol li#a1 div.body {
    }
        article section#ticket ol li#a1 div.body table {
            width: 260px;
            margin: 20px auto;
        }
            article section#ticket ol li#a1 div.body table tbody {
            }
                article section#ticket ol li#a1 div.body table tbody tr {
                }

                    article section#ticket ol li#a1 div.body table tbody tr td {
                        line-height: 2em;
                    }
                    article section#ticket ol li#a1 div.body table tbody tr td.notes {
                        font-size: 93%;
                    }

article section#mailnews ol li#a1 div.body p.label .annotate{
    color:#444;
}
div#modal{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #FFF;
    padding-bottom: 20px;
    display: none;
}

    div#modal div.inner{
        top: 0;
        left: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin: 10px;
        padding: 15px;
        border-radius: 10px;
        -webkit-border-radius: 10px;  
        -moz-border-radius: 10px; 
        line-height: 1.3em;
        border: 1px solid #000;
        color: #000;
    }
        div#modal div.inner h2{
            font-size: 100%;
        }
        div#modal div.inner h3{
            margin-top: 25px;
            font-size: 93%;
        }
        div#modal div.inner p.plain{
            margin-top: 10px;
        }
        div#modal div.inner ul{
            list-style: disc;
            margin-left: 20px;
            margin-top: 10px;
        }
        div#modal div.inner ol{
            list-style: decimal;
            margin-left: 20px;
            margin-top: 10px;
        }
        div#modal div.inner ol li{
            margin-bottom: 10px;
        }


    div#modal div.inner+a{
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
    }

/*============================
#a2
============================*/
article section#mailnews ol li#a2 {
}
    article section#mailnews ol li#a2 div.body {
        padding: 15px 15px 30px 15px;
    }
    article section#mailnews ol li#a2 div.body a.login{
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    article section#mailnews ol li#a2 div.body a.passwd{
        display: block;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }

article section#mailnews ol li#a2 {
}
    article section#mailnews ol li#a2 div.body {
    }
        article section#mailnews ol li#a2 div.body p{
            line-height:1.6;
        }

 article section#ticket ol li#a2 div.body table {
            width: 260px;
            margin: 20px auto;
        }
            article section#ticket ol li#a2 div.body table tbody {
            }
                article section#ticket ol li#a2 div.body table tbody tr {
                }

                    article section#ticket ol li#a2 div.body table tbody tr td {
                        line-height: 2em;
                    }
                    article section#ticket ol li#a2 div.body table tbody tr td.notes {
                        font-size: 93%;
                    }

article section#ticket span.red{
    color:#D00;
    font-weight: bold;
}

article section#ticket ol li#a2 {
}
    article section#ticket ol li#a2 div.listtitle {
    }
        article section#ticket ol li#a2 div.listtitle p {
        }
        article section#ticket ol li#a2 div.listtitle img.icon {
        }
    article section#ticket ol li#a2 div.body {
        margin-bottom: 30px;
    }
        article section#ticket ol li#a2 div.body div{
            padding:20px 20px 0;
            margin: .8em auto;
        }
        article section#ticket ol li#a2 div.body div p{
        }
        article section#ticket ol li#a2 div.body div p.label{
                font-weight: 600;
                line-height: 2em;
                font-size: 123.1%
        }
        article section#ticket ol li#a2 div.body div p.note{
            margin-top: 10px;
            display: block;
            border: 1px solid #999;
            padding: 8px;
            line-height: 1.2em;
            font-size: 93%;
            border-radius: 4px;
            -webkit-border-radius: 4px;  
            -moz-border-radius: 4px;
            line-height: 1.6em;
        }
        article section#ticket ol li#a2 div.body div p.label:first-child{
                margin-top: 0;
                color: #000;
        }


article section#ticket .linkbtn,
article section#mailnews .linkbtn{
    color:#FFF;
    display: block;
    background:#06A;
    border-radius: 5px;
    text-align: center;
    margin:10px 0;
    padding:20px;
    font-size:17px;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

article section#mailnews .linkbtn{
    margin:20px 20px;
}


.linkbtn_off{
    color:#FFF;
    display: block;
    background: #999;
    border-radius: 5px;
    text-align: center;
    margin:10px 0;
    padding:20px;
    font-size:17px;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}



.playguide{
    margin: 5px 20px !important;
    width:auto !important;
    display: block;
    border: 1px solid #999;
    padding: 10px 15px !important;
    line-height: 1.2em;
    font-size: 93%;
    border-radius: 4px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    line-height: 1.6em;
    }


div.playguide p.label{
    padding:0;
    line-height: 1.5em !important;
}


.playguide_name{
    font-size:123.1%;
    margin-bottom:10px;
    }
.playguide_name span{
    font-size:77%;
    }

.playguide dl dt{
    margin-bottom:10px;
    }
.playguide dl dd{
    margin-bottom:20px;
    font-size:93%;
    }
.playguide dl dd p{
    margin-bottom:5px;
    }
.playguide dl dd strong{
    color:#FFF;
    }

.today_table{
    margin: 10px 0 30px !important;
    width:260px !important;
     border-bottom:1px solid #999;
    }
.today_table tr td{
    vertical-align:top;
    padding:0 0 10px;
    }
.today_table tr td.t_left{
    border-top:1px solid #999;
    padding-top:10px;
    }
.today_table tr td.t_left strong{
    font-size:14px;
    }
.today_table tr td span{
    }



/*============================
#a3
============================*/
article section#ticket ol li#a3 {
}
    article section#ticket ol li#a3 div.listtitle {
    }
        article section#ticket ol li#a3 div.listtitle p {
        }
        article section#ticket ol li#a3 div.listtitle img.icon {
        }
    article section#ticket ol li#a3 div.body {
    }
        article section#ticket ol li#a2 div.body>div,
        article section#ticket ol li#a3 div.body>div{
            margin-top:20px;
            border-top: 1px solid #000;
        }
        article section#ticket ol li#a2 div.body>div.noborder{
            padding:0 15px !important;
            border:none;
        }
        article section#ticket ol li#a2 div.body>div.playguide{
            padding:10px !important;
            border:1px solid #777;
        }
        article section#ticket ol li#a2 div.body>div:first-child,
        article section#ticket ol li#a3 div.body>div:first-child{
            border-top: none;
        }
        article section#ticket ol li#a3 div.body ol{
        }
            article section#ticket ol li#a3 div.body ol li{

                padding-top: 1.1em;
                border-bottom: 1px dotted #000;
                padding-bottom: 1em;
            }
            article section#ticket ol li#a3 div.body ol li:last-child{
                border-bottom: none;
            }
                article section#ticket ol li#a3 div.body ol li p{
                    width: 260px;
                    margin: 0 auto;
                    line-height: 1.5em;
                }
                article section#ticket ol li#a3 div.body ol li p>span{
                    font-weight: 600;
                }
                article section#ticket ol li#a3 div.body ol li p.label{
                    font-weight: 600;
                    font-size: 123.1%;
                    color: #000;
                }


/*============================
#a4
============================*/
article section#ticket ol li#a4 {
}
    article section#ticket ol li#a4 div.listtitle {
    }
        article section#ticket ol li#a4 div.listtitle p {
        }
        article section#ticket ol li#a4 div.listtitle img.icon {
        }
    article section#ticket ol li#a4 div.body {
    }
        article section#ticket ol li#a4 div.body ol{
    margin: 0 auto 0 auto;
        }
            article section#ticket ol li#a4 div.body ol li{
                border-bottom: 1px dotted #000;
                padding-top: 1.1em;
                padding-bottom: 1em;
            }
            article section#ticket ol li#a4 div.body ol li:first-child{
            }
            article section#ticket ol li#a4 div.body ol li:last-child{
                border-bottom: none;
            }
                article section#ticket ol li#a4 div.body ol li p{
                    width: 260px;
                    margin: 0 auto;
                    line-height: 1.5em;
                }
                article section#ticket ol li#a4 div.body ol li p.label{
                    font-weight: 600;
                    font-size: 123.1%;
                    color: #fff;
                }


/*============================
#a5
============================*/
article section#ticket ol li#a5 {
}
    article section#ticket ol li#a5 div.listtitle {
    }
        article section#ticket ol li#a5 div.listtitle p {
        }
        article section#ticket ol li#a5 div.listtitle img.icon {
        }
    article section#ticket ol li#a5 div.body {
        padding: 20px 0;
    }
        div.body ul.attention {
            border-bottom: 1px solid #000;
            padding-left: 30px;
            padding-right: 20px;
            padding-bottom:10px;
            list-style-image: url(../img/marker_list.png);
        }
            div.body ul.attention li {
                margin-bottom: 1em;
                line-height: 1.6em;
            }
        article section#ticket ol li#a5 div.body p {
            margin-top: 20px;
            font-weight: 600;
            padding-left: 1.4em;
        }
        article section#ticket ol li#a5 div.body ol.pattern {
            margin-top: 20px;
            list-style-type: decimal;
            padding-left: 40px;
            padding-right: 20px;
        }
            article section#ticket ol li#a5 div.body ol.pattern li {
                margin-bottom: 1em;
                line-height: 1.6em;
            }




/*============================
#kc
============================*/

article section#ticket ol li#kc div.body  p{
                    width: 260px;
                    margin: 10px auto;
                    line-height: 1.5em;
                }

article section#ticket ol li#kc div.body ul{
    margin-top:10px;
    }

/*============================
#floatmenu
============================*/
/*下層ページのフローティングメニューコンテナ*/
#floatmenu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
    /*本体*/
    #floatmenu div.body {
        /*background-color: #000;*/
        height: 40px;
        /*height: 290px;*/
        overflow: hidden;
        position: relative;

        background: #333333; /* Old browsers */
        background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #333333 0%,#000000 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #333333 0%,#000000 100%); /* IE10+ */
        background: linear-gradient(to bottom, #333333 0%,#000000 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


    }
    /*HOME及びMenu展開ボタン*/
    #floatmenu div.body div.inner-upper{
    width: 100%;
    padding:0 10px;
    box-sizing:border-box;
    margin: 0 auto;
    }
        #floatmenu div.body div.inner-upper div.left{
            width: 47%;
            display: inline-block;
        }
        #floatmenu div.body div.inner-upper div.left>a {
            display: block;
            width: 82.5px;
        }
            #floatmenu div.body div.inner-upper div.left>a img.button_back {
            }

        #floatmenu div.body div.inner-upper div.right{
            width: 50%;
            display: inline-block;
            text-align: right;
        }

            #floatmenu div.body div.inner-upper div.right img.button_menu {
                position: relative;
                top: 0;
                right: 0;
            }

    div#floatmenu div.body div.gnavi {
        clear: both;
        width: 100%;
    }
        div#floatmenu div.body div.gnavi ol {
        }
            div#floatmenu div.body div.gnavi ol li {
                width: 100%;
                display: block;
                margin-top: 20px;
            }

            div#floatmenu div.body div.gnavi ol li:first-child {
                padding-top: 20px;
                margin-top: 1px;
            }
            div#floatmenu div.body div.gnavi ol li:last-child {
                padding-bottom: 25px;
            }
                div#floatmenu div.body div.gnavi ol li a {
                    display: block;
                    text-align: center;
                }
                    div#floatmenu div.body div.gnavi ol li a img {
                    }
        div#floatmenu div.body div.gnavi div.exlink {
            margin:auto;
            margin-top: 10px;
            padding-top: 30px;
            text-align: center;
            width:170px;
            background:url("../img/dot_line.png") repeat-x top left;
            background-size:60px auto;
        }
            div#floatmenu div.body div.gnavi div.exlink a {
            }
                div#floatmenu div.body div.gnavi div.exlink a img {
                }



/*

¡¡ACCESS

*/

article div.label.no-bd {
    border: none;
}

/*============================
#access
============================*/
article section#access {
    width: 300px;
    margin: 0 auto;
}
article section#access div.area {
}

/*============================
#area
============================*/
article section#access div.area select#area {
    width: 290px;
    height: 50px;
    opacity: 0;
}
article section#access div.area{
    text-align: center;
    position: relative;
}
article section#access div.area select#area{
    position: absolute;
    top: 0;
    left: 5px;
}
article section#access div.area select#area option {
}
article section#access ol.area-detail {
}
article section#access ol.area-detail>li {
}
article section#access ol.area-detail>li div.area-name {
    margin-top: 21px;
    font-size: 138.46%;
    font-weight: 600;
    color: #000;
    line-height: 1.5em;
    text-align: center;
}
article section#access ol.area-detail>li div.area-name .bnr_jtb{
    margin: 20px 0 ;
}

article section#access ol.area-detail>li div.area-map {
    margin-top: 15px;
    padding:5px;
    height:300px;
    background: #FFF;
}
article section#access ol.area-detail>li div.area-map div.map-body{
    width:100%;
    height:100%;
}
article section#access ol.area-detail>li div.area-map2 {
    margin-top: 15px;
    padding:5px;
    background: #FFF;
}

article section#access ol.area-detail>li ul.access-transportation {
    margin-top: 20px;
}
article section#access ol.area-detail>li ul.access-transportation>li {
    background:#FFF;
    color:#000;
    border-radius: 3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px; 
    padding: 13px;
    margin-bottom: 6px;

}
article section#access ol.area-detail>li ul.access-transportation>li p.method {
    font-size: 107.69%;
    font-weight: bold;
    font-weight: 600;
}
article section#access ol.area-detail>li ul.access-transportation>li div.description {
    font-size: 100%;
    margin-top: 0.5em;
    line-height: 1.5em;
}
article section#access ol.area-detail>li ul.access-transportation>li div.description ul{
    list-style: disc;
    margin-left: 1.5em;
    line-height: 1.2em;
}
article section#access ol.area-detail{
    position: relative;
    width:100%;
}

article section#access ol.area-detail>li{
    position: absolute;
    width: 100%;
    /*display: none;*/
}

article section#access ol.area-detail>li div.note {
    /*display: none;*/
    border: 1px solid #dd0000;
    border-radius: 3px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px; 
    padding: 13px;
    margin-bottom: 6px;
}
article section#access ol.area-detail>li div.note p.title {
    color: #dd0000;
    font-size: 107.69%;
    font-weight: 600;
}
article section#access ol.area-detail>li div.note div.body {
    margin-top: 0.5em;
}
article section#access ol.area-detail>li div.note p.body a {
}


article section#access ol.area-detail>li .mapInfoCont,
article section#access ol.area-detail>li .mapInfoCont:hover {
    color: #039;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    line-height:1.5em;
    position: relative;
    top:2px;
}

article section#access ol.area-detail>li .infoCloseIcon{
    top: 0px !important;
    bottom: 0px !important;
    margin:auto 0;
}