@charset "shift_jis";
.event_table {
	border: 1px solid #CCCCCC;
}
.event_table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #996699;
	border-bottom-color: #996699;
	background-color: #E0B8E0;
	color: #333333;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}
.event_table td {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

p.event_pic {
	text-align:center;
}

/*ウルトラマンメビウス*/
.event_table_mb {
	border: 1px solid #CCCCCC;
}
.event_table_mb th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0080C0;
	border-bottom-color: #66CCFF;
	background-color: #99CCFF;
	color: #333333;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
}
.event_table_mb td {
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 1px;
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

