/* -----所在地詳細----- */

TABLE.location {
	width: 420px;
	border-collapse: collapse;
	margin-left: 10px;
	margin-bottom: 10px;
}

TABLE.location TH{
	border: 1px solid #CCCCCC;
	border-right: none;
	border-left: none;
	padding: 3px 5px;
	font-size: 75%;
	line-height: 140%;
	background-color: #EEEEEE;
	width: 60px;
}

TABLE.location TD{
	border: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	font-weight: normal;
	padding: 3px 5px;
	font-size: 75%;
	line-height: 140%;
	text-align: left;
}

/* -----地域別デモ情報のパッケージ画像----- */

.ContentInner .demo_schedule DIV.tokuten {
	padding: 5px 10px;
	background-color: #EEEEEE;
}

.ContentInner DIV.pacimg {
	float: right;
}

.ContentInner DIV.pacimg IMG {
	margin: 0 0 5px 5px;
}

.ContentInner .demo_schedule TH,
.ContentInner .demo_schedule TD{
	padding: 5px 10px;
}

.ContentInner .demo_schedule TD UL LI{
	font-size: 125%;
	font-weight: bold;
}