@charset "UTF-8";

@font-face {
    font-family: 'TenoText 7x13';
    src: url('../../fonts/TenoText 7x13.otf') format('opentype');
}

@font-face {
    font-family: 'PixelMplus12';
    src: url('../../fonts/PixelMplus12-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'TenoText 8x11';
    src: url('../../fonts/TenoText 8x11(+Extended ASCII).ttf') format('truetype');
}

body {
    background-color: #FFFFFF;
    color: #333333;
    margin: 0;
    padding: 20px;
    image-rendering: pixelated; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'PixelMplus12', monospace;
    font-size: 12px;
}

#link-list-container {
    max-width: 600px;
    margin: 0 auto;
}


.link-item {
    margin-bottom: 24px;
    border-bottom: 1px dashed #A9D9D0;
    padding-bottom: 16px;
}

.link-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.link-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    flex-shrink: 0;
}

.link-title {
    font-family: 'TenoText 7x13';
    font-size: 26px;
    color: #556688;
    margin-right: auto;
}

.link-button {
    display: inline-block;
    padding: 4px 12px;
    background-color: #CCDDEE;
    border: 1px solid #556688;
    color: #556688;
    text-decoration: none;
    font-family: 'TenoText 7x13';
    font-size: 26px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.1s, color 0.1s;
    box-shadow: 2px 2px 0 #A9D9D0;
}

.link-button:hover {
    background-color: #333355;
    color: #FFFFFF;
    text-decoration: none;
}

.link-button:active {
    background-color: #333355;
    box-shadow: 1px 1px 0 #556688;
    transform: translate(1px, 1px);
}

.link-desc {
    font-family: 'PixelMplus12', monospace;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    margin-left: 44px;
}
  
  
  
  
  
  
  
    white-space: pre-wrap; /* 改行をそのまま表示 */
}