
html
{
	margin-left: 100px;
	margin-right: 100px;
}

p,ul,li {
  font-size: 14px;
  font-family: "Arial";
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #575757;
  line-height: 28px;
}

h1,h2,h3,h4,h5 {
  font-family: "Arial";
}

::placeholder {
  opacity: 0.3; /* Firefox */
}

.box{ 
                
    display: grid;
	grid-gap: 0px;	
    grid-template-columns: repeat(auto-fit,200px);
    grid-template-rows: repeat(0,10px);  
	}
	
	input[type=submit] {
    width: 6em;  height: 2em;
	
}
	
	input[type=radio] {
    border: 0px;
    width: 100%;
    height: 1.4em;
}

.label_button
{
	border:1px solid #BDB76B;
	background-color:#FFE4B5;
	padding:4px;
	display:block;
	width:40px;
}

.label_button:hover
{
	background-color:#FFC495;
}