/* singleでアイキャッチを非表示 */
.single .attachment-post-thumbnail {
display: none;
}


.sample07 {
background: linear-gradient(transparent 60%,#ffff66 60%);
}
1
2
3
.sample07 {
background: linear-gradient(transparent 60%,#ffff66 60%);
}
.sample100{
    border-bottom: 2px solid #ffff66;
}
.sample101{
    border-bottom: 2px solid #ff00ff;
}