/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
.link-collection {
    margin: 20px;
    padding: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}

.link-collection h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
}

.link-collection ul {
    list-style: none;
    padding: 0;
}

.link-collection li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.link-collection img {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* 画像を丸くする */
    margin-right: 10px;
}

.link-collection a {
    color: #0066cc;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.link-collection a:hover {
    text-decoration: underline;
}

.link-collection span {
    vertical-align: middle;
}