@charset "UTF-8";
/* CSS Document */
/* 在宅障害児 (者) 支援センター CSS */
/* schedule */
#schedule table { width: 100%; margin-bottom: 30px; border-spacing: 0; border: solid 1px #999; }
#schedule table th, #schedule table td { padding: 5px 15px; box-sizing: border-box; }
#schedule table th { text-align: center; width: 100px; }
#schedule table td { border-left: solid 1px #999; }
#schedule table tr:first-child th, #schedule table tr:first-child td { font-weight: bold; text-align: center; background: #F5EFF7; border-bottom: solid 1px #999; }

/* taisei */
#taisei .border li:first-child { border-top: none; }
#taisei img { width: 100%; margin-top: 30px; }
