@charset "UTF-8";

.blk {
	padding: 80px;
	width: 950px;
	overflow: hidden;
}

.mainCont01 > .blk {
	width: 790px;
}

.blk h3 {
	margin-bottom: 40px;
}

.white {
	background: #ffffff;
}

.gray {
	background: #e2e2e1;
}

#blk01 li {
	border-bottom: 1px dotted black;
	padding: 15px 0 15px 100px;
	width: 790px;
	position: relative;
	overflow: hidden;
}

#blk01 ul > li {
	width: 690px;
}

#blk01 span {
	position: absolute;
	top: 13px;
	left: 0;
}

#blk01 .date {
	margin: 0 -12em 0 0;
	width: 12em;
	float: left;
}

#blk01 .content {
	margin: 0 0 0 12em;
	color: #000000;
}

#blk02 table {
	width: 480px;
	float: right;
	border-spacing: 10px 0;
}

#blk02 th, #blk02 td {
	padding: 12px 10px 8px;
}

#blk02 th {
	border-top: 1px solid black;
	width: 5em;
	vertical-align: top;
	text-align: center;
}

#blk02 .last th {
	border-bottom: 1px solid black;
}

#blk02 td {
	border-top: 1px dotted black;
}

#blk02 .last td {
	border-bottom: 1px dotted black;
}

#blk02 .photo {
	width: 278px;
	float: left;
}

#blk03 ul {
	overflow: hidden;
}

#blk03 li {
	position: relative;
	float: left;
}

#blk03 li a {
	display: block;
	position: absolute;
	left: 444px;
	bottom: 27px;
}

#blk03 li img {
	vertical-align: bottom;
}
