@charset "utf-8";

	/* Contact */
	div.PanelContact
	{
	}
	div.PanelContact span.LabelTimeRental,
	div.PanelContact ul.ListAttention
	{
		display			:	none;
	}

/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	/* Title */
	#PanelBodyTitleSub
	{
//		display			:	none;
	}
	// Menu
	#PanelBodyMenu
	{
		display			:	none !important;
	}

	#PanelFlow h2 span
	{
		font-size			:	12px;
		font-weight			:	normal;
		margin-left		:	1em;
	}
}

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