ul.ListMember
{
	
}
ul.ListMember li
{
	float				:	left;
	margin-right			:	0px;
	transition			:	all 0.2s ease-out;
	-webkit-transition		:	all 0.2s ease-out;
	-moz-transition		:	all 0.2s ease-out;
	-o-transition			:	all 0.2s ease-out;
}


/*
======================================
Wide PC
======================================
*/
@media screen and (min-width:1281px)
{
	ul.ListMemberColumnLong li
	{
		width				:	420px;
	}
	ul.ListMemberColumnShort li
	{
		width				:	120px;
	}
}

/*
======================================
Narrow PC
======================================
*/
@media screen and (min-width:800px) and (max-width:1280px)
{
	ul.ListMemberColumnLong li
	{
		width				:	290px;
	}
	ul.ListMemberColumnShort li
	{
		width				:	120px;
	}
}
