
	/* Works */
	#PanelWorks
	{
		transition			:	all 0.2s ease-out;
	}
	#PanelWorksList
	{
		transition			:	all 0.2s ease-out;
	}
	#PanelWorksList ul
	{
		margin			:	0px;
		padding			:	0px;
		transition			:	all 0.2s ease-out;
	}
	#PanelWorksList ul li
	{
		display			:	inline-block;
		transition			:	all 0.2s ease-out;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	/* Works */
	#PanelWorksList ul li
	{
		margin			:	0px 30px 30px 0px;
	}
}

/*
======================================
Pc Wide
======================================
*/
@media print, screen and (min-width:1281px)
{
}

/*
======================================
Pc Middle
======================================
*/
@media screen and (min-width:1025px) and (max-width:1280px)
{
	#PanelWorksList ul li:nth-child(6n)
	{
		margin-right			:	0px !important;
	}
}

/*
======================================
Pc Narrow
======================================
*/
@media screen and (min-width:1051px) and (max-width:1300px)
{
	#PanelWorksList ul li:nth-child(5n)
	{
		margin-right			:	0px !important;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Works */
	#PanelWorksList
	{
		text-align			:	center;
	}
	#PanelWorksList ul li
	{
		margin			:	0px 15px 30px 0px;
	}
	#PanelWorksList ul li:nth-child(3n)
	{
		margin-right			:	0px !important;
	}
}
