
	#PanelCompanyAccessInformation
	{
		transition			:	all 0.2s ease-out;
	}
	#PanelCompanyAccessInformationPhoto
	{
		transition			:	all 0.2s ease-out;
	}
	#PanelCompanyAccessInformationPhoto img
	{
		width				:	100%;
	}
	#PanelCompanyAccessInformationText
	{
		transition			:	all 0.2s ease-out;
	}


/*
======================================
Pc
======================================
*/
@media print, screen and (min-width:801px)
{
	#PanelCompanyAccessInformation
	{
		position			:	relative;
	}
	#PanelCompanyAccessInformationPhoto
	{
		position			:	absolute;
		top				:	0px;
		right				:	0px;
	}
}

/*
======================================
Pc Wide
======================================
*/
@media print, screen and (min-width:1281px)
{
	#PanelCompanyAccessInformation
	{
		height				:	320px;
	}
	#PanelCompanyAccessInformationPhoto
	{
		width				:	400px;
	}
}

/*
======================================
Pc Middle
======================================
*/
@media screen and (min-width:1025px) and (max-width:1280px)
{
	#PanelCompanyAccessInformation
	{
		height				:	320px;
	}
	#PanelCompanyAccessInformationPhoto
	{
		width				:	400px;
	}
}

/*
======================================
Pc Narrow
======================================
*/
@media screen and (min-width:801px) and (max-width:1024px)
{
	#PanelCompanyAccessInformation
	{
		height				:	250px;
	}
	#PanelCompanyAccessInformationPhoto
	{
		width				:	300px;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width:800px)
{
	#PanelCompanyAccessInformationPhoto
	{
		margin			:	0px 0px 15px 0px;
	}
}
