@charset "UTF-8";
/* CSS Document */
html {-webkit-text-size-adjust: 100%}
img {
    max-width: 100%;
    height: auto;
}

/* for ヘッダ */
header {
	width: 100%;
}
img#logo2 {
	width:0;
}
img#whitebar {
	width:auto;
}

div#main{
	display:none;
}
div#mobile {
	display:block;
}
div#mobile  table {
	margin-left:auto;
	margin-right:auto;
}
/*トップページの写真*/
div#topimg {
	width: 100%;
}
/*コンテン全体*/
div#wrap {
	width:auto;
}
/*サイド*/
aside {
	float:none;
	width:100%;
}
aside h1{
	width:auto;
}
/*メインコンテンツ*/
section {
	float:none;
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

/*コロナワクチン告知*/
article#syringe3 div{
	font-size:1.2em;
}

