@charset "utf-8";

/*-----------------------------------------------------------
 Title & Background
-----------------------------------------------------------*/

/*---------- Category Setting ----------*/

/* Hedding Lv.2 */
.event h2 { background: transparent url("/event/images/categoryTitle.gif") no-repeat; }



/*-----------------------------------------------------------
 Contents
-----------------------------------------------------------*/

.event #contents h3 {
	margin: 0 0 10px; padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 1.6em;
	border-left: 3px solid #72151c;
	}

/* table */
.event #contents table {
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
	.event #contents table th ,
	.event #contents table td {
		padding: 5px 5px;
		text-align: left;
		background: #fff;
		border: 1px solid #ccc;
		}
		.event #contents table thead th { background-color: #eee; }
		.event #contents table tbody th { background-color: #f8f8f8; }
		
		.event #contents table.thShort tbody th { width: 35%; }


