/* HexMemory Tools Style */


body {

    background-color: #1a1a1a;

    color: #ffd54a;

    font-family: "Courier New", monospace;

    text-align: center;

    margin:0;

}


/* タイトル */

h1 {

border-bottom: 2px solid #ffd54a;

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

font-size:60px;

letter-spacing:10px;

text-shadow:
0 0 10px #ffb300;

}


/* 大区分 */

h2 {

    border-bottom: 1px solid #ffd54a;

    font-size:35px;

    padding-bottom: 10px;

}


/* 小区分 */

h3 {

    border-bottom: 1px solid #ffd54a;

    font-size:20px;

    padding-bottom:10px;

}


/* 文章 */

p {

    color: #d6d6d6;

    font-size:18px;

}


strong {

    color: #fff176;

    font-size:20px;

}


em {

    color: #ff7043;

    font-size:20px;

}


/* リンク */

a {

    color: #ffd54a;

    text-decoration: none;

    display: block;

    margin: 20px;

    font-size: 22px;

}


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

a:hover {

    color: white;

    text-shadow: 0 0 10px #ffd54a;

}


/* 画像 */

img {

    width: 250px;

    border: 2px solid #ffd54a;

    box-shadow: 0 0 20px #ffd54a;

}


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

.disabled {

    color:#666;

    text-decoration-color:#ff7043;

}


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

.home-button {

    display: inline-block;

    text-decoration: none;

    text-decoration-color: #ffd54a;

}


.home-button:hover {

    color: white;

    text-shadow: 0 0 10px #ffd54a;

}

/* ツールを使用するボタン */

.tool-button {

    display: inline-block;

    text-decoration: none;

    text-decoration-color: #ffd54a;

}

/* 管理者専用ボタン */

.adminonly {

    display: inline-block;

    text-decoration: none;

    text-decoration-color: #e70000;

}

/* アイコン設定 */

.icon {

    width: 512px;

    height: 512px;

    border: 0px solid #ffd54a;

    box-shadow: 0 0 0px #ffd54a;

}