@charset "UTF-8";

/* CSS Document */
video {
	max-width: 100%;
}

p.playimg {}

p.txt {}

p.ttl {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

div.row:not(:last-of-type) {
	margin-bottom: 2em;
}

@media only screen and (min-width: 760px) {
	div.inner {
		width: 90%;
		margin: 0px auto;
	}

	p.playimg {}

	p.txt {}

	p.ttl {}

}