@import "common.css";

/* ***************************************
       ///【コンテナ定義】///
*************************************** */

div#diagnosisContainer {
   width: 685px;
    float: right;
    margin: 15px 0 0 10px;
}

*html h2#diagnosisTitlePic {
    margin: 0 0 10px;
}

div#diagnosisContainer h2{
	color:#FF8837;
	padding:0 5px;
	margin:0;
	font-weight:bold;
}


div#diagnosisContainer h2#diagnosisTitlePic {
    width: 655px;
    height: 36px;
    margin: 20px 0 10px;
    background: url(../image/diagnosis_title.gif) no-repeat;
    text-indent: -9999px;
}

div#diagnosisContainer h2#salaryTitle {
    width: 653px;
    height: 31px;
    margin-top: 30px;
    background: url(../image/salary_title_pic.gif) no-repeat;
    border: #cccccc solid 1px;
    text-indent: -9999px;
}

div#diagnosisContainer h2#futureTitle {
    width: 653px;
    height: 31px;
    margin-top: 30px;
    background: url(../image/future_title_pic.gif) no-repeat;
    border: #cccccc solid 1px;
    text-indent: -9999px;
}

div#diagnosisContainer h2#relationTitle {
    width: 653px;
    height: 31px;
    margin-top: 30px;
    background: url(../image/relation_title_pic.gif) no-repeat;
    border: #cccccc solid 1px;
    text-indent: -9999px;
}

div#diagnosisContainer h2#worthTitle {
    width: 653px;
    height: 31px;
    margin-top: 30px;
    background: url(../image/worth_title_pic.gif) no-repeat;
    border: #cccccc solid 1px;
    text-indent: -9999px;
}

div#diagnosisContainer h2#managementTitle {
    width: 653px;
    height: 31px;
    margin-top: 30px;
    background: url(../image/management_title_pic.gif) no-repeat;
    border: #cccccc solid 1px;
    text-indent: -9999px;
}

div#diagnosisContainer h2#systemTitle {
    width: 653px;
    height: 31px;
    margin-top: 30px;
    background: url(../image/system_title_pic.gif) no-repeat;
    border: #cccccc solid 1px;
    text-indent: -9999px;
}

div#diagnosisContainer p {
    width: 635px;
    margin: 0 10px;
    clear: both;
}

div#checkTable {
    width: 655px;
    margin: 0;
}

div#checkTable ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#checkTable ul li {
    width: 600px;
    margin-left: 25px;
}

*:first-child+html div#checkTable ul hr {
    margin-left: 0;
}

*html div#checkTable ul hr {
    margin-left: 0;
}

div#checkTable ul hr {
    width: 600px;
    margin-left: 25px;
    border: #cccccc solid 1px;
    clear: both;
}

div#checkTable ul li span.questionTitle {
    width: 300px;
    text-align: left;
    float: left;
}

div#checkTable ul li span.answerCheckLeft {
    width: 100px;
    text-align: center;
    float: left;
}

div#checkTable ul li span.answerCheckMiddle {
    width: 100px;
    text-align: center;
    float: left;
}

div#checkTable ul li span.answerCheckRight {
    width: 100px;
    text-align: center;
    float: left;
}



*html div#checkTable ul li span.answerCheckLast {
    width: 100px;
    margin-bottom: 10px;
    text-align: center;
}

div#checkTable ul li span.answerCheckLast {
    margin-bottom: 10px;
    text-align: center;
}

div#checkTable button {
    width: 210px;
    margin-top: 30px;
    margin-left: 220px;
    margin-bottom: 30px;
    background: #ffffff;
    border: none;
}

div#checkTable p#errorComment {
    margin: 20px 0;
    text-align: center;
    color: #ff0000;
    font-size: 150%;
    display: block;
}