html {
    min-height: 100%;
}

body {
    font: normal 100% Helvetica, Arial, sans-serif;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    color: #000;
    background-color: #fff;
}

body>hr {
    margin: 0;
    border: 0;
}

body.index>hr {
    border-top: 2px solid transparent;
    height: 9.75rem;
}

body.region>hr {
    border-top: 4px solid transparent;
    height: 2.875rem;
}

body.index>section.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: 1px solid #888;
    background-color: #fff;
    z-index: 1;
}

body.index>section.header>span {
    display: block;
    padding: 1rem 0 0.25rem;
}

body.index>section.header>span>img {
    display: block;
    margin: 0 auto;
    height: 2.25rem;
}

body.index>section.header>form {
    margin: 0;
    padding: 0 2rem;
}

body.index>section.header>form>input {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: none;
    color: #333;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    background: url(../img/search.png) no-repeat right center;
    background-size: 1.5rem 1.5rem;
    outline: none;
}

body.index>section.header>form>input::-webkit-search-cancel-button{
    display: none;
}

body.index>section.header>ul {
    text-align: center;
    margin: 0;
    padding: 0.75rem 1rem;
    font-size: 0;
}

body.index>section.header>ul>li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 33%;
}

body.index>section.header>ul>li>a {
    display: block;
    text-decoration: none;
    outline: none;
}

body.index>section.header>ul>li>a>i {
    display: inline-block;
    height: 2rem;
    width: 1.5rem;
    vertical-align: middle;
    background: url(../img/icons.png) no-repeat center;
    background-size: 4.5rem 2rem;
}

body.index>section.header>ul>li:first-of-type>a>i {
    background-position-x: left;
}

body.index>section.header>ul>li:last-of-type>a>i {
    background-position-x: right;
}

body.index>section.header>ul>li>a>b {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
    font-weight: normal;
    color: #000;
    vertical-align: middle;
}

body.index>section.header>p>input::placeholder {
    color: #ccc;
}

body.region>section.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: 1px solid #888;
    z-index: 1;
    padding: 0.5rem 0;
    background-color: #fff;
}

body.region>section.header>a {
    display: inline-block;
    margin: 0 1rem;
    font-size: 0.875rem;
    width: 2.25rem;
    height: 1.875rem;
    color: #333;
    font-weight: bold;
    line-height: 1.875rem;
    border-bottom: 3px solid #fff;
    text-decoration: none;
}

body.region>section.header>a.on {
    border-bottom-color: #ccc;
}

body.index>section.content {
    padding-bottom: 2rem;
}

body.index>section.content>dl {
    margin: 0 2rem;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

body.index>section.content>dl>dt {
    position: relative;
    margin: 0;
    padding: 0.875rem 5.5rem 0.875rem 0;
    /* height: 3rem; */
    line-height: 1.25rem;
    font-size: 0.875rem;
    /*background: url(../img/open.png) no-repeat top right;*/
    background-size: auto 3rem;
}

body.index>section.content>dl>dt>em{
    position: absolute;
    display: inline-block;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #f00;
    vertical-align: text-top;
    border-radius: 100%;
}

body.index>section.content>dl>dd {
    display: none;
    margin: 0;
    padding: 0.25rem 0 1.5rem;
}

body.index>section.content>dl>dd>a {
    display: block;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0.25rem 1rem 0.25rem 0;
    margin-bottom: 0.5rem;
    color: #333;
    text-decoration: none;
    background: url(../img/location.png) no-repeat top right;
    background-size: 0.75rem 1.5rem;
}

body.index>section.content>dl>dd>i {
    display: block;
    font-size: 0.675rem;
    height: 1.25rem;
    line-height: 1.25rem;
    color: #888;
    font-style: normal;
    /*padding-right: 0.75rem;*/
    padding-right: 0.1rem;
}

body.index>section.content>dl>dd>i>a{
    color: #555;
    text-decoration: underline;
}

body.index>section.content>dl.on>dt {
    /*background-image: url(../img/close.png);*/
}

body.index>section.content>dl.on>dd {
    display: block;
}

body.index>section.content>dl>dt>i {
    position: absolute;
    padding: 0 1rem;
    font-size: 0.75rem;
    line-height: 3rem;
    right: 0;
    top: 0;
    font-style: normal;
    color: #333;
}

body.region>section.content {
    position: fixed;
    left: 0;
    right: 0;

    top: 1rem;
    bottom: 0;
    padding-bottom: 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.region>section.content>div{
    display: none;
}

body.region>section.content>div.on{
    display: block;
}

body.region>section.content>div>dl {
    margin: 0;
    padding: 0;
}

body.region>section.content>div>dl>dt {
    margin: 1.5rem 2rem 0;
    line-height: 1.75rem;
    font-size: 0.75rem;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

body.region>section.content>div>dl>dd {
    margin: 0 2rem;
    border-bottom: 1px solid #f0f0f0;
}

body.region>section.content>div>dl>dd>a {
    position: relative;
    display: block;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.875rem;
    color: #000;
    background: url(../img/more.png) no-repeat right center;
    background-size: 0.5rem 0.75rem;
    text-decoration: none;
}

body.region>section.content>div>dl>dd>a>i {
    position: absolute;
    right: 0.75rem;
    font-size: 0.75rem;
    font-style: normal;
    color: #333;
}

body.region>section.content>div>dl>dd:last-of-type {
    border-bottom: none;
}

.bar{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.5rem;
    padding: 0 0.5rem;
    white-space: nowrap;
}

.bar>hr{
    display: inline-block;
    height: 100%;
    width: 0;
    border: none;
    vertical-align: middle;
}

.bar>div{
    display: inline-block;
    width: 1.5rem;
    border-radius: 1rem;
    padding: 0.5rem 0;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.1);
}

.bar>div:empty{
    display: none;
}

.bar>div>a{
    text-align: center;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
    color: #666;
}


html.map,
html.map>body{
    height: 100%;
}

#container{
    height: 100%;
    width: 100%;
}

.info>h6{
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.25rem 0;
    margin: 0;
}

.info>span{
    display: block;
    padding: 0.25rem 0;
    font-size: 0.75rem;
    color: #333;

}

.info>i{
    display: block;
    font-style: normal;
    font-size: 0.75rem;
    color: #999;
}

@media screen and (max-width:270px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width:271px) and (max-width:320px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width:321px) and (max-width:375px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width:376px) {
    html {
        font-size: 18px
    }
}