#history section.container {
    display: block;
    padding: 64px;
    overflow: hidden;
}

#history section.container h2.title {
    font-size: 108%;
}

#history section.container h3.title--en {
    font-size: 93%;
    border-bottom: solid 1px rgba( 255, 255, 255, 0.24 );
    padding-bottom: 2em;
}

#history section.container ul.list li.data ul {
    display: block;
    border-bottom: solid 1px rgba( 255, 255, 255, 0.24 );
    font-size: 93%;
    width: 100%;
    overflow: hidden;
}

#history section.container ul.list li.data ul li {
    display: block;
    padding: 0.25em 0;
    float: left;
}

#history section.container ul.list li.data a {
    display: block;
}

#history section.container ul.list li.data a:hover {
    background: rgba( 255, 255, 255, 0.12 );
    padding-bottom: 0;
    border-bottom: none;
}

#history section.container ul.list li.data ul li.date {
    width: 64px;
}

#history section.container ul.list li.data ul li.title {
    width: 512px;
}

#history section.container ul.list li.data ul li.title-en {
    width: 320px;
}

#history section.container ul.list li.data ul li.name {
    width: 256px;
}
