
	#PanelCompanyAccessInformation
	{
		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;
	}
	#PanelCompanyAccessInformationPhoto
	{
		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;
	}
	#PanelCompanyAccessInformationPhoto img
	{
		width				:	100%;
	}
	#PanelCompanyAccessInformationText
	{
		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;
	}


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

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

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

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

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