.form_wide {
	height: 480px;
	width: 825px;
	padding-top: 21px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 21px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-image: url(../../img/bg_formB.png);
	position: relative;
	left: 45px;
}

.form_wide #accept {
    background-image: url("../../img/survey_img_accepted.png");
    background-repeat: no-repeat;
    height: 240px;
    left: 100px;
    overflow: hidden;
    position: relative;
	text-indent: 100%;
	white-space: nowrap;
    top: 100px;
    width: 660px;
}

#form_title {
    height: 45px;
}

#survey{
	padding:5px;
	margin:0;
	width:950px;
}
h1 {
background-image: url(../../img/h1_survey.png);
}
h2.title {
	font-size: 22px;
	font-weight:bold;
	color: #FFFFFF;
	text-shadow:0px 0px 1px #000000 , 2px 2px 1px #000000;
	margin: 0px;
	padding:0 15px;
	height:40px;
	line-height:40px;
	border-radius:6px 6px 0px 0px;
	background-color:#000000;
	text-indent:0;
}
#survey h4{
padding:12px 14px; 
text-shadow:2px 2px 2px rgba(0,0,0,0.2);
font-size:18px;
border-radius:6px;
margin:0 0 14px;

}
#survey h4 + p{
font-size:14px;
line-height:20px;
margin:0 0 14px;
}
.inBox{
padding:0 2%;
}
input::-webkit-input-placeholder {
    color:    #999;
}
input:-moz-placeholder {
    color:    #999;
}
input.abslt::-webkit-input-placeholder {
    color:    #f00;
}
input.abslt:-moz-placeholder {
    color:    #ff0;
}
#survey ul {
	height: auto;
	position: relative;
	padding: 3%;
	border-radius:6px;
	display: block;
	list-style-type: none;
}
#survey li {
	display: block;
	clear: both;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 20px;
}
#survey li ul {
	padding: 0%;
}
#survey li:last-child {
	margin-bottom: 0px;
}

#survey .tag {
	height:12px;
	display:block;
	height:30px;
	display: block;
	clear:both;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
#survey li>p {
	font-size: 12px;
	color: #fff;
	clear:both;
}
.s{
	width: 50%!important;
	float: left;

}
.inBox>div {
	float: left;

}

#survey input,#survey select,#survey #btn_box p {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	float: left;
	display:block;
	width: 100%;
	height: 40px;
	line-height:40px;
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:5px;
	border:none;
	margin-bottom: 4px;
	padding: 0 6px;

}

#survey #btn_box p{
	width: 93%;
	height:34px;
	line-height:34px;
	margin:0;
	float: none;
	clear:both;
	position:absolute;
	bottom: 0px;
}
#survey select,#survey select.abslt{
background-image:url(img/select_down.png);
background-repeat: no-repeat;
background-size:15px;
background-position:right;
}
.radio {
	/*display: none!important;*/
	background:transparent!important;
	border:none!important;
	z-index:200;
	height:34px!important;
	position:absolute;
	top:-3px;
	left:-5px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	cursor:pointer;
}

.radio + label {
	-webkit-appearance: none;
	border: 1px solid #999;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	float:left;
	z-index:150;
}

.radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.radio + label:active, .radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big + label {
	padding: 16px;
}

.big:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}
.btn_wraps{
	display:block;
	width:100%;
	height:35px;
	position:relative;
	margin-bottom:10px;
}
.btn_wraps>div{
	/*float:left;*/
	height:35px;
	width:auto;
	padding-left:40px;
	line-height:35px;
	white-space: nowrap;
}
#sentence {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
	display: block;
	vertical-align:top;
	height: 6em;
	padding:6px;
	border-radius:5px;
	overflow-y:scroll;
	/*border: solid 1px #999;*/
	border:none;
	font-size:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#sentence:focus,
#sentence:hover {
	height: 10em;
}

.btn_form{
	width: 100%;
	display:block;
	height:40px;
	font-size:14px;
	padding:0;
	line-height:35px;
	margin-right: 4%;
	margin-bottom:0!important;
	float: left;
	color:#000;
	border:none!important;
	margin-top: 10px;
	cursor: pointer;
	/*text-shadow:-1px -1px 1px rgba(86, 0, 17, 0.5);*/
	box-shadow:-1px -1px 0px rgba(0, 0, 0, 0.4)inset,1px 1px 0px rgba(255, 255, 255, 0.4)inset;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #cecece), color-stop(1.00, #ffffff))!important;
	background: -webkit-linear-gradient(#cecece, #ffffff)!important;
	background: -moz-linear-gradient(#cecece, #ffffff)!important;
}

.checkBox  {
	height: auto;
	width: 100%;
	padding-bottom:0px;
	display:none;
	border-radius: 0px 0px 8px 8px;
	z-index: 20;
	position: relative;
}
.checkBox  ul {
	display: block;
	list-style-type: none;
	overflow: hidden;
	padding:0px;
	background:transparent!important;
}
.checkBox li{
	font-size:16px;
	color:#FFFFFF;
	overflow:hidden;
	white-space:nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:2px;
	margin-bottom:0!important;
	clear:none!important;
	width: 100%;
	height:44px;
}
.checkBox li div {
	
	height:40px;
	line-height:40px;
	font:14px;
	color: #000;
	text-align:center;
	position:relative;
	z-index:140;
	width:100%!important;
}
.check {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.check + label {
	-webkit-appearance: none;
	display: block;
	position: absolute;
	width:100%;
	margin:0;
	padding:0;
	border:none;
	top:0px;
	left:0px;
	background-color: #666;
	border-radius:3px;
	overflow:hidden;
	z-index:160;
	cursor:pointer;
}
.check + label:hover {
	background-color: #ccc;
}
.check:checked + label:after {
	content: ' ';
	color:#333333;
	position: absolute;
	background: #3da1ff;

}

.s{
	width: 25%!important;
	float: left;
}
/*カラーセット*/
#survey{color:#FFFFFF;}
#survey p{color:#333333;}
#survey ul {
	background-color: #333333;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #000), color-stop(1.00, #464646));
	background: -webkit-linear-gradient(#000, #464646);
	background: -moz-linear-gradient(#000, #464646);
}
#survey h4{ background-color:#999999; color:#FFFFFF;}
#survey li p{ font-size:12px; color:#FFFFFF;}
#survey .tag {color:#fff;}
#survey input,#survey select,#survey #btn_box p {background:#fff;}
.radio + label {background-color: #fafafa;}
.check + label {background-color: #666;}
.check:checked + label,.radio:checked + label:after {background-color: #3da1ff; color:#fff;}
.txt_r{color:#ef0000!important;}

.caption {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    width: 870px;
}

.inner {
    background-color: #FFFFFF;
    background-image: url("../../img/box_mid_bk950.gif");
    background-repeat: repeat-y;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
    width: 950px;
}