﻿ .iframeoutter{
 	height:800px;
 }
.annouce{
 	padding:0 30px;
}
.annouce h2{
 	font-size:18px;
}
.annouce p{
 	font-size:12px;
 	line-height:18px;
}
media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.iframeoutter{
	margin-top:120px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 765px), only screen and (min-width: 1px) and (max-width: 765px) {
	.iframeoutter{
 		height:1230px;
	}
}