@media screen and (max-width:767px){
#wrapper{
}

/*～以下、画面の横幅が640pxまでの場合のスタイル記入～*/

body {
	-webkit-text-size-adjust: none;
	/*display: none;*/
}

a.disabled {
	cursor: pointer;
}

.switch {
	display: inherit;
}

