body{
	font-family: 'Noto Sans JP', sans-serif;
    color: #555555;
	margin: 0;
	background-color: #fff;
}

#manual-list{
    padding-top: 50px
}

.product-name{
    font-weight: bold;
    font-size: 22px;
    border-bottom: 2px solid #C0C0C0;
    margin-bottom: 20px;
    margin-top: 5px;
}

.product-name > div{
    padding-top: 85px;
    padding-bottom: 10px;
    color: #555555;
    font-weight: 500;
}

.manual-item{
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
}

.manual > div:hover{
    color: #2271b1;
    cursor: pointer;
}

.manual > a{
    color: #555555;
    text-decoration: none;
}

.manual > div > img{
    height: 26px;
    width: 22px;
}

.manual-title{
    margin-right: 5px
}

.product:last-child{
    margin-bottom: 120px;
}
