
.topSpecialContents {
	line-height: 1.3;
}

.topSpecialContents h3 {
    clear: both;
    color: #683C12;
	line-height: 1.1;
}

.topSpecialContents h3 {
    margin: 0;
    padding: 5px;
    background: #f7eee6;
    font-weight: 400;
}

.topSpecialContents a {
    text-decoration: none;
    display: flex;
}

.topSpecialContents__thumbs {
    padding: 5px 5px 5px 10px;
    width: 50%;
    max-width: 100px;
}

.topSpecialContents__thumbs img {
    width: 100%;
    float: left;
    border-radius: 3px;
}

.topSpecialContents__info {
    padding: 10px 5px 10px 0;
}

.topSpecialContents__info h4 {
    padding: 7px 0 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.topSpecialContents__info p {
    color: #666;
    font-size: 12px;
    padding: 5px 2px;
}

