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

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

	/* List */
	ul#ListService
	{
		margin				:	0px;
		padding				:	0px;
		text-align				:	left;
	}
	li.ListService
	{
		display				:	inline-block;
		margin				:	0px;
		padding				:	0px;
		background-color			:	rgba(244,225,158,0.25);
		border-radius			:	10px;
		text-align				:	left;
		vertical-align				:	top;
	}
	li.ListService h3
	{
		border-bottom			:	solid 1px rgba(0,0,0,0.25);
		padding				:	0px 0px 6px 0px;
	}

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

	/* List */
	li.ListService
	{
		display				:	inline-block;
		width					:	430px;
		margin				:	0px 30px 30px 0px;
		padding				:	20px;
	}
	li.ListService:nth-child(2n)
	{
		margin-right				:	0px;
	}
	li.ListService:nth-child(1),
	li.ListService:nth-child(2)
	{
		height					:	300px;
	}
	li.ListService:nth-child(3),
	li.ListService:nth-child(4)
	{
		height					:	200px;
	}
	li.ListService:nth-child(5),
	li.ListService:nth-child(6)
	{
		height					:	150px;
	}
	li.ListService:nth-child(7),
	li.ListService:nth-child(8)
	{
		height					:	225px;
	}

}

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

	/* List */
	li.ListService
	{
		display				:	block;
		margin				:	0px 0px 15px 0px;
		padding				:	15px;
	}
}
