﻿@charset 'utf-8';

body {
    /*font-family: "MS Gothic", "MS PGothic", sans-serif;*/
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

p {
    color: black;
}

.wraperMainBox {
    position: relative;
    z-index: 1;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 0px;
    border: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.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;
    color: black;
}

.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: center;
    align-content: center;
    align-items: center;*/
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    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: #4d4d4d;
    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;
    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: 18px;
    color: #4d4d4d
}

.postTitleBox {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    margin: 10px 2px 10px 2px;
    padding: 2px 2px 2px 2px;
    text-align: left;
    color: #4d4d4d;
    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);*/
    width: 100%;
    height: auto;
    font-weight: bold;
    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: 18px;
    border: 0;
}

.postLinkTitle:hover {
    color: #3f7dbd;
}

.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;
}

.hospitalfees {
    text-decoration: none;
    /*border-bottom: solid 2px #1e1e1e;*/
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 500;
}

hospitalfees:hover {
    color: #3f7dbd;
}

a.border {
    text-decoration: none;
    border-bottom: solid 2px #1e1e1e;
}

    a.border:hover {
        transition: all .3s ease-in-out;
        border-color: hotpink;
    }