@charset "UTF-8";

#enquete p.caption{
	padding:10px;
}

#enquete h3{
	font-size:0.9rem;
	line-height:1.0em;
	margin-top:15px;
}

#enquete h3 span{
	display:block;
	font-size:0.8rem;
	line-height:1.0em;
	font-weight:normal;
	margin-top:5px;
}

#enquete ul{
	padding:10px;
	font-size:0.9rem;
	line-height:1.0em;
}

#enquete ul li{
	display:inline-block;
	padding:10px 5px;
}

#enquete p.text-field{
	padding:10px;
}

#enquete p input[type="text"]{
	width:100%;
	border:none;
	background-color:#eee;
	height:30px;
	padding:5px;
	box-sizing:border-box;
}

#enquete ul li input[type="checkbox"]{
	margin-right:5px;
}

#enquete ul li input[type="radio"]{
	margin-right:5px;
}

#enquete p textarea{
	width:100%;
	border:none;
	background-color:#eee;
	height:120px;
	padding:5px;
	box-sizing:border-box;
}

#enquete select{
	margin:10px;
}

#enquete div.btn-area{
	padding:10px;
	text-align:center;
	margin-bottom:20px;
}

#enquete div.btn-area input[type="submit"]{
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0rem;
	line-height:1.0em;
	font-weight:bold;
	width:200px;
	border:none;
	padding:15px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f36), color-stop(0.00, #f69));
	background: -webkit-linear-gradient(#f69, #f36);
	background: -moz-linear-gradient(#f69, #f36);
	background: -o-linear-gradient(#f69, #f36);
	background: -ms-linear-gradient(#f69, #f36);
	background: linear-gradient(#f69, #f36);
	color:#fff;
	border-radius:5px;
}