@media screen and (max-width: 767px){
}
@media screen and (min-width: 768px){
	div.PageSampleBox {
		display: table;
		table-layout: fixed;
	}

	div.PageSampleBox > div.ImgBox {
		display: table-cell;
		width: 250px;
		height: 180px;
	}

	div.PageSampleBox > div.TextBox {
		display: table-cell;
		vertical-align: top;
	}

}

div.PageSampleBox {
	position: relative;
	width: 100%;
}

div.PageSampleBox > div.ImgBox {
	position: relative;
}

div.PageSampleBox > div.TextBox {
	position: relative;
}

div.PageSampleBox > div.TextBox > div.InnerBox{
	position: relative;
	margin-left: 0.5em;
}
