/* @Enquete */
#enqueteform {
	clear: both;
	margin-bottom: 1.5em;
	padding: 1em;
	border: 2px solid #666;
	}

#enqueteform p {
	margin-bottom: 0;
	text-align: center;
    font-size: 90%;
	}

#enqueteform .enq_choice label {
	position: relative;
	margin-right: 0.5em;
	padding-left: 2em;
	padding-left: 0\9; /* IE10莉･荳� */
	line-height: 20px;
	display: inline-block;
	cursor:	pointer;
	}
#enqueteform .enq_choice label:not(:target) {
	padding-left: 2em\9; /* IE9,10 */
	}

#enqueteform .enq_choice label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #FFF;
	border: 1px solid #333;
	}

#enqueteform .enq_choice input[type="radio"] {
	display: none;
	display: inline-block\9; /* IE10莉･荳� */
	}
#enqueteform .enq_choice input[type="radio"]:not(:target) {
	display: none\9; /* IE9,10 */
	}

#enqueteform .enq_choice input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #397ecf; 
	}

#enqueteform .enq_answer input[type="submit"] {
	margin-top: 0.5em;
	padding: 0.25em 0.5em;
	border: none;
	background: #397ecf;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	}

#enqueteform .enq_answer input[type="submit"]:hover {
	filter: alpha(opacity=85);
	opacity: 0.85;	
	}

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

#enqueteform p {
    font-size: 100%;
	}

}

/*1024px*/
@media screen and (min-width : 819px){

}