@media only screen and (max-width: 600px) {

.about{
	width:90%;
}

.about div{
	width:100%;
	box-sizing:border-box;
	margin:20px auto 0;
}

.about div strong{
	font-size:100%;
}

.about table{
	width:100%;
	margin:20px auto;
	border-collapse:collapse;
	/*table-layout: fixed;*/
}

.map{
	width:90%;
}
.map img.map_img{
	width:100%;
	margin:0 auto;
}


.link{
	width:90%;
}
.link a img{
	width:100%;
}

.download{
	width:90%;
	margin:50px auto;
}
.download ul{
	margin:10px 0 0 0;
	padding:0 0 0 5%;
}

.download li{
	line-height:150%;
}
	
#miko{
	display:none;
}

}
