@charset "UTF-8";


/*
information{
	file name : /css/individual/event/index.css;
	site name : 阿佐ヶ谷神明宮 オフィシャルサイト;
	copyrihgt : Copyright(c)阿佐ヶ谷神明宮 All rights reserved.;
}
*/

/* contents
--------------------------------------------------------------------------

--------------------------------------------------------------------------
*/

/* 1. #hachinan-list
-----------------------------------------------	*/
div.event-calender {
	width: 573px;
	min-height: 1px;
	margin: 0 auto 10px auto;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #CCCCCC;
	background-image: url("/img/event/event_background.gif");
	background-repeat: repeat-y;
	background-position: 287px 0;
}

div.event-calender:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.event-calender {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.event-calender-last {
	width: 573px;
	min-height: 1px;
	margin: 0 auto 10px auto;
}

div.event-calender-last:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.event-calender-last {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


div.event-calender div.cell1,
div.event-calender-last div.cell1 {
	float: left;
	width: 286px;
}

div.event-calender div.cell2,
div.event-calender-last div.cell2 {
	float: right;
	width: 286px;
}

div.event-calender table,
div.event-calender-last table {
	margin: auto;
	border-collapse: collapse;
}

div.event-calender table th,
div.event-calender-last table th {
	padding: 0 5px 5px 0;
	font-size: 110%;
	font-weight: bold;
	color: #411E41;
	text-align: left;
}

div.event-calender table td,
div.event-calender-last table td {
	padding: 0 0 5px 0;
}

