/* CSS Document */

/* アクセス */
article iframe 
{
	height:400px;
	margin-bottom:20px;
}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{
	
article iframe
{
	margin-bottom:30px;
	width:100%;
}

}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

article iframe
{
	margin-bottom:10px;
	width:100%;
}

}