@charset "UTF-8";
h1{
	font-size: 40px;
}
#wrapper p{
	font-size: 16px;
	line-height: 1.8;
	word-wrap: break-word;
}
#wrapper p.txRead{
	font-size: 18px;
}
#wrapper div.txNotes{
	margin: 50px 0 100px;
}

@media only screen and ( max-width: 767px ) {
	h1{
		font-size: 24px;
	}
	#wrapper p{
		line-height: 1.6;
	}
	#wrapper div.txNotes{
		margin: 25px 0 20px;
	}
}
