@charset "utf-8";

	table.List
	{
		margin			:	0px 0px 15px 0px;
	}

	#PanelFlow li.PanelColumnResponsive2 ul.ListAttention
	{
//		display			:	none;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	#PanelFlow h2 span
	{
		font-size			:	12px;
		font-weight			:	normal;
		margin-left			:	1em;
	}
	table.List td.ListName
	{
		width				:	80px;
	}

	/* Contact */
	div.PanelContact div.PanelBox
	{
		padding			:	15px 0px;
	}
}

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