@CHARSET "UTF-8";
/*=========================================================================
種別 ：
　Xbitお客様管理ツール用
備考 ：
　クラスには「sys_」、IDには「SYS_」をプレフィックスとしてつける。
=========================================================================*/

input[type=button],
input[type=submit],
input[type=reset],
button {
    padding: 2px 8px;
    vertical-align: middle;
    line-height: 1.0;
}

input[type=text] {
    padding: 2px 1px;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 3px 0 4px;
}

.sys_recommendItem {
    color: #CC0000;
    font-weight: bold;
    margin-left: 10px;
}

.sys_attention {
    background-color: #ffffcc;
    margin: 10px;
    border: 1px dotted #ff0000;
    padding: 5px;
    font-weight: bold;
}

.sys_attention ul {
    list-style-type: none;
    margin: 0;
}
.sys_attention li {
    background: url("/images/warning_icon.gif") no-repeat scroll 0 0 transparent;
    line-height: 110%;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.sys_attention_contents {
    padding: 0 0 0 20px;
}

.sys_errors {
    background-color: #FFFFCC;
    color: #FF0000;
    font-weight: bold;
    margin: 20px auto;
    padding: 5px 0;
    width: 609px;
}
.sys_errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 50px;
}
.sys_errors li {
    background-image: url("/images/warning_icon.gif");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 100%;
    margin: 10px 0;
    padding: 0 0 0 30px;
}

#contractInformation p.center {
    text-align: center;
    margin: 20px 0 0;
    padding: 0;
}

#changeContractInformationForm p.center {
    text-align: center;
    margin: 20px 0;
    padding: 0;
}

.sys_itemlist_footer li {
    margin-bottom: 10px;
}

ul.sys_passwordNotesArea {
    margin: 20px;
}

.sys_passwordNotesArea li {
    list-style: disc;
}

.sys_passwordNotesArea .sys_strong {
    margin: 0 5px;
    color: #cc0000;
    font-weight: bold;
}

.sys_passwordNotesArea .sys_strongArea {
    margin-left: 100px;
    padding: 5px 5px 5px 10px;
    color: #cc0000;
    background-color: #ffffcc;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 5px;
    border: 1px #cc0000 dotted;
    line-height: 2em;
}

input.sys_validate_error,
select.sys_validate_error {
    background-color: #ffeeee;
}
