@charset "UTF-8";


/*  event
---------------------------------------------------------- */

.eventBox {
	margin: 40px 0px 0px;
	width: 820px;
	padding-left: 60px;
}
.pdfBox {
	margin: 20px auto 0px;
	padding: 7px;
	width: 600px;
	text-align: center;
	border: 1px solid #e3c4da;
	background: #fbf5f9;
}
.phTable {
	margin: 30px auto 0px;
	width: 820px;
}
.phTable table tr th {
	width: 20px;
}
h4 {
	padding-left: 50px;
}

.eventTable {
	width: 830px;
	padding-left: 50px;
	margin-top: 30px;
}
.eventTable table {
	width: 770px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	margin-left: 30px;
}
.eventTable table tr th {
	background: #f4f1f9;
	padding: 15px;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.eventTable table tr td {
	padding: 15px;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	text-align: center;
}
