@charset "utf-8";
/* CSS Document */

/* 時間表示　各ページ共通 */
.txt_time::after {
 content: "午前9時～午後5時(日祝午後4時迄)"; 
}

.txt_time.time_f::after {
 content: "午前9時～午後5時(日祝午後3時30分迄)"; 
}

.txt_time_s::after {
 content: "午前9時～午後5時30分(日祝午後4時迄)"; 
}
