/* floormap.html */
.floormap .main figure img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.floormap .downloadAdobeReader{
    margin-top: 40px;
}

/* store.html */
.store .main section{
    margin-bottom: 40px;
}

.store .main section section::after{
    content: "";
    display: block;
    clear: both;
}
.store .main section section div{
    overflow: hidden;
}
.store .main section section ul{
    margin-bottom: 10px;
}
.store .main section dl{
    font-size: 0.75em;
}
.store .main section dt{
    font-weight: bold;
}
.store .main section .note{
    margin-left: 1em;
}
.store .main section .note::before{
    float: none;
    display: inline;
}
.store .main section .note::after{
    display: none;
}
.store .main .localNav a{
    white-space: nowrap;
}

/* keyaki.html */
.keyaki .businessHours{
    font-size: 0.75em;
    margin-bottom: 40px;
    font-weight: bold;
}
.keyaki .businessHours dt,
.keyaki .businessHours dd{
    display: inline;
}
.keyaki .businessHours dt::after{
    content: "：";
}
.keyaki .main figure{
    margin-bottom: 40px;
}
.keyaki .main figure img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* policy.html */
.privacyPolicy .update{
    font-weight: bold;
}

/* saigai.html*/
.disaster .main section{
    margin-bottom: 40px;
}
.disaster h5{
    margin-bottom: 10px;
}

/* byoin_news.html */
.newsletter .lien ul{
    position: relative;
    padding-left: 208px;
    min-height: 280px;
}
.newsletter .lien img{
    position: absolute;
    top: 0;
    left: 0;
}
.newsletter .main li{
    margin-bottom: 1em;
}
.newsletter .lien li:first-child::after{
    content: "最新号";
    display: inline-block;
    width: 5em;
    margin-left: 1em;
    padding: 3px 0;
    background: #19b8c8;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    text-decoration: none;
}

/* byoin_oshirase.html */
.request .main li{
    margin-bottom: 1em;
}

/* faq.html */
.faq .main>dl{
    font-size: 0.75em;
}
.faq .main>dl>dt{
    padding-left: 2em;
    margin-bottom: 20px;
    font-weight: bold;
}
.faq .main>dl>dt::before{
    content: "Q";
    float: left;
    margin-left: -2em;
    border-radius: 1.4em;
    text-align: center;
    width: 1.4em;
    background: #19b8c8;
    color: #fff;
}
.faq .main>dl>dd{
    padding-left: 2em;
    margin-bottom: 40px;
}
.faq .main>dl>dd::before{
    content: "A";
    float: left;
    margin-left: -2em;
    border-radius: 1.4em;
    text-align: center;
    width: 1.4em;
    background: #e8f8f9;
    color: #19b8c8;
    font-weight: bold;
}
.faq .main>dl>dt::after,
.faq .main>dl>dd::after{
    content: "";
    display: block;
    clear: both;
}
.faq .main dl p{
    font-size: 1em;
}
.faq .main .contact dt{
    font-size: 1.06667em;
}
.faq .main .contact dd{
    font-size: 0.93333em;
}

/* link.html */
.link .main{
    background: url(../img/img_outward.jpg) no-repeat 98% 104px;
}

/* contact.html */
.contactList .main .col{
    margin-bottom: 30px;
}
.contactList .main h4{
    margin-bottom: 10px;
}

/* search.html */
#cse-search-results iframe{
    width: 745px;
}
