﻿strong {
    color: #ff002b;
}
#cover {
    margin: 20px auto;
    width: 1500 px;
    height: 300px;
    position: relative;
    left: 10px;
    bottom: 10px;
    overflow: hidden;
}
#cover>div {
    position: absolute;
    top: 0;
    opacity: 0;
}
#kakoi ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 20px; 
}
#whatsnew {
    margin: auto;
    width: 720px;
    height: 300px;
    overflow: auto;
    border: 1px solid black;
}
    
table tr {
    border-bottom: 1px dotted black;
}
table th {
    width: 120px;
}
table td {
    width: 550px;
  padding: 0 5px;   
}
