input {
    margin: 0px;
}
.tit1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.tit2 {
    font-size: 16px;
    text-align: center;
    height: 50px;
}

.tit3 {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    height: 70px;
}

.fq {
    padding: 7px;
}

.fqo {
    border: 2px solid #ccc;
    padding: 5px;
}

.fq input, .fqo input {
    width: 30px;
}

.tbtnpanel {
    height: 16px;
}

.fq .tbtnpanel div {
    text-align: center;
    display: none;
}

.fqo .tbtnpanel div {
    text-align: center;
    display: block;
}

#fq1 {
    border-color: #369;
}

#fq2 {
    border-color: #090;
}

#fq3 {
    border-color: #e50000;
}

#fq4 {
    border-color: #f60;
}

#fq1 .tit1, #fq1 .tit2, #fq1 .tit3, #q1yes .tit2, #q1yes .tit3, #q1no .tit2, #q1no .tit3 {
    color: #369;
}

#fq1 .tit2 {
    border-bottom: 1px solid #369;
}

#fq2 .tit1, #fq2 .tit2, #fq2 .tit3, #q2yes .tit2, #q2yes .tit3, #q2no .tit2, #q2no .tit3 {
    color: #090;
}

#fq2 .tit2 {
    border-bottom: 1px solid #090;
}

#fq3 .tit1, #fq3 .tit2, #fq3 .tit3, #q3yes .tit2, #q3yes .tit3, #q3no .tit2, #q3no .tit3 {
    color: #e50000;
}

#fq3 .tit2 {
    border-bottom: 1px solid #e50000;
}

#fq4 .tit1, #fq4 .tit2, #fq4 .tit3, #q4yes .tit2, #q4yes .tit3, #q4no .tit2, #q4no .tit3 {
    color: #f60;
}

#fq4 .tit2 {
    border-bottom: 1px solid #f60;
}

#q1yes, #q1no {
    background: url(../images/houseblue.gif) 30px 70px no-repeat;
}

#q2yes, #q2no {
    background: url(../images/housegreen.gif) 30px 70px no-repeat;
}

#q3yes, #q3no {
    background: url(../images/housered.gif) 30px 70px no-repeat;
}

#q4yes, #q4no {
    background: url(../images/houseorange.gif) 30px 70px no-repeat;
}

#ans1yes a, #ans1no a {
    color: #036;
}

#ans2yes a, #ans2no a {
    color: #090;
}

#ans3yes a, #ans3no a {
    color: #e50000;
}

#ans4yes a, #ans4no a {
    color: #f60;
}

.ans a {
    font-weight: bold;
}

.ans a.sel {
    color: #e50000;
    font-weight: bold;
}

.ans a.sel:hover {
    text-decoration: none;
}

.ans {
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

.ans input {
    margin-top: 10px;
}

.fqans {
    display: none;
    border: 1px solid #000;
    height: 228px;
}

.fqans .tit2 {
    text-align: left;
    padding: 20px 0px 0px 80px;
    height:auto;
}

.fqans .tit3 {
    text-align: left;
    padding-left: 90px;
    height: auto;
}

.fqans .ans {
    padding: 10px 10px 10px 230px;
    text-align: justify;
}

#ans1no, #ans2no, #ans3no, #ans4yes {
    font-size: 14px;
}
