

/*
======================================
Pc
======================================
*/
@media (min-width:801px)
{
	th.ListName
	{
		width				:	25%;
	}
}


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

}


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

}

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

}

/*
======================================
Smart Phone
======================================
*/
@media (max-width: 800px)
{
	/* Title */
	#PanelConcept h2
	{
		text-align			:	center;
	}
	#PanelConcept h3
	{
		text-align			:	center;
	}

	th.ListName
	{
		display			:	block;
		width				:	auto;
	}
	td.ListContent
	{
		display			:	block;
		width				:	auto;
		border-width			:	0px;
	}
	tr:last-child td.ListContent
	{
		border-bottom-width	:	1px;
	}

}
