@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
body
{
	font-family: 'Noto Serif JP', sans-serif;
	color:#000000;
	padding:50px;
	background-image: url(../image/backsiro.jpg);
	font-size:20px;
}

head
{
	font-family: 'Noto Serif JP', sans-serif;
	color:#000000;
	padding:50px;
	font-size:10px;
}
p
{
	font-family: 'Noto Serif JP', sans-serif;
	color:#000000;
	font-size:15px;
}
button 
{
    width: auto;
    height:auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
}
button:hover
{
	opacity:0.5;
	transition:0.3s;
}
select
{
	width:100px;
	height:50px;
	font-size:15px;
}
.del
{
	width: 70px;
	height: 50px;
	padding: 5px;
}
.reset
{
	width: 70px;
	height: 50px;
	padding: 5px;
}
.enter
{
	width: 70px;
	height: 50px;
	padding: 5px;
}
label
{
	cursor:pointer;
}
.pon
{
	width: 70px;
	height: 50px;
	padding: 5px;
}
.ti
{
	width: 70px;
	height: 50px;
	padding: 5px;
}
.akan
{
	width: 70px;
	height: 50px;
	padding: 5px;
}
.mkan
{
	width: 70px;
	height: 50px;
	padding: 5px;
}
p.title
{
	line-height:5%;
}
html 
{
  touch-action: manipulation;
}
.foo
{
	background-color: #C0C0C0; 
}