@charset "UTF-8";
/* CSS Document */

sup {
	height: 0;
	font-size:40%;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
