/*　ここから追加分 */

/*インスタ用*/

.cover{
	object-fit: cover;
	width: 306px;
	height: 229px;
	border: none;
	margin: 0px 0px;
	font-family: 'object-fit: cover;width: 306px;height: 229px;border: none;margin:0px 0px;';
}
.content{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.content .ko div:nth-child(3n+1) {
    margin-left: 0;
    margin-bottom: 50px;
    clear: left;
}
.one_third {
    width: 31.28834355828221%;
}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .quarter_one {
    display: inline-block;
    float: left;
    margin: 0 0 0 3.06748466257669%;
        margin-bottom: 0px;
        margin-left: 3.06748%;
    list-style: none;
}

@media only screen and (max-width: 640px){
.content{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.content .ko div:nth-child(1n+1) {
    margin-left: 0;
    margin-bottom: 50px;
    clear: left;
}
.one_third {
    width: 100%;
}



}
