.fontAllSize_pc{
	font-size: 62.5%;
}
.fontAllSize_smf{
	font-size: 120%;
}
body{
	margin:0 3rem 0 3rem;
	min-width : 320px;
	min-height: 100vh;
	flex-direction: column;
	font-size: 2rem;
}
.header{
	height: 8rem;
	font-size: 3rem;
	color: rgb(100, 100, 100);
	background-color: rgb(127, 191, 255);
	/* background-color: rgb(170, 208, 250); */
}
.header_testMode{
	height: 8rem;
	font-size: 3rem;
	color: rgb(100, 100, 100);
	background-color: rgb(255, 230, 170);
	/* background-color: rgb(170, 208, 250); */
}
.footer{
	height: 70px;
	text-align: center;
}
.twitterBtn{
	width: 18rem;
	height: 3rem;
	text-align: center;
	font-size: 2rem;
	color: #ffffff;
	background-color: rgb(30, 30, 31);

	display: inline-block;
	border-style: solid;
	border-width:1px;
	border-color: darkgray;
	text-decoration: none;
}
.adData{
	width : 100%;
	height: 100%;
	/* text-align: center; */
	display: grid;
	/* grid-template-columns: 100%; */
    grid-template-rows: 20% 80%;
	background-color: rgb(245, 245, 245);
}
.adDataTitle{
	/* width : 100%;
	height: 100%; */
	/* height: 50px; */
	text-align: center;
	align-self: center;

	grid-row-start: 1;
	grid-row-end: 2;
	/* background-color: rgb(190, 190, 190); */
}
.adDataKoukoku{
	grid-row-start: 2;
	grid-row-end: 3;

	justify-self: center;	/* 横方向の位置を指定する */
    /* align-self: center;		縦方向の位置を指定する */
	
	/* background-color: rgb(190, 190, 255); */
}