@charset "UTF-8";
/* CSS Document */

h1{/*文字を非表示にする*/
}


p#first{
	text-align: center;
	font-size: small;	
}

div{text-align: center;}

p#second{
	text-align: center;
	font-size: x-small;		
}


@media screen and (max-width:1242px){
}


@media screen and (min-width:1242px){
	
}

