@charset "utf-8";
.sub{
	font-size: 60%;
}
.sup{
	font-size: 60%;;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.imageMW {
  line-height: 0;
  font-size: 0;
  margin-bottom: 15px;
}
.imageMW{
	text-align: center;
}
.imageMW img{
	height: auto;
	max-width: 100%;
}

/* ------------------------------------------------------------------------------------- PARTS */
@media print, screen and (min-width:751px) {
	.sectionHead{
		font-size: 28px;
	}
}
@media screen and (max-width: 750px) {
	.sectionHead{
		font-size: 26px;
	}
	.sectionHead > span{
		display: inline-block;
	}
}