table.event-table {
    width: 96%; 
    border-collapse: collapse;
}
table.event-table th {
    border: 1px #333 solid; 
    background-color: #f5f5f5;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
table.event-table td {
    border: 1px #333 solid;
    padding: 10px;
    line-height: 150%;
    vertical-align: top;

}

table.event-table caption {
    text-align: center; 
    font-size: 120%;
    padding: 20px 0px 10px;
}

/* 文字関係ここから */
.midashi1     { color: #4b4b4b; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px solid #d2d2d2; border-left: 5px solid #d2d2d2 
}
.midashi2 {
    color: #ff0061;
    font-weight: normal;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}
.fontsize120 {
  font-size: 120%;
}

/* 横線ここから */
hr.dashed {
  border-top: 1px dashed #bbb;
}
table.event-table td h2 {
    color: 000;
    font-style: normal;
    font-weight: bold;
    font-size: 110%;
    line-height: 100%;
    margin: 10px 0px;
    padding: 8px 5px;
    border-left: 5px solid #d2d2d2;
}
