@charset "utf-8";

/**
 * reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
dt {
	font-weight: bold;
}

/**
 * clearfix
 */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/**
 * common style
 */
* {
	font-family :'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
body {
	background-color: #f6f6f6;
	padding-bottom:50px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=file] {
	color:#6a6a6a;
	height: 28px;
	outline: 0;
	margin-top: -6px;
	margin-bottom: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	font-size: 16px;
	font-weight:normal;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text] {
	width: 160px;
}
input[type=checkbox] {
	vertical-align: middle;
	margin: -4px 0 0 0;
}
input[type=radio] {
	vertical-align: middle;
	margin: -3px 0.5em 0 0;
}
textarea {
	color:#6a6a6a;
	outline: 0;
	padding: 4px;
	width: 500px;
	height: 200px;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	font-size: 16px;
	font-weight:normal;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}
select {
	vertical-align: middle;
	margin-top: -3px;
}
button {
	display: inline-block;
	font-size:14px;
	font-weight: bold;
	border: none;
	padding:6px 40px;
	margin:0 5px;
	background-color:#fff;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
select.ques-select {
	/* セレクトボタンの矢印を消す */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.ques-select::-ms-expand { /* セレクトボタンの矢印を消す（IE10以上） */
	display: none;
}

.mail_setting_suggestion,
.password_mail_setting_suggestion
{
/* position: absolute; */
width: 659px;
background: #F6F6F6;

}

.mail_setting_suggestion >p,
.password_mail_setting_suggestion >p
{
    margin-bottom: 2em;
    line-height: 24px;
    padding: 10px 15px;
}


/* 設定の操作ボタンのスタイル */
.action-btn {
	width: 50px !important;
}
.action-btn button {
	border: 1.5px solid #6a6a6a;
	color: #6a6a6a;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.action-btn button:hover {
	cursor: pointer;
	opacity: .5;
}
.disabled {
	opacity: .2;
}
.action-btn button.disabled:hover {
	opacity: .2;
	cursor: auto;
}
#end_text,
.end_text {
	color:#6a6a6a;
	outline: 0;
	padding: 4px;
	width: 500px;
	min-height: 200px;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	font-size: 16px;
	font-weight:normal;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

span#opt1 {
	display: inline-block;
	height: 100%;
	width: 100%;
	overflow: scroll;
}
span#opt1::-webkit-scrollbar {
	display: none;
}
span[data-placeholder="選択肢"] {
	display: inline-block;
	height: 100%;
	width: 100%;
	overflow: scroll;
}
span[data-placeholder="選択肢"]::-webkit-scrollbar {
	display: none;
}
span[data-placeholder="サブ質問文"] {
	display: inline-block;
	height: 100%;
	width: 100%;
	overflow: scroll;
}
span[data-placeholder="サブ質問文"]::-webkit-scrollbar {
	display: none;
}
span[data-placeholderactive="true"] {
	display: inline-block;
	height: 100%;
	width: 100%;
	overflow: scroll;
}
span[data-placeholderactive="true"]::-webkit-scrollbar {
	display: none;
}
span[data-placeholderactive="false"] {
	display: inline-block;
	height: 100%;
	width: 100%;
	overflow: scroll;
}
span[data-placeholderactive="false"]::-webkit-scrollbar {
	display: none;
}
span[data-placeholder="最大値を入力"] {
	display: inline-block;
	height: auto;
	width: auto;
	overflow: visible;
}
span[data-placeholder="最小値を入力"] {
	display: inline-block;
	height: auto;
	width: auto;
	overflow: visible;
}