@charset "UTF-8";
/*===========================================
        UIパーツ
===========================================*/

/* ボタン */
.uiButton {
  display: block;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset, 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  white-space: nowrap;
}
.uiButton.disabled {
  cursor: default;
}
#answerWrapper .uiButton:not(.freeTrial) {
  border-radius: 40px;
  /*min-width: 150px;*/
}
#enquete-body .uiButton {
  border-radius: 40px;
  min-width: 150px;
}
.uiButton.user-migration-back{
  color: #444444!important;
  background: #bdbdbd !important;
  background-image: -webkit-linear-gradient(top, #ebebeb, #bdbdbd)!important;
  background-image: linear-gradient(to bottom, #ebebeb, #bdbdbd)!important;
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#bdbdbd', GradientType=0)"!important;
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
     -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
               box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
  text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 0px rgba(240,240,240,1)!important;

}

.uiButton.notice-answer-back{
  color: #444444!important;
  background: #bdbdbd !important;
  background-image: -webkit-linear-gradient(top, #ebebeb, #bdbdbd)!important;
  background-image: linear-gradient(to bottom, #ebebeb, #bdbdbd)!important;
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#bdbdbd', GradientType=0)"!important;
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
     -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
               box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
  text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 0px rgba(240,240,240,1)!important;

}

.uiButton.disabled,
.uiButton.cancel,
.uiButton.filterCancel,
.uiButton.back2,
.personaBtnClear,
.uiButton.cancelCKN,
.uiButton.cancelmail,
.uiButton.back{
  color: #444444!important;
  background: #bdbdbd !important;
  background-image: -webkit-linear-gradient(top, #ebebeb, #bdbdbd)!important;
  background-image: linear-gradient(to bottom, #ebebeb, #bdbdbd)!important;
                -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#bdbdbd', GradientType=0)"!important;
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
     -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
               box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
  text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 0px rgba(240,240,240,1)!important;
}
.uiButton.preview {
  background: #999 !important;
  background-image: -webkit-linear-gradient(bottom, #7a7a7a, #c7c7c7)!important;
  background-image: linear-gradient(to top, #7a7a7a, #c7c7c7)!important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#c7c7c7', GradientType=0)"!important;
}
.uiButton.back {
  background: #aaa !important;
  background-image: -webkit-linear-gradient(bottom, #bebebe, #dbdbdb)!important;
  background-image: linear-gradient(to top, #bebebe, #dbdbdb)!important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe', endColorstr='#dbdbdb', GradientType=0)"!important;
  -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
  box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,0.2)!important;
  text-shadow: 0px 0px 0px rgba(000,000,000,0), 1px 1px 0px rgba(240,240,240,1)!important;
  color: #656565;
}
/* サイズ小_サイドメニューオプション使用 */
.uiButton.o1 {
  height: 24px;
}
.uiButton.o2 {
  height: 24px;
}
/* サイズ小 */
.uiButton.s {
display: inline-block;
text-align: center;
vertical-align: middle;
font-size: 85%;
padding: 7px 20px 6px 20px;
height: auto;
}
/* サイズ中 */
.uiButton.m {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 10px 32px 10px 32px;
}
.uiButton.m.icon,
.uiButton.m.icon-nr {
  padding-left: 36px;
  padding-right: 14px;
}
.uiButton.m.icon span,
.uiButton.m.icon-nr span {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 9px;
}
.uiButton.m.icon.glass span,
.uiButton.m.icon-nr.glass span {
  background-image: url(../images/icon_megane.png);
  background-position: 0 0;
}
/* サイズ大 */
.uiButton.l {
  text-align: center;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
 padding: 21px  20px 19px 20px;
}
.uiButton.l.update {
 padding: 14px  0px 12px 0px;
}
.uiButton.l.icon {
  padding-left: 60px;
  padding-right: 20px;
}
.uiButton.l.icon span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.uiButton.l.icon.plus span {
  background-image: url(../images/icon_plus.png);
  background-position: 0 0;
}
.uiButton.m.icon.plus span {
  background-image: url(../images/icon_plus3.png);
  background-position: 0 0;
  margin: 0 4px 0 0;
}
.uiButton.l.notFound{
	display: inline-block;
	width: auto;
}
/* webtool用 */
.uiButton_webtool {
  display: block;
  position: relative;
  border-radius: 5px;
  border-bottom: 1px solid #C5C5C5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*box-shadow: 0 5px 5px #ECECEC;*/
	color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF;
  white-space: nowrap;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #E6E6E6;
margin-left: auto;
margin-right: auto;
}
.uiButton_webtool span {
  background-position: center 20px;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0px;
  padding: 80px 0 0;
}
.uiButton a {
  color : inherit;
}

/* スイッチ */
.uiSwitch {
  display: inline-block;
  width: 91px;
  height: 27px;
  position: relative;
  padding-top: 7px;
  padding-left: 10px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3) inset, 0 -1px 1px rgba(255,255,255,0.3) inset;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #d6d6d6;
  background-image: -webkit-linear-gradient(bottom, #c1c1c1, #b5b5b5);
  background-image: linear-gradient(to top, #c1c1c1, #b5b5b5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#b5b5b5', GradientType=0)";
  color: #ffffff;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  padding-left: 42px;
}
.uiSwitch:after {
  border-radius: 5px 5px 5px 5px;
  content: "";
  height: 25px;
  position: absolute;
  right: 59px;
  top: 0;
  width: 30px;
  border: 1px solid #c8c8c8;
  background: #fcfcfc; /* Old browsers */
  background-image: -webkit-linear-gradient(top, #fcfcfc 40%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 40%, #e0e0e0 100%);
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e0e0e0', GradientType=0);
}
.uiSwitch.on {
  padding-left: 20px;
  background: #666;
}
.uiSwitch.on:after {
  content: " ";
  right: 0;
}
/* ボタンスイッチ */
.uiButtonSwitch {
  display: inline-block;
  position: relative;
  height: 24px;
  padding: 6px 20px 0 30px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset, 0 1px 1px rgba(255, 255, 255, 0.3) inset;
  background: #ddd;
  background-image: -webkit-linear-gradient(bottom, #bbb, #ddd);
  background-image: linear-gradient(to top, #bbb, #ddd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#dddddd', GradientType=0)";
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}
.uiButtonSwitch.active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 -1px 1px rgba(255, 255, 255, 0.3) inset;
  background: #bbb;
  background-image: -webkit-linear-gradient(bottom, #bbb, #ddd);
  background-image: linear-gradient(to top, #bbb, #ddd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#dddddd', GradientType=0)";
  text-shadow: 0 -1px 0 #fff;
}
.uiButtonSwitch:after {
  content: "▼";
  position: absolute;
  top: 6px;
  left: 10px;
}
.uiButtonSwitch.active:after {
  content: "▲";
}
/* ヘッダメニュー */
.uiHeaderMenu {
  position: relative;
  height: 26px;
  border-radius: 5px;
  /*background: #224A2F;*/
	color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.uiHeaderMenu.open {
  border-radius: 5px 5px 0 0;
}
.uiHeaderMenu p {
  padding: 8px 26px 0 10px;
}
.uiHeaderMenu p span {
  font-weight: bold;
}
.uiHeaderMenu p small {
  font-size: 10px;
}
.uiHeaderMenu p:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  right: 0;
  background-image: url(../images/personal_arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uiHeaderMenu ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 26px;
  left: 0;
  z-index: 1;
  padding: 3px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.uiHeaderMenu ul a {
  display: block;
  padding: 5px 7px 5px;
  border-radius: 5px;
  color: #fff;
  white-space: nowrap;
}
/* ポップアップメニュー */
.uiPopupButton {
  position: relative;
}
.uiPopupMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 3px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
  border: solid 1px #cccccc\9;
}
.uiPopupMenu:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 12px;
  border-bottom: 8px solid rgba(0, 0, 0, 0.3);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: solid 8px #cccccc\9;
}
.uiPopupMenu:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 12px;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.uiPopupMenu li a {
  display: block;
  padding: 15px 30px 15px;
  border-radius: 5px;
  color: #333;
  white-space: nowrap;
  background-color: #ffffff\9;
}
.uiPopupMenu li a:hover {
  background-color: #ebeef5;
}
.uiPopupMenu.disabled li a:hover {
  background-color: #ebeef5 !important;
}
.uiPopupMenu li a.icon {
  padding: 15px 30px 15px 60px;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.uiPopupMenu li a.icon.auth {
  background-image: url(../images/icon_auth.png);
}
.uiPopupMenu li a.icon.pageDispCond {
  background-image: url(../images/icon_qstdispcond.png);
}
.uiPopupMenu li a.icon.qstRand {
  background-image: url(../images/icon_optrand.png);
}
.uiPopupMenu li a.icon.confirmResult {
  background-image: url(../images/enquete/icon_confirm_result.png);
}
.uiPopupMenu li a.icon.dispAns {
  background-image: url(../images/icon_dispans.png);
}
.uiPopupMenu li a.icon.confEmail {
  background-image: url(../images/enquete/icon_completion_confirmation_email.png);
}
.uiPopupMenu li a.icon.link {
  background-image: url(../images/icon_link.png);
}
.uiPopupMenu li a.icon.halfway {
  background-image: url(../images/icon_halfway.png);
}
.uiPopupMenu li a.icon.addTxt {
  background-image: url(../images/icon_txt.png);
}
.uiPopupMenu li a.icon.addImg,
.uiPopupMenu li a.icon.img {
  background-image: url(../images/icon_img.png);
}
.uiPopupMenu li a.icon.sharebtn {
  background-image: url(../images/icon_sharebtn.png);
}

.uiPopupMenu li a.icon.qstDispCond {
  background-image: url(../images/icon_dispcond.png);
}
.uiPopupMenu li a.icon.qptDispCond {
  background-image: url(../images/icon_qptdispcond.png);
}
.uiPopupMenu li a.icon.optDispCond {
  background-image: url(../images/icon_dispcond.png);
}
.uiPopupMenu li a.icon.skip {
  background-image: url(../images/icon_skip.png);
}
.uiPopupMenu li a.icon.optRand,
.uiPopupMenu li a.icon.qptRand {
  background-image: url(../images/icon_rand.png);
}
.uiPopupMenu li a.icon.exc {
  background-image: url(../images/icon_exc.png);
}
.uiPopupMenu li a.icon.head {
  background-image: url(../images/icon_head.png);
}
.uiPopupMenu li a.icon.midashi {
  background-image: url(../images/icon_h.png);
}
.uiPopupMenu li a.icon.br {
  background-image: url(../images/icon_br.png);
}
/* 32pxアイコンボタン */
.ui32IconBtn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  text-indent: -9999px;
}
.ui32IconBtn.btnPull {
  width: 40px;
  height: 30px;
}
.uiBtnQuestion {
  background-image: url("../images/btn_pull_question01.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  margin: -10px 0 -4px 10px;
  outline: medium none;
  text-indent: -9999px;
  width: 20px;
  position: absolute;
}
.uiBtnQuestion2 {
  background-image: url("../images/btn_pull_question02.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  margin: -3px 0 0 3px;
  outline: medium none;
  text-indent: -9999px;
  width: 20px;
  position: absolute;
}
.uiBtnQuestion3 {
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 30px;
  margin: 3px 0 0 8px;
  background: url("../images/btn_pull_question03.png") 0 0 no-repeat;
  outline: medium none;
}
.uiBtnQuestion3 > span {
  display: none;
  position: absolute;
  z-index: 52;
}
.uiBtnQuestion3:hover > span {
  display: block;
  margin: -20px 0 0 38px;
  padding: 7px 15px;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  border: solid 5px #aaaaaa;
  background: #ffffff;
  box-shadow: 0 1px 4px 4px rgba(0, 0, 0, 0.1);
}
.uiBtnQuestion3:hover > span:before {
  position: absolute;
  z-index: 53;
  width: 10px;
  height: 16px;
  margin: 10px 0 0 -30px;
  content: '';
  background: url("../images/btn_pull_question03_arrow.png") 50% 50% no-repeat;
}
.uiBtnQuestion3:hover > span > span {
  display: block;
  margin: 8px 0;
}
.uiBtnQuestion3:hover > span a {
  display: block;
  margin: 20px 0 8px;
}
/* 32pxアイコンボタン用アイコン */
.ui32IconBtn.uiIcoEdit {
  background-image: url(../images/icon_edit.gif);
}
.ui32IconBtn.uiIcoSetting {
  background-image: url(../images/icon_setting.gif);
}
.ui32IconBtn.uiIcoRemove {
  background-image: url(../images/icon_ash.gif);
}
.ui32IconBtn.uiIcoUp {
  background-image: url(../images/icon_arrow_t.gif);
}
.ui32IconBtn.uiIcoDown {
  background-image: url(../images/icon_arrow_d.gif);
}
.ui32IconBtn.uiIcoPull {
  background-image: url(../images/btn_pull.gif);
  text-indent: -9999px;
  position: relative;
  top: 0px;
  margin-right: 7px;
}
.partOpt10 .ui32IconBtn.uiIcoPull, .partOpt2 .ui32IconBtn.uiIcoPull {
  position: static;
}
.ui32IconBtn.uiIcoFldAdd {
  background-image: url(../images/enq_new.gif);
}
.ui32IconBtn.uiIcoFldDel {
  background-image: url(../images/enq_ash.gif);
}
.ui32IconBtn.uiIcoFolder {
  background-image: url(../images/icon_folder_gray.png);
}
.ui32IconBtn.uiIcoPanel {
  background-image: url(../images/icon_panel.png);
  background-position: center;
}
.ui32IconBtn.uiIcoBell {
  background-image: url(../images/icon_bell.png);
  background-position: center -20px;
}
.ui32IconBtn.uiIcoPen {
  background-image: url(../images/icon_pen.png);
}
.ui32IconBtn.uiIcoPen.dis {
  background-image: url(../images/icon_pen_dis.png);
}
.ui32IconBtn.uiIcoPub {
  background-image: url(../images/icon_men.png);
}
.ui32IconBtn.uiIcoResult {
  background-image: url(../images/icon_graph.png);
}
.ui32IconBtn.uiIcoResult.dis {
  background-image: url(../images/icon_graph_dis.png);
}
.ui32IconBtn.uiIcoLeft {
  background-image: url(../images/folder_arrow_l.gif);
}
.ui32IconBtn.uiIcoRight {
  background-image: url(../images/folder_arrow_r.gif);
}
.ui32IconBtn.uiIcoGraph {
  background-image: url(../images/icon_graph01.png);
}
.ui32IconBtn.uiIcoGraph2 {
  background-image: url(../images/icon_graph3.png);
}
.ui32IconBtn.uiIcoGraph3 {
  background-image: url(../images/icon_graph4.png);
}
.ui32IconBtn.uiIcoGraph4 {
  background-image: url(../images/icon_graph5.png);
}
.ui32IconBtn.uiIcoSort {
  background-image: url(../images/icon_sort.png);
}
.ui32IconBtn.uiIcoChoice {
  background-image: url(../images/icon_choice.png);
}
.ui32IconBtn.uiIcoDl {
  background-image: url(../images/icon_dl.png);
}
.ui32IconBtn.uiIco1column.on {
  background-image: url(../images/icon_1column.png);
}
.ui32IconBtn.uiIco1column {
  background-image: url(../images/icon_1column2.png);
}
.ui32IconBtn.uiIcoFlex.on {
  background-image: url(../images/icon_flex.png);
}
.ui32IconBtn.uiIcoFlex {
  background-image: url(../images/icon_flex2.png);
}
.ui32IconBtn.uiIcoDisplay.on {
  background-image: url(../images/icon_display.png);
}
.ui32IconBtn.uiIcoDisplay {
  background-image: url(../images/icon_display2.png);
}
/* 32pxアイコンテキストボタン */
.ui32IconTxtBtn {
  display: inline-block;
  height: 32px;
  padding: 10px 12px 0 48px;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #a3acac;
  background-repeat: no-repeat;
  color: #fff;
}
.ui32IconTxtBtn.shadow {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
}
/* 32pxアイコンテキストボタン用アイコン */
.ui32IconTxtBtn.uiIcoAdd,
.parameterArea .ui32IconTxtBtn.uiIcoAdd,
.ui32IconTxtBtn.uiIcoAdd.addgroup {
  background-image: url(../images/icon_plus.gif);
  background-image: url(../images/icon_plus_new_ie8.gif)\9;
}
.ui32IconTxtBtn.uiIcoDivide {
  background-image: url(../images/icon_hasami.gif);
  background-image: url(../images/icon_hasami_ie8.gif)\9;
}
.ui32IconTxtBtn.uiIcoConnect {
  background-image: url(../images/icon_connect.png);
  background-image: url(../images/icon_connect_ie8.png)\9;
}
/* 26pxアイコンボタン */
.ui26IconBtn {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  text-indent: -9999px;
}
/* 26pxアイコンボタン用アイコン */
.ui26IconBtn.uiIcoDown {
  background-image: url(../images/personal_arrow.png);
}
.ui26IconBtn.uiIcoHelp {
  background-image: url(../images/help.png);
}
.blackTheme .ui26IconBtn.uiIcoHelp {
  background-image: url(../images/help2.png);
}
.ui26IconBtn.uiIcoDb {
  background-image: url(../images/icon_edit02.gif);
}
.ui26IconBtn.uiIcoQues {
  background-image: url(../images/icon_ques.gif); /*0619 add : suzuki*/
}
/* 24pxアイコンボタン用アイコン */
.ui24IconBtn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  text-indent: -9999px;
}
.ui24IconBtn.uiIcoDeleteBtn {
  background-image: url(../images/btn_edit_delete01.gif);
}
.ui24IconBtn.uiIcoUpBtn {
  background-image: url(../images/btn_edit_up.gif);
}
.ui24IconBtn.uiIcoDownBtn {
  background-image: url(../images/btn_edit_down.gif);
}
/* 176pxアイコンボタン */

.uiPopupButtonWrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.uiPopupButtonWrap div:first-child + div {
  margin-top: 10px;
}
.ui176IconBtnWrap {
  background-repeat: no-repeat;
  height: 32px;
  width: 146px;
}
.ui176IconBtnWrap .txt {
  font-size: 10px;
  color: #FFF;
}
.ui176IconBtn {
  display: block;
  width: 176px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  font-size: 10px;
  color: #FFF;
}
.ui176IconBtn.questionIcon {
  background-image: url(../images/btn_edit01.gif);
}
.ui176IconBtn.star {
  background-image: url(../images/btn_edit02.gif);
}
/* 210pxアイコンボタン */
.uiPopupButtonWrap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.optionDialogInner .uiPopupButtonWrap {
  /* top: 10px; */
  float: right;
  position: relative;
}
.uiPopupButtonWrap div:first-child + div {
  margin-top: 10px;
}
.ui210IconBtnWrap {
  background-repeat: no-repeat;
  height: 32px;
  width: 210px;
  margin-right: 10px;
}
.ui210IconBtnWrap .txt {
  font-size: 10px;
  color: #FFF;
}
.ui210IconBtn {
  display: block;
  width: 210px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  font-size: 10px;
  color: #FFF;
}
.grayBtn {
  display: block;
  width: 202px;
  height: auto;
  color: #FFF;
  font-size: 11px;
  border-radius: 5px;
  background-color:#B1B1B1;
  padding-left: 8px;
  padding-top: 4px;
  padding-bottom: 8px;
  line-height: 1.3em;
}
.grayBtn span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.grayBtn .icon_pen {
background-image: url(../images/btn_pen_ie8.png);
width: 16px;
height: 17px;
position: relative;
top: 5px;
margin-right: 3px;
}
.grayBtn .icon_star {
background-image: url(../images/btn_star_ie8.png);
background-position: -1px;
width: 17px;
height: 17px;
position: relative;
top: 3px;
margin-right: 3px;
}
.ui210IconBtn .icon_pen {
  background-image: url(../images/btn_edit03.gif);
}
.ui210IconBtn.star {
  background-image: url(../images/btn_edit04.gif);
}
.ui240IconBtnWrap {
  background-repeat: no-repeat;
  height: 32px;
  width: 240px;
}
.ui240IconBtn.mail {
  background-image: url(../images/btn_share_mail.gif);
  display: block;
  height: 32px;
  width: 240px;
  margin: 0;
  right: -30px;
  position: absolute;
}
/* サイドバー */
.sidebar {
  width: 50px;
  height: 100%;
  position:fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #E7E7E7;
  border-right: solid 1px #DDD;
}
.sidebar .sidebarInner {
  position:fixed;
  margin-top: 71px;
}
.sidebar .sidebarInner > ul > li {
  position: relative;
  margin-bottom: 10px;
}
/* サイドバーボタン */
.uiSidebarBtn {
  filter:alpha(opacity=50); /*IE*/
  opacity: 0.5;
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  text-indent: -9999px;
  background-color: #e7e7e7\9;
}
.uiSidebarBtn:hover {
  filter:alpha(opacity=100); /*IE*/
  opacity: 1.0;
}
/* サイドバーボタン用アイコン */
.uiSidebarBtn.uiIcoOpt {
  background-image: url(../images/side_set_pc.png);
}
.uiSidebarBtn.uiIcoCopy {
  background-image: url(../images/side_sentence_pc.png);
}
.uiSidebarBtn.uiIcoDivide {
  background-image: url(../images/side_scissor_pc.png);
}
.uiSidebarBtn.uiIcoPaste {
  background-image: url(../images/side_memo.png);
  background-position: 65% 50%;
}
.uiSidebarBtn.uiIcoPreview {
  background-image: url(../images/side_search_pc.png);
  background-position: 55% 50%;
}
.uiSidebarBtn.uiIcoPrint {
  background-image: url(../images/side_print_pc.png);
}
.uiSidebarBtn.uiIcoTrash {
  background-image: url(../images/side_ash_pc.png);
}
.uiSidebarBtn.uiIcoSecurity {
  background-image: url(../images/side_security_pc.png);
}
.uiSidebarBtn.uiIcoPalette {
  background-image: url(../images/side_palette.png);
}
.uiSidebarBtn.uiIcoFolder {
  background-image: url(../images/side_folder.png);
}
.uiSidebarBtn.uiIcoResultFolder {
  background-image: url(../images/side_resultFolder_pc.png);
}
.uiSidebarBtn.uiIcoDownload {
  background-image: url(../images/side_download_pc.png);
}
.uiSidebarBtn.uiIcoShare {
  background-image: url(../images/side_share_pc.png);
}
.uiSidebarBtn.uiIcoDl {
  background-image: url(../images/side_dl.png);
}
.uiSidebarBtn.uiIcoOut {
  background-image: url(../images/side_out.png);
}
.uiSidebarBtn.uiIconnect {
  background-image: url(../images/side_connect_pc.png);
}
.uiSidebarBtn.uiIcoCondition {
  background-image: url(../images/side_condition_pc.png);
}
/* サイドバーポップアップ */
.uiSidebarPopup {
  display: none;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
  margin-left: 10px;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
}
.uiSidebarPopup:after {
  content: "";
  position: absolute;
  top: 18px;
  left: -8px;
  border-right: 8px solid #000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  filter:alpha(opacity=70); /*IE*/
  opacity: 0.7;
}
.uiSidebarPopup .head {
  height: 50px;
  background: #000000;
  filter:alpha(opacity=75); /*IE*/
  opacity: 0.75;
  border-radius: 8px 8px;
}
.uiSidebarPopup .head:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.uiSidebarPopup .head h2 {
  float: left;
  margin: 18px 12px 0;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.uiSidebarPopup .head div {
  float: right;
  margin-top: 13px;
  white-space: nowrap;
}
.uiSidebarPopup .head div a {
  margin-right: 15px;
}
.uiSidebarPopup .cont {
  display: none;
  max-height: 270px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 0 0 8px 8px;
  white-space: nowrap;
  border: solid 1px #cccccc\9;
  border-top: none\9;
}
.uiSidebarPopup .cont ul {
  padding: 3px;
}
.uiSidebarPopup .cont li a {
  display: block;
  padding: 15px 30px 15px 30px;
  border-radius: 8px;
  color: #333;
  white-space: nowrap;
}
.uiSidebarPopup .cont li a:hover {
  background-color: #ebeef5;
}
/* ラジオボタン */

.uiRadio input {
  /* IE8 では display: none にするとイベントが飛ばないので見えないところに表示する */
     display: none;/*position: absolute;
     z-index: -10;*/
}
.uiRadio input.logic_textbox {
  display: block;
  position: static;
}
.uiRadio label {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  font-size: 16px;
  padding: 7px 15px 6px 15px;
  line-height: 1.4;
  width: auto;
}
.uiCheck label {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px 15px 8px 15px;
  line-height: 1.4;
  width: auto;
}
#answer_once_chk label {
  padding: 10px 30px 8px 15px;
}
.table_qtype_radio .uiRadio label,
.table_qtype_check .uiCheck label {
  min-height: 10px;
  height: auto;
}
.table_qtype_radio .uiRadio label.image-in,
.table_qtype_check .uiCheck label.image-in,
.table_qtype_radio .uiRadio label.textbox-in,
.table_qtype_check .uiCheck label.textbox-in {
  height: auto;
}
tbody.cellColor td.uiRadio label {
  position: relative;
}
.right .uiRadio label {
  text-align: right;
}
.uiRadio.disabled label {
  cursor: default;
  background: none !important;
}
.uiRadio label span.q {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: 0 -1px;
  vertical-align: text-top;
  float: left;
}
.right .uiRadio label span.q {
  margin-left: 16px;
}
.uiRadio.checked label span.q {
  background-position: 0 -22px;
}
table.uiRadio {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  word-wrap: break-word;
}
.uiCheck label span.star {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 16px;
  background-position: 0 -1px;
  vertical-align: text-top;
}
.uiCheck.checked label span.q {
  background-position: 0 -40px;
}
.uiCheck .starCheck label span.q {
  background-position: 0 -40px;
}
.uiScale .star label span.q {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background-image: url(../images/radio_star2.png);
  background-position: -0px -2px;
  background-size: 100%;
}
.uiScale .star.checked label span.q {
  background-position: -0px -37px;
}
/* スケール */
.uiScale {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}

.uiScaleInner {
  padding-bottom: 20px;
  display: table-row-group;
}
.uiScaleInner:after {
  display: block;
  clear: both;
  height: 0;
}
.uiScaleInner > div {
  display: table-cell;
  /*margin-left: 0px;*/
	/*width: 75px;*/
	margin-left: 20px;
  max-width: 92px;
  text-align: center;
  vertical-align: bottom;
}
.uiScaleInner label {
  padding: 0 5px;
}
.uiScaleInner > div:first-child {
/*margin-left: 0;*/
}
.uiScale input {
  display: none;
}
.uiScale label {
  display: block;
  cursor: pointer;
}
.uiScale .choice_text {
  max-width: 100%;
}
.uiScale .face label {
  margin-top: 10px;
  padding-top: 50px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.uiScale .face.a label {
  background-image: url(../images/img_q3_face01.png);
}
.uiScale .face.b label {
  background-image: url(../images/img_q3_face02.png);
}
.uiScale .face.c label {
  background-image: url(../images/img_q3_face03.png);
}
.uiScale .face.d label {
  background-image: url(../images/img_q3_face04.png);
}
.uiScale .face.e label {
  background-image: url(../images/img_q3_face05.png);
}
.uiScale label span.q {
  display: block;
  height: 21px;
  margin: 10px auto 0;
  width: 20px;
}
.uiScale .checked label span.q {
  background-position: 0 -21px;
}
.uiScale .star label span.q {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-image: url(../images/radio_star.png);
  background-position: -4px -3px;
}
.uiScale .star.hover label span.q,
.uiScale .star.checked label span.q {
  background-position: -4px -34px;
  background-position: -4px -42px\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .uiScale .star.hover label span.q,
  .uiScale .star.checked label span.q {
    background-position: -4px -34px;
  }
}
.uiCheck label.nonHover:hover {
  background: transparent !important;
}
/* チェックボックス */

.uiCheck.disabled span.q {
  background-color: transparent;
  background-position: 0 -1px;
}
.uiCheck input {
  /* IE8 では display: none にするとイベントが飛ばないので見えないところに表示する */
     display: none;/*position: absolute;
     z-index: -10;*/
}
.uiCheck input.logic_textbox {
  display: block;
  position: static;
}
.uiCheck label {
  font-size: 16px;
  cursor: pointer;
}
.right .uiCheck label {
  text-align: right;
}
.uiCheck.disabled label {
  cursor: default;
  background: none;
}
.uiCheck label span.q {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  background-position: 0 -1px;
  vertical-align: text-top;
}
.uiCheck label span.q{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  background-position: 0 -1px;
  vertical-align: top;
  position: relative;
  top: -1px;
}

.uiMatrixVertical .uiCheck label {
  height: auto;
}
.uiMatrixVertical .uiCheck label span.q {
  margin:2px 0;
}
.right .uiCheck label span.q {
  margin-left: 16px;
}
.uiCheck.checked label span.q {
  background-position: 0 -22px;
}
table.uiCheck {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  word-wrap: break-word;
}
.right .addImgEdit {
  float: right;
  margin: 10px 50px;/*	float: right;
	margin: 50px 40px 0 0;*/
}
/* グループボタン */
.uiGroupedButton:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.uiGroupedButton input {
  display: none;
}
.uiGroupedButton label {
  display: block;
  float: left;
  width: 60px;
  height: 30px;
  margin-left: 1px;
  padding-top: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #aaa;
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.uiGroupedButton label.l {
  margin-left: 0;
  border-radius: 5px 0 0 5px;
}
.uiGroupedButton label.r {
  border-radius: 0 5px 5px 0;
}
.uiGroupedButton label.l.r {
  margin-left: 0;
  border-radius: 5px;
}
/* セレクトボックス */
.uiSelect {
  position: relative;
  width: auto;
  padding-right: 50px;
  max-width: 350px;
  min-height: 40px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #e6e6e6;
  background-image: url(../images/back_pulldown.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
.uiSelect.s {/* 横幅AUTO*/
  width: auto!important;
}

.uiSelect.open {
  border-radius: 5px 5px 0 0;
}
.uiSelect > p {
  position: relative;
  padding: 15px 35px 15px 15px;
  font-size: 16px;
}
.uiSelect .selectObj {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
}
.selectTxt {
  padding-top: 10px;
  padding-right: 44px;
  padding-left: 0.5em;
  padding-bottom: 8px;
  font-size: 120%;
  line-height: 1.3em;
}
td .selectTxt {
  padding-right: 10px;
}

.uiSelect ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 310px;
  top: auto;
  left: 0;
  z-index: 6;
  padding: 3px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  background: #fff;
}
.uiSelect ul li {
  padding: 10px 37px 12px 10px;
  border-radius: 5px;
  line-height: 1.2;
}
.uiSelect ul li:hover {
  background-color: #eee;
}
/* ランキング */
.uiRanking {
  width: 100%;
  table-layout: fixed;
}
.uiRanking td:first-child {
  width: 190px;
  padding: 8px 8px 8px 10px;
}
/* テキストボックス */
.uiTextbox {
  margin: 15px 0;
  display: inline-block;
  max-width: 98%;
}
.uiTextbox textarea,
.uiTextbox input[type=password],
.uiTextbox input[type=text] {
  display: inline-block!important;
  max-width: 100%;
/* min-height: 100px; */
  padding: 2px 0 0 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: 0;
  font-size: 16px;
  resize: vertical;

}
.uiTextbox .textboxSet {
  padding: 0 20px 0 0;
}
.uiTextbox p.text-counter {
  float: left;
}
/* テキストボックス 複数*/
.textboxSet {
  white-space: nowrap;
}
.datepicker-in .uiTextboxAfItemRank .textboxSet {
  margin-right: 25px;
}
.uiTextboxes textarea,
.uiTextboxes input[type=text],
.uiTextboxes input[type=password] {
  display: inline-block!important;
  max-width: 100%;
  padding: 2px 0 0 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: 0;
  font-size: 16px;
  resize: vertical;
  margin: 0 0 0 0;
  /*min-width: 50px;*/
}

a.calendar-mark {
  background-image: url(../images/icon_calendar.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block!important;
  height: 20px;
  outline: medium none;
  text-indent: -9999px;
  width: 20px;
  vertical-align: text-bottom;
}
.uiMatrix tbody th a.calendar-mark {
  float: none;
}
.range a.calendar-mark {
  margin-top: 2px;
}
.uiMatrix tbody th a.calendar-mark {
  padding: 0;
  width: 20px;
}
#pageEdit .uiMatrix tr .uiTextboxes,
#enqueteEdit .uiMatrix tr .uiTextboxes,
#pageEdit .uiMatrixVertical tr .uiTextboxes,
#enqueteEdit .uiMatrixVertical tr .uiTextboxes {
  max-width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}
#pageEdit .uiMatrixVertical tr td:first-child .uiTextboxes
{
  margin-left: 0;
}
#pageEdit .uiMatrix tr .datepicker-in .uiTextboxes,
#pageEdit .uiMatrixVertical tr .datepicker-in .uiTextboxes {
  width: 80%;
}
#pageEdit .uiMatrixVertical tr .datepicker-in .uiTextboxes input{
  width: 75%;
}

.uiMatrixVertical .uiTextboxes textarea {
display: inline-block;
}

.uiTextes {
  margin: 15px 0;
  padding: 2px 10px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
}
.uiTextes input {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  outline: 0;
  font-size: 16px;
}
/* テキストボックス ガイドあり*/
.textGuideCell .uiText.guide {
  display: inline-block;
  width: 40%;
  margin: 15px 0;
  padding: 2px 10px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
}
.textGuideCell .uiText.guide input {
  border: none;
  background: transparent;
  outline: 0;
  font-size: 16px;
}
p.guideTxt {
  color: #cc1f1f;
  font-size: 12px;
  margin-top: 10px;
  margin-left:5px;
  display: inline;
  clear: both;
}
label p.guideTxt {
  color: #cc1f1f;
  font-size: 12px;
  margin: 2px 0 0 0;
  display: inline-block;
}
.multGuideTxt {
  color: #cc1f1f;
  font-size: 12px;
  margin-top:2px;
  margin-left:5px;
  display: inline-block;
}
/* テキストボックス 合計 */
.uiTextbox.sum {
  width: 100%;
  min-width: 350px;
}
table.uiTextboxSum {
  white-space: nowrap;
  border-spacing: 0;
  border-collapse: separate;
  word-wrap: break-word;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
.uiTextboxSum td.ans {
  overflow: hidden\9;
}
.uiTextbox .uiTextboxSum .textboxSet {
  position: static;

  width: 140%\9;
}
.uiTextboxSum tbody > tr > td:first-child {
  min-width: 100px;
  width: 30%;
  max-width: 30%;
}
.uiTextboxSum tbody tr td .uiText {
  border: none;
  max-width: 100%;
  padding-left: 0\9;
  padding-right: 0\9;
}
.uiTextboxSum tbody tr td .uiText textarea {
  text-align: right;
  max-width: 100%;
  margin-top: 0;
  resize: none;
  padding: 2px 3px 1px;
  padding: 2px 1px 1px 0px\9;
  margin-top: 8px;
  margin-bottom: 3px;
}
#enqueteEdit .uiTextboxSum tbody tr td .uiText textarea {
  margin-top: 4px;
}
.uiTextboxSum hr {
  margin: 10px 0 0;
  display: inline-block;
}
.uiTextboxSum tbody tr td.sum {
  color: #999;
  text-align: right;
  /*border-top: 1px solid #ccc;*/
  padding: 10px 80px 0 0;
  font-size: 18px;
}
.uiTextboxSum tbody tr:not(.tr_sum) td span {
  font-size: 18px;
}
.uiTextboxSum tbody tr td span.required {
  font-size: 12px;
}
.uiTextbox .uiTextboxSum tbody tr td.required-mark {
  width: 80px;
}
.uiTextboxSum td {
  vertical-align: middle;
  white-space: nowrap;
}
.uiTextboxSum td .addImgEditWrap {
  border-spacing: initial;
  display: none;
}
.uiTextboxSum .choice_text {
  white-space: normal;
  max-width: 100%;
}
.uiTextboxSum .image-in .addImgEditWrap {
  display: block;
  margin-bottom: 3px;
}
#enqueteEdit .uiTextboxSum .qPageCheck01,
.uiTextboxSum .textboxSet .textbox_unit {
  display: none;
}
.uiTextboxSum .textboxSet.unit-in .textbox_unit {
  display: block;
}

.uiTextboxSum .addImgEdit {
  height: auto;
}
.uiTextboxSum .caption {
  padding-right: 3px;
}
.uiTextboxSum .table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  letter-spacing: -.40em;
}
.uiTextboxSum .table .cell {
  vertical-align: middle;
  letter-spacing: normal;
  display: table-cell;
}
.uiTextboxSum .textboxSet .cell.input {
  max-width: 100%;
  max-width: 50%\9;
  width: auto;
}
.uiTextboxSum .textboxSet.unit-in .cell.input {
  max-width: 30%\9;
}
.uiTextboxSum .cell.mark {
  width: 25px;
  text-align: center;
  vertical-align: center;
  margin-left: 3px\9;
}
.uiTextboxSum .cell.guide {
  padding-left: 5px;
}
.en .uiTextboxSum .cell.guide {
  width: 65px;
}
.uiTextboxSum .unit-in input {
  max-width: 100%;
}
.uiTextboxSum .cell.unit {
  width: 30px;
  margin-left: 10px\9;
}
.uiTextboxSum .textboxSet .textbox_unit {
  top: 0px;
  min-width: 0px;
  max-width: 100%;
  padding-left:5px\9;
}
.uiTextboxSum .guideTxt {
  display: block;
  min-width: 35px;
  float: none;
  margin-left: 0;
  margin-top: 0;
}
@media all and (-ms-high-contrast:none){
  /* IE10以降 */
  .uiTextboxSum .choice_text {
    display: inline-block;
  }
  .uiTextboxSum .textboxSet.unit-in .textbox_unit {
    display: inline-block;
  }
}

/* テキストボックス 個人情報 */
table.uiTextboxPersonal {
  white-space: nowrap;
  border-spacing: 15px;
  border-collapse: separate;
  word-wrap: break-word;
  table-layout: auto;
}
table.uiTextboxPersonal p {
  color: #333;
}
.uiTextboxPersonal tbody tr td:first-child {
  width: 160px;
  vertical-align: middle;
}
.uiTextboxPersonal .m {
  width: 300px;
}
.uiTextboxPersonal .l {
  width: 450px;
}
.uiTextboxPersonal .s {
  width: 200px !important;
}
/* マトリックス */
.ti-1 {
  text-indent: 1em;
}
.uiMatrix {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  /*border-spacing: 0 10px;*/
	word-wrap: break-word;
}
.uiMatrix .cellColor {
}
.uiMatrix thead {
  margin: 0 0 0 30px;
}
.uiMatrix thead tr.midashiBg th:first-child {
  background: none !important;
}
.uiMatrix thead tr.midashiBg th:last-child {
  border: none;
}
.uiMatrix thead tr.midashiBg th {
  color: #FFF;
  border-right: 1px solid #FFF;
  padding: 4px 0 0;
}
.uiMatrix thead th {
  font-weight: normal;
}
.uiMatrix thead th,
.uiMatrix tbody .choices_repaint th {
  vertical-align: top;
  line-height: 1.3;
  padding: 4px 3px 0;
}
.uiMatrix thead tr {
  height: 30px;
}
.uiMatrix tbody .choices_repaint {
  height: 100%;
}
body .uiMatrix tbody .choices_repaint th {
  background-color: #FFF;
  min-height: 30px;
}
.uiMatrix tbody th {
  border-radius: 0 0 0 0!important;
  font-weight: normal;
}
.uiMatrix tbody tr th.mt_choice p,
.uiMatrix tbody tr th.mt_choice p *,
.uiMatrix tbody tr th .item_text p,
.uiMatrix tbody tr th .item_text p *,
.uiMatrix tbody tr th .item_text_right p,
.uiMatrix tbody tr th .item_text_right p * {
  float: none;
  display: inline;
  padding: 0;
}
.uiMatrix tbody th:first-child {
  padding: 5px 10px 5px 10px;
  background-color: transparent !important;
}
.uiMatrix tbody tr:first-child + tr + tr > th {
  background-color: #FFF;
}
.uiMatrix tbody th p:first-child {
  float: left;
}
.uiMatrix tbody tr th p span:first-child {
  margin: 0;
  padding: 0;
  float: none;
  display: inline;
}
.uiMatrix tbody tr th .cellBack .item_text span:first-child {
  margin: 0;
  padding: 0;
  display: inline;
  float: none;
}
.uiMatrix tbody tr th .cellBack .item_text_right span:first-child {
  margin: 0;
  padding: 0;
  display: inline;
  float: none;
}
.flex_colspan div {
  margin: 0 3px;
}
.flex_colspan div.addImgEdit {
margin: 0 5px;
}
.uiMatrix tbody tr:first-child {
  margin: 5px 0 0 0;
}
.uiMatrix .uiRadio label {
  text-align: center;
}
.uiMatrix .uiCheck label {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
.uiMatrix .cellBack {
  width: 100%;
  padding: 10px 0;
  border-radius: 6px 6px 6px 6px;
}
.uiMatrix tbody tr th .cellBack {
  width: 100%;
  padding: 10px 0;
  border-radius: 6px 6px 6px 6px;
}
.uiMatrix .cellBack02 {
  background-color: #F7F7F7;
}

.uiMatrix .cellBack02-sp {
 background-color: #ffffff;
}

.uiMatrix td.uiRadio,
.uiMatrix td.uiCheck {
  position: relative;
  /*top: -10px;*/
	vertical-align: top;
  padding-bottom: 7px;
}
.questionTitle .headNumber,
.uiMatrix .announceTitle{
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width:1329px) {
  .pcView {
    display: none;
  }
}
@media only screen and (min-width:1330px) {
  .spView {
    display: none;
  }
}
/* マトリックス 縦 */
.uiMatrixVertical {
  position: relative;
  width: 100%;
  margin-bottom: -20px;
  overflow: hidden;
  table-layout: fixed;
}
.uiMatrixVertical table {
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: separate;
  /*border-spacing: 10px;*/
	word-wrap: break-word;
}
.uiMatrixVertical thead tr.midashiBg th:first-child {
  background: none !important;
}
.uiMatrixVertical thead tr.midashiBg th {
  width: auto;
  color: #fff;
  border-right: 1px solid #FFF;
  vertical-align: middle;
}
.uiMatrixVertical tbody tr.midashiBg td {
  padding-left: 5px;
  padding-top: 15px;
}
.uiMatrixVertical thead th:last-child {
  border: none !important;
}
.uiMatrixVertical thead th,
.uiMatrixVertical tbody th {
  width: auto;
  font-weight: normal;
  /*text-align: left;*/
	vertical-align: top;
  text-align: center;
}
.uiMatrixVertical thead tr {
  height: 36px;
}
.uiMatrixVertical th {
  padding: 10px;
}
.uiMatrixVertical tbody th {
  border-radius: 0 0 0 0!important;
}
.uiMatrixVertical th.colorG {
  background-color:#F7F7F7;
}
.uiMatrixVertical tbody td {
  padding: 10px 0 5px 0;
}
.uiMatrixVertical thead th.arrowIcon.colorG,
.uiMatrixVertical tbody th.arrowIcon.colorG {
  background-color:#F7F7F7;
}
.uiMatrixVertical .textbox-in .textboxSet {
  position: relative;
  top: 5px;
}
.uiMatrixVertical thead th.arrowIcon,
.uiMatrixVertical tbody th.arrowIcon {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}
.uiMatrixVertical tbody td.uiRadio,
.uiMatrixVertical tbody td.uiCheck {
  text-align: center;
  vertical-align: top;
}
.uiMatrixVertical tbody td.uiRadio.colorG,
.uiMatrixVertical tbody td.uiCheck.colorG {
  background-color:#F7F7F7;
}
/* 普通のテキストボックス */
.uiText {
  padding: 2px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
}
.uiText.disabled {
  background: #eee;
}
.uiText input {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  outline: 0;
  font-size: 16px;
  margin-top: -1px;
}
.uiText.s {
  /*width: 160px;*/
	width: 60px;
}
.uiText.m {
  width: 75px;
}
.uiText.l {
  width: 125px;
}
.uiText.s input {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  outline: 0;/*font-size: 13px;*/
}
/* テキストエリア */
.uiTextarea {
}
.uiTextarea textarea {
  display: block;
  /*	width: 100%;
	height: 100px;
*/	padding: 2px 0 0 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: 0;
  font-size: 16px;
}
/* その他項目 */
.uiSonota {
  display: inline-block;
  width: 100%;
}
.uiSonota .uiCheck,
.uiSonota .uiText {
  display: inline-block;
}
/*
.uiSonota .uiCheck {
	margin: 0 5px 0 0;
}
*/
.uiSonota .uiText {
  display: inline-block;
  width: 70%;
}
.right .uiSonota,
.right .uiSonota .uiCheck,
.right .uiSonota .uiText {
  display: block;
}
.right .uiSonota .uiText {
  width: 100%;
}
/* ドラッグ＆ドロップタグ */
.redTheme .dropArea .uiDDTag {
  background-color: #d80c18;
  width: 90px;
  height: 60px;
  margin: 10px;
  border-radius: 6px;
}
.dropArea .uiDDTag a {
  color: #FFF;
  float: right;
  margin: 3px 6px 0 0;
  font-size: 15px;
}
.dropArea .uiDDTag h2.questionTitle {
  padding: 20px 0 0 15px;
}
.dropArea .uiDDTag h2.questionTitle span {
  color: #fff;
}
/*編集画面 矢印*/

/*.cellColor tr:nth-child(4n) td i {
	height: 28px;
	left: 90px;
	position: absolute;
	width: 50px;
}
.cellColor tr:nth-child(4n) {
	position: relative;
}
.cellColor tr:nth-child(4n+2) {
	position: relative;
}
.cellColor tr:nth-child(4n+2) td i {
	height: 28px;
	left: 90px;
	position: absolute;
	width: 50px;
}*/
.uiMatrix td.uiRadio, x:-moz-any-link {
 vertical-align: top;
}
.uiMatrix td.uiRadio, x:-moz-any-link, x:default {
 vertical-align: top;
}
.uiMatrix tbody tr > td:first-child > span {
  background: url("../images/icon_tableArrow.png") no-repeat scroll 10px 50% transparent;
}
.uiMatrix tbody tr > th.cellTitle01 {
  background: none repeat scroll 0 0 transparent;
  text-align: left;
  padding: 10px 10px 5px 5px;
}

/* FireFox ハック */
.uiRadio label, x:-moz-any-link {
 margin: 0 0 5px;
}
.uiRadio label, x:-moz-any-link, x:default {
 margin: 0 0 5px;
}
/* Chrome ハック */

.chrome .uiMatrix td.uiRadio,
.uiMatrix td.uiCheck {
  position: relative;/*top: -7px;*/
}
.chrome .uiRadio label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 22px;
  padding: 1px 0 0 10px;
}

.chrome .uiMatrix tbody tr > td:first-child > span {
  height: 26px;
  overflow: hidden;
  display: block;
  top: 0;
}
/* win Chrome ハック */
.win.chrome .uiMatrix td.uiRadio,
.uiMatrix td.uiCheck {
  position: relative;/*top: -11px;*/
}
.win.chrome .uiMatrix tbody tr > td:first-child > span {
  padding: 0 10px 0 10px;
  top: 0!important;
}
.win.chrome .uiRadio label {
  margin: 0;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 22px;
  padding: 1px 0 0 10px;
  margin: 9px 0 -5px 0;
}
.win.chrome .uiMatrix tbody tr > td:first-child > span {
  height: 26px;
  background-position: 50% -47px;
}
.win.chrome .uiMatrix td.uiRadio {
  margin: 0;
}
.win.chrome .uiRadio {
  margin: 0;
}
/*→カラー グレーバック*/
.uiMatrix tbody tr > td:first-child > span {
  height: 30px;
  width: 48px;
  overflow: hidden;
  display: inline-block;
  top: 0;
}
/* UI STAR */
.uiCheck label span.star {
  width: 30px;
  height: 30px;
  background-image: url(../images/radio_star.png);
  background-position: -5px -44px;
}
.share_halfway .icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/icon_progress.png) no-repeat;
  background-position: 0px 0px;
  position: relative;
  top: 4px;
}
#answerEdit .uiButton.l.share_halfway {
  height: auto;
}
.textOverflowTest div {
  overflow: hidden;
  width: 330px;
  line-height: 1.0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}
/* 画像表示用 */
.q_img_field li {
  list-style-type: none;
  padding: 10px;
}
.multiMode .q_img_field li {
  padding: 0px 10px 20px 10px;
}
.q_img_footer {
  clear: both;
}
.img_container {
  position: relative;
  overflow: hidden;
}
.q_img_field_center {
  position: relative;
  left: 50%;
  float: left;
}
.q_img_field_center ul {
  position: relative;
  left: -50%;
  float: left;
}
.uiMatrixVertical label span.btn-matrix {
  margin-left: -0px !important;
}
.image-dialog-errors {
  color: #cc0000;
}
.textboxSet .textbox_unit {
  display: inline-block;
  white-space: normal;
  /*max-width: 20%;*/
  vertical-align: top;
  text-align: left;
}
.uiMatrix tr .textboxSet .textbox_unit {
  padding:0;
  margin:0;
}
.unit-in input,
.unit-in textarea {
  max-width: 85%;
}
.uiTextbox .textbox_unit {
  position: relative;
  top: 13px;
}
.uiRanking .textbox_unit {
  position: relative;
  top: 5px;
}
.uiMatrix .textbox_unit {
  position: relative;
  top: 3px;
}
.uiRadio .textbox_unit {
  font-size: 14px;
}
.uiMatrixVertical .textbox_unit {
  position: relative;
  top: 5px;
}
.guideTxt {
  float: right;
  white-space: normal;
  max-width: 100%;
}
td.uiRadio label span {
  margin-right: 0px;
  margin-left: -10px;
}
td.uiRadio label div div div.matrix-sp-lbl span {
  margin-right: 0px;
  margin-left: 0px;
}
.uiMatrix td.uiCheck label span {
  margin-right: 0px;
  position:relative;
}
.table_qtype_radio td.uiRadio label span,
.table_qtype_check td.uiCheck label span {
  margin-left: 10px;
}
.table_qtype_radio td.uiRadio .choice_text span,
.table_qtype_check td.uiCheck .choice_text span {
  margin-left: 0;
}
.table_qtype_radio .uiRadio label,
.table_qtype_check .uiCheck label {
  padding: 7px 0 6px 0;
  width: 100%;
}
.table_qtype_radio .uiRadio label .table,
.table_qtype_check .uiCheck label .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.boxTypeQuestion .table_qtype_radio .uiRadio label .table,
.boxTypeQuestion .table_qtype_check .uiCheck label .table {
  border-collapse: collapse;
}
.table_qtype_radio .uiRadio label .table-cell.q,
.table_qtype_check .uiCheck label .table-cell.q {
  width: 40px;
}
.table_qtype_radio .uiRadio label .table-cell.choice-text,
.table_qtype_check .uiCheck label .table-cell.choice-text {
  width: 100%;
}
.table_qtype_radio .uiRadio label .choice_text,
.table_qtype_check .uiCheck label .choice_text {
  max-width: 100%;
}
.table_qtype_check td, .table_qtype_radio td{
  vertical-align: top;
}
.textbox-table .uiTextbox .choice_text {
  max-width: 100%;
}
.textbox-table td {
  vertical-align: top;
}
.uiMatrix tr.cell_tr td.cell_tr_last,
.uiMatrix tr.cell_tr td.cell_tr_last {
  padding-right: 10px;
}
/* uiRadio設定 */
.uiRadio.row label {
  min-width: 100px;
  width: 98%;
}
.uiRadio.col label {
  display: block;
  margin-right: 10px;
}
.uiRadio {
  font-size: 16px;
}
.uiRadio p {
  /*overflow: hidden;*/
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.uiRadio .q {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0px -1px;
}
.uiRadio.row .q {
  margin-right: 16px;
}
.uiRadio.row li {
  margin-bottom: 15px;
}
.uiRadio.col li {
  margin-right: 0px;
  float: left;
  width: 20%;
}
#editable-other_check_mark span.q {
  position: static;
}
#editable-nochoice_check_mark span.q {
  position: static;
  margin-right: 0px;
}
.questionEditForm .partOpt10 .uiCheck {
  padding-bottom: 0px;
}
.uiMatrix td {
  vertical-align: middle;
  text-align: center;
}
.ui176IconBtn {
  display: block;
  width: 176px;
  height: 36px;
  outline: 0;
  font-size: 100%;
  color: #FFF;
  background-color: #B1B1B1;
  border-radius: 5px;
  padding-top: 0px;
  position: absolute;
  right: 0px;
}
.ui176IconBtn .icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  background-size: 100%;
  position: relative;
  top: 7px;
  margin-left: 5px;
  margin-right: 4px;
}
.ui176IconBtn .icon.questionIcon {
  background-image: url(../images/btn-32-database.png);
  background-image: url(../images/btn-16-database.png)\9;
  top: 9px\9;
  left: 3px\9;
}
.uiMatrix .uiRadio label span.q {
  float:none;
  margin-left: auto;
  margin-right: auto;
}
.uiMatrix .uiRadio label {
  text-align: center;
}
.questionEditForm .labelradio.uiRadio {
  width: 100%;
}
.labelradio.uiRadio label {
  display: table;
  width: 100%;
  text-align: center;
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
.labelradio.uiRadio label span.q {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  background-color: transparent;
}

/* ダイアログ */

.modal-dialog {
  display: none;
  position: fixed;
  width: 860px;
/*  left: 50%;
  margin-left: -430px;*/
  border-radius: 10px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  background-color: #a6a4a1;
  font-size: 13px;
  z-index: 999;
}
.modal-dialog h2 {
  height: 50px;
  padding: 20px 0 0 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: url(../images/icon_side_Opt01.png);
  background-repeat: no-repeat;
  background-position: 20px 16px;
  font-size: 14px;
  color: #fff;
}
.modal-dialog div.modal-dialog-content {
  height: 390px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
}
.modal-dialog-footer {
  height: 44px;
  padding: 0px 10px 9px 10px;
}
.modal-dialog-footer .uiButton.cancel, .modal-dialog-footer .uiButton.back {
  margin-right: 15px;
}
.modal-dialog-footer .footer-left {
  float: left;
}
.modal-dialog-footer .footer-right {
  float: right;
}
.modal-dialog-footer a.uiButton {
  min-width: 100px;
  padding: 10px;
  float: left;
}
.alert-dialog {
  display: none;
  position: fixed;
  border-radius: 10px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  font-size: 13px;
  z-index: 999;

  width: 480px;
  height: 280px;

  min-width: 290px;
  min-height: 240px;
  /*left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -180px;*/
}
.alert-dialog-content {
  /*height: 260px;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
div.alert-dialog-content-wrapper {
  display:table;
  margin: 50px 14px 0px 10px;
  min-height: 140px;
}
.en div.alert-dialog-content-wrapper {
  margin: 20px 14px 0px 10px;
}
.alert-dialog-content p {
  display: table-cell;
  margin: 80px 14px 0px 10px;
  padding-left: 110px;
  padding-right: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  line-height: 200%;
  height: 150px;
  word-break: break-all;
}
.alert-dialog-title p {
  height: 30px;
  display: block;
  margin: 0px;
  text-align: center;
  padding:10px;
  background-image: none;
  font-size: 16px;
}

.alert-dialog-content-wrapper2 p {
  background-image: url(../images/icon_danger.png);
  background-repeat: no-repeat;
  background-position: 100px center;
  height: 50px;
  display: block;
  margin: 0px;
}

.alert-dialog-content-wrapper p {
  background-image: url(../images/icon_danger.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}
.alert-dialog-content-wrapper .msgbox {
  text-align:center;
  background-image:none;
  padding-left:30px;
  padding-right:30px;
}

.alert-dialog-content-wrapper .msgbx-3 {
  display: block;
  margin: 0px;
  height:20px;
}

.alert-dialog-content-wrapper .msgbx-4 {
  display: block;
  margin: 0px;
  height:20px;
  font-size:16px;
  font-weight:bold;
  color:#ff0000;
}
.alert-dialog-content-wrapper2 .msgbx-5 {
  width: 300px;
  text-align:center;
  background-position: 0%;
  background-size: contain;
  height: 30px;
  text-decoration: underline;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}

#delete-agree {
  text-align: center !important;
  background-image: none;
  padding-left: 110px;
  padding-right: 30px;
}
#delete-agree .delete-check-s {
  margin-left: 0px !important;
  padding-right: 80px;
}
.alert-dialog .delete-check-confirm {
  position: absolute;
  transform: translate(180px, 0px);
}

.ans-delete-caution {
  font-size: 14px;
  color: rgb(255, 0, 0);
  text-align:center;
  display: block;
}

/* スマホ */
@media only screen and (max-width:779px) {
  .alert-dialog-content{
    display: inline-block;
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
  }
}
/* pc */
@media only screen and (min-width:780px) {
  .alert-dialog-content p span {
    display: inline-block;
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
  }
}
.en .alert-dialog-content p {
  height: 170px;
  line-height: 1.5;
}
.alert-dialog-footer {
  margin: 20px 0 50px;
  text-align: center;
}
.alert-dialog-footer a {
  display: inline;
}
.alert-dialog-footer .uiButton {
  margin: 4px;
  display: inline-block;
  padding-bottom: 10px;
  min-width: 130px;
}
.alert-dialog.answerdelete {
  width: 500px;
}
.alert-dialog.answerdelete p{
  word-break: normal;
}

#table_trans .uiTextbox {
  margin-top: 0px;
}
.uiMatrixVertical .uiRadio label span.q {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.uiMatrixVertical tbody td {
  padding-top: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
}

.uiMatrixVertical .uiCheck label {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
.uiMatrixVertical tbody td:first-child {
  vertical-align: middle;
}

.new_enq .uiButton.l.icon.plus {
  width: auto;
}
.uiPopupMenu .uiButton.s {
  padding-top: 7px;
  width: auto;
  float: left;
}
.div-make-folder .uiPopupMenu p:first-child + a {
margin-left: 30px;
}
.template_overlay .overlayBtn .uiButton:first-child {
  margin-left: 150px;
}
.optionShare .uiButton.m.next {
  /* width: 180px; */
  float: right;
  margin-bottom: 30px;
}
.uiMatrixVertical .uiTextboxes textarea,
.uiMatrixVertical .addTextRowEdit.uiTextboxes {
  margin: 0 0 2px;
}
.uiMatrixVertical  .addTextRowEdit.uiTextboxes {
  display: block;
}
.optionDownload .footBtn .uiButton.m {
  float: left;
}
.uiMatrix tbody  .choices_repaint th :first-child+div {
  float: none;
  text-align: center;
  padding: 7px 1px 4px 0;
}
.btn_end .uiButton.l {
  display: inline-block;
}
.btn_end .uiButton.l.endAnswer {
  display: inline-block;
  width: auto;
}
.btn_end .uiButton.l.freeTrial {
  margin-bottom: 15px;
}
.choices_repaint th.mt_choice {
  background-color: #FFF;
}
.urlBox .btn a {
  display: inline-block;
}
.uiIcoFolder ins {
  display: none;
}
.slide-down-enq-folder-operation .ui32IconBtn,
#enqueteMypage .ui32IconBtn {
  border-radius: 0px;
  margin-top: 0px;
}
.uiTextbox input {
  border: 1px solid #ccc;
}
.disabled .uiRadio span.q,
.disabled .uiCheck span.q,
.uiCheck span.q,
.disabled .uiRadio label:hover,
.disabled .uiCheck label:hover,
.uiRadio.disabled label:hover,
.uiCheck.disabled label:hover,
.uiRadio.disabled label:hover span.q,
.uiCheck.disabled label:hover span.q,
.disabled .uiRadio label:hover span.q,
.disabled .uiCheck label:hover span.q {
  background-color: #FFF\9;
}
.addTextRowEdit.uiTextboxes {
float: none;
clear: both;
padding: 0;
margin:0;
}
.addTextRowEdit.uiTextboxes {
  margin: -5px 0 0 0;
}
/* tutorial */
.tutorial {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  min-width: 945px;
}

.tutorial_overlay {
  filter:alpha(opacity=60); /*IE*/
  z-index: 100;
  display:block;
  position: absolute;
  height: 100%;
  width: 100%;
  /*min-width: 1030px;*/
}
.tutorial_overlay .inner {
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.tutorial_dialog {
  background-color: #F5F5F5;
  min-height: 50px;
  height: auto;
  width: 360px;
  position: fixed;
  z-index: 11000;
  border-radius: 10px;
  padding: 15px 30px 12px 30px;
  box-shadow: 0px 0px 5px #000;
  line-height: 1.3;
}
.tutorial .btnArea {
  text-align: right;
}

.tutorial .btnArea div.btn {
  display: inline-block;
}
.tutorial .btnArea a.uiButton {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  margin-right: 1px;
  margin-left: 0px;
}
.tutorial .btnArea a.uiButton.next {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  margin-right: 1px;
  margin-left: 0px;
}
.tutorial .btnArea a.uiButton.back {
  margin-right: 10px;
}
.tutorial .btnArea a.uiButton.prev {
  border-radius: 5px 0px 0px 5px;
}
.tutorial .btnArea a.uiButton.next {
  border-radius: 0px 5px 5px 0px;
}
.tutorial .btnArea a.uiButton.prev.tutorial_disabled,
.tutorial .btnArea a.uiButton.next.tutorial_disabled {
  background-color: #CCC;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0)";
  background-image: none;
  color:#999;
  text-shadow: none;
  box-shadow: none;
  cursor: default;
}
.pageArea {
  margin-bottom: -1em;
  position: relative;
  top: -1.5em;
  width: 50px;
}
.tutorial_message {
  min-height: 36px;
  margin-bottom: 10px;
}
    .tutorial_arrow {
  background-image: url(../images/arrow_tutorial.png);
  display: block;
  height: 46px;
  width: 46px;
  z-index: 200;
  position: absolute;
  left: -410px;
  top: 85px;
}
.select_expression.uiCheck {
  margin-bottom: 5px;
}
.select_expression.uiCheck label {
  font-size: 12px;
  line-height: 1.3;
}
.select_expression.uiCheck label .q {
  margin-right: 5px;
}
.select_expression.uiCheck label .txt {
  position: relative;
  top: 2px;
}
/* tutorial end */
/* help */
.help {
  /*position: relative;*/
  position: absolute;
  top: 8px;
  right: 3px;
}
.btn_help {
  width: 20px!important;
  height: 20px!important;
  display: inline-block;
  background-image: url(../images/btn_help.png)!important;
  margin-left: 10px!important;
  position: relative;
  top: 4px;
}
.help_btn_white {
  background-image: url(../images/btn_help_white.png)!important;
}

.for-modal.btn_help {
  z-index: 998;
}
.help_window {
  position: absolute!important;
  top: -30px!important;
  left: 42px!important;
  width: 200px!important;
  font-size: 12px;
  line-height: 1.4;
  background-color: #FFFFFF!important;
  border: 5px solid #aaa!important;
  padding: 10px!important;
               box-shadow: 1px 1px 10px rgba(0,0,0,0.4)!important;
     -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.4)!important;
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.4)!important;
  text-align: left!important;
  z-index: 1000;
}
.help_window:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 22px;
  display:inline-block;
  top: 29px;
  left: -16px;
  background-image: url(../images/balloon_help.png)!important;
}
.help_window_sp p,
.help_window p {
  white-space: normal!important;
}
.help_window_sp .detail_link,
.help_window .detail_link {
  text-align: right;
}
.help_window_sp .detail_link a,
.help_window .detail_link a{
  color: #39F;
  font-size: 12px;
}

.cke_panel {
  overflow: inherit!important;
}
.cke_panel.cke_combopanel {
  overflow: visible!important;
}
.help .more {
  margin-top: 15px;
  text-align: right!important;
}
.help .more a {
  padding: 0;
  border-radius: 0;
  color:#3399ff;
}
.help .more a:hover {
  background: transparent;
}
.help-position {
  display: inline-block;
  height: 16px;
  width: 5px;
}
.migrationEnqDialog .help {
  top: 107px;
  right: inherit;
}

/* help end */
/*　アンケート編集画面の「性別」の案内*/
.genderInfo .help {
  top: 3px!important;
  right:50px!important;
  position: relative
}
.genderInfo .help .btn_help {
  background-image: url(../images/btn_exclamation.png)!important;
}
.genderInfo .help .help_window {
    top: -30px!important;
    left: 190px!important;
    width: 200px!important;
}
.genderInfo .help.disabled {
    opacity: 0.5;
}
.btn_help.exclamation{
  background-image: url(../images/btn_exclamation.png)!important;
}

th.mt_choice div {
  padding: 7px 1px 4px 0px;
  max-width: 100%;
}

th.mt_choice div div,
th.mt_choice div div div,
th.mt_choice div div div div,
th.mt_choice div.addTextColEdit,
th.mt_choice div.addImgEditWrap {
  padding: 0;
}
.uiMatrix .flex_colspan .qPageCheck01 {
  margin: 0;
  padding: 3px 0 0 3px;
}

.mt_choice .choice_index {
  display: inline;
}
.choice_index_col {
  display: inline;
}
#pageEdit .uiMatrix tbody th .choice_index,
#pageEdit .uiMatrix tbody th .choice_text,
#pageEdit .uiMatrix tbody th .choice_text p,
#pageEdit .uiMatrix tbody th .choice_index_col,
#pageEdit .uiMatrix tbody th .choice_index_col p {
  display: inline;
  float: none;
}
.uiMatrixVertical .choice_text,
.uiMatrixVertical .item_text,
.uiMatrixVertical .choice_text p,
.uiMatrixVertical .item_text p {
  display: inline;
  max-width: 100%;
}
.uiMatrix tbody th .item_textbox {
  margin: -3px 0;
}
.uiMatrix.matrix-radio-bi .addTextRowEdit{
  float:left;
}
.uiMatrix.matrix-checkbox .addTextRowEdit,
.uiMatrix.matrix-radio .addTextRowEdit{
  float:none;
}
#pageEdit .matrix-radio tbody th .item_text,
#pageEdit .matrix-radio tbody th .item_text p,
#pageEdit .matrix-checkbox tbody th .item_text,
#pageEdit .matrix-checkbox tbody th .item_text p {
  /*float: none;*/
  float: left;
}

/* imagechoice */
.table_qtype_choiceimage {
  min-width: 700px;
}
.table_qtype_choiceimage td {
  vertical-align: top;
}
.table_qtype_choiceimage .choice-block {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  border-radius: 4px;
  margin: 0 30px 20px 0;
  border: 1px solid #c4c4c4;
  min-height: 20px;
  position: relative;
  /*z-index: 1;*/
  max-width: 300px;
  min-width: 230px;
  box-sizing: border-box;
}
.table_qtype_choiceimage .not-applicable .choice-block {
  box-shadow: none;
  border: none;
}
.table_qtype_choiceimage .not-applicable .choice-block label {
  height: auto;
  margin: 12px 0 0 0;
}
.imagechoice-photo-block {
  display: block;
  text-align: center;
  margin: 0 0 5px 0;
}

.imagechoice-photo-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table_qtype_choiceimage label {
  border-radius: 2px;
  padding: 5px;
}
.table_qtype_choiceimage .addImgEditWrap {
  display: table-cell;
  max-height: 200px;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 5px 0;
}
.table_qtype_choiceimage .addImgEdit {
  width: auto;
  max-width: 100%;
  text-align:center;
  display: inline !important;
}
.table_qtype_choiceimage .addImgEdit img {
  z-index: 20;
  height: auto;
  width: auto;
  max-height: 200px;
  max-width: 100%;
  display: inline;
  margin:  0 0 -5px 0;
}
.table_qtype_choiceimage a {
  display: inline-block;
}
.table_qtype_choiceimage .addImgEditWrap a:not(.noUI) {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  cursor: url("../images/cursor-zoom.png"), zoom-in;
}
a.photoimage {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  cursor: url("../images/cursor-zoom.png"), zoom-in;
}
.questionContent .table_qtype_choiceimage .addImgEditWrap {
  display: table-cell;
  height: auto;
  max-height: 200px;
  padding: 0;
}
.table_qtype_choiceimage .addImgEdit:hover,
.table_qtype_choiceimage .addImgColEdit:hover,
.table_qtype_choiceimage .addImgRowEdit:hover {
  border: none;
}
.table_qtype_choiceimage .addImgEdit:hover,
.table_qtype_choiceimage .addImgColEdit:hover,
.table_qtype_choiceimage .addImgRowEdit:hover {
  background-color: transparent;
}
.table_qtype_choiceimage ul li label .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_qtype_choiceimage .table-cell.q {
  vertical-align: middle;
  display: table-cell;
  width: 31px;
}
@media only screen and (min-width:900px) {
    .table_qtype_choiceimage:not(.disabled) label:hover .check-imagechoice {
      display: block;
      width: 82px;
      height: 82px;
      background-image: url(../images/check-imagechoice.png);
      position: absolute;
      top: -5px;
      right: -5px;
      z-index: 30;
      opacity: 0.5;
      filter: alpha(opacity=50);        /* ie lt 8 */
      -ms-filter: "alpha(opacity=50)";  /* ie 8 */
      -moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.5;              /* Safari 1.x */
    }
}
@media only screen and (max-width:800px) {
    .bronzeTheme .table_qtype_choiceimage:not(.disabled) label:hover .check-imagechoice {
      display: block;
      position: absolute;
      top: -5px;
      right: -5px;
      z-index: 30;
      opacity: 0.5;
      filter: alpha(opacity=50);        /* ie lt 8 */
      -ms-filter: "alpha(opacity=50)";  /* ie 8 */
      -moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
      -khtml-opacity: 0.5;              /* Safari 1.x */
    }
}
.table_qtype_choiceimage .checked label .check-imagechoice {
  display: block;
  width: 82px;
  height: 82px;
  background-image: url(../images/check-imagechoice.png);
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 30;
  opacity: 1;
  filter: alpha(opacity=100);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";  /* ie 8 */
  -moz-opacity:1;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;              /* Safari 1.x */
}
.table_qtype_choiceimage label .check-imagechoice,
.table_qtype_choiceimage .not-applicable label .check-imagechoice {
  display: none;
}
.table_qtype_choiceimage .afterEdit {
  margin: 8px 0 0 0;
}
#enqueteEdit .table_qtype_choiceimage .afterEdit {
  margin: 0 12px 7px 0;
  top: 0;
}
.no-caption {
  text-align: center;
  display: block;
}
.uiRadio.table_qtype_choiceimage label .no-caption-table,
.uiCheck.table_qtype_choiceimage label .no-caption-table {
  display: table;
  width: 100%;
}
.uiRadio label div.no-caption-table-cell,
.uiCheck label div.no-caption-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align:  center;
}
.uiRadio .not-applicable label div.table-cell,
.uiCheck .not-applicable label div.table-cell {
  vertical-align: middle;
  display: table-cell;
}
.uiCheck label .no-caption span.q,
.uiRadio label .no-caption span.q {
  float: none;
  margin: 0 auto;
}
.table .table-cell {
  display: table-cell;
}

.table_qtype_choiceimage .uiRadio label .imagechoice-photo-table,
.table_qtype_choiceimage .uiCheck label .imagechoice-photo-table {
  display: table;
  height: 100%;
}
.table_qtype_choiceimage li.uiRadio label span {
  margin-right: 11px;
  margin-left: 0;
}
.table_qtype_choiceimage .textboxSet .qPageCheck01 {
  top: -1px;
  right: -19px;
}
.table_qtype_choiceimage > ul {
  width: 100%;
}
.table_qtype_choiceimage li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  float: left;
}
.overlay .boxTypeQuestion .table_qtype_choiceimage li {
  padding: 0;
}
.overlay .boxTypeQuestion .table_qtype_choiceimage .imagechoice-photo-block,
.overlay .boxTypeQuestion .table_qtype_choiceimage .textbox-pos {
  display: block;
}
.overlay .boxTypeQuestion .table_qtype_choiceimage .table-cell {
  display: table-cell;
}
#choiceimage-grayout {
  filter: alpha(opacity=50);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)";  /* ie 8 */
  -moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.5;              /* Safari 1.x */
}
input#campaignCodeFormInput {
  font-size: 150%;
  padding: 5px;
}
span.campaignCodeInput {
  font-size: 150%;
  padding: 15px 5px 10px 10px;
  position: relative;
  top: 5px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #EEE;
  background-color: #f7f7f7;
  cursor: default;
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari, Chrome */
  -ms-user-select: none; /* IE10 */
}
.disabled label.image-in,
.disabled.img_container img,
.uiRanking.disabled p.uiRankingSelectText,
.disabled.img_container,
.disabled.description,
.uiRanking.disabled,
.uiScale .disabled,
.uiMatrix.disabled,
.uiMatrix.disabled  .uiRadio span,
.uiMatrix.disabled  .uiCheck span,
.uiMatrixVertical.disabled  .uiCheck span,
.uiMatrixVertical.disabled,
.uiTextbox.disabled,
.uiTextboxSum.disabled .tr_sum,
.uiRadio.disabled,
.uiCheck.disabled,
.disabled.uiCheck label span,
.uiSelect.disabled{
 cursor: default;
 filter:alpha(opacity=50);
}
.uiRanking.disabled,
.uiScale .disabled,
.uiMatrix.disabled,
.uiMatrixVertical.disabled,
.uiTextbox.disabled,
.uiTextboxSum.disabled .tr_sum,
.uiRadio.disabled,
.uiCheck.disabled,
.uiSelect.disabled,
.disabled.img_container,
.disabled.description{
 opacity: 0.5;
}
.disabled.uiRadio label.image-in span,
.disabled.uiCheck label.image-in span,
.table_qtype_choiceimage.disabled .uiRadio.disabled,
.table_qtype_choiceimage.disabled .uiCheck.disabled,
.uiRanking.disabled .uiSelect.disabled,
.uiMatrix.disabled .uiRadio.disabled,
.uiMatrix.disabled .uiCheck.disabled,
.uiMatrixVertical.disabled .uiRadio.disabled,
.uiMatrixVertical.disabled .uiCheck.disabled{
  filter:alpha(opacity=100);
  opacity:1;
}
.uiSelect.disabled  > p{
cursor: default;
filter:inherit;
}
.uiScale .disabled label,
.table_qtype_choiceimage.disabled a{
  cursor: default;
}

/*Check mark fixing*/

#pageEdit .uiRadio .textbox-in .display-bottom-area .qPageCheck01,
#pageEdit .uiCheck .textbox-in .display-bottom-area .qPageCheck01{
  margin-right:-20px;
}
#pageEdit .textbox-in {
  /*max-width: 350px;*/
}
#pageEdit .uiTextbox.sum  .textboxSet .qPageCheck01{
  position: relative;
  top: 0px !important;
  right: 0px !important;
}


/*Delivery reservation css*/
#delivery_status{
  color: #3399FF;
}
#mail-delivery-status .enquete_title{
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
}
#mail-delivery-status #return_notify_page{
    float: right;
}
#mail-delivery-status .headerdiv h1{
  margin: 10px 0px 0px 10px;
  color: #f0f0f0;
}
#mail-delivery-status .bodydiv{
  margin: 10px 0px;
  padding: 0px 30px;
}

#mail-delivery-status .mail-delivery-reservation{
 /* width: 918px;*/
 /* border: 1px solid #999999;*/
  margin-bottom: 20px;
}
#mail-delivery-status .mail-delivery-reservation .rows,
#mail-delivery-status .mail-delivery-history .rows{
  color:#999999;
}
#mail-delivery-status .collstyle {
  float: left;
  height: 65px;
  text-align: center;
  line-height: 65px;
}
#mail-delivery-status .collhead{
  float: left;
  color: white;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.mail-delivery-reservation .head-row .date,
.mail-delivery-history .head-row .date{
  width: 15%;
  border-right: 1px solid white;
}
.collhead.nrof.head.nrof_spamrate {
    border-right: 2px solid #999999;
}
.mail-delivery-reservation .head-row .count{
  width: 15%;
  border-right: 1px solid white;
}
.mail-delivery-reservation .head-row .answer_group{
  width: 15%;
  border-right: 1px solid white;
}
.mail-delivery-reservation .head-row .id,
.mail-delivery-history .head-row .id{
  width: 9%;
  border-right: 1px solid white;
  border-left: 1px solid #999999;
}
.mail-delivery-reservation .rows .date,
.mail-delivery-history .rows .date{
  width: 15%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.mail-delivery-reservation .rows .count{
  width: 15%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.mail-delivery-reservation .rows .answer_group{
  width: 15%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.mail-delivery-reservation .rows .id,
.mail-delivery-history .rows .id{
  width: 9%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}
.mail-delivery-reservation .cancelbutton{
  width: 15%;
  border-right: 1px solid #999999;
}
.mail-delivery-reservation .rows .cancelbutton{
  border-bottom: 1px solid #999999;
}

#mail-delivery-status .delivery-button{
  background-color: #C9C9C9;
  color:#666666;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 160px;
  display: inline-block;
}
#mail-delivery-status .head{
  background-color: #999999;
  position: relative;
}
/*mixed css to the 2 list*/
#mail-delivery-status .header-tittle{
  margin: 2px 0px;
}
.mail-delivery-reservation .white,
.mail-delivery-history .white{
  background-color: white;
}
.mail-delivery-reservation .black,
.mail-delivery-history .black{
  background-color: #EEEEEE;
}
.mail-delivery-reservation a,
.mail-delivery-history a{
  color: #3399ff;
}
/*delivery hystory css*/
#mail-delivery-status .mail-delivery-history{
 width: 104%;
 /*border: 1px solid #999999;*/
 margin-bottom: 20px;
}
#mail-delivery-status .header-tittle{
    color: #999999;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
}
.mail-delivery-history .head-row .response,
.mail-delivery-history .head-row .nrof_fail{
   border-right: 1px solid white;
}
.mail-delivery-history .rows .response,
.mail-delivery-history .rows .nrof_fail,
.mail-delivery-history .rows .nrof_spamrate{
   border-right: 1px solid #999999;
   border-bottom: 1px solid #999999;
}
.mail-delivery-history .head-row{
   border-right: 1px solid #999999;
}
#delivery_cancellabel{
  height:20px;
  color: #000000;
}
.mail-delivery-history .nrof{
  width: 11%;
}
.mail-delivery-history .nrof_reserved_email{
  width: 8%;
}
.mail-delivery-history .nrof_fail{
  width: 14%;
}
#mail-delivery-status .dateinput,
#mail-delivery-status .timeinput{
    border-width: 0;
    display: inline-block;
    color: #3399FF;
}
#mail-delivery-status .dateinput{
  width: 75px;
}
#mail-delivery-status .timeinput{
  width: 35px;
}
/*Cancel mail delivery dialog css*/
#mail-delivery-status-popup{
    left: 244px;
    top: 10% !important;
    width: 860px;
   box-shadow:none!important;
}
.mail-delivery-dialog-inner{
  padding: 10px 3%;
  background-color: #FFFFFF;
}
.parent-div .inner-bottom{
  height: 30px;
  padding: 10px 20px 10px 20px;
  color: #FFFFFF;
}
.mail-delivery-dialog-inner .inner-header,
.mail-delivery-dialog-inner .inner-information,
.mail-delivery-dialog-inner .inner-checkbox{
  padding: 10px 10px;
  font-size: 17px;
}
.mail-delivery-dialog-inner .inner-information{
  width: 60%;
  border-bottom: 2px dashed;
  border-top: 2px dashed;
}
.mail-delivery-dialog-inner .date,
.mail-delivery-dialog-inner .dateVall,
.mail-delivery-dialog-inner .count,
.mail-delivery-dialog-inner .countVall,
.mail-delivery-dialog-inner .answer_group,
.mail-delivery-dialog-inner .answerGroupValue{
  float: left;
}
#delivery_cancellabel .cancel-text{
  display: inline;
}

#cancel-check,
.cancel-text{

  line-height: 16px;
  border-radius: 5px;
}
#cancellabel{
  height: 20px;
  padding-left:35px;
  color:#000000;
  text-align: left;
}
/*Pagination */
.reservation_pagination li,
.history_pagination li{
    display: inline-block;
    cursor: pointer;
}
.reservation_pagination span,
.history_pagination span{
    margin-left: 5px;
    font-size: 15px;
    line-height: 17px;
    color: #717171;
    padding: 0 2px;
}
.reservation_pagination .current,
.history_pagination .current{
    margin-left: 5px;
    font-size: 15px;
    line-height: 17px;
	color:#000000;
	border-bottom: 1px solid #000;
}
.reservation_pagination li.disabled .prev,
.reservation_pagination li.disabled .next,
.history_pagination li.disabled .prev,
.history_pagination li.disabled .next{
    display: none;
}
.reservation_pagination{
    text-align: right;
    width: 74%;
    margin-bottom: 25px;
}
.history_pagination{
    width: 99%;
    margin-bottom: 25px;
  text-align: right;
}
.mail-delivery-dialog-inner .inner-information .popup_value{
    border: medium none;
    font-size: 15px;
    line-height: 15px;
    padding-left: 10px;

}
.mail-delivery-dialog-inner .inner-information .noVall,
.mail-delivery-dialog-inner .inner-information .emailVall {
    width: 150px;
    margin-top:-5px;
}
.mail-delivery-dialog-inner .inner-information .dateVall,
.mail-delivery-dialog-inner .inner-information .answerGroupValue {
    width: 270px;
}
#mail-delivery-cancel-popup-danger .mail-delivery-dialog-inner,
#mail-delivery-datetime-popup-danger .mail-delivery-dialog-inner{
    background-image: url("../images/icon_danger.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    display: table-cell;
    font-size: 14px;
    height: 150px;
    line-height: 200%;
    margin: 80px 14px 0 10px;
    padding-left: 110px;
    padding-right: 20px;
    text-align: left;
    vertical-align: middle;
    word-break: break-all;
}

#mail-delivery-cancel-popup-danger .parent-div .inner-bottom,
#mail-delivery-datetime-popup-danger .parent-div .inner-bottom {
    color: #ffffff;
    height: 30px;
    padding: 10px 20px;
    text-align: center;
}
#mail-delivery-cancel-popup-danger .danger-cancel,
#mail-delivery-datetime-popup-danger .danger-cancel {
    display: inline-block;
    padding: 10px 32px 8px;
    text-align: center;
    vertical-align: middle;
    background: #bdbdbd linear-gradient(to bottom, #ebebeb, #bdbdbd) repeat scroll 0 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.2) inset !important;
    color: #444444 !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0), 1px 1px 0 rgba(240, 240, 240, 1) !important;
}
/*sending email terms&conditions pop-up*/
#email-sending-terms{
  z-index: 1001;
  box-shadow: none;
  background-color: #999999;
  border-radius: 10px;
}
#email-sending-terms .terms-header{
  height: 40px;
}
#email-sending-terms .mail-delivery-dialog-inner-container{
  background-color: #FFFFFF;
  padding-top:10px;
  padding-bottom:10px;
}
#email-sending-terms .mail-delivery-dialog-inner{
  overflow: hidden;
  height: 210px;
  color: #000000;
  width:95%;
  border:1px solid #999999;
  margin:0 auto;
  margin-bottom:10px;

}
#email-sending-terms .mail-delivery-dialog-inner ul{
  list-style-type: square;
}
#email-sending-terms .mail-delivery-dialog-inner .number-li{
  list-style-type: decimal;
  margin-left: 10px;
}
#email-sending-terms .mail-delivery-dialog-inner a{
  color: #39f;
  cursor: pointer;
}
#email-sending-terms .mail-delivery-dialog-inner p{
 padding-top: 5px;
 padding-bottom: 5px;
  font-size: 100%;
}
#email-sending-terms .mail-delivery-dialog-inner li{
 font-weight: bold;
}
#email-sending-terms .inner-bottom .uiButton{
  min-width: 100px;
    padding: 10px;
}
#email-sending-terms  h2{
    box-sizing: border-box;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 0 0 50px;
}
#email-sending-terms .footer-main{
  margin: 10px;
}
#email-sending-terms .footer-main .inner-bottom{
  float: right;
  width: 90%;
}
#email-sending-terms .inner-checkbox{
  text-align: center;
}
#email-sending-terms .footer-main  #email-sending-terms-next{
  display: none;
}
#email-sending-terms .footer-main #cancellabel{
    color: #FFFFFF;
}
#email-sending-terms .footer-main #cancellabel:hover{
    color: #999999;
}

#delivery_status_linkspace{
  margin-top:0;
}
#email-sending-notify{
  z-index: 1001;
  position: fixed;
  min-height: 160px;
  display: block;
  margin-top: 0;
  background-color: #f5f5f5;
}
#email-sending-notify .alert-message{
    background-image: url("../images/icon_danger.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    display: table-cell;
    font-size: 14px;
    line-height: 130%;
    margin: 80px 14px 0 10px;
    padding-left: 110px;
    padding-right: 20px;
    text-align: left;
    vertical-align: middle;
    word-break: break-all;
    color: #999999;
}
#email-sending-notify .alert-message {
  text-align: center;
}
#email-sending-notify .alert-message a {
  color: #39F;
}
#email-sending-notify .alert-message p {
  padding: 3px 0;
}
#email-sending-notify .alert-message .service-guidline{
    font-size: 120%;
}
#email-sending-notify .notify-cancel{
  text-align: center;
  height: 50px;
}
#email-sending-notify .notify-cancel #email-sending-notify-close{
  margin: 5px 0;
}
/*help icon */
.delivery_btn_help,
.spam_rate_btn_help{
    background-image: url("../images/btn_help.png");
    display: inline-block;
    height: 20px;
    position: relative;
    top: 4px;
    width: 20px;
}
.delivery_help_window,
.spam_rate_help_window{
    background-color: #ffffff;
    border: 5px solid #aaa;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 1.4;
    padding: 5px;
    position: absolute;
    text-align: left;
    width: 260px;
    z-index: 1000;
    right: 30px;
    top: -37px;
    color: #999999;
}
.delivery_help_window::before,
.spam_rate_help_window::before{
    background-image: url("../images/btn_next_sp.png");
    content: "";
    display: inline-block;
    height: 22px;
    left:275px;
    position: absolute;
    top: 30px;
    width: 10px;
}
/*publish_panelresearch_dialog.html:429:430*/
.publish_panelresearch_dialog_header_additional_text{
  margin-left: 20px;
}
.publish_panelresearch_dialog_plus_icon{
  margin:0px 8px ;
  font-size: 22px;
  float:left;
  line-height: 28px;
  vertical-align: middle;
}
.publish_panelresearch_dialog_create_txt{
  line-height: 32px;
  vertical-align: middle;
  float:right;
  font-size: 11.5px;
}
.pr-condition-add-btn.ui32IconTxtBtn.uiIcoAdd.uiButton{
  padding: 0 12px 0 0;
  margin-top:-2px;
}
/*base.html : 257 */
.btn-other .function_button_tittle{
  display: none;
}
/*\templates\enquete\home.html:114*/
#myEnquete .enq-status-continue select{
 max-width: 100%;
 word-wrap: normal;
}

/*templates\enquete\publish.html:1875*/
#point_txt{
  margin-top:-10px;
}

/*\templates\enquete\edit\logic.html*/
.uitext_comment{
  max-width: 300px;
  line-height: 18px;
}
.uitext_comment .red.italic{
  color:red;
  font-style: italic;
}

/*\templates\answer\home.html:7-9*/
.exit_page_back_btn{
  padding:0 !important;
  margin:100px auto 0 !important;
  height:50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  width:200px;
}
.exit_page_txt{
  padding-top:100px;
  text-align:center;
  font-size: 130%;
}
.exit_page_txt_2{
  text-align:center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  .uiTextbox textarea,
  .uiTextbox input[type=password],
  .uiTextbox input[type=text] {
      /*IE-11 wrap text*/
    white-space: pre-line;
    }
    
  .uiTextboxes textarea,
  .uiTextboxes input[type=text],
  .uiTextboxes input[type=password] {
  /*IE-11 wrap text*/
    white-space: pre-line;
  }
} 


.modal-dialog1 {
  display: none;
  position: fixed;
  width: 400px;
/*  left: 50%;
  margin-left: -430px;*/
  border-radius: 10px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3);
  background-color: #a6a4a1;
  font-size: 13px;
  z-index: 999;
}
.modal-dialog1 h2 {
  height: 39px;
  padding: 14px 0 0 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-image: url(../images/icon_side_Opt01.png);
  background-repeat: no-repeat;
  background-position: 20px 16px;
  font-size: 14px;
  color: #fff;
}
.modal-dialog1 div.modal-dialog-content {
  height: 250px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
}
.modal-dialog1-footer {
  height: 44px;
  padding: 0px 10px 9px 10px;
}
.modal-dialog1-footer .uiButton.cancel {
  margin-right: 15px;
}
.modal-dialog1-footer .footer-left {
  float: left;
}
.modal-dialog1-footer .footer-right {
  float: right;
}
.modal-dialog1-footer a.uiButton {
  min-width: 100px;
  padding: 10px;
  float: left;
}


.modal-dialog1-footer {
  height: 35px;
  padding: 0px 10px 9px 10px;
}
.modal-dialog1-footer .uiButton.cancel {
  margin-right: 15px;
}
.modal-dialog1-footer .footer-left {
  float: left;
}
.modal-dialog1-footer .footer-right {
  float: right;
}
.modal-dialog1-footer a.uiButton {
  min-width: 100px;
  padding: 10px;
  float: left;
}





.uiSelect1 {
  position: relative;
  width: auto;
  padding-right: 50px;
  max-width: 350px;
  min-height: 40px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #e6e6e6;
  background-image: url(../images/back_pulldown.gif);
  background-repeat: no-repeat;
  background-position: right center;
}


.uiSelect1.s {/* 横幅AUTO*/
  width: auto!important;
}

.uiSelect1.open {
  border-radius: 5px 5px 0 0;
}
.uiSelect1 > p {
  position: relative;
  padding: 15px 40px 15px 15px;
}
.uiSelect1 .selectObj {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
}


.uiSelect1 ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 310px;
  top: auto;
  left: 0;
  z-index: 6;
  padding: 3px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  background: #fff;
}
.uiSelect1 ul li {
  padding: 10px 37px 12px 10px;
  border-radius: 5px;
  line-height: 1.2;
}
.uiSelect1 ul li:hover {
  background-color: #eee;
}

.notice-answer-title p {
  height: 30px;
  display: block;
  margin: 0px;
  text-align: center;
  padding:10px;
  background-image: none;
  font-size: 16px;
}

.ui-state-active,.ui-widget-content .ui-state-active {
    background: #dadada url("../images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x !important;
}