@charset "utf-8";


/*
======================================
Pc
======================================
*/
@media (min-width: 801px)
{
	div.PanelProductTitle
	{
		margin			:	0px 0px 20px 0px;
	}
}



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

/*
======================================
Pc Narrow
======================================
*/
@media screen and (min-width:801px) and (max-width:1240px)
{
}


/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	div.PanelProductTitle
	{
		margin			:	0px 0px 10px 0px;
	}
}
