
	/* Title */
	#PanelBodyTitle
	{
		background-image		:	url( './image/Panel/Background.jpg' );
	}

	/* Article */
	div.PanelArticleHeader
	{
		display			:	none;
	}
	div.PanelArticleComment
	{
	}
	div.PanelArticleComment table
	{
		width				:	100%;
		border-collapse		:	collapse;
	}
	div.PanelArticleComment table tr td:first-child
	{
		white-space			:	nowrap;
	}
	div.PanelArticleComment table tr td
	{
		border-top			:	none;
		border-bottom		:	solid 1px rgba(0,0,0,0.25);
	}
	div.PanelArticleComment table tr:first-child td
	{
		border-top			:	solid 1px rgba(0,0,0,0.25);
	}


/*
======================================
Pc
======================================
*/
@media (min-width: 801px)
{
	/* Article */
	div.PanelArticleComment table td
	{
		padding			:	5px 30px;
	}
}

/*
======================================
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)
{
	/* Article */
	div.PanelArticleComment table td
	{
		padding			:	5px 10px;
	}
}
