	/* Headline */
	h1.PanelTitle
	{
		background-image			:	url( './image/Panel/Background.jpg' );
	}
	h2
	{
	}
	h3
	{
	}

	/* Box */
	#PanelBox1
	{
	}
	#PanelBox2
	{
		background-color			:	rgba(0,0,0,0.04);
	}
	#PanelBox3
	{
	}
	#PanelBox4
	{
		background-color			:	rgba(0,0,0,0.04);
	}
	#PanelBox5
	{
	}
	#PanelBox6
	{
		background-color			:	rgba(0,0,0,0.04);
	}
	#PanelBox7
	{
	}

	/* Flow */
	#PanelFlow dl
	{
		display				:	table;
		width					:	100%;
		margin				:	0px 0px 0.5em 0px;
		padding				:	0px;
	}
	#PanelFlow dl dt
	{
		display				:	table-cell;
		text-align				:	left;
		vertical-align				:	top;
		width					:	5em;
	}
	#PanelFlow dl dd
	{
		display				:	table-cell;
		text-align				:	left;
		vertical-align				:	top;
	}


/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	/* Logo */
	#ImageLogoMain
	{
		height					:	120px;
	}

	/* Satellite */
	div.PanelSatellitePhoto
	{
	}
	div.PanelSatellitePhoto ul
	{
	}
	div.PanelSatellitePhoto li
	{
		display				:	inline-block;
		width					:	300px;
		margin				:	0px 15px;
		padding				:	0px;
	}
	div.PanelSatellitePhoto li:first-child
	{
		margin-left				:	0px;
	}
	div.PanelSatellitePhoto li:last-child
	{
		margin-right				:	0px;
	}
	div.PanelSatellitePhoto li img
	{
		width					:	100%;
	}

	/* Flow */
	#PanelFlow
	{
		display				:	table;
		margin				:	0px auto;
	}
	#PanelFlowMorning
	{
		display				:	table-cell;
		text-align				:	left;
		vertical-align				:	top;
		padding				:	0px 50px 0px 0px;
	}
	#PanelFlowAfternoon
	{
		display				:	table-cell;
		text-align				:	left;
		vertical-align				:	top;
	}

	/* Access */
	#PanelAccessPhoto
	{
		display				:	table-cell;
		vertical-align				:	top;
		width					:	450px;
		text-align				:	center;
	}
	#PanelAccessPhoto img
	{
		width					:	100%;
	}
	#PanelAccessComment
	{
		display				:	table-cell;
		vertical-align				:	top;
		width					:	500px;
		margin				:	0px 0px 0px 0px;
		padding				:	0px 30px 0px 0px;
		text-align				:	left;
	}
	#PanelAccessCommentName
	{
	}
	#PanelAccessMap #PanelMap
	{
		border				:	none;
		width					:	100%;
		height					:	500px;
		margin				:	50px 0px 0px 0px;
		border				:	solid 1px rgba(0,0,0,0.25);
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Logo */
	#ImageLogoMain
	{
		height					:	80px;
	}

	/* Access */
	#PanelAccessPhoto
	{
		display				:	block;
		width					:	100%;
	}
	#PanelAccessPhoto img
	{
		width					:	100%;
	}
	#PanelAccessComment
	{
		display				:	block;
		width					:	100%;
		margin				:	0px 0px 10px 0px;
		padding				:	0px 0px;
	}
	#PanelAccessCommentName
	{
	}
	#PanelAccessMap #PanelMap
	{
		width					:	100%;
		height					:	200px;
		margin				:	20px 0px 0px 0px;
		border				:	solid 1px rgba(0,0,0,0.25);
	}


}
