
	#PanelBodyGuideSelect
	{
		display			:	none !important;
	}

/*
======================================
PC
======================================
*/
@media (min-width: 801px)
{
	/* Index */
	li.ListProductIndex
	{
		width				:	200px;
		height				:	170px;
		margin			:	0px 15px 30px 0px;
	}
	div.PanelProductIndexImage img
	{
		width				:	auto;
		height				:	120px;
	}
}

/*
======================================
Wide PC
======================================
*/
@media (min-width: 1241px)
{
}

/*
======================================
Narrow PC
======================================
*/
@media (min-width: 1001px) and (max-width: 1240px)
{
}

/*
======================================
Tablet
======================================
*/
@media (min-width: 801px) and (max-width: 1000px)
{
}



/*
======================================
Smart Phone
======================================
*/
@media (max-width: 800px)
{
	/* Index */
	li.ListProductIndex
	{
		width				:	150px;
		height				:	150px;
		margin			:	0px 15px 30px 0px;
	}
	li.ListProductIndex:nth-child(2n)
	{
		margin-right			:	0px;
	}
	div.PanelProductIndexImage img
	{
		width				:	auto;
		height				:	100px;
	}
	div.LabelProductIndexTitle
	{
	}
	div.LabelProductIndexDate
	{
	}
}

