	div.PanelLayoutComment
	{
		display			:	table-cell;
		vertical-align			:	top;
	}
	div.PanelLayoutPhoto
	{
		display			:	table-cell;
		width				:	250px;
		padding			:	0px 0px 0px 40px;
		vertical-align			:	top;
	}
	div.PanelLayoutPhoto img
	{
		width				:	inherit;
		border-radius		:	10px;
	}

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

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	div.PanelLayoutComment
	{
		display			:	block;
		width				:	100%;
	}
	div.PanelLayoutPhoto
	{
		display			:	block;
		width				:	100%;
		margin			:	0px 0px 30px 0px;
		padding			:	0px;
		text-align			:	center;
	}
	div.PanelLayoutPhoto img
	{
		width				:	50%;
	}

}
