/* HexMemory Main Style */


body {

    background-color: #31375c;

    color: #00ff99;

    font-family: "Courier New", monospace;

    text-align: center;

    margin:0;

}


/* タイトル */

h1 {

border-bottom: 2px solid #00ff99;

font-family: 'Orbitron', sans-serif;

font-size:60px;

letter-spacing:10px;

text-shadow:
0 0 10px #00ffff;

}


/* 大区分 */

h2 {

    border-bottom: 1px solid #00ff99;

    font-size:35px;

    padding-bottom: 10px;

}


/* 小区分 */

h3 {

    border-bottom: 1px solid #00ff99;

    font-size:20px;

    padding-bottom:10px;

}
/* 文章 */

p {

    color: #cccccc;

    font-size:22px;

}

strong {

    color: #19d800;

    font-size:20px;

}

em {

    color: #e20000;

    font-size:20px;

}


/* リンク */

a {

    color: #00ffff;

    text-decoration: none;

    display: block;

    margin: 20px;

    font-size: 22px;

}


/* マウスを乗せた時 */

a:hover {

    color: white;

    text-shadow: 0 0 10px cyan;

}


/* 画像 */

img {

    width: 250px;

    border: 2px solid #00ff99;

    box-shadow: 0 0 20px #00ff99;

}

/*無効化されたオプション*/

.disabled {

color:#666;

text-decoration-color:#ff3333;

}


/*ホームに戻るボタン*/

.home-button {
    display: inline-block;
    text-decoration: none;
    text-decoration-color: #00ff99;
}

.home-button:hover {

    color: white;

    text-shadow: 0 0 10px cyan;

}

/*アイコン設定*/

.icon {
    width: 512px;
    height: 512px;
    border: 0px solid #00ff9900;

    box-shadow: 0 0 0px #00ff9900;
}

/* 隠し文字 */
h6 {

    color: #00ff99;

    font-size: 10px;

}

/* ============================= */
/* Hidden System Status Links    */
/* ============================= */
span.hidden-link {
    color:#ffffff00;           /* 親の文字色をそのまま使う */
    text-decoration: none;    /* 下線を消す */
    cursor: default;          /* マウスカーソルも普通 */
    transition: 0.2s;
}



.hidden-link{
    color:#ffffff00;           /* 親の文字色をそのまま使う */
    text-decoration: none;    /* 下線を消す */
    cursor: default;          /* マウスカーソルも普通 */
    transition: 0.2s;
}

.hidden-link:hover{
    color: #00ffff;           /* ネオンブルー */
    text-shadow: 0 0 8px #00ffff;
    cursor: pointer;
}

.hidden-link:visited{
    color: inherit;
}

.status{
    font-size: 10px;
    opacity: 0.35;
    text-align: center;
    margin-top: 50px;
    line-height: 1.6;
}