﻿/*アプリストアリンク*/
#ctl00_ctlManualLink {
    margin-top: 10px;
    font-size: 11px;
}

/* アプリダウンロード用の囲み枠 */
.app-download {
    background-color: #f9f9f9; /* サイドバーが暗色でも馴染む */
    padding: 14px;
    margin: 16px 0;
    border-radius: 8px;
    text-align: center;
    width: 170px;
}

/* アイコン＋アプリ名 */
.app-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.app-icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 8px; /* iOS風に角丸 */
}

.app-name {
    font-weight: bold;
    font-size: 15px;
}

/* ストアバッジ */
.app-links a {
    display: block;
    margin: 6px 0;
}

.app-links img {
    max-width: 160px;
    height: auto;
    width: 100%;
}

.app-name:hover {
    background-color: inherit !important;
}

.app-links a:hover {
    background-color: inherit;
}

.app-links img:hover {
    background-color: inherit;
}
