﻿@charset 'utf-8';

body {
    /*font-family: "MS Gothic", "MS PGothic", sans-serif;*/
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.wraperMainBox {
    margin: 0px 0px 0px 0px;
    border: 0;
    padding: 0px 0px 0px 0px;
}

.mainBox {
    position: relative;
    z-index: 1;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.headingTitle {
    position: relative;
    z-index: 1;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 2px 2px 2px 2px;
    padding: 0px 0px 0px 0px;
    border: 0;
    background-color: #80c381;
    color: black;
    text-align: center;
    text-align-last: center;
}

    .headingTitle h1 {
        font-size: 18px;
    }

.commentsMainBox {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 2px 2px 2px 2px;
    padding: 0px 0px 0px 0px;
    border: 0;
}

.comntBox {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    margin: 5px 2px 5px 2px;
    padding: 2px 2px 2px 2px;
    text-align: left;
    color: black;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    border: 0;
}

.userName {
    position: relative;
    z-index: 4;
    width: 100px;
    height: auto;
    border: 0;
    text-align: center;
    color: white;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
}

.postDateZeo {
    position: relative;
    z-index: 4;
    width: 100px;
    height: auto;
    border: 0;
    text-align: center;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
}

.postDate {
    position: relative;
    z-index: 4;
    width: 100px;
    height: auto;
    border: 0;
    text-align: center;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
}

.postCommentZero {
    position: relative;
    z-index: 4;
    width: calc(100% - 200px);
    height: auto;
    border: 0;
    text-align: left;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
}

.postComment {
    position: relative;
    z-index: 4;
    width: calc(100% - 100px);
    height: auto;
    border: 0;
    text-align: left;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
}

.postTitleBox {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    margin: 5px 2px 5px 2px;
    padding: 2px 2px 2px 2px;
    text-align: left;
    color: black;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    border: 0;
}

.postTitle {
    position: relative;
    z-index: 4;
    width: 200px;
    height: auto;
    text-align: center;
    color: black;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: unset;
    border-radius: 0px 0px 0px 0px;
    font-size: 16px;
    border: 0;
}

.postLinkTitle {
    position: relative;
    z-index: 4;
    width: calc(100% - 210px);
    height: auto;
    text-align: center;
    color: black;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: unset;
    border-radius: 0px 0px 0px 0px;
    font-size: 16px;
    border: 0;
}

.postLinkUrl {
    position: relative;
    z-index: 4;
    width: calc(100% - 205px);
    height: auto;
    text-align: left;
    color: black;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: unset;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
    border: 0;
}

/*start*/
.container {
    border: 0;
    display: flex;
    width: 100%;
    background-color: white;
    flex-direction: column;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 30px 0px;
}

.top-label {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /*width: 500px;*/
    border: 0;
}

.main-box {
    border: 1px solid #888;
    display: flex;
    /*width: 500px;*/
}

/* Left side (green area with text) */
.left {
    background-color: #e6f0e6;
    width: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    border-right: 1px solid #888;
    font-size: 16px;
}

    .left p {
        /*writing-mode: vertical-rl;
        text-orientation: upright;*/
        font-size: 16px;
        margin: 0;
    }

/* Right side text area */
.right {
    flex: 1;
    padding: 8px 10px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.4;
}

.date {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #d3d3d3;
    background-color: #f8f8f8;
    padding: 0 4px;
    font-size: 12px;
}