@charset "UTF-8";
body{
	text-align: center;
	margin-top: 3rem;
	font-size: 28px;
}
h1{
	font-size: 28px;
	color:coral;
}
h3{
	color: #AEAEAE;
	font-weight: normal;
}
ul{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.mt30{
	margin-top: 30px;
}
.mt60{
	margin-top: 60px;
}
.frmstart{
	padding: 1rem;
}
.frmstart label{
	margin-bottom: 2rem;
	line-height: 60px;
}
.frmstart input[type="text"]{
	min-width: 200px;
	padding: 10px;
	font-size:20px;
	margin-bottom: 2rem;
	text-align: center;
	line-height: 40px;
}
.frmstart input[type="submit"]{
	min-width: 200px;
	padding: 10px;
	font-size:16px;
}

.tblorder{
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
.tblorder th, .tblorder td{
	padding: 8px;
}
.tblorder th{
	background:#E9E6E6;
}
.frmmenu label,.frmcompany label{
	margin-bottom: 20px;
}
.frmmenu div, .frmcompany div{
	margin-bottom: 40px;
}
select{
	width: auto;
	padding: 10px;
	font-size:24px;
	text-align: center;
	line-height: 30px;
}
input[type="text"]{
	width: 100px;
	padding: 10px;
	font-size:24px;
	line-height: 30px;
}
.frmmenu #menuprice{
	text-align: center;
}
input[type="submit"]{
	max-width: 200px;
	padding: 10px;
	font-size:20px;
}
#companyname{
	max-width: 100%;
	width: 400px;
}
.btenter{
	width: 200px;
}
.coltoday{
	background: #E9F49B;
}
.menulist {
    width: 100%;
    max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.menuitem{
	padding-bottom: 8px;
}
.error_message{
	color: red;
}
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
	margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
footer{
	margin-top: 50px;
	margin-bottom: 30px;
}
@media screen and (max-width:540px) {
}

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