/*===============================================
●tablet.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
	img{
	max-width: 100%;
	height: auto;}

	#container{
	width:100%;}

	.table2{
	width: 100%;
	height: 100%;
	}

	iframe{
	width: 100%;
	border: 0;
	}

}

p.resize img { width: 100%; }
.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
  }
  .video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
  }