@charset "UTF-8";
body {
  width:100%;
  background-color: #FFF;
}
body.noscroll {
  position:fixed;
  overflow-y:scroll
}
.contents {
  position: relative;
  /*padding-top: 90px;*/
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  z-index: 0;
  background-color: #FFFFFF;
}
.done2 {
  float:right;
  margin-top:70px
}
.imagelightbox-grayout {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  filter:alpha(opacity=50);
  opacity: 0.50;
  z-index: 100;
}
textarea {overflow: hidden;}
.addImgEditWrap {
  padding:0;
  width:100px
}
.image-in .addImgEditWrap {
  padding: 5px 10px 15px 10px;
}
.table_qtype_choiceimage .image-in .addImgEditWrap {
  padding: 0px;
}
.table_qtype_choiceimage .addImgEdit img {
  margin: 0px;
}
.questionContent.right .addImgEditWrap {
  padding:0 10px;
  width:100px;
  float:right
}
.questionContent .addImgEditWrap {
  width:auto;
  margin: 0;
}
.questionContent .image-in .addImgEditWrap {
  width:auto;
  margin: 0 0 10px 0;
}
.questionContent.add {
  color:#7c8989;
  position:relative;
  height:30px
}
.questionContent.add span {
  background-image:url("../images/icon_cross.png");
  background-position:50% 50%;
  background-repeat:no-repeat;
  height:26px;
  outline:medium none;
  text-indent:-9999px;
  width:26px;
  margin:0 30px 0 0;
  position:absolute
}
.questionContent.add h2 {
  position:absolute;
  padding:5px 0 0 55px;
  font-size:18px;
  font-weight:normal
}
.uiScale.normal label {
  background-position:50% 0;
  background-repeat:no-repeat;
  cursor:pointer;
  display:block;
  padding-top:0
}
.textboxSet {
  position: relative;
  display: inline-block;
}
.choice_text {
  display: inline-block;
}
.uiTextbox .textboxSet {
  position: relative;
  display: block;
  width: auto;
  margin-right: 0px;
}
.datepicker-in .uiTextbox .textboxSet {
  margin-right: 25px;
}
#pageEdit .table_qtype_radio .textboxSet,
#pageEdit .table_qtype_check .textboxSet,
#pageEdit .table_qtype_choiceimage .textboxSet {
  margin-right: 45px;
}
#pageEdit .table_qtype_radio .datepicker-in .textboxSet,
#pageEdit .table_qtype_check .datepicker-in .textboxSet,
#pageEdit .table_qtype_choiceimage .datepicker-in .textboxSet {
  margin-right: 70px;
}
#pageEdit .table_qtype_radio .textboxSet .qPageCheck01,
#pageEdit .table_qtype_check .textboxSet .qPageCheck01 {
  /*margin-right: -40px;*/
}
#pageEdit .table_qtype_radio .datepicker-in .textboxSet .qPageCheck01,
#pageEdit .table_qtype_check .datepicker-in .textboxSet .qPageCheck01 {
  margin-right: -65px;
}
#pageEdit .table_qtype_choiceimage .datepicker-in .textboxSet .qPageCheck01 {
  top: 1px;
  margin-right: -26px;
}
.textboxSet .qPageCheck01:not(.sumCheck) {
  position: absolute;
  top: 5px;
  right: 0;
  margin-right: 0px;
  margin-top: 6px;
  z-index: 1;
}
.datepicker-in .uiTextbox .textboxSet .qPageCheck01 {
  margin-right: -25px;
}
.table_qtype_radio .textboxSet .qPageCheck01,
.table_qtype_check .textboxSet .qPageCheck01,
.table_qtype_choiceimage .textboxSet .qPageCheck01 {
  top: -2px;
}
.uiRanking .textboxSet .qPageCheck01 {
  top: -2px;
  margin-right: -16px;
}
.uiRanking .datepicker-in .textboxSet .qPageCheck01 {
  margin-right: -41px;
}
.uiMatrix .addTextColEdit.textboxSet .qPageCheck01 {
  top: 3px;
  right: -20px;
  margin-top: 0;
}
.uiMatrix .datepicker-in .addTextColEdit.textboxSet .qPageCheck01 {
  right: -45px;
}
.uiMatrix .addTextRowEdit.textboxSet .guideTxt,
.uiMatrix .addTextRowEdit.textboxSet .qPageCheck01 {
  /*position: static;*/
  /*float: none;*/
}
.uiMatrix .addTextRowEdit.textboxSet .qPageCheck01 {
  margin-right: -25px;
}
#pageEdit .uiMatrixVertical .textboxSet .qPageCheck01 {
  top: 4px;
  right: -20px;
  margin-top: 0;
}
#pageEdit .uiMatrixVertical .addTextRowEdit.textboxSet .qPageCheck01 {
  top: 8px;
}

table.uiTextboxPersonal td :first-child {
  display:inline-block
}
.uiMatrix tbody th :first-child {
  display: block;
  width:auto;
  padding:0;
  box-sizing:border-box;
  -moz-box-sizing:border-box
}
.uiMatrix.matrix-radio-bi tbody th .uiTextboxes input[type=password] {
  margin: 0 0 0 5px;
}
.uiMatrix tbody th .choice_index.choice_index_row {
  padding: 7px 0 0 0;
}
.uiMatrix tbody tr th .item_text_right {
  padding: 0 5px;
  float: right;
  text-align: right;
  max-width: 99%;
}
.uiMatrix tbody tr th .item_text_right * {
  text-align: right;
  max-width: 100%;
}
.uiMatrix tbody th :first-child+div {
  display:inline-block;
}

.uiMatrix tbody th .item_text {
padding: 7px 10px 5px 5px;
}

.uiMatrix tbody th :first-child+div {
  display:inline-block;
  padding: 7px 5px 5px 10px;
}
.basicinfoContent {
  margin:20px 0 6px 36px;
  padding:40px 20px;
  background-color:#fff;
  min-height:40px
}
.basicinfoContent:first-child {
  margin-top:2px
}
.basicinfoTitle {
  float:left;
  width:145px;
  padding:8px 0 0 0
}
.basicinfoSelect {
  float:left;
  width:230px
}
.basicinfoTitle .questionTitle .headNumber {
  vertical-align: top;
  line-height: 1;
}
.basicinfoSelect .uiSelect {
  width: 230px;
}
.basicinfoRequire {
  float:left;
  width:200px;
  margin-left: 50px
}
.basicinfoVisible {
  padding:8px 0 0 0;
  float:right
}
.noborder {
  border-bottom:none !important
}
.dn {
  display:none
}
.btn_submit {
  border:1px solid #999;
  background:transparent url(./common/img/btn_submit.gif) repeat top left;
  border:0;
  width:232px;
  height:49px;
  cursor:pointer;
  margin:auto
}
abbr[title] {
  border-bottom:1px dotted
}
.afterEdit {
  position:relative;
  top:-2px;
  margin:0;
  max-width: 100%;
}
.table_qtype_choiceimage .afterEdit {
  top: 0;
}
.textbox-in .afterEdit {
  margin:2px 0 0 9px;
}
.table_qtype_choiceimage .textbox-in .afterEdit {
  margin-left: 0;
}
.afterEdit input {
  border:0;
  border:1px solid #CCC;
  height:22px;
  padding:0 5px;
  margin-top:4px
}
.table_qtype_radio .afterEdit .textbox-area,
.table_qtype_check .afterEdit .textbox-area {
  float: none;
  margin: 0 5px 0 23px;
  max-width: 100%;
}
.table_qtype_choiceimage .afterEdit .textbox-area {
  float: none;
  max-width: 100%;
}
.uiTextboxAfItemRank .afterEdit {
  top:0;
  margin:3px 0 0 -12px
}
.addTextColEdit input {
  margin:0 auto;
  display:block;
  border:0;
  height:20px;
  padding:0 5px;
  border:1px solid #CCC
}
.addTextRowEdit {
  display:block;
  padding:5px 0 0 !important;
  float:left ;
  margin:0 0 10px;
  position:relative;
  left:-35px
}
.addTextRowEdit input {
  margin:0 auto;
  display:block;
  border:0;
  height:20px;
  padding:0 5px;
  border:1px solid #CCC;
  box-sizing:none
}
.addTextRowEdit .afterEditLink, x:-moz-any-link {
margin:0 0 0 160px
}
.addTextRowEdit .afterEditLink, x:-moz-any-link, x:default {
margin:0 0 0 160px
}
.addImgEdit {
  display:table !important;
  width:100px;
  height:100px;
  position:relative
}
.addImgColEdit {
  display:table !important;
  position:relative;
  min-width:100px;
  min-height:100px;
  margin:20px auto -2px
}
.addImgRowEdit {
  display:table !important;
  position:relative;
  width:100px;
  height:100px;
  left:5px;
  top:10px;
  float:none !important;
  margin:20px 0;
  padding:0 !important
}
.addImgEdit div,
.addImgColEdit div,
.addImgRowEdit div {
  display:table-cell !important;
  vertical-align:middle;
  text-align:center;
  float:none !important
}
.addImgRowEdit div {
  padding:0 !important
}
.addImgRowEdit div img {
  padding:0 !important;
  margin:0 !important
}
.addImgEdit img {
  display:block
}
.table_qtype_radio .addImgEdit {margin-left: 30px;}
.table_qtype_check .addImgEdit {margin-left: 32px;}
.uiRanking .addImgEdit {margin-left: 0;}
.addMidashiEdit,
.addTextColEdit {
  display:block;
  margin:10px 0 5px;
  padding:0 ;
}
.uiMatrix .addTextColEdit {
  margin:2px 0 2px;
}
label p.guideTxt {
margin: 2px 5px 0 0;
}
.addMidashiEdit .afterEditLink {
  position:relative;
  margin:0 0 5px
}
.addMidashiEdit .afterEditLink a {
  padding:0;
  margin:0 15px 0 0
}
.firstCol {
  width:50%;
  position:relative;
  display:table;
  float:left
}
.secondCol {
  width:50%;
  display:table;
  position:relative
}
.mt-20 {
  margin-top:20px
}

/*
ゴーガ追加分
*/
.header {
  z-index: 10000;
}
.header h2{
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding: 16px;
}
.logoArea {
  background-color: #ffffff;
  z-index: 10000;
  top: 0;
  position: fixed;
  width: 100%;
  text-align: left;
}
/* 進捗バー */
.progressBar{
    background-color: #E3E0DC;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
    color: #4EA14F;
    height: 50px;
    top: 120px;
    width: 100%;
    z-index: 1;
    position: fixed;
}

.progressBar .barArea{
  margin: auto;
  width: 540px;
  padding: 20px 0;
}

.ui-progressbar{
  float:left;
  width: 300px;
  height:12px !important;
  border-radius: 6px;
  background-color: #fff;
  margin-left:125px;
}
@media only screen and (max-width:768px) {
    .ui-progressbar{
      float:left;
      width: 300px;
      height:12px !important;
      border-radius: 6px;
      background-color: #fff;
      margin-left:100px;

    }
}
@media only screen and (max-width:500px) {
    .ui-progressbar{
      float:left;
      width: 300px;
      height:12px !important;
      border-radius: 6px;
      background-color: #fff;
      margin-left:40px;

    }
}

.ui-progressbar .ui-widget{
  background-color: #4ea14f;
  height: 12px;
  border-radius: 6px 0 0 6px;
}
.ui-progressbar .ui-widget-right{
  border-radius: 6px 6px 6px 6px;
}

.progressBar .barArea p{
  float:left;
  margin: -4px 0 0 10px;
}

.progressBar .barArea span{
  font-size: 18px;
  padding-right: 3px;
}
/* end 進捗バー */

.uiTextCancel {
  cursor:pointer;
}
.boxNumChanger .addBox {
  disabled: disabled;
}

#editable-other, #editable-nochoice {
  /*background: white;
  width: 100%;*/
  height: 100%;
  border: 1px solid #ccc;
}
.uiChoicesPopupMenu {
  border: 1px solid #ccc;
  width: 300px;
  background: white;
  display: none;
}


div.wizard-edit-choices {
  border: 1px solid #000000;
  padding: 5px;
  min-height: 100px;
  text-align: left;
}
div.wizard-edit-text {
  border: 1px solid #000000;
  padding: 5px;
  text-align: left;
}

.done {
  position: relative;
  right: 25px;
  float: right;
  margin-bottom: 0px;
}
.plan-message {
  margin-bottom: 5px;
}
.enquete-title a {
  display: block;
}
.required {
  color: #cc0000;
  font-size: 12px;
}
/*.questionTitle-txt .required {
  display: block;
}*/
.questionContent .questionTitle {
  max-width: 100%;
  display: block;
}
.questionTitle-txt,
.questionTitle-txt > div {
  max-width: 100%;
  max-width: none\9;
}
/* ボタン用 */
.ui32IconBtn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
  background-color: #e0e0e0;
  border-radius: 3px;
  text-indent: 0px;
  background-size: 85%;
}
.ui32IconBtn span {
  display: none;
}
.questionContent .rightMenu {
  height: 32px;
  width: auto;
  margin-bottom: -10px;
}
/* 質問を追加 */
.addQuestion {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
.addQuestion a {
  border-radius: 5px;
  width: 100%;
  background-color: #F2F2F2;
  box-shadow: 1px 1px 0px #fbfbfb , -1px -1px 0px #CCCCCC;
  text-align: center;
  color: #C8C8C8;
  font-weight: bold;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #fbfbfb;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #fbfbfb;
  text-shadow: 1px 1px 0px #fbfbfb;
  height:auto;
  padding-top: 0px;
  padding-bottom: 19px;
  padding-left: 0px;
}
.addQuestion .centerMenu {
  display: block;
}
.addQuestion a span.icon-plus {
  background-image: url(../images/btn-32-add.png);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: relative;
  background-size: 100%;
  padding-right: 3px;
  margin-right: -6px;
  top: 10px;
  
}
.addQuestion a ins {
  display: none;
}

/* ここで改ページ */
.cut-point {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #F9F9F9;
  position: relative;
  top: 7px;
  color: #CCCCCC;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 7px;
}
.pageBreakInner {
  width: 100%;
  text-align: center;
  background-image: url(../images/img_edit_cut_line_sp.gif);
  background-position: center center;
  display:block;
  vertical-align: middle;
  height: 30px;
  margin-top:20px;
}
.icon-pagecut {
  background-image:url(../images/icon-pagecut.png);
  width: 20px;
  height: 14px;
  background-size: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
/* ボタン用 */
.ui32IconBtn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  outline: none;
  background-color: transparent;
  border-radius: 3px;
  text-indent: -9999px;
  background-size: 100%;
  position: relative;
  top: 0px;
  margin-top: -10px;
}
.questionContent .rightMenu {
  margin-right: 7px;
}
.topMenuSP {
  background-color: #f7f7f7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EEEEEE;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 32px;
  padding: 0px;
  width: 100%;
  display: none;
}
.topMenuSP a,
.bottomMenuSP a {
  color: #B0B3B8;
  height: 32px;
  line-height: 34px;
  font-weight: bold;
}
.bottomMenuSP {
  background-color: #f7f7f7;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 32px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EEEEEE;
  width: 100%;
  display: none;
}
.bottomMenuSP .ui32IconBtn {
  padding-left: 0px;
}
.uiPopupButtonWrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
  margin-bottom: 15px;
}
.ranking-num {
  margin-left: 410px;
  position: relative;
  top: -25px;
  width: 130px;
}
.btn-cancel {
  margin-right: 10px;
  display: inline-block;
}
.btn-save {
  display: inline-block;
}
.btn-botttom {
  display: inline-block;
  float: right;
}
.uiMatrix .uiRadio .btn-radio {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.q-view-choices {
  margin-right: 10px;
}
.uiMatrix thead th.mt_choice, .uiMatrix tbody .choices_repaint th.mt_choice {
  vertical-align: bottom;
}
.uiMatrix .cellBack {
  margin-left: 0px;
  text-align: left;
}
.uiMatrix.stripeRow .uiRadio label, .uiMatrix.stripeRow .uiCheck label {
  left: 0px;
  top: 0px;
}
.cell_td_choice {
  vertical-align: middle;
  position: relative;
  top: 15px;
  text-align: left;
}
.uiMatrix td.cell_td_choice {
  text-align: left;
}
#enqueteEdit .contents {
  background-image:url(../images/back-sidebar.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
.btn-select-txt {
  margin-left: 10px;
  position: relative;
  top: -8px;
}
.optionDialogSP {
  display: none;
}
.footer {
  background-color: #FFF;
}
#answerEdit .header,
#pageEdit .header {
position: static;
}
#answerEdit .progressBar,
#pageEdit .progressBar {
position: static;
}
#answerEdit .logoArea,
#pageEdit .logoArea {
position: static;
}
.uiMatrix tbody tr th .item_text {
  padding: 2px 10px 5px 5px;
  float: left;
}
.uiMatrix tbody th .item_textbox {
  margin: -2px 0 0 5px;
}
.uiMatrix.matrix-radio-bi tbody th .item_textbox {
  margin: -4px 0 5px 5px;
}
#pageEdit .uiMatrix.matrix-radio-bi tr .datepicker-in .uiTextboxes {
  margin: 0 0 0 4px;
}
.uiMatrix.matrix-radio-bi tbody th a.calendar-mark {
  position: relative;
  top: 2px;
}
.addTextRowEdit.uiTextboxes {
margin: 0;
}
.uiMatrix tbody tr th .item_text {
padding: 7px 10px 5px 5px;
float: left;
max-width: 100%;
}
.uiMatrix tbody tr th .item_text * {
  max-width: 100%;
}
.uiRadio label div.table-cell,
.uiCheck label div.table-cell {
  display: table-cell;
  vertical-align: top;
}
.share-btn {
  margin: 30px 5px;
}
.share-btn p {
  font-size: 24px;
  margin: 20px 0;
}
.share-btn img {
  width: 58px;
}
#share-kakao {
  margin-right: 10px;
  margin-left: 15px;
  width: 215px;
}
#share-band {
  margin-right: 5px;
  margin-left: 10px;
  width: 215px;
}
#share-twitter {
  margin-right: 10px;
  margin-left: 10px;
  width: 215px;
}
#share-facebook {
  margin-left: 10px;
  width: 215px;
}
.uiButton.sharebtn .icon {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  width: 33px;
  height: 32px;
  position: absolute;
  top: -1px;
  left: 0;
  background-size: 100%;
}
.uiButton.sharebtn.kakao .icon {
  background-image:url(../images/btnicon_share_kakao.png);
  background-image:url(../images/btnicon_share_kakao_r.png)\9;
}
.uiButton.sharebtn.band .icon {
  background-image:url(../images/btnicon_share_band.png);
  background-image:url(../images/btnicon_share_band_r.png)\9;
}
.uiButton.sharebtn.facebook .icon {
  background-image:url(../images/btnicon_share_facebook.png);
  background-image:url(../images/btnicon_share_facebook_r.png)\9;
}
.uiButton.sharebtn.twitter .icon {
  background-image:url(../images/btnicon_share_twitter.png);
  background-image:url(../images/btnicon_share_twitter_r.png)\9;
}
.uiButton.sharebtn {
  text-align: left;
  padding: 10px 12px 8px 45px;
  min-width: 110px;
}
.uiButton.sharebtn.kakao {
  background-color: #dfd108;
  background-image: -webkit-linear-gradient(bottom, #dfd108, #f5e131);
  background-image: linear-gradient(to top, #dfd108, #f5e131);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfd108', endColorstr='#f5e131', GradientType=0)";
}
.uiButton.sharebtn.band {
  background-color: #1aa544;
  background-image: -webkit-linear-gradient(bottom, #1aa544, #41c356);
  background-image: linear-gradient(to top, #1aa544, #41c356);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aa544', endColorstr='#41c356', GradientType=0)";
}
.uiButton.sharebtn.facebook {
  background-color: #3159b1;
  background-image: -webkit-linear-gradient(bottom, #3159b1, #517ed1);
  background-image: linear-gradient(to top, #3159b1, #517ed1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3159b1', endColorstr='#517ed1', GradientType=0)";
}
.uiButton.sharebtn.twitter {
  background-color: #000000;
  background-image: -webkit-linear-gradient(bottom, #000000, #000000);
  background-image: linear-gradient(to top, #000000, #000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#40aee1', endColorstr='#61c5f6', GradientType=0)";
}

.choice_text.description{
  line-height:1.3;
} 
.preview_mark{
  text-align: left;
  font-size:18px !important;
  font-weight: bold ;
  padding: 10px !important;
}





.enq_title_special {
    text-align: center;
}
.enq_title_special span {
    color:#fff !important;    
}
.FA-margin {
    margin-top:-20px !important;
}
.placeholdertextcolor::placeholder {
  color: #CCCCCC;
}
.placeholdertextcolor::-ms-input-placeholder {
  color: #CCCCCC;
}
.placeholdertextcolor:-ms-input-placeholder {
  color: #CCCCCC;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .FA-margin {
        margin-top:-10px !important;
    }
}

