@charset "euc-jp";

#questionnaire #wrapper{
   width:768px;
   margin:15px auto 0;
   padding-bottom:22px;
   border: 1px solid #e9ebea;
}
#questionnaire #wrapper h2{
   margin-bottom: 20px;
}
#questionnaire #wrapper .message{
   padding: 0 20px 20px;
}

#questionnaire #wrapper table{
   width: 728px;
   border: 1px solid #e0e2e1;
   margin:0 auto 12px;
   font-size: 12px !important;
   border-collapse: collapse;
}
#questionnaire #wrapper table th,
#questionnaire #wrapper table td{
   line-height: 1.6;
}
#questionnaire #wrapper table th{
   background: #fafafa;
   width: 280px;
   height: auto;
   border-top: 1px solid #fffff;
   border-right: 1px dotted #e0e2e1;
   border-bottom: 1px solid #fffff;
   border-left: 1px solid #fffff;
   text-align: left;
}
#questionnaire #wrapper table th span{
   padding: 10px;
   display: block;
}
#questionnaire #wrapper table th span strong.red{
   font-weight: bold;
   color: red;
}
#questionnaire #wrapper table td{
   padding: 10px;
}
#questionnaire #wrapper table.table_type2 th{
   width: 600px;
   border-bottom: 1px dotted #e0e2e1;
}
#questionnaire #wrapper table.table_type2 th.shart{
   width: 162px;
}
#questionnaire #wrapper table.table_type2 td{
   border-bottom: 1px dotted #e0e2e1;
}
#questionnaire #wrapper table input.text_area_mail{
   width:400px;
}
#questionnaire #wrapper table input.text_area_short{
   width:200px;
   margin-top: -3px;
}
.text_area_other{
   width:300px;
   margin: 7px 0px 7px;
}
.td_other{
   padding-bottom: 8px;
}
#questionnaire #wrapper table.table_type2 .text_area{
   width:694px;
   height:204px;
   margin: 10px 0;
   border: 1px solid #e9ebea;
}
#questionnaire_btn{
   width:216px;
   height:41px;
   background:url("../img/questionnaire_btn_off.gif") no-repeat;
   margin: auto;
   display: block;
   cursor: pointer;
}
#questionnaire_correction_btn{
   width:216px;
   height:41px;
   background:url("../img/questionnaire_correctionbtn_off.gif") no-repeat;
   margin: auto;
   display: block;
   cursor: pointer;
}
#questionnaire_send_btn{
   width:216px;
   height:41px;
   background:url("../img/questionnaire_sendbtn_off.gif") no-repeat;
   margin: auto;
   display: block;
   cursor: pointer;
}

.end{
   text-align: center;
}
h3.end{
   font-size: 24px;
   font-weight: bold;
}
p.end{
   margin-top: 20px;
   padding-top: 27px;
   border-top: dotted 1px #dedede;
}


.btns{
   text-align: center;
   overflow: hidden;
   zoom: 1;
}
.btns .btn{
   display: inline-block;
   margin: 10px 20px !important;
}
.btns .btn a{
   display: block;
   color: #fff;
   line-height: 1;
   text-decoration: none;
}
.pager .btn a:hover{
   background: #333;
}