@charset "UTF-8";

.bookmark-box {
	display: flex;
    flex-wrap: wrap;
    width: 44%;
    justify-content: space-between;
    margin-top: 20px;
}

.bookmark-contents:nth-of-type(odd) {
	margin-right: 50px;
}