@charset "utf-8";

/* 活動報告 - オープンレクチャー */

h2 {
	font-size: 14px;
	color: white;
	background-color: #348521;
	padding: 5px;
}

.container {
	border-left: 1px dotted #348521;
	border-right: 1px dotted #348521;
	border-bottom: 1px dotted #348521;
}

.content {
	margin: 20px;
}

table {
	width: 500px;
	border-collapse: collapse;
	border: 1px solid #696969;
}

th {
	width: 55px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dashed #696969;
	border-right: 1px dashed #696969;
}

td {
	width: 445px;
	border-bottom: 1px dashed #696969;
}

th, td {
	padding: 5px;
}

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

em {
	font-style: normal;
	color: red;
}

