/* ===========================
   基本設定
=========================== */

body {
    font-size: 85%;
    font-family: 游明朝;
    margin: 40px 0 0 0;
    letter-spacing: 0;
    line-height: 15pt;
    color: #0b0b33;
    background: url("img/20220530224533.jpg") center/70% repeat fixed;
    position: relative;
    z-index: 0;
}

/* 背景の白フィルター */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(245, 245, 245, 0.7);
    pointer-events: none;
    z-index: -1;
}

/* ===========================
   リンク
=========================== */

a {
    text-decoration: none;
}
a:link,
a:visited {
    color: #293e66;
}
a:active {
    color: #ffb2b2;
}
a:hover {
    color: #696969;
    background: #fff2b2;
}

/* ===========================
   左線ボックス
=========================== */

.left {
    border-left: 1px solid #696969;
    margin: 3px 0 0 15px;
}
.left p {
    margin: 0 0 0 10px;
}

/* ===========================
   入力欄
=========================== */

input[type="text"],
input[type="button"] {
    border-width: 1px;
    border-style: solid;
    border-color: #f9f9f9 #f9f9f9 #666666 #f9f9f9;
    color: #404040;
    background: #ffd4cc;
}

/* ===========================
   アイコン画像
=========================== */

.icon {
    vertical-align: -1px;
    margin-right: 2px;
}
