/* Panel */
div.PanelParagraphGap
{
	height				:	60px;
}

/* Title */
h2.PanelTitle
{
	margin			:	0px 0px 30px 0px;
	text-align			:	center;
	line-height			:	0em;
}
h2.PanelTitle img
{
	height				:	24px;
}


/* Greeting */
#PanelGreeting
{
}
#PanelGreetingComment
{
}
#PanelGreetingPhoto
{
	text-align			:	center;
	margin			:	0px 0px 15px 0px;
}
#PanelGreetingPhoto img
{
	width				:	240px;
}

/* Policy */
#PanelPolicy
{
	text-align			:	center;
}
#PanelPolicy div
{
	margin			:	0px auto;
	text-align			:	left;
}

/* History */
#PanelHistory
{
}
#ListHistory
{
	border-collapse		:	collapse;
}
#ListHistory tr td
{
	vertical-align			:	baseline;
	padding			:	12px 0px;
	border-top			:	solid 1px #cccccc;
	border-bottom		:	solid 1px #cccccc;
}
#ListHistory tr td:first-child
{
	white-space			:	nowrap;
	width				:	100px;
}

/* Logo */
#PanelLogo
{
}
#PanelLogo img
{
	width				:	160px;
	margin			:	0px 0px 20px 0px;
}

/* Summary */
#PanelSummary
{
}
#ListSummary
{
	border-collapse		:	collapse;
}
#ListSummary tr td
{
	padding			:	12px 0px;
	border-top			:	solid 1px #cccccc;
	border-bottom		:	solid 1px #cccccc;
}
#ListSummary tr td
{
	vertical-align			:	top;
}
#ListSummaryStandard tr:first-child td
{
	padding-top			:	0px;
	border			:	none;
}
#ListSummaryStandard tr td:nth-child(2)
{
	padding-bottom		:	0px;
	white-space			:	nowrap;
}
#ListSummaryStandard tr:last-child td
{
	padding-bottom		:	0px;
	border			:	none;
	white-space			:	nowrap;
}
#ListSummary tr td p
{
	margin			:	0px;
}

ul#ListStaff
{
	margin			:	0px;
}
ul#ListStaff li
{
	display			:	inline-block;
	width				:	150px;
	margin			:	0px;
	padding			:	0px;
}
ul#ListStaff li:before
{
	content			:	"・";
}
ul#ListFacility
{
	margin			:	0px;
}
ul#ListFacility li
{
	display			:	block;
	margin			:	0px;
	padding			:	10px 0px;
	border-bottom		:	solid 1px #cccccc;
}
ul#ListFacility li:first-child
{
	padding-top			:	0px;
}
ul#ListFacility li:last-child
{
	padding-bottom		:	0px;
	border			:	none;
}
ul#ListFacility li div.ListFacility,
ul#ListFacility li div.ListFacilityName,
ul#ListFacility li div.ListFacilityCode,
ul#ListFacility li div.ListFacilityDate
{
	display			:	block;
	width				:	100%;
	margin			:	0px;
	padding			:	0px;
}
