@charset "euc-jp";
 
/*
createdate: 2014/08/20
update: 2015/06/30
ver: 2.0.0
*/

/*
 module1.2.3.css [check entry with mail magazine permission]
----------------------------------------*/

/* Hide check box when JavaScript is off */
.riCheckEntry.mandatory #ekey + .imageCheckBox,
.riCheckEntry.mandatory #ekey2 + .imageCheckBox,
.riCheckEntry.mandatory #ekey3 + .imageCheckBox {
	display: none;
}

.riCheckEntry700.mandatory #ekey + .imageCheckBox,
.riCheckEntry700.mandatory #ekey2 + .imageCheckBox,
.riCheckEntry700.mandatory #ekey3 + .imageCheckBox {
	display: none;
}

/* Styles for IE 6,7,8 */
@media \0screen\,screen\9 {
	.riCheckEntry.mandatory #ekey,
	.riCheckEntry.mandatory #ekey2,
	.riCheckEntry.mandatory #ekey3,
	.riCheckEntry700.mandatory #ekey,
	.riCheckEntry700.mandatory #ekey2,
	.riCheckEntry700.mandatory #ekey3 {
		display: none;
	}
	.riCheckEntry.mandatory #ekey + .imageCheckBox,
	.riCheckEntry.mandatory #ekey2 + .imageCheckBox,
	.riCheckEntry.mandatory #ekey3 + .imageCheckBox,
	.riCheckEntry700.mandatory #ekey + .imageCheckBox,
	.riCheckEntry700.mandatory #ekey2 + .imageCheckBox,
	.riCheckEntry700.mandatory #ekey3 + .imageCheckBox {
		display: none;
	}
}
