
	h1
	{
		text-align			:	center;
	}
	
	/* Article */
	#PanelArticleArticle
	{
		transition			:	all 0.2s ease-out;
		-webkit-transition		:	all 0.2s ease-out;
		-moz-transition		:	all 0.2s ease-out;
		-o-transition			:	all 0.2s ease-out;
	}
	div.PanelArticleBody
	{
		border-bottom		:	solid 1px rgb(241,241,235);
	}
	div.PanelArticleHeader
	{
		text-align			:	left;
//		border-top			:	solid 1px rgba(0,0,0,0.25);
//		border-bottom		:	solid 1px rgba(0,0,0,0.25);
	}
	div.PanelArticleIcon
	{
		display			:	none;
	}
	div.PanelArticleTitle
	{
	}
	div.PanelArticleTitle h2
	{
		margin			:	0px;
		padding			:	0px;
		color				:	inherit;
	}
	div.PanelArticleTime
	{
		margin			:	0px;
		padding			:	0px;
		white-space			:	nowrap;
	}
	div.PanelArticleComment
	{
		margin			:	0px;
		padding			:	0px;
	}
	div.PanelArticleComment img
	{
		height				:	auto !important;
	}
	div.PanelArticlePhoto
	{
	}
	div.PanelArticlePhoto li
	{
		text-align			:	center;
	}
	div.PanelArticlePhoto li img
	{
		max-width			:	100%;
		margin			:	0px auto;
	}
	div.PanelSliderSingular
	{
		margin			:	0px 0px 15px 0px;
	}
	
	/* Archive */
	#PanelArticleArchive
	{
		transition			:	all 0.2s ease-out;
		-webkit-transition		:	all 0.2s ease-out;
		-moz-transition		:	all 0.2s ease-out;
		-o-transition			:	all 0.2s ease-out;
	}
	div.PanelArticleArchiveBox
	{
		transition			:	all 0.2s ease-out;
		-webkit-transition		:	all 0.2s ease-out;
		-moz-transition		:	all 0.2s ease-out;
		-o-transition			:	all 0.2s ease-out;
	}
	div.PanelArticleArchiveBox h2
	{
		margin			:	0em;
		color				:	inherit;
//		border-top			:	solid 1px rgba(0,0,0,0.25);
		border-bottom		:	solid 1px rgba(0,0,0,0.25);
		transition			:	all 0.2s ease-out;
		-webkit-transition		:	all 0.2s ease-out;
		-moz-transition		:	all 0.2s ease-out;
		-o-transition			:	all 0.2s ease-out;
	}
	#PanelArticleArchiveByDate
	{
	}
	#PanelArticleArchiveByMonth
	{
	}
	#PanelArticleArchiveByMonth li
	{
		display			:	inline-block;
		width				:	120px;
		margin			:	0px;
		padding			:	0px;
	}
	#PanelArticleArchiveByMonth li:before
	{
		content			:	"・";
	}

	#PanelArticleArchiveByCategory
	{
	
	}

	/* Button */
	div.PanelPagerButton li
	{
		margin			:	0px 5px !important;
		text-align			:	center;
	}

/*
======================================
Pc
======================================
*/
@media (min-width: 801px)
{
	/* Panel */
	#PanelArticle
	{
		display			:	table;
		text-align			:	left;
		width				:	100%;
	}

	/* Article */
	#PanelArticleArticle
	{
		display			:	table-cell;
		text-align			:	left;
		vertical-align			:	top;
	}
	div.PanelArticleBody
	{
		margin			:	0px 0px 200px 0px;
		padding			:	0px 0px 200px 0px;
	}
	div.PanelArticleHeader
	{
		padding			:	0px 0px 55px 0px;
	}
	div.PanelArticleTitle
	{
		margin			:	0px 0px 20px 0px;
	}
	div.PanelArticleTime
	{
	}
	div.PanelArticlePhoto
	{
		margin			:	0px 0px 30px 0px;
	}

	/* Archive */
	#PanelArticleArchive
	{
		display			:	table-cell;
		display			:	none;
		text-align			:	left;
		vertical-align			:	top;
	}
	div.PanelArticleArchiveBox
	{
		margin			:	0px;
		padding			:	0px;
	}
	div.PanelArticleArchiveBox h2
	{
		margin			:	0px;
//		padding			:	8px 0px;
		padding			:	0px 0px 8px 0px;
	}
}


/*
======================================
Wide PC
======================================
*/
@media (min-width: 1241px)
{
	/* Panel */
	#PanelArticleArticle
	{
		width				:	auto;
		padding			:	0px 50px 0px 0px;
	}
	div.PanelArticleTitle h2
	{
		font-size			:	24px;
		line-height			:	1.6em;
	}
	div.PanelArticlePhoto li img
	{
		height				:	400px;
	}
	#PanelArticleArchive
	{
		width				:	300px;
		padding			:	0px 0px 0px 50px;
	}
	div.PanelArticleArchiveBox
	{
		margin			:	0px 0px 50px 0px;
	}
	div.PanelArticleArchiveBox h2
	{
		margin			:	0px 0px 20px 0px;
		font-size			:	16px;
	}
}

/*
======================================
Narrow PC
======================================
*/
@media (min-width: 1001px) and (max-width: 1240px)
{
	/* Panel */
	#PanelArticleArticle
	{
		width				:	auto;
		padding			:	0px 30px 0px 0px;
	}
	div.PanelArticleTitle h2
	{
		font-size			:	24px;
		line-height			:	1.6em;
	}
	div.PanelArticlePhoto li img
	{
		height				:	300px;
	}	
	#PanelArticleArchive
	{
		width				:	250px;
		padding			:	0px 0px 0px 50px;
	}
	div.PanelArticleArchiveBox
	{
		margin			:	0px 0px 30px 0px;
	}
	div.PanelArticleArchiveBox h2
	{
		margin			:	0px 0px 20px 0px;
		font-size			:	16px;
	}
}

/*
======================================
Tablet
======================================
*/
@media (min-width: 801px) and (max-width: 1000px)
{
	/* Panel */
	#PanelArticleArticle
	{
		width				:	auto;
		padding			:	0px 30px 0px 0px;
	}
	div.PanelArticleTitle h2
	{
		font-size			:	20px;
		line-height			:	1.6em;
	}
	div.PanelArticlePhoto li img
	{
		height				:	200px;
	}
	#PanelArticleArchive
	{
		width				:	200px;
		padding			:	0px 0px 0px 30px;
	}
	div.PanelArticleArchiveBox
	{
		margin			:	0px 0px 15px 0px;
	}
	div.PanelArticleArchiveBox h2
	{
		margin			:	0px 0px 15px 0px;
		font-size			:	14px;
	}
}



/*
======================================
Smart Phone
======================================
*/
@media (max-width: 800px)
{
	/* Panel */
	#PanelArticle
	{
		text-align			:	left;
	}
	#PanelArticleArticle
	{
		margin			:	0px 0px 30px 0px;
	}
	div.PanelArticlePhoto li img
	{
		height				:	200px;
	}

	/* Article */
	div.PanelArticleBody
	{
		margin			:	0px 0px 100px 0px;
		padding			:	0px 0px 100px 0px;
	}
	div.PanelArticleHeader
	{
		margin			:	0px 0px 35px 0px;
		padding			:	0px 0px 0px 0px;
	}

	div.PanelArticleTitle h2
	{
		margin			:	0px 0px 20px 0px;
		font-size			:	16px;
		line-height			:	1.8em;
	}

	/* Archive */
	#PanelArticleArchive
	{
		display			:	none;
	}
	div.PanelArticleArchiveBox
	{
		margin			:	0px 0px 50px 0px;
	}
	div.PanelArticleArchiveBox h2
	{
//		padding			:	8px 0px;
		padding			:	0px 0px 8px 0px;
	}
	#PanelArticleArchiveByMonth li
	{
		display			:	inline-block;
		width				:	45%;
		margin			:	0px;
		padding			:	0px;
	}
	#PanelArticleArchiveByMonth li:before
	{
		content			:	"・";
	}

}
