﻿@charset "utf-8";/* 年末年始 お知らせ カレンダー */table, th, td {border-collapse: collapse;border: 1px solid #ccc;line-height: 1.5;}h2.holiday{font-size: 20px;font-weight: bold;text-decoration: underline;}.red_info{color: #ff0000;font-weight: bold;}table.holiday {border: solid 4px #333333;width: 100%;margin-bottom: 10px;}table.holiday tr:nth-child(1){background: #fcb0b0;}table.holiday td{width: 90px;padding: 10px 2px;font-size: 13px;border: 1px solid #333333;text-align:center;}table.holiday .red{color: red;}table.holiday td._green{background: #bafcba;}/*注意事項*/#freepage .attention {background: #ffd4d4;margin-bottom: 1em;padding: 20px;}#freepage .attention ul {padding: 1em 2em;}#freepage .attention ul li {list-style: inherit;margin-bottom: 10px;}/*スマホ設定*/@media (max-width: 768px) {#freepage{width: 100%;}table.holiday {width: 1000px;margin-bottom: 10px;}table.holiday td{table-layout: fixed;font-size: 12px;}#freepage .calendar{overflow-x: scroll;}#freepage .attention ul li {list-style: initial;margin-bottom: 10px;}#freepage .free_p_ {margin-bottom: 1em;}}