/* -------------------------------------- body */
body {
    background: #f5cedc;
}
/* -------------------------------------- container */
.container-outer {
    border: 1px solid;
    border-image-source: url(/graphics/0_sweet-pea/border_1.gif);
    border-image-repeat: round;
    border-image-slice: 5;
    border-image-width: 5px;
    padding: 4px;
    background: white;
    border-radius: 5px;
}

.container-inner {
    border: 1px dashed;
    background: url(/graphics/sozaioukoku/bg_025.gif);
}

.container {
    display: flex;
    flex-direction: column;
    padding: 25px;
    width: 910px;
    background: url(/graphics/foollovers/bg_010.gif);
    background-size: 12px;
}

.container > div {
    border: 4.2px #e0b99f ridge;
    background: white;
    padding: 5px;
}
/* -------------------------------------- banner */
.banner {
    display: flex;
    height: 210px;
}

.banner-inner {
    display: flex;
    width: -webkit-fill-available;
    background: url(/graphics/sozaioukoku/bg_025.gif);
    background-size: 80px;
    border: 1px dotted;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 10px;
}

.banner-h1 {
    font-family: georgia;
    font-weight: lighter;
    font-style: italic;
    font-size: 27px;
    text-shadow: var(--shad1);
    z-index: 2;
    position: relative;
    left: 165px;
}

.banner-h1::after {
    content: url(/graphics/foollovers/icon_056.gif);
    padding-left: 10px;
}

.banner-img {
    width: 195px;
    position: relative;
    top: 20px;
    right: 564px;
}
/* -------------------------------------- nav */
.nav {
    display: flex;
    height: 40px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    justify-content: space-between;
    gap: 5px;
}

.nav-button {
    display: flex;
    width: -webkit-fill-available;
    border: 1px solid;
    border-radius: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: var(--shad3);
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
    background: linear-gradient(to bottom,  #fcf0f1 0%,#fac6ce 50%,#f9afba 51%,#fee4e8 100%);
    box-shadow: inset 1px 1px 2px white, inset -1px -1px 2px #c44056b0;
}

.nav-button:hover {
    box-shadow: inset -1px -1px 2px white, inset 1px 1px 2px #c44056b0;
    position: relative;
    top: 1px;
    left: 1px;
}

.tabicon::before {
    content: url(/graphics/foollovers/icon_067.gif);
}
/* -------------------------------------- main */
.main {
    display: flex;
    height: 400px;
}

.tab {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.tab-inner {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tab-h3 {
    display: flex;
    font-weight: lighter;
    font-style: italic;
    font-family: georgia;
    justify-content: space-between;
    border: 1px dotted;
    border-left: 0;
    padding: 5px;
    padding-right: 10px;
    letter-spacing: 2px;
    background: linear-gradient(to left, #f7e9c6 0%, #fef0f000 100%);
    text-shadow: var(--shad3);
    align-items: center;
}

.tab-h3::before {
    content: url(/graphics/foollovers/icon_057.gif);
}

.tab-text {
    font-size: 13px;
}

.tab-span {
    font-weight: bold;
    color: #d60000;
    text-transform: uppercase;
    font-style: italic;
}

.tabtext-link {
    font-weight: bold;
    color: #ffc6c6;
    text-shadow: var(--shad2);
    font-size: 16px;
    text-decoration: none;
}

.tab-list {
    display: flex;
    height: 92px;
    overflow: auto;
    flex-direction: column;
    gap: 5px;
}

.tablist-link {
    display: flex;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    gap: 10px;
    color: #d60000;
}

.tablist-link::before {
    display: block;
    content: url(/graphics/foollovers/icon_067.gif);
}
/* -------------------------------------- rules */
.rule-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
}

.tablist-li {
    list-style: auto;
    padding-left: 5px;
    letter-spacing: 1px;
    font-size: 13px;
    font-style: italic;
}

.tablist-li::marker {
    font-weight: bold;
    font-size: 10px;
    font-style: normal;
}

.form-link {
    margin: auto;
    border: 1px solid;
    background: linear-gradient(to bottom,  #fcf0f1 0%,#fac6ce 50%,#f9afba 51%,#fee4e8 100%);
    box-shadow: inset 1px 1px 2px white, inset -1px -1px 2px #c44056b0;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    gap: 10px;
    padding: 15px;
    text-transform: uppercase;
    text-shadow: var(--shad3);
    font-weight: bold;
    letter-spacing: 2px;
}

.form-link::before, .form-link::after {
    content: url(/graphics/foollovers/icon_067.gif);
}
