@charset "UTF-8";

hgroup
{
	text-align: left;
	margin: 0 auto;
}

hgroup p
{
	margin-bottom: 0;
}

.page-titleimg
{
	background-image: none;
}

.container
{
	max-width: 800px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 80px auto;
}

.container h2
{
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.6;
}

.container time
{
	font-size: 1.4rem;
	color: #7a7a7a;
}

img.thumb
{
	margin-top: 20px;
}

.container p
{
	padding-bottom: 1em;
}

.txt
{
	margin: 20px auto 0;
}

@media screen and (max-width:500px)
{
	.container
	{
		margin: 40px auto;
	}

	.page-titleimg
	{
		background-image: none
	}
}