@charset "utf-8";

	/* Instagram */
	#PanelSocialInstagram
	{
		vertical-align				:	top;
	}
	#PanelSocialInstagram iframe
	{
		padding				:	0px;
		border				:	none;
		overflow				:	hidden !important;
	}
	#PanelSocialInstagram ul#ListSocialInstagram
	{
		margin				:	0px;
		padding				:	0px;
	}
	#PanelSocialInstagram ul#ListSocialInstagram li
	{
		display				:	inline-block;
		margin				:	0px;
		padding				:	0px;
		vertical-align				:	top;
		line-height				:	0px;
		background-size			:	cover;
		background-repeat			:	no-repeat;
		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;
	}
	#PanelSocialInstagram ul#ListSocialInstagram li:hover
	{
		opacity				:	0.5;
	}
	#PanelSocialInstagram ul#ListSocialInstagram li img
	{
		width					:	100%;
		line-height				:	0px;
	}

/*
======================================
Pc
======================================
*/
@media (min-width:801px)
{
	/* Instagram */
	#PanelSocialInstagram
	{
		display				:	table-cell;
		width					:	600px;
	}
	#PanelSocialInstagram iframe
	{
		width					:	600px;
		height					:	450px;
		margin				:	0px;
	}
	#PanelSocialInstagram ul#ListSocialInstagram li
	{
		width					:	150px;
	}
}


/*
======================================
Pc
======================================
*/
@media (min-width:501px) and (max-width:800px)
{
	/* Instagram */
	#PanelSocialInstagram
	{
		display				:	table-cell;
		width					:	600px;
	}
	#PanelSocialInstagram iframe
	{
		width					:	600px;
		height					:	450px;
		margin				:	0px;
	}
	#PanelSocialInstagram ul#ListSocialInstagram li
	{
		width					:	150px;
	}
}

/*
======================================
Smart Phone
======================================
*/
@media (max-width: 500px)
{
	/* Instagram */
	#PanelSocialInstagram
	{
		display				:	block;
		margin				:	0px 0px 50px 0px !important;
	}
	#PanelSocialInstagram iframe
	{
		width					:	300px !important;
		height					:	400px !important;
		margin				:	0px 15px !important;
	}
	#PanelSocialInstagram ul#ListSocialInstagram li
	{
		width					:	100px;
	}
}
