
.transportStyle {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1 {
    font-size: 2.44em;
    margin: .67em 0;
    line-height: 1.4
}

h2 {
    font-size: 1.95em;
    line-height: 1.4
}

h3 {
    font-size: 1.56em;
    line-height: 1.4
}

h4 {
    font-size: 1.25em;
    line-height: 1.5
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .8em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0px 20px 0 0
}

hr {
    box-sizing: content-box;
    height: 0
}

.wp-pagenavi {
    clear: both;
    margin-bottom: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #68929d;
    padding: 2px 8px;
    margin: 2px;
    display: inline-block;
    color: #68929d;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #68929d;
    background-color: #68929d;
    color: #fff;
}

h3.category-feed-title {
    margin-top: 0px;
}

.aside_img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.widget_media_image .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
}

.widget_media_image .tit a {
    text-decoration: none;
}

.blog-feed-container .blog-feed .hentry .entry-thumbnail img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.category-feed.post-grid .post-grid-item .entry-header img {
    height: 150px;
}

.category-feed.post-grid .post-grid-item .entry-header .entry-title {
    padding: 10px 20px;
}

.widget_media_image .time {
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #68929d;
}

.site-footer .site-info {
    overflow: hidden;
    padding: 30px 0;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}

.page-header {
    margin: 0;
}

.page-header h1 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.category-navbar .category-menu-container {
    overflow: hidden;
    height: 28px;
}

.logo_a {
    display: inline-block;
    margin: 30px 0;
}

.breadcrumb-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 20px 0;
}

.entry-header {
    margin: 0 0 20px 0;
    text-align: center;
}

.entry-header h1 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
}

.entry-header .time {
    text-align: center;
    line-height: 1;
}

.entry-content {
    line-height: 1.8;
}

.breadcrumb-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.contact_content {
    min-height: 280px;
}

.page-content {
    text-align: center;
    min-height: 290px;
}

.error-404 {
    margin-top: 40px;
}

.blog-feed-container .home_list.blog-feed .hentry:last-child {
    border-bottom: none;
}

.aside_ul {
    padding: 0;
    margin: 0;
}

.aside_ul li {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

.aside_item {
    margin-bottom: 20px;
    display: flow-root;
}

.post-grid .post-grid-item .entry-header .entry-header-content .category-label a:hover {
    color: #fff;
}

.featured-posts img:hover {
    opacity: .8;
}

#content img:hover {
    opacity: .8;
}

@media (min-width:992px) {
    .category-feed-container .post-grid {
        margin: 0 -10px;
    }
}

@media (max-width:991px) {
    .post-grid .post-grid-item {
        flex-basis: 50%;
        margin-bottom: 1em
    }
    .post-grid .post-grid-item .entry-header img {
        height: 240px;
    }
    .site-content {
        display: block;
    }
    .site-content .content-area {
        max-width: 100%;
    }
    .post-grid .post-grid-item:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 10px;
    }
    .post-grid .post-grid-item:nth-child(2n) {
        padding-left: 10px;
        padding-right: 0px;
    }
    .site-content .site-sidebar {
        margin-right: 0;
    }
    .widget-area .widget__post {
        width: 48.5%;
        float: left;
    }
    .widget-area .widget__post:nth-child(2n+1) {
        margin-left: 1.5%;
    }
    .widget-area .widget__post:nth-child(2n) {
        margin-right: 1.5%;
    }
    .featured-posts {
        padding: 0 10px;
    }
}

@media (max-width:767px) {
    .entry-header h1 {
        font-size: 26px;
    }
}

@media (max-width:600px) {
    figure {
        margin: 0;
    }
    .site-content .site-sidebar {
        padding: 0 10px;
    }
    .blog-feed {
        padding: 0 10px;
    }
    .breadcrumb-wrapper {
        padding: 0 10px;
    }
    .entry-content {
        padding: 0 10px;
        font-size: 14px;
    }
    .entry-header h1 {
        font-size: 24px;
    }
}

@media (max-width:500px) {
    .post-grid .post-grid-item {
        flex-basis: 100%;
        margin-bottom: 1em
    }
    .post-grid .post-grid-item .entry-header img {
        height: 240px;
    }
    .post-grid .post-grid-item:nth-child(2n) {
        padding: 0;
    }
    .post-grid .post-grid-item:nth-child(2n+1) {
        padding: 0;
    }
    .widget-area .widget__post {
        width: 100%;
    }
    .widget-area .widget__post:nth-child(2n+1) {
        margin-left: 0;
    }
    .widget-area .widget__post:nth-child(2n) {
        margin-right: 0;
    }
}
.obscureStyle {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.transmitStyle {
    overflow: hidden;
    position: absolute;
    max-height: 1px;
}

