.form-error {
	color:#e77272;
}

#entryForm input[type='radio']{
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
	position: static;


}
.f_item_radio1 {
	display: inline-block;
	margin-right: 20px;
}
/***************************************************
  PC style
****************************************************/

@media print, screen and (min-width: 980px){
#entryForm .checkboxWrap input[type="checkbox"] {
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
	position: static;
    margin: 0 4px 0 0;
}

#entryForm .checkboxWrap label {
	width:220px;
	float:left;
	margin:5px 0;
	display: block;
	background: none;
    padding: 4px 0 0 0;
	box-sizing:border-box;
}

}




/***************************************************
  SP style
****************************************************/

@media screen and (max-width: 979px){
#entryForm .checkboxWrap input[type="checkbox"] {
	filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
	position: static;
    margin: 0 4px 0 0;
}

#entryForm .checkboxWrap label {
	width:50%;
	float:left;
	margin:5px 0;
	display: block;
	background: none;
    padding: 2px 0 0 0;
	box-sizing:border-box;
}


}