@charset "UTF-8";
/* MEGANE */
.megcim { width:70px; height:45px; background-repeat:no-repeat; background-position: center center; position:absolute; left:0; top:0; text-align:right; }
.megc { position:relative; height:auto !important; min-height:45px; height:45px; margin:0 0 6px; }
.megcdes { padding:0 0 0 76px; }
.megscore { background-color:#4466A0; background-image:url(images/meganebg.png); background-position:center bottom; background-repeat:no-repeat; }
.megs0,.megs7,.megs10 { background-position:center bottom; background-repeat:no-repeat; height:100px; }
.megs0 { background-image:url(images/megane_score0nbg.png); }
.megs7 { background-image:url(images/megane_score7nbg.png); }
.megs10 { background-image:url(images/megane_score10nbg.png); }
.megsh,.megsl { text-align:center; }
.megsh { font-weight:bold; background-color:#333; color:#FFF; }
.megsl { font-size:11px; background-color:#DDD; font-style:italic; }
@media only screen and (max-width:190px) {
	.megcim { position:static; text-align:left; height:auto; }
	.megcdes { padding:6px 0 0; }
}
@media print {
	.megscore { display:none; }
	.megsh { background-color:#FFF; color:#000; }
	.megsl { font-size:11pt; background-color:#FFF; }
}