@charset "UTF-8";

/**
 * @author ctc T.Akiba
 * @version 1.0.0
 * @since 2026.02.03 - ctc T.Akiba - 新規作成
 */


#updateContent{
    min-width:800px;
    max-width:800px;
    margin: 40px auto 0;
    padding: 0 40px 100px;
}

#updateForm{
    width: 100%;
    text-align: center;
}

table{
    margin: auto; 
    width: 60%; 
    max-width: 600px; 
    min-width: 600px; 
    border-spacing: 1.3em;
}

.form-select{
        height: 36px;
}

.tr {
    text-align: justify;
    margin-top: -15px;
}

.formText {
    width: 100%;
}

#form2{
    -webkit-text-security: disc;
}
/**発行件数 selectボックス*/
#issueCount{
    width: 20%; 
}

a {
    color: #0088cc;
    text-decoration: none
}

a:hover,a:focus {
    color: #005580;
    text-decoration: underline
}

