/*

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

#enquete-content {
	width : 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#enquete-content div.enquete-answer {
	margin-left: 0px;
	margin-right: 20px;
}

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

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

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

#enquete-content .message {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffc5d5;
	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 {
	font-size: 24px;
}

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

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

.close-memo a {
	color: blue !important;
	text-decoration :none !important;
}

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

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

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

.message {
	font-weight: bold;
	color: red;
}

/* ƒXƒ}ƒz */
@media screen and (max-width: 769px) {

    input[type=text]{
    	width: 90% !important;
    }

	textarea {
    	width: 90% !important;
    }

	.start-memo,.close-memo {
		font-size: 14px;
	}

	#enquete-content {
		font-size: 14px;
	}

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

}

/* PC */
@media screen and (min-width: 768px) {

	.enquete-title {
		font-size:32px;
	}

}