@charset "utf-8";
/*
 * ===================================================
 * 
 * menu
 * 
 * ===================================================
 */
#content p { margin-bottom: 30px; }
.listStyle03 li { margin-bottom: 10px; }
.listStyle03 li:last-of-type { margin-bottom: 0; }

.time {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: normal;
}
.tableStyle01 th { background: rgba(145, 94,77, 0.2); }
.txt {
	width: 650px;
	float: left;
}
.img {
	text-align: center;
	width: 320px;
	float: right;
}
/**
 ****************************************************
 * 
 * screens smaller than 767
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	.time {
		font-size: 1.6rem;
	}
	.txt,
	.img {
		width: auto;
		float: none;
	}


}	/*  @media END */
