/*

*/
#enquete-content h2 p ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#enquete-content {
	width : 100%;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
    font-size: 14px;
}

#enquete-content a{
	text-decoration: none;
	color: blue;
}

.more a{
	text-decoration: none;
    color: white !important;
    font-size: 16px;
}

#enquete-content div.enquete-answer {
	margin-right: 10px;
}

.text-center {
	text-align: center;
}

.required {
	color: #ff0000;
	font-size: 0.8em;
}

.check_required {
	background-color: #ffc5d5;
	color: red;
	margin-bottom: 10px;
}

#enquete-content .message {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffc5d5;
	color: red;
	margin-bottom: 10px;
}

#submit_button {
	width: 80%;
	height:40 px;
	background-color:#919191;
	border:none;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-align:center;
}

#submit_button:hover {
	background-color:#d0d0d0 !important;
	color:#fff;
}

.enquete-title {
	text-align: center;
	font-size: 24px;
}

.start-memo {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}

.close-memo {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size:16px;
}

.regist-message {
	text-align: center;
}

.answer {
	font-size: 16px;
	font-weight: bold;
	color: #FF6637;
}

hr.shadow{
	height: 3px;
	border: 0;
	box-shadow: 0 3px 3px -3px #fff inset;
}

