caption {
margin-bottom: 20px;
font-size: 18px;
font-weight: bold;
text-align: left;
}
.timeTable {
clear: both;
}
.col2of4 {
width: 300px;
float: left;
zoom: 1;
}
.tableBox{
margin: 0 10px;
}
table {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
border: none;
}
th,td {
border: 1px solid #fff;
}
th {
width: 70px;
font-size:12px;
color: #fff;
text-align: center;
background-color: #2C3E5C;
vertical-align: top;
}
td {
height: 25px;
padding: 0 10px;
font-size: 14px;
text-align: center;
background: #f3f4ef;
}
.borderNone {
border-bottom: 1px solid #2C3E5C;
}
.tableBox th.just {
padding-top: 7px;
box-sizing: border-box;
font-size: 16px;
font-weight: bold;
line-height: 1;
}
.color01{
background:#D8C8AE;
}
.color02 {
background: #E7E027;
}
.line2 {
height: 51px;
}
.line3 {
height: 77px;
}

    /* フッターの固定 */
    div#footer-fixed
    {
        position: fixed;            /* フッターの固定 */
        bottom: 0px;                /* 位置(下0px) */
        left: 0px;                  /* 位置(左0px) */
        width: 100%;                /* 横幅100%　*/
        height: 50px;              /* 縦幅140px */
    }
     
    div#footer-bk
    {
    	background-color:#cee2eb;     /* 背景色(黒) */
    	padding:15px 0 25px;       /* 上10px、下20pxをあける */
    	height:10px;              /* 縦の高さ140px */
    	width:100%;                /* 横の幅を100% */
    }
     
    div#footer { 
    	margin: auto;              /* 中央揃え */
    }