﻿@charset "UTF-8";

/* header.htmlのお知らせ枠の表示・非表示 */
.info_sw {
display: block;/* 表示:block・非表示:none */
}
