/*メイン画面--------------------------------------------------------------------------------------------------------------*/
div.formCaption{
    margin: 40px 20px 0 20px;
    font-size: 2.1em;
    text-align: left;
    vertical-align: middle;
    text-indent: 10px;
    line-height: 45px;
    background: url(../../pages/login/images/form_caption.jpg) right top;
    height: 45px;
    color: #FF6666;
}
form.frmLogin{
    margin: 0 20px 20px 20px;
    padding: 20px;
    border:0.5px solid #FFCA5E;
    background: #FFF8E8 url(../../pages/login/images/form_back.png) repeat-x;
}
form.frmLogin input,
form.frmLoginAddUser input{
    width: 260px;
}
dl{
    margin-left: 45px;
}
dd{
    margin: 5px 0 15px 0;
}
div.addUserA{
    padding-top: 20px;
}
a.addUserA{
    margin-left: 80px;
}
/*ユーザー追加画面--------------------------------------------------------------------------------------------------------------*/
div.floatDivLeft{
    width: 300px;
    float: left;
}
div.floatDivRight{
    margin-left: 300px;
}
div.divClear{
    clear: both;
}
dl.dlAddUser{
    margin-left: 10px;
}
imput.hidKyoshokuCode{
}
imput.txtKyoshokuName{
    width: auto;
}
button.btnKyoshokuRefer,
button.btnKyoshokuDelete{
    margin:0 0 0 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/**forIE6or7**/
button.btnKyoshokuRefer,
button.btnKyoshokuDelete{
    *padding:0;
}
button.btnKyoshokuRegister{
    margin:0;
}

td.question{
    background-color: #FEFEFE;
    background-image: url(../../pages/surveyContent/images/input_active2.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    padding: 10px 0;
}

td.answer{
    font-size: 1.6em;
    padding: 10px 0 5px;
}

table.CompletionPoint{
    margin: 80px auto 0;
    width: 800px;
}
table.CompletionWord{
    margin: 10px auto 0;
    width: 800px;
}

div.page{
    margin: 20px 10px;
}

div.pageleft{
    float: left;
    width: 420px;
}

div.pagecenter{
    float: left;
    width: 220px;
    margin-left: 450px;
}

div.labelPoint{
    display: block;
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 10px;
    text-transform: uppercase;
    width: 170px;
}

p.questionMargin{
    /*margin-left:10px;*/
    /*text-align: center;*/
}

p.completion{
    font-weight: bold;
}

div.comment{
    margin-left:10px;
}

div.end{
    margin: 30px auto 0;
    width: 200px;
}

td.completion_word{
    font-size: 1.7em;
    padding: 10px 0 5px;
}

span.sampleMode1{
    background-color: #FF3535;
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    line-height: 36px;
    margin-top: 4px;
    padding: 0 25px 0 0;
}

span.sampleMode2{
    border-left: 6px solid #CCCCCC;
    font-weight: bold;
    margin-left: 2px;
    padding: 0.2px 4px 2px 8px;
}

span.menuLeft{
    display: block;
    float: left;
    margin-left: 10px;
}

div.WordPageCenter{
    margin-top: 20px;
    margin-left: 350px;
    width: 400px;
    font-size: 1.3em;
}
span.sampleWord{
    font-size: 1.3em;
    color: red;
}

table.surveyMoveButtons{
    margin: 20px auto 10px;
    width: 800px;
}

table.surveyMoveButtons td.left{
    width: 30%;
    text-align: left;
}

table.surveyMoveButtons td.center{
    width: 40%;
    text-align: center;
}

table.surveyMoveButtons td.right{
    width: 30%;
    text-align: right;
}

table.surveyPageInfo {
    margin: 0 auto 10px;
    width: 800px;
    text-align: center;
    font-size: 1.3em;
}
.ed-button{
    height:60px;
    width:250px;
    font-size: 2em;
}


table.subjectName1{
    border: 1px solid #666666;
    /*margin-top: 20px;*/
    margin: 20px auto 0;
    width: 800px;
    font-size: 1.7em;
}
table.subjectName1 tr{
    background: #eeeeee;
    line-height: 1.5em;
}

table.subjectName1 tr.even{
    background: #ffffff;
}

table.subjectName1 th{
    border: 1px solid #666666;
    background: #666666;
    color: #FFFFFF;
    width:20%;
}

table.subjectName1 td{
    padding-left: 0.5em;
}
div.window_closer {
    text-align: center;
}

.lang_en{
    display: none;
}

html *{
    word-break: break-word;
}