@charset "utf-8";

	/* Panel */
	div.PanelList
	{
		float				:	left;
		width				:	440px;
		margin-bottom		:	30px;
	}
	div.PanelPhoto
	{
		float				:	right;
		width				:	200px;
	}

	/* Label */
	span.LabelWorkshopClose
	{
		margin			:	0px 0px 0px 10px;
		padding			:	5px 15px;
		background-color		:	#666666;
		color				:	#ffffff;
		font-weight			:	bold;
		font-size			:	14px !important;
	}


/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	td.ListName
	{
		width				:	150px;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	td.ListName
	{
		width				:	35%;
	}
}
