@charset "utf-8";


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

}

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

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

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


/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Title */
	div.PanelBodyTitle
	{
	}
}
