@charset "UTF-8";

/* ****************************************************************************

My House Palette（マイハウスパレット）

-------------------------------------------------------------------------------

 01. モジュール

******************************************************************************* */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
iframe {
	/*width: 100% !important;*/
	left :0;
}
.video{
	width:100%;
	padding-bottom: 56.25%;
	position: relative;
}
.video iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}