	/* Headline */
	h1.PanelTitle
	{
		background-image			:	url( './image/Panel/Background.jpg' );
	}
	
	h2
	{
		margin				:	0px 0px 20px 0px;
	}
	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
	{
	}

	/* List */
	ul#ListPoint
	{
		margin				:	0px;
		padding				:	0px;
	}
	ul#ListPoint li
	{
		display				:	inline-block;
		margin				:	0px 10px 10px 0px;
		padding				:	5px 20px;
		background-color			:	rgb(243,112,33);
		color					:	rgb(255,255,255);
		font-weight				:	bold;
		border-radius			:	5px;
	}
	ul#ListExperience
	{
		margin				:	0px;
		padding				:	0px;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	#ImageLogoMain
	{
		height					:	120px;
		margin-bottom			:	10px;
	}
	#ImageFigureService
	{
		width					:	720px;
	}
	img.ImagePhotoLeft
	{
		width					:	470px;
		margin				:	0px 30px 0px 0px;
		vertical-align				:	top;
	}
	img.ImagePhotoRight
	{
		width					:	470px;
		vertical-align				:	top;
	}
	#ImagePhotoWhill
	{
		width					:	300px;
	}

	/* List */
	ul#ListExperience li
	{
		display				:	inline-block;
		margin				:	0px;
		padding				:	0px 20px;
	}
	ul#ListExperience li img
	{
		height					:	250px;
	}

}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	#ImageLogoMain
	{
		height					:	70px;
		margin-bottom			:	10px;
	}
	#ImageFigureFlow1,
	#ImageFigureFlow2
	{
		width					:	250px;
		margin				:	0px auto;
	}
	img.ImagePhotoLeft
	{
		width					:	160px;
		margin				:	0px 5px 0px 0px;
		vertical-align				:	top;
	}
	img.ImagePhotoRight
	{
		width					:	160px;
		vertical-align				:	top;
	}
	#ImagePhotoWhill
	{
		width					:	300px;
	}

	/* List */
	ul#ListExperience li
	{
		display				:	block;
		margin				:	0px 0px 15px 0px;
		padding				:	0px;
	}
	ul#ListExperience li img
	{
		height					:	200px;
	}

}
