@media screen and ( max-width:800px )
{
	/* ボディ */
	body
	{
		font-size: 20px ;	/* 文字サイズ */
	}

	p.resizeimage img { width: 100%; }

	.youtube2 {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.youtube2 iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 80% !important;
	  height: 80% !important;
	}

}

/* スマホだけに適用するCSS */
@media screen and ( max-width:479px )
{
	/* ボディ */
	body
	{
		font-size: 20px ;	/* 文字サイズ */
	}

	p.resizeimage img { width: 100%; }

	.youtube2 {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.youtube2 iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}

}

