select,
input[type="text"],
input[type="password"] {
	font-size: 26px;
/*	margin: 10px auto 10px auto;*/
	margin: 10px 3px 10px 3px;
}
input[type="checkbox"],
input[type="radio"] {
/*	font-size: 200px;*/
}
.mbtn {
	font-size: 26px;
/*	width: 200px;*/
	min-width: 200px;
/*	margin: 0;*/
	margin: 2px;
	padding: 7px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));   
	border: 1px #000 solid;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #ccc;
	text-shadow: 1px 2px 3px #ccc;
}
/*.mbtn.w300 { width: 300px; }*/
/*.mbtn.w400 { width: 400px; }*/
/*.mbtn.w500 { width: 500px; }*/
.mbtn.w100 { min-width: 100px; }
.mbtn.w300 { min-width: 300px; }
.mbtn.w400 { min-width: 400px; }
.mbtn.w500 { min-width: 500px; }

div.funcbox {
	font-size: 26px;
}
div.funcbox .submit_button {
	font-size: 150%;
	width: 100%;
	margin: 0;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#bfd9e5), to(#0099cc));   
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
}

.mhidden {
	display: none;
}



/*
.button {
  background: #8fd324;
  background: -moz-linear-gradient(top, #b1e362 0%, #a2d847 50%, #8acb1f 50%, #7dbf0d 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #b1e362), color-stop(0.5, #a2d847), color-stop(0.5, #8acb1f), color-stop(1, #7dbf0d));
  border: 1px solid #5b9400;
  border-bottom: 1px solid #568a03;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
  -webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
  box-shadow: inset 0 1px 0 0 #c8eb8f;
  color: #fff;
  font:32px "ヒラギノ角ゴ Pro W3",tahoma,arial;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #426b01;
}
 
.button:hover {
  background: #689b13;
  background: -moz-linear-gradient(top, #9ad055 0%, #8dc241 50%, #78b41b 50%, #6da70a 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9ad055), color-stop(0.5, #8dc241), color-stop(0.5, #78b41b), color-stop(1, #6da70a));
  cursor: pointer;
}
 
.button:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}
*/
