.temporary-comments
{
    border-collapse: collapse;
    margin: 20px 0;
    width: 100%;
}
.temporary-comments tr
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}
.temporary-comments th
{
    background-color: #fff;
    padding: 5px;
    position: relative;
    text-align: left;
    width: 40%;
}
.temporary-comments td
{
    background-color: #fff;
    padding: 5px;
    text-align: left;
    width: 30%;
}
.temporary-comments th,
.temporary-comments td
{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}



/******************************************* スマホ対応 レスポンシブ（公開サイト用） ******************************************/
@media screen and (max-width: 767px) {
                .temporary-comments tr
                {
                    border-left: none;
                    border-top: none;
                }
                .temporary-comments th,
                .temporary-comments td
                {
                    border-left: 1px solid #ccc;
                    display: block;
                    width: auto;
                }
                .temporary-comments th
                {
                    border-top: 1px solid #ccc;
                }
                .temporary-comments td:first-of-type
                {
                    border-bottom: none;
                }
                .temporary-comments td:last-of-type
                {
                    padding: 0 5px 5px 5px;
                    margin-bottom: 10px;
                }
}
/******************************************* スマホ対応 レスポンシブ（CMSサイト用） ******************************************/
                .yosakoinet-common-sp .temporary-comments tr
                {
                    border-left: none;
                    border-top: none;
                }
                .yosakoinet-common-sp .temporary-comments th,
                .yosakoinet-common-sp .temporary-comments td
                {
                    border-left: 1px solid #ccc;
                    display: block;
                    width: auto;
                }
                .yosakoinet-common-sp .temporary-comments th
                {
                    border-top: 1px solid #ccc;
                }
                .yosakoinet-common-sp .temporary-comments td:first-of-type
                {
                    border-bottom: none;
                }
                .yosakoinet-common-sp .temporary-comments td:last-of-type
                {
                    padding: 0 5px 5px 5px;
                    margin-bottom: 10px;
                }



