@charset "utf-8";

/*
***************************************************************************************************
	説明欄
***************************************************************************************************
*/
.content .outline
{
	font-size			: 0.9em;
	letter-spacing		: 0.1em;
	margin				: 0 0 20px 0;
	padding				: 20px;
	border-top			: 1px solid #ccc;
	border-bottom		: 1px solid #ccc;
}

/*
***************************************************************************************************
	テーブル
***************************************************************************************************
*/
#seminarTable
{
	width				: 100%;
	border-collapse		: collapse;
}

#seminarTable td
{
	font-size			: 0.8em;
	padding				: 1.5em 0.3em;
	border				: 1px solid #ccc;
}

.tableHead
{
	width				: 5em;
	background-color	: #eee;
}

#semAppoint
{
	margin-top			: 1em;
}

#semAppoint li
{
	margin-bottom		: 0.5em;
}

#Tel
{
	background-image	: url(../../image/icon/iconTel00.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	padding-left		: 30px;
}

#EMail
{
	background-image	: url(../../image/icon/iconEMail00.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	padding-left		: 30px;
}

#rikuNav p
{
	float				: left;
}

#rikuNav .bunner
{
	margin-left			: 20px;
}

