@charset "utf-8"; /* CSS Document */
/*
---single.php
---------------------------------------------------------------------------*/
.single-post .secBox h2 {
    text-align: left;
    font-size: 1.5em;
}

.single-post .secBox h2:before, .single-post .secBox h2:after {
    display: none;
}

.singleArticle-catList {
    margin: 3em 0 1em 0;
    padding: 10px 10px 10px;
    clear: both;
    background-color: #efefef;
    font-size: 100%;
}

.singleArticle-catList a {
    display: inline-block;
    padding: 4px;
    background-color: #666666;
    /*	border-radius: 3px;*/
    margin: 0px 5px 0 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
}

.singleArticle-catList a:hover {
    background-color: #fff;
    color: #2980B4;
}

.singleArticle-con {
    padding: 0em 0 0 0;
    font-size: 1.1em;
    margin: 0 auto;
    max-width: 800px;
}

.singleArticle-con .singleArticle-thumbnail {
    margin: 1.5em auto 1.5em;
    text-align: center;
}

.singleArticle-con table, .singleArticle-con table th, .singleArticle-con table td {
    width: auto !important;
    height: auto !important;
}

.singleArticle-h2 {
    margin-bottom: 0;
}

.singleArticle-date {
    /*	color: #888;*/
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 1.5em;
    padding: 1.5em 0 0 0;
    border-top: 1px solid #231815;
}

.singleArticle-date span {
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* padding: 10px; */
}

.singleArticle-date span:first-child {
    /* border-style: solid; */
    /* border-color: #4d4d4d; */
    /* border-width: 0 1px; */
}

.singleArticle-btn {
    /*
	padding-top: 2.5em;
	border-top: 1px solid #ddd;
*/
}

.sigle-pastPost-alert {
    padding: 15px;
    border: 1px solid #BF0000;
    background-color: #fff0f0;
    color: #BF0000;
    margin-bottom: 2em;
}

.post-np-link {
    display: flex;
    justify-content: space-between;
}

.post-np-link a {
    color: #231815;
    display: block;
}

.post-next, .post-prev {
    width: 45%;
}

.post-next .post-title, .post-prev .post-title {
    display: block;
    font-size: 90%;
    /* text-align: left; */
}

.post-next {
    text-align: right;
}

.secBox > .sectionInner .commonBtn {
    width: 48%;
}
