﻿@charset 'utf-8';

@media screen and (max-width: 480px)
{
    body {
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }

    .postLinkTitle {
        font-size: 18px;
    }

    .hospitalfees {
        font-size: 18px;
    }

    .postDate {
        font-size: 16px;
    }

    .postComment {
        font-size: 16px;
        padding: 2px 2px 2px 20px;
    }

    .container {
        border: 0;
        display: flex;
        width: 100%;
        background-color: white;
        flex-direction: column;
        padding: 5px 5px 5px 5px;
        margin: 5px 0px 5px 0px;
    }

    .main-box {
        border: 1px solid #888;
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .left {
        background-color: #e6f0e6;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 8px;
        box-sizing: border-box;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
        font-size: 16px;
    }

    .right {
        font-size: 16px;
    }
}