/* 全体 */
#main_content * {
}

/* アンケート */
.enquete_content {
    font-size: 12px;
    width: 700px;
    margin: 0px auto;
    border-spacing: 0px;
    overflow: hidden;
}

/* メインコンテント内フッタ */
#enquete_footer {
    line-height:150%;
    width: 700px;
    margin: 0px auto;
    overflow: hidden;
}

/* メインコンテント内テキスト入力欄 */
.enquete_text {
    width: 698px;
    margin: 0px auto;
    overflow: hidden;
}

/* 画像 */
.enquete_image {
    width: 698px;
    margin: 0px auto;
    overflow: hidden;
}
/* hr */
.enquete_hr {
    width: 700px;
    margin: 0px auto;
    overflow: hidden;
}

/* エラー表示ボックス */
#enquete_error {
    font-size: 12px;
    width: 698px;
    margin: 0px auto;
    overflow: hidden;
}

/* 表示項目 */
.enquete_content .contents {
}
/* 表示項目アンケート */
.enquete_content .questions {
}
/* 表示項目送信ボタン */
#enquete_footer .submit {
    margin-top: 10px;
    text-align: center;
}
/* エラー表示 */
#enquete_error .error {
    text-align: left;
}

/* 設問エリア 1段*/
.enquete_content .questions .title_area {
    padding: 10px 5px;
    line-height:150%;
    width: 200px;
}

.enquete_content .questions .title_area .title_wrapper {
    display: inline;
}

.enquete_content .questions .title_area .tnotes1 {
}

.enquete_content .questions .title_area .tnotes2 {
    display: inline;
}

.enquete_content .questions .title_area .tnotes3 {
    display: inline;
}

.enquete_content .questions .title_area .tnotes4 {
}

.enquete_content .questions .input_area {
    padding: 10px 5px;
    line-height:150%;
}

.enquete_content .questions .input_area .input_wrapper {
    display: inline;
}

.enquete_content .questions .input_area .inotes1 {
}

.enquete_content .questions .input_area .inotes2 {
    display: inline;
    clear: both;
}

.enquete_content .questions .input_area .inotes3 {
    display: inline;
}

.enquete_content .questions .input_area .inotes4 {
}

/*#question1 .title_area{
  color:#FFFFFF;
  background-color:#B4CCE5;
  border-top-color:#FFAD52;
  border-top-width:1px;
  border-top-style:solid;
  border-bottom-color:#FFAD52;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-left-color:#FFAD52;
  border-left-width:1px;
  border-left-style:solid;
}
#question1 .input_area{
  background-color:#809AB7;
  border-top-color:#FFAD52;
  border-top-width:1px;
  border-top-style:solid;
  border-right-color:#FFAD52;
  border-right-width:1px;
  border-right-style:solid;
  border-bottom-color:#FFAD52;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-left-color:#FFAD52;
  border-left-width:1px;
  border-left-style:solid;
  color:#FFFFFF;
}
.enqIf1 table {color:#FFFFFF}*/

/* ユーザ設定 */
1
