.containArea,
.active .containArea {
    padding-top: 50px;
}

.day {
    color: #a9a9a9;
    letter-spacing: 1px;
}

.day span {
    font-family: "Cormorant Infant", serif;
    font-size: 14px;
    background-color: #4b4b4b;
    padding: 1px 10px;
    color: #e4e4e4;
    margin-left: 5px;
}

.article_title {
    font-size: 32px;
    margin: 20px 0 15px 0;
    line-height: 1.2;
}

.separate {
    width: 100%;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 40px;
}

.path {
    float: left;
    font-size: 14px;
}

.path span {
    color: #a9a9a9;
}

img.face {
    width: 100%;
}

.editBox {
    margin-top: 50px;
    width: 90%;
    margin: 50px auto 60px auto;
}

.editBox img {
    width: 100% !important;
    margin: 30px 0;
    height: auto !important;
}

.editBox p {
    font-size: 17px;
    line-height: 1.6;
}

.shareArea {
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    padding: 50px 0;
}

.shareArea p {
    text-align: center;
    font-size: 14px;
    font-family: "Cormorant Infant", serif;
    margin-bottom: 10px;
}

.shareBox {
    display: table;
    margin: auto;
}

.shareBox img {
    width: 30px;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}

.from {
    margin-bottom: 10px;
}

.from span {
    font-family: "Cormorant Infant", serif;
    font-size: 14px;
    background-color: #4b4b4b;
    padding: 1px 10px;
    color: #e4e4e4;
    margin-right: 5px;
}

iframe {
    height: 600px !important;
}

@media (max-width: 768px) {
    .article_title {
        font-size: 27px;
        line-height: 1.2;
    }
}

@media (max-width: 500px) {
    .article_title {
        font-size: 24px;
        line-height: 1.2;
    }
}
