/* ==========================================================================
   BIGLOBE Login Page - Base Styles (DEPRECATED - Use new modular CSS files)
   This file is kept for backward compatibility during transition
   ========================================================================== */

/* Reset and Base Styles */
html, body, table {
    letter-spacing: 1px;
}

br {
    letter-spacing: 0;
}

body {
    margin: 10px;
    padding: 0;
    color: #333333;
    background-color: #ffffff;
    text-align: center;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* Page Wrapper */
.page-wrapper {
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
}

/* Header Styles */
.header {
    width: 100%;
    margin-bottom: 10px;
}

.header-content {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.logo {
    display: table-cell;
    width: 134px;
    height: 55px;
    vertical-align: middle;
}

.logo img {
    border: 0;
}

.header-spacer {
    display: table-cell;
    width: 616px;
    vertical-align: middle;
    text-align: right;
}

/* Main Container */
#container {
    margin: 10px auto 40px auto;
    display: block;
    width: 100%;
    max-width: 750px;
    font-size: 62.5%;
    text-align: left;
}

/* Login Container */
.login-container {
    background: url(../img/dotted.gif) 425px top repeat-y;
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
}

/* Section Titles */
.section-title {
    margin: 0 0 15px;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
    border-bottom: none;
    font-size: 2.4em;
    line-height: 1.2;
}

.section-title.au-title {
    border-left-color: #ff4500;
    line-height: 1.5;
    margin-left: 50px;
}

.subtitle {
    font-size: 0.5em;
    width: 250px;
    margin: 5px 0 0 0;
    font-weight: normal;
}

/* BIGLOBE Login Section */
.biglobe-login-section {
    float: left;
    width: 400px;
    margin-right: 40px;
    margin-bottom: 50px;
    padding-left: 5px;
}

/* AU Login Section */
.au-login-section {
    float: left;
    width: 250px;
}

/* Form Styles */
.form-table-wrapper {
    margin: 0 10px 0 20px;
}

.globaltable {
    letter-spacing: normal;
    margin: 10px 0;
    border-collapse: collapse;
    width: 360px;
}

.globaltable th {
    padding: 7px;
    border: #cbcbcb 1px solid;
    line-height: 140%;
    background-color: #d0e8f2;
    font-weight: normal;
    font-size: 1.4em;
}

.globaltable .bg {
    padding: 7px;
    border: #cbcbcb 1px solid;
    line-height: 140%;
    background-color: #ffffff;
    font-size: 1.4em;
}

.globaltable .noborder {
    border: none;
}

.input-cell {
    border: none !important;
    padding: 2px 0 4px 0 !important;
}

/* Input Styles */
.text-input {
    width: 200px;
    margin: 0;
    padding: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: inherit;
    vertical-align: middle;
}

.text-input:focus {
    outline: 2px solid #7db4e6;
    outline-offset: 1px;
}

.required-mark {
    color: #FF0000;
    font-weight: bold;
    margin-left: 5px;
}

/* Checkbox Styles */
.checkbox-cell {
    padding: 7px 0 5px 5px !important;
}

.checkbox-label {
    display: block;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin: 0 5px 0 0;
    vertical-align: top;
}

.caption05 {
    padding: 0;
    clear: both;
    line-height: 140%;
    color: #000;
    font-size: 90%;
}

/* Submit Area */
.form-submit-area {
    text-align: center;
    margin: 20px 0;
    display: inline-table;
}

.submit-button {
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    border: 0;
    cursor: pointer;
}

/* AU Button */
.au-button-wrapper {
    margin: -5px 0 -5px -10px;
}

.au-submit-button {
    width: 200px;
    border: 0;
    cursor: pointer;
}

/* Form Text */
.form-notice {
    /* padding: 0 50px 10px; */
    font-size: 1.2em;
    margin-left: 10px;
    color: #333;
}

.form-links {
    padding: 0 25px;
    font-size: 1.4em;
}

.au-description {
    line-height: 150%;
    font-size: 1.2em;
    margin-left: 20px;
    margin-top: 10px;
    width: 225px;
}

.au-links {
    font-size: 1.2em;
    margin-left: 20px;
    margin-top: 10px;
}

/* Links */
a {
    color: #0000bb;
    cursor: pointer;
    text-decoration: underline;
}

a:visited {
    color: #3366bb;
}

a:hover {
    color: #ff0000;
}

a:active {
    color: #990000;
}

a img {
    border: 0;
}

.question {
    font-size: 0.9em;
    margin-left: -10px;
    line-height: 100%;
}

/* Important Message */
.important-msg {
    margin: 10px 0 20px;
    padding: 5px !important;
    border: 2px solid #d5d5d5;
    text-align: left;
    font-size: 1.4em;
}

/* Attention Section */
.attention {
    margin: 0;
    padding: 0;
    text-align: left;
}

.attention h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: #dedede 1px solid;
    font-weight: bold;
    font-size: 1.6em;
}

.attention ul {
    margin: 0 10px;
    padding: 0;
    line-height: 150%;
    list-style-type: none;
    font-size: 1.2em;
}

.attention ul li {
    padding-left: 10px;
    line-height: 150%;
    color: #333333;
    background: url(../img/arrow_bl.gif) no-repeat 0 6px;
}

/* Error Styles */
.error {
    color: #cc0000;
}

/* Footer */
#glfooter {
    margin: 0 auto 20px;
    border-top: #cccccc 1px solid;
    width: 100%;
    max-width: 750px;
    line-height: 250%;
    font-size: 0.7em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#glfooter address {
    display: inline;
    float: left;
    font-style: normal;
    font-size: 1.1em;
}

.footer-links {
    margin: 8px 0;
    float: right;
    font-size: 110%;
    white-space: nowrap;
    display: flex;
    align-items: flex-start;
}

.footer-text-links {
    float: left;
    text-align: left;
    line-height: 1.5;
    margin-top: 30px;
    margin-right: 10px;
}

/* Overlay Styles */
.overlay_div {
    display: none;
}

/* Clearfix */
.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: ".";
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* Hidden Form */
.hidden-form {
    display: none;
}
