@charset "utf-8";

@media (max-width : 414px ){
body {
	background: #FFFFFF
}
#dat {
	font-size: 10vw;
	margin: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.aaa {
  	width: 90%;
	font-size: 10vw
}
.bbb {visibility: visible}
}

@media (min-width : 415px ){
body {
	width: 460px;
	margin-left: 10px;
	margin-right: 10px;
	background: #FFCC66
}
#dat {
font-size: 2em
	}
.aaa {
  	width: 300px;
	font-size: 2em
}
.bbb {visibility: hidden
}
}
