@charset "utf-8";

/* =========================================================
	D3 PUBLISHER INC.
	イベント情報
========================================================= */


/* ===============================================
	レイアウト
=============================================== */
table.eventList {
	margin: 0 0 0 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
table.eventList td {
	width: 297px;
	margin: 0 0 0 0;
	padding: 20px 23px 10px 0;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	vertical-align: top;
}
table.eventList td.right {
	width: 297px;
	margin: 0 0 0 0;
	padding: 20px 0 10px 23px;
	border-bottom: #e3e3e3 1px solid;
	border-right: none;
	vertical-align: top;
}
table.eventList td.last {
	border-bottom: none;
}
table.eventList td.first {
	padding-top: 10px;
}

table.eventList td a {
	color: #c4208b;
}
table.eventList td a:hover {
	color: #dc1ea0;
	text-decoration: none;
}

table.eventList td p.eventImg img {
	margin: 0;
	padding: 0;
}

table.eventList td p.eventTxt {
	width: 289px;
	margin: 5px 0 0 0;
	padding: 0 0 0 8px;
	background: url(/common/images/icn_arrw_otome.gif) no-repeat 0 3px;
	font-weight: bold;
	font-size: 12px;
}
table.eventList td span.dateAddress {
	font-weight: normal;
	font-size: 10px;
}

table.eventList td p.eventDVD {
	width: 297px;
	margin: 6px 0 0 0;
	padding: 8px 0 0 0;
	background: url(../images/line_dot.gif) no-repeat left top;
	font-size: 12px;
}
table.eventList td p.eventDVD span {
	width: 289px;
	margin: 0;
	padding: 0 0 0 8px;
	background: url(/common/images/icn_arrw_otome.gif) no-repeat 0 4px;
	display: block;
}






