@charset "UTF-8";

.event_wrap {
	margin-top:10px;
	margin-left:20px;
	width:900px;
	text-align:center;
}
.event {
	text-align:justify;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:2px;
	clear:both;
	background-color:#CCF;
	padding-bottom:3px;
	line-height:1.75em;
	letter-spacing:0.05em;
}

.event h3 {
	font-size:125%;
	color:#006;
	padding-left:2%;
	padding-top:5px;
}

.event h5 {
	font-size:1.3em;
	font-weight:bold;
	color:#006;
}

.event .date {
	text-align:right;
	padding:5px;
	padding-right:2%;
	color:#000;
}

.event_table {
	margin-bottom:0;
	margin-top:0;
	margin-left:2px;
	margin-right:2px;
	width:896px;
	background-color:#FFF;
}

.event_table th.ev_date {
	font-size:150%;
	width:auto;
	float:left;
	padding-left:5px;
	line-height:180%;
	vertical-align:top;
}

.event_table h4:before {
	content: "■";
	color:#69F;
}

.event_table h4{
	margin-left:0;
	border-bottom:dotted 2px #69F;
}


.event_table td {
	font-size:120%;
	line-height:200%;
}

.event_table td .event_td {
	float:right;
}

.event hr{
	margin-left:2%;
	width:96%;
	background-color:#CCF;
	color:#CCF;
	height: 0px; /* 線の太さ */
	border: 1px; /* 枠の太さ */
}

.event div.kugiri {
	width:100%;
	border-top:2px solid #CCF;
	clear:both;
}

.invinsible {
	display:none;
}
	
.event li {
	margin-left:1.5em;
	font-size:110%;
	color:#000;
}

.event_biko {
	margin-left:15px;
	margin-right:10px;
}

.event_biko dl {
	margin:10px;
}

.event_biko dt {
	width:auto;
	font-weight:bold;
}

.event_biko dd {
	margin-left:1em;
}

.event_biko table {
	font-size:90%;
	margin:5px;
	margin-top:0;
}

.event_biko table th {
	line-height:normal;
	margin-right:10px;
	font-size:110%;
}

.event_biko table td {
	line-height:normal;
}

.event_biko table.border {
	border:1px solid #000;
	border-collapse:collapse;
}

.event_biko table.border th {
	border:1px solid #000;
	text-align:center;
}

.event_biko table.border td {
	border:1px solid #000;
}

.event_biko p {
	margin-bottom:1em;
}

.event_biko img {
	margin:3px;
}

.event_biko strong {
	font-weight:bold;
	font-size:1.4em;
}

.event_biko em {
	font-weight:bold;
	font-size:1.2em;
}

.text_center {
	text-align:center;
}
