@charset "utf-8";

/* Title */
h1.PanelTitle
{
	background-image			:	url('./image/Panel/Background.jpg');
	margin					:	0px;
}

/* Article */
div.PanelArticleHeader
{
	display					:	none;
}
div.PanelArticleComment a.LabelAnchor
{
	margin					:	0px;
	padding					:	10px 50px;
}



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

	/* Frame */
	#PanelFrame
	{
		position					:	relative;
	}
	#PanelFrameClimber
	{
		position					:	absolute;
		top					:	0px;
		right					:	0px;
		width					:	250px;
		height					:	2500px;
		z-index					:	1000;
		background-image			:	url( './image/Frame/Pc.png' );
		background-repeat			:	no-repeat;
		background-position			:	top right;
		background-size			:	cover;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	/* Frame */
	#PanelFrame
	{
		position					:	relative;
	}
	#PanelFrameClimber
	{
		position					:	absolute;
		top					:	0px;
		right					:	0px;
		width					:	150px;
		height					:	1660px;
		z-index					:	1000;
		background-image			:	url( './image/Frame/Smart.png' );
		background-repeat			:	no-repeat;
		background-position			:	top right;
		background-size			:	cover;
	}
}
