body {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 50px;
    border-bottom: 1px solid #eee
}

#header-logo,
#header-logo a,
#mobile-menu a {
    display: flex;
    align-items: center;
		padding-left:10px;
}

#mobile-menu img {
    height: 28px;
}

#header-logo img {
    height: 35px
}

#header-logo a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}

#space {
    width: 30px
}

#header-nav {
    display: none
}

#header-nav ul {
    margin: 0;
    padding: 0
}

#header-nav ul li {
    list-style: none;
    padding: 16px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #eee
}

#header-nav ul li a {
    text-decoration: none;
    color: #000;
    font-size:14px;
}

#entry-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    height: 150px;
    color: #fff;
    margin-bottom: 40px;
}

#main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #fff;
}

#category {
    background-color: #000;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #333;
}

#category a {
    color: #fff;
    text-decoration: none
}
#entry-title {
    margin: 0;
    padding: 0 40px;
    line-height: 42px;
    text-align: center;
}

#entry-title span {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

#entry-content {
    padding: 0 25px 30px 25px
}

#entry-content img {
    width: 100%;
    border-radius: 3px;
    margin: 20px 0
}

#entry-content h2 {
    font-size: 20px;
    margin: 50px 0 20px 0
}

#entry-content h3 {
    font-size: 18px;
    line-height: 21px;
    border-left: 3px solid #f98a2f;
    padding-left: 10px;
    margin: 50px 0 15px 0
}
#meta-date {font-size:13px;padding-top:10px;}

#entry-content p {
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
    word-break: break-all;
    margin-bottom: 20px;
}

#entry-content .bold,
#entry-content b,
#entry-content em,
#entry-content strong {
    color: #cc2c2c;
    font-weight: normal;
}

#entry-content em {
    font-style: normal
}

#entry-content ul,
#entry-content ol {
    margin: 25px 0 25px 0;
    padding: 0 20px
}

#entry-content ul li,
#entry-content ol li {
    font-size: 16px;
    line-height: 32px
}

#entry-content .underline {
    text-decoration: underline;
}

.numbering {
    background: #f98a2f;
    color: #fff;
    border-radius: 5px 5px 5px 0;
    font-size: 16px;
    padding: 5px 10px 2px 10px;
    margin-right: 5px;
    position: relative
}

.social-share {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 20px 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding-left: 40px;
    padding-right: 40px;
    height: 40px
}

.social-share-icons {
    display: flex;
    height: 40px
}

.social-share p {
    color: #cc2c2c;
    font-weight: 700;
    margin: 0;
    align-self: center
}

.social-share img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 5px
}

.social-share a {
    height: 50px
}

#entry-content #related-articles {
    padding: 0;
    border-top: 1px dotted #ddd;
    margin-top: 40px
}

#entry-content #related-articles div img {
    max-width: 25%
}

#entry-content #related-articles h4 {
    margin: 40px 0;
    font-size: 18px
}

#entry-content .related-single {
    display: flex;
    margin-bottom: 30px
}

#entry-content .related-single img {
    border-radius: 3px;
    margin: 7px 20px 0 0
}

#entry-content .related-single a {
    text-decoration: none;
    color: #333;
    align-self: flex-start;
    line-height: 24px
}

#entry-content .related-single a:hover {
    color: #cc2c2c
}

#footer-container {
    background-color: #111
}

#footer {
    color: #fff;
    background-color: #111;
    padding: 15px 10px;
    font-size: 13px;
    text-align: center;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

.container_postbtn {
    display: none
}

#category-list {
    padding: 40px 25px 0 25px
}

#category-list .single-entry-img img {
    width: 100%
}

#category-list div.single-entry-detail>h3>a:hover {
    color: #ec2c24
}

.single-entry {
    display: flex;
    margin-bottom: 40px
}

.single-entry-img {
    height: 108px;
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
    padding-top: 3px
}

.single-entry-img img {
    height: 108px;
    width: auto;
    border-radius: 4px
}

.single-entry-detail {
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    width: 75%
}

.single-entry-detail .category-h3 {
    margin: 0;
    font-size: 16px;
    line-height: 24px
}

.single-entry-detail .category-h3 a {
    text-decoration: none;
    color: #333
}

.single-entry-detail .category-h3 img {
    display: none
}

.single-entry-summary {
    margin: 5px 0;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #555;
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
    word-break: break-all;
    max-height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.single-entry-meta {
    margin: 0
}

.single-entry-meta p {
    margin: 0;
    font-size: 13px
}

.single-entry-meta p a {
    text-decoration: none;
    color: #ec2c24
}

.single-entry-meta .date {
    color: #555
}

.single-entry-meta .date::before {
    content: '\00b7';
    color: #aaa;
    margin: 0 4px
}

#paging {
    text-align: center;
    margin: 40px 0;
    padding: 0 25px;
    font-size: 13px
}

#paging a {
    text-decoration: none;
    color: #555;
    margin-right: 25px;
}

#paging a:hover {
    color: #cc2c2c
}

#paging .numbox {
    display: none;
}

#paging .numbox .selected {
    font-weight: 700
}


#entry-content h3+img {
    margin-top: 5px
}

#entry-content .img-section-2,
#entry-content .img-section-3,
#entry-content .img-row-3,
#entry-content .img-row-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}

#entry-content .img-section-2 img,
#entry-content .img-row-2 img {
    width: 49%;
    margin-bottom: 0;
    margin-top: 0;
}

#entry-content .img-section-3 img,
#entry-content .img-row-3 img {
    width: 32%;
}

#entry-content .img-section-2,
#entry-content .img-section-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#entry-content .img-section-2 img {
    width: 49%;
    margin-bottom: 0;
}

#entry-content .img-section-3 img {
    width: 32%;
}
#entry-content > div.another_category.another_category_color_gray {
	margin-top: 40px !important; 
	border-width: 0 0 0 0 !important; 
	border-top: 1px solid #E5E5E5 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#entry-content > div.another_category.another_category_color_gray > h4, #entry-content > div.another_category.another_category_color_gray > h4 a {
	font-size: 14px !important; 
	color: #333 !important; 
	line-height: 29px !important;
}
#entry-content > div.another_category.another_category_color_gray > table {
	margin-top: 20px !important;
}
#entry-content > div.another_category.another_category_color_gray > table > tbody > tr > th, #entry-content > div.another_category.another_category_color_gray > table > tbody > tr > th a, #entry-content > div.another_category.another_category_color_gray > table > tbody > tr > td{
	font-size: 13px !important;
	line-height: 25px !important;
	color: #555 !important;
}

@media screen and (min-width:720px) {
    body {
        background-color: #31363b
    }
    #header-wrapper {
        background-color: #31363b;
        height: 55px;
    }
    #masthead {
        width: 680px;
        margin: 0 auto 30px auto;
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: none
    }
    #header-container {
        justify-content: flex-start;
        border: none; 
        padding: 0
    }
    #header-nav ul li {
        display: inline-block;
        border-bottom: none
    }
    #space {
        display: none
    }
    #mobile-menu {
        display: none
    }
    #header-nav {
        display: block
    }
    #header-nav ul li {
        border-right: 1px solid #ccc;
        padding: 2px 30px
    }
    #header-nav ul li:first-child {
        border-left: 1px solid #ccc
    }
    #header-nav ul li a {
        font-size:14px;
    }
    #main {
        width: 680px;
        margin: 0 auto
    }
    #article {
        background-color: #fff;
        border: 0px solid #e5e5e5;
			  box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.3);
    }
    #entry-header {
        height: 100px;
        margin-bottom: 40px;
    }
    #entry-content {
        padding: 0 40px;
    }
    .social-share {
        background-color: #fff;
        margin: 0 0 40px 0;
        border: 1px solid #ddd;
        border-top: none
    }
    #entry-content #related-articles {
        margin: 0 auto;
        background-color: #fff;
        padding-top: 40px;
        margin-top: 40px;
        border-top: 1px dotted #ddd
    }
    #entry-content #related-articles h4 {
        padding: 0;
        margin: 0 0 20px 0
    }
    #entry-content #related-section {
        display: flex;
        flex-direction: row;
        margin: 0
    }
    #entry-content .related-single {
        display: flex;
        flex-direction: column;
        margin: 0 30px 0 0;
        width: 33.333%
    }
    #entry-content .related-single:last-child {
        margin-right: 0
    }
    #entry-content #related-articles .related-single img {
        max-width: 100%;
        margin-bottom: 15px;
        height: 140px;
    }
    .single-entry-summary {
        -webkit-line-clamp: 3;
        max-height: 70px
    }
    #category-list {
        padding: 40px 40px 0 40px
    }
    #footer-container {
        width: 100%
    }
    #footer {
        text-align: center;
        width: 680px;
        margin: 0 auto;
        margin-top: 40px
    }
    #footer a {
        color:#fff;
        text-decoration:none;
    }
    #entry-content .img-section-2,
    #entry-content .img-section-3 {
        flex-direction: column;
    }
    #entry-content .img-section-2 img,
    #entry-content .img-section-3 img {
        width: 100%;
        margin-bottom: 15px;
    }
    #entry-content .img-row-2 img {
        width: 49%;
    }
    #entry-content .img-row-3 img {
        width: 32%;
    }
    #paging .numbox {
        display: inline-block;
    }
}