﻿@charset "UTF-8";

/*投稿ページのデフォルト*/

.post-common h2 {
    padding: 10px 30px 4px 25px;
    border-left: 10px solid #ff0060;
    background-color: transparent;
}


.post-common h3 {
    padding: 10px 0 2px 0;
    margin-bottom: 15px;
    border-bottom: 4px solid #ff0060;
    background-color: transparent;
}

.post-common h4 {
    font-weight: bold;
    padding: 7px 30px 3px 25px;
    margin-bottom: 12px;
    border-left: 6px solid #ff0060;
    background-color: transparent;
}

.post-common h5 {
    font-weight: bold;
    padding: 8px 0 6px 0;
    color: #ff0060;
    background-color: transparent;
}

.post-common h6 {
    font-weight: bold;
    padding: 8px 0 6px 0;
}

.post-common ul {
    margin-top: 10px;
}

.post-common li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.post-common p {
    line-height: 1.5;
}