.content-logo {
    height:300px;
    background-image: url("../static_images/side_news_v.png");
}

.content-child-block {
    background-color: #ffffffA0;
    padding: 30px;
    border-radius: 20px;
}

table {
    width: 80%;
    border-spacing: 0;
}

tbody {    
    border: none;
}

h1 {
    float: left;
    width: 20%;
    color: #3dc7ff;
}

@media screen and (max-width: 1100px) {
h1 {
    float: none;
    width: 100%;
}

table {
    width: 100%;
}
}

.topcell {
    border-top: 1px solid #3dc7ff;
}

table.gaiyou td {
    border-bottom: 1px solid #3dc7ff;
    padding-top: 10px;
    padding-bottom: 10px;
}

