@charset "utf-8";

.TxtLeft {
    text-align: left;
}
.TxtCenter {
    text-align: center;
}
.TxtRight {
    text-align: right;
}
.miniSize {
    font-size: x-small;
}

#divMain {
    clear: both; 
    margin: 0 auto; 
    text-align:center;
}

.divWrapper {
    width: 1200px; 
    clear: both; 
    margin: 0 auto;
}

.imgTitle {
    width: 800px;
}

.divTitle {
    font-size: x-large; 
    font-weight: bold; 
    margin-top: 30px;
}

#divIndexHead01 {
    clear: both; 
    width:680px; 
    margin: 0 auto; 
    padding-left: 120px; 
    padding-top: 25px;
}
#divIndexHead0102 {
    padding-top: 20px;
}
#divIndexHead0103 {
    padding: 5px 0 40px 0;
}
#divIndexHead0103 div {
    margin-top: 15px;
}

#divLogin {
    clear: both; 
    width: 800px; 
    margin: 0 auto; 
    text-align: center;
}
#btnLogin {
    padding: 5px 10px;
    font-weight: bold;
    color: blue;
}

#divErrMes { 
    margin-top: 15px; 
    color: red; 
    font-weight: bold;
}

#divKakomi {
    clear: both; 
    margin: 0 auto; 
    width:810px; 
    padding: 40px 0px 40px 300px; 
    font-size: smaller;
}
#divKakomi ul {
    list-style-type: none;
    width: 500px;
    border: 1px dashed gray;
    padding: 15px;
}
#divKakomi ul li {
    padding-bottom:12px;
}

.txtInputNoIme { 
    ime-mode:disabled;
}

.divHeadMini {
    font-size: medium;
    font-weight: bold;
}

#divHeadMini1 {
    margin-top: 30px;
}
#divHeadMini2 {
    margin-top: 30px;
}
#divHeadMini3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

#divHakkou {
    margin-top: 20px;
}

#divResult {
    margin: 50px; 
    font-weight: bold;
    color: blue; 
}

#divKakomi2 {
    width:380px; 
    margin-top: 40px; 
    margin-bottom: 20px; 
    padding: 10px;
    border: 1px dashed gray;
}

#divNoHakkou {
    margin: 50px; 
    font-weight: bold;
}

#divBackBtn {
    clear: both; 
    margin : 0 auto; 
    text-align: right; 
    width: 800px;
}
#btnBack {
    padding: 5px 10px;
}

#tblList{
    margin: 0 auto; 
    border: 1px solid blue; 
    border-collapse: collapse;
}

#tblList tr, th, td {
    border: 1px solid blue;
    border-collapse: collapse;
    text-align: center;    
}

#tblList th {
    vertical-align: baseline;
    padding: 2px 2px;
    background-color: #4066fb;
    color: white;
}

#tblList td {
    vertical-align: baseline;
    padding: 3px 2px;
}

.tdKingaku {
    font-family: 'MS UI Gothic'; 
    font-weight: bold;
}


.txtInput01 {
    ime-mode:active; 
    line-height: 150%; 
    margin-left: 58px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:solid 1px #EEA34A;
}

#btnHakkou {
    padding: 5px 10px; 
    font-size: medium;
    font-weight: bold;
    color: #c30202;
}

input{
 height:30px;
 font-size: medium;
 }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


