
	/* Title */
	#PanelBodyPhoto
	{
		background-image		:	url( './image/Panel/Background.jpg' );
	}

	div.PanelListHorizontal ol li
	{
		padding			:	0.25em 1em;
		box-sizing			:	border-box;
		background-color		:	rgba(180,130,20,0.2);
		border-radius		:	30px;
		text-align			:	center;
		vertical-align			:	top;
	}

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

	div.PanelListHorizontal ol li
	{
		display			:	inline-block;
		width				:	32%;
		margin			:	0px 1% 1em 0px;
	}
	div.PanelListHorizontal ol li:nth-child(3n)
	{
		margin-right			:	0px !important;
	}
	
	div.PanelColumnPhoto
	{
		width				:	50%;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	div.PanelListHorizontal ol li
	{
		display			:	block;
		margin			:	0px 0em 1em 0px;
	}
}
