@CHARSET "EUC-JP";

section#contentBox{
    width: 90%;
    height: 90%;
    margin: 30px auto 0 auto;
}

table{
   width: 95%;
   margin: 0 auto;
}

table th label{
    border-left: 2px solid #009eb8;
    padding-left:10px;
}

table th{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    width: 20%;
}

table tr td{
    padding:10px;
    width: 80%;
}

table tr td span{
    font-size: 12px;
}

table tr td input{
    margin-right: 10px;
    width: 50%;
    height: 25px;
}

table tr td select{
    width: 10%;
    height: 20px;
}

table tr td textarea{
    width: 50%;
    height: 100px;
}

/*------------------------------------------------------------
	class
------------------------------------------------------------*/
.leftBlueBorder{
    border-left: 2px solid #009eb8;
    padding-left:10px;
}

.button{
    width: 80px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
}

.fontRed span{
    color:#ff0000;
}