@charset "utf-8";
/* CSS Document */

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
}
@media screen and (max-width:781px){
  /*画面幅が781px以上の時*/
}

#pos {
	margin-left: auto;
	margin-right: auto;

}
img {
	height: auto !important;
	margin-bottom: 5px;
	max-width: 720px;
	width: 100%;
	clear: left;

}

.foot a {
	text-decoration: none;
	color: #666;
	padding-right: 15px;
	text-align: center;
}
div.vid_contents {
        width:720px;
        height:720px;

}
video.vid_main {
	width: 100%;
	height: 100%;
	max-width: 720px;/*PC版での最大幅*/
	max-height: 720px;
	margin-bottom:5px;
}
