@charset "UTF-8";
/* CSS Document */
p {
	width: 420px;
	height: 36px;
	margin-top:0;
	margin-right:0;
	margin-left:0;
	margin-bottom:0;
	overflow: hidden;
}

dl#demo {
   width: 420px;
   height: 36px;
   overflow: hidden !important;
}

#wrap {
    display: none;
}

html {  
    overflow-y:scroll;  
}  

button {
border:none; /*枠を消す*/
background-color:#ffffff; /*ページの背景色と合わせて誤魔化す*/
}