h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    margin: 0;
}

body {
    background-color: #EFEFEF;
    padding-top: 60px;
}

img {
    max-width: 100%;
/*    height: auto;*/
}
table td {
    word-wrap: break-word;
}


.img-responsive {
    margin-right: auto;
    margin-left: auto;
}

.inline-block {
    display: inline-block;
}

.reset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ggmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar {
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.container-fluid>.navbar-header {
}
.navbar-brand {
/*    padding: 0 70px 0 140px;*/
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    height: auto;
}
.navbar-brand img {
/*    position: absolute;*/
    left: 15px;
}
.navbar-default {
    background-color: #FFF;
}
.navbar-default .navbar-brand {
    color: #360fa1;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #360fa1;
}
.navbar-toggle {
}
.navbar-header .btn {
    position: absolute;
    padding-bottom: 0;
    margin: 0;
    right: 15px;
    top: 3px;
    line-height: 1;
    z-index: 2;
}


.label-info {
    background-color: #00ADEE;
}
.label-danger {
    background-color: #EE4035;
}

.boxWrap {
    font-size: 0;
}
.boxStyleA {
    margin: 0 0 15px 0;
    padding: 8px 8px 5px 8px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.boxStyleA .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.boxStyleA .use {
    display: inline-block;
    margin: 0 10px 20px 18px;
    font-weight: bold;
    font-size: 14px;
}
.boxStyleA .label-a {
    padding: 5px 15px;
    background-color: #BBBDBF;
}
.boxStyleA .label-b {
    width: 80px;
    padding: 12px 20px;
    margin: 9px 7px 0 0;
    font-size: 90%;
    float: left;
}

.boxStyleA .time {
    display: inline-block;
    margin-top: 17px;
    font-weight: bold;
    float: left;
}
.boxStyleA .sec {
    display: inline-block;
    line-height: 1;
    float: right;
}
.boxStyleA .sec .icon {
    vertical-align: super;
}
.boxStyleA .sec .num {
    font-size: 50px;
    font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
    .boxStyleA {
        width: 49%;
        margin-right: 2%;
        display: inline-block;
    }
    .boxStyleA:nth-child(2n) {
        margin-right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .boxStyleA {
        width: 32%;
        margin-right: 2%;
        display: inline-block;
    }
    .boxStyleA:nth-child(3n) {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .boxStyleA {
        width: 24%;
        margin-right: 1.33%;
        display: inline-block;
    }
    .boxStyleA:nth-child(4n) {
        margin-right: 0;
    }
}


#data1 .boxStyleA,
#data2 .boxStyleA,
#data3 .boxStyleA,
#data4 .boxStyleA,
#data5 .boxStyleA {
    border-radius: 0;
}
#data1 .boxStyleA .title,
#data2 .boxStyleA .title,
#data3 .boxStyleA .title,
#data4 .boxStyleA .title,
#data5 .boxStyleA .title {
    border-bottom: solid 2px #A6A8AB;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#data1 .boxStyleA {
    border: solid 2px #005CEE;
}
#data2 .boxStyleA {
    border: solid 2px #BF8228;
}
#data3 .boxStyleA {
    border: solid 2px #28B4B8;
}
#data4 .boxStyleA {
    border: solid 2px #8BC53F;
}
#data5 .boxStyleA {
    border: solid 2px #8100CC;
}

.titleStyleA {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 5px 0;
    font-size: 18px;
}
@media(min-width: 768px) {
    .titleStyleA {
        font-size: 24px;
    }
}
.textStyleA {
    text-align: center;
}
.textStyleA span {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}
@media(min-width: 768px) {
    .textStyleA {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
    }
}
.listStyleA {
    margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    text-align: center;
}
.listStyleA li {
    display: inline-block;
    font-size: 14px;
    padding: 0 7px;
    margin-bottom: 10px;
    border-right: solid 1px #000;
}
.listStyleA li:first-child {
    border-left: solid 1px #000;
}
.listStyleA li a {
    display: block;
    padding-bottom: 2px;
    border-bottom: solid 2px #cccccc;
    text-decoration: none;
}
.listStyleA li a[href="#data1"] {
    border-bottom: solid 2px #005CEE;
}
.listStyleA li a[href="#data2"] {
    border-bottom: solid 2px #BF8228;
}
.listStyleA li a[href="#data3"] {
    border-bottom: solid 2px #28B4B8;
}
.listStyleA li a[href="#data4"] {
    border-bottom: solid 2px #8BC53F;
}
.listStyleA li a[href="#data5"] {
    border-bottom: solid 2px #8100CC;
}
@media(min-width: 768px) {
    .listStyleA {
        margin-bottom: 20px;
    }
    .listStyleA li {
        font-size: 16px;
    }
}


.listStyleB {
    margin-bottom: 10px;
    font-size: 20px;
}
.listStyleB li {
    display: inline-block;
    margin: 0 5px 20px 5px;
}
.listStyleB a:hover {
    background-color: #ff6347;
}
.listStyleB {}

@media(min-width: 768px) {
    .listStyleB {
        font-size: 50px;
    }
    .listStyleB li  {
        margin: 0 10px 20px 10px;
    }
}


#footer {
    margin: 30px -15px 0 -15px;
    padding: 10px 15px;
    text-align: center;
    background-color: #999;
    color: #fff;
}

#data1 {}
#data1 .title1 {
    background-color: #005CEE;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}
#data2 {}
#data2 .title1 {
    background-color: #BF8228;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}
#data3 {}
#data3 .title1 {
    background-color: #28B4B8;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}
#data4 {}
#data4 .title1 {
    background-color: #8BC53F;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}
#data5 {}
#data5 .title1 {
    background-color: #8100CC;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}

@media(min-width: 768px) {
    #data1 .title1,
    #data2 .title1,
    #data3 .title1,
    #data4 .title1,
    #data5 .title1 {
        padding: 7px 10px;
        margin-top: 20px;
        font-size: 16px;
    }
}

#shop {}
#shop .image {
    width: 100%;
    height: auto;
}
#shop table {
    background-color: #fff;
    table-layout: fixed;
}
#shop table th {
    width: 110px;
}
#shop .title1 {
    background-color: #DC0816;
    margin: 20px 0 10px 0;
    padding: 5px 10px;
    color: #fff;
}
#shop .title2 {
    margin-bottom: 10px;
    font-weight: bold;
}

@media(min-width: 768px) {
    #shop .title1 {
        font-size: 18px;
    }
    #shop .title2 {
        margin: 15px 0;
        font-weight: bold;
        font-size: 20px;
    }
}

html,#top {
    height: 100%;
}
#top {
    padding: 0 0 40px 0;
    position: relative;
    background-color: #DC0816;
    color: #fff;
}
#top a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: solid 1px #fff;
}
#top #footer {
    width: 100%;
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
}
#top .cover-wrapper {
    height: 100%;
    width: 100%;
    min-height: 100%;
    display: table;
}
#top .cover-wrapper .cover-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#top .title {
    margin-bottom: 40px;
}
@media (min-width: 768px) {

    #top .text {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    #top .container {
        width: 970px;
    }
}