@charset "euc-jp";

#questionnaire #wrapper{
   position: relative;
   width:768px;
   margin:15px auto 0;
   padding-bottom:22px;
   border: 1px solid #e9ebea;
}
#questionnaire #wrapper h2{
   color: #fff;
   padding: 0;
   margin-bottom: 20px;
   background: #F858A0;
}
#questionnaire #wrapper h2 img{
   width: 100%;
   height: auto;
}
#questionnaire #wrapper .message{
   padding: 0 20px 20px;
}
#questionnaire #wrapper .title{
   padding: 0 20px 5px;
   font-weight: bold;
}
#questionnaire #wrapper .accept{
   zoom: 1;
   margin-left: 4px;
   margin-bottom: -3px;
}
#questionnaire #wrapper .accept:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
#questionnaire #wrapper .accept span{
   width: 60px;
   display: block;
   float: left;
}
#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: 2.0;
}
#questionnaire #wrapper table.item-box{
   width:300px;
   height:30px;
   border: none;
   margin-bottom:0;
}
#questionnaire #wrapper table.item-box th{
   background:#ffffff;
   width:0px !important;
   border: none;
   vertical-align: middle;
   text-align: right;
}
#questionnaire #wrapper table.item-box th input{
   margin-top:-3px;
   margin-right:5px;
}
#questionnaire #wrapper table.item-box td{
   vertical-align: middle;
   padding: 0;
}
#questionnaire #wrapper table.item-box td.item-name{
   width:170px;
}
#questionnaire #wrapper table.item-box td.item-img{
   width:30px;
   text-align:right;
}


#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.column-left{
   width: 140px;
}
#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;
}
.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;
}
#banner-wrap{
   width: 747px;
   margin: 20px auto 2px;
   clear: both;
   zoom: 1;
}
#banner-wrap a:hover{
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
#banner-wrap #banner-inner #banner-left{
   width:367px;
   float:left;
   background:#fffffff;
}
#banner-wrap #banner-inner #banner-right{
   width:367px;
   float:right;
   background:#fffffff;
}
#banner-wrap:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}


#questionnaire .btns{
   text-align: center;
   padding: 30px;
}
#questionnaire .btn{
   display: inline-block;
   width: 30%;
   font-size: 18px;
   font-weight: bold;
   line-height: 1;
   text-align: center;
   text-decoration: none;
   padding: 20px;
   background: #fff;
   border: none;
   cursor: pointer;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#questionnaire .submit{
   color: #fff;
   background-color: #F95AA1;
}
#questionnaire .submit:hover{
   background-color: #fa68a9;
}
#questionnaire .submit:active{
   background-color: #F95AA1;
}
#questionnaire .edit{
   color: #fff;
   background-color: #414141;
}
#questionnaire .edit:hover{
   background-color: #515151;
}
#questionnaire .edit:active{
   background-color: #414141;
}
#questionnaire .exp{
   text-align: center;
}

.name{
   font-size: large;
   text-align: center;
}
.qr{
   text-align: center;
   padding: 20px;
}
