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

	/* Box */
	#PanelBox1
	{
		padding-bottom		:	0px;
	}
	#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
	{
	}

	/* Image */
	#ImagePhotoCar,
	#ImageFigureMap
	{
		margin			:	0px;
		line-height			:	0px;
	}

	/* List */
	table.List th.ListHeader
	{
		text-align			:	left;
	}
	table.List td.ListName
	{
		text-align			:	left;
		background-color		:	rgba(0,0,0,0.04) !important;
	}
	table.List td.ListContent
	{
		text-align			:	left;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	/* Image */
	#ImageLogoMain
	{
		height				:	200px;
		margin-bottom		:	15px;
	}
	#ImagePhotoCar,
	#ImageFigureMap
	{
		width				:	49%;
	}
	#ImageFigurePayment
	{
		width				:	600px;
	}

	/* List */
	table.ListColumn2 td.ListName
	{
		width				:	40%;
	}
	table.ListColumn3 td.ListName
	{
		width				:	40%;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Box */
	#PanelBox1 p
	{
		text-align			:	left;
	}

	/* Image */
	#ImageLogoMain
	{
		height				:	150px;
		margin-bottom		:	15px;
	}
	#ImagePhotoCar,
	#ImageFigureMap,
	#ImageFigurePayment
	{
		width				:	100%;
	}

	/* List */
	table.ListColumn2 td.ListName
	{
		width				:	50%;
	}
	table.ListColumn3 td.ListName
	{
		width				:	40%;
	}
}
