@charset "UTF-8";

* {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}

.background {
	background-color: rgb(255, 254, 248);
}

body {
	font-size:12pt;
/*	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", "MEIRYO UI", verdana;	*/
	font-family: "メイリオ", "ヒラギノ角ゴシック", "Yu Gothic UI", "Arial", sans-serif;
	font-weight:500;
	max-width:900px;
/*	min-width:640px;	*/
	padding: 0px 10px 0px 5px;
}
H1, H2 {
	display: inline-block;
	width: 100%;
	color: cornflowerblue;
	background-color: transparent;
	text-align: center;
	margin: 20px 0;
	padding-top: 5px;
	line-height: 24pt;
}
p {
	display: inline-block;
	width: 100%;
	color: blue;
	background-color: transparent;
	text-align: center;
	margin: 10px;
}
.H0 {
	width: 100%;
	background-color: transparent;
	margin: 0 auto;
	line-height: 24px;
}
.L0 {
	float: none;
	width: 100%;
	height: 15vh;
	background-color: transparent; /*  lightyellow;	*/
}
.cont0{
	width: 90%;
	height: 80px;
	padding-top: 20px;
	margin-top: 40px;
	font-size:14pt;
	color: cornflowerblue;
	background-color: peachpuff;
}
.cont {
	display: flex;
	width: 90%;
	margin-top: 0px;
	color: cornflowerblue;
	background-color: lightpink;
}
#alert, #holiday {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	color: blue;
/*	font-weight:500;	*/
	font-size:16pt;
	background-color: lightyellow;
	text-align: center;
	padding: 20px;
	border: solid 3px green;
}
#holiday {
	display: none;
}

#A, #B {
	float: left;
/*	min-width: 200px;	*/
	width: 40%;
	height: 50pt;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 5%;
	margin-right: 5%;
	font-size:14pt;
	font-weight: bold;
	color: blue;
	background-color: lemonchiffon;
	text-align: center;
}
.img1 {
/*	max-width: 900px;	*/
	width: 150px;
	display: block;
	margin:	0 auto;
	height: auto;
}
.hida {
	text-align: left;
}
.naka {
	text-align: center;
}
.migi {
	text-align: right;
}
