﻿header h1{
	font-size:35px;
	color:white;
	width:320px;
	height:50px;
	line-height:50px;
	margin-right: auto;
	margin-left : auto;
	text-align:center;
	/*text-margin:100; */
	border:2px solid blue;
	border-radius:15px 15px 15px 15px;
	background:linear-gradient(white,blue);
	text-shadow:-1px -1px 1px gray;
}



main section ul{
		list-style: none;
}


main section li{
		margin-top:10px;line-height:30px
}


.form{
	font-size:30px;
	width:320px;
	height:50px;
	line-height:50px;
	margin-right:auto;
	margin-left :3%;
	text-align:center;
	/*text-margin:100; */
	border:2px solid blue;
	border-radius:10px 10px 10px 10px;
	background:blue/*linear-gradient(white,blue)*/;
	
}

main section li a{
	color:#000;
	pointer-events: none;

}


.kigen{
	color:white;
	font-size:23px;
	font-weight: bold; 
	width:300px;
	height:30px;
	line-height:30px;
	margin-right:auto;
	margin-left:3%;
	text-align:center;
	border:2px solid orangered;
	border-radius:5px 5px 5px 5px;
	background:linear-gradient(white,orangered);
	text-shadow:-1px -1px 1px dimgray;
}


.test{
	font-size:23px;
	width:320px;
	height:30px;
	line-height:30px;
	margin-right:auto;
	margin-left:3%;
	text-align:center;
	border:2px solid deepskyblue;
	border-radius:5px 5px 5px 5px;
	background:linear-gradient(white,deepskyblue);
	text-shadow:-1px -1px 1px gray;
}


/*===============================================
●画面の横幅が0～480px(スマホ用）
===============================================*/
@media screen and (min-width: 0px) and (max-width: 480px) {

	main section li a{
	color:#000;
	pointer-events: auto;

	}

}
