#account {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 40px;
}

#account h2 {
    border-left: 10px solid #333;
    padding-left: 10px;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #000;
}

#account h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;
}

#account p {
    font-size: 18px;
    padding-bottom: 10px;
}

#account p.center {
    text-align: center;
}

#account p.notice {
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    padding: 6px 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

#account .warning {
    border: 1px solid #f00;
    background-color: #fee;
    padding: 6px 20px;
    color: #f00;
    margin-bottom: 30px;
}

#account ul {
    padding: 0 20px;
    list-style-position: inside;
}

#account ul li {
    display: list-item;
    font-size: 18px;
    line-height: 32px;
}

#account ul li em {
    font-weight: bold;
    font-style: normal;
    padding: 0 2px;
    text-decoration: underline;
}

#account ul li a {
    color: #333;
    text-decoration: underline;
}

#account table {
    border-collapse: collapse;
    background-color: #fff;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

#account table.wide {
    width: 960px;
}

#account table th,
#account table td {
    font-size: 18px;
    padding: 4px 10px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

#account table th {
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    color: #fff;
}

#account table tr:nth-child(odd) td {
    background-color: #f0f0f0;
}

#account table td.center {
    text-align: center;
}

#account table td.note {
    font-size: 16px;
    color: #666;
    font-style: italic;
}

#account .button {
    margin: 20px 0 20px;
}

#account .button .gray-button {
    font-size: 24px;
    border: 1px solid #666;
    padding: 6px 40px;
    border-radius: 6px;
    background-color: #808080;
    color: #fff;
}

#account .button .blue-button {
    font-size: 24px;
    border: 1px solid #00c;
    padding: 6px 40px;
    border-radius: 6px;
    background-color: #00f;
    color: #fff;
}

#account .button .blue-button.disabled {
    border: 1px solid #999;
    background-color: #ccc;
    color: #999;
    cursor: default;
}

#account .inline-button {
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 6px;
    background-color: #f33;
    color: #fff;
}

/* form */

#account form {
    margin-bottom: 20px;
}

#account input[type=text],
#account input[type=number],
#account input[type=password],
#account input[type=submit],
#account select,
#account textarea {
    padding: 4px 8px;
    border: 1px solid #666;
    border-radius: 6px;
    line-height: 20px;
    background-color: #f8f8f8;
}

#account input[type=submit]:disabled {
    background-color: #ccc;
    color: #999;
}

#account select {
}

#account input[type=radio].blind {
    display: none;
}

/* top-menu */

#account .top-menu {
    list-style: none;
}

#account .top-menu li {
    width: 200px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    position: relative;
}

#account .top-menu a {
    display: block;
    color: #000;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
}

#account .top-menu li:hover {
    background: #ccc;
}

#account .top-menu li:after {
    line-height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

#account .top-menu li:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
