/* Panel */
div.PanelContentInner
{
	margin					:	0px auto;
}
div.PanelContentInner *
{
}
div.PanelParagraphGap
{
}

/* Subject */
div.PanelSubject
{
}
div.PanelSubjectLeft
{
	float				:	left;
}
div.PanelSubjectRight
{
	position				:	relative;
	float				:	right;
	width				:	820px;
}
div.PanelSubjectIcon
{
}
div.PanelSubjectIcon img
{
	width				:	106px;
}
div.PanelSubjectTitle
{
	float				:	left;
}
div.PanelSubjectTitle img
{
	height				:	140px;
}
div.PanelSubjectTitle img.ImageTitleSingle
{
	height				:	36px;
}
div.PanelSubjectTitle h2
{
	font-size			:	36px;
	line-height			:	1.8em;
	letter-spacing			:	0.2em;
}
div.PanelSubjectTitle h3
{
	font-size			:	24px;
	line-height			:	1.8em;
	color				:	#25b7bc;
	letter-spacing			:	0.2em;
}
div.PanelSubjectComment
{
	font-size			:	16px;
	margin				:	10px 0px 0px 0px;
}
div.PanelSubjectCommentSub
{
	display				:	none;
	padding				:	10px 0px;
	margin				:	20px 0px 0px 0px;
	border-top			:	dashed 1px #25b7bc;
	border-bottom			:	dashed 1px #25b7bc;
	color				:	#25b7bc;
}
div.PanelSubjectName
{
	position				:	absolute;
	top				:	160px;
	right				:	190px;
	font-weight			:	bold;
	font-size			:	14px;
	color				:	#25b7bc;
	white-space			:	nowrap;
}
div.PanelSubjectPhoto
{
	float					:	right;
	padding				:	0px 0px 0px 0px;
}
div.PanelSubjectPhoto img
{
	width				:	auto !important;
	height				:	180px;
}
/* Timetable */
#PanelTimetable
{
	background-color			:	#f1f8f8;
	padding					:	25px;
}
#PanelTimetable h2.PanelTitle
{
	margin					:	0px 0px -15px 0px;
	text-align				:	center;
	line-height				:	0em;
}
#PanelTimetable h2.PanelTitle img
{
	height					:	24px;
}
#PanelTimetable table *
{
	font-size				:	16px;
}
#PanelTimetable table tr:first-child td
{
	font-size				:	18px;
	color					:	#25b7bc;
	text-align				:	center;
}
#PanelTimetable table td
{
	border-top				:	solid 1px #25b7bc;
	white-space				:	nowrap;
}
#PanelTimetable table tr td
{
	border-right				:	dashed 1px #25b7bc;
}
#PanelTimetable table tr td:last-child
{
	border-right				:	none;
}
