

	td.ListContent
	{
		text-align			:	left;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	/* Access */
	#PanelMap
	{
		width				:	100%;
		height				:	400px;
	}
}

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

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

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width: 800px)
{
	/* Access */
	#PanelMap
	{
		width				:	100%;
		height				:	200px;
	}
}
