/* 全体 */
body{
	-webkit-text-size-adjust: 100%;
	font-size:92%;
	margin:0;
	padding:1em;
	font-family:"メイリオ", "Meiryo", sans-serif;
}
/* ボタン ----------------------------------------------------------------------------- */
/* ボタン共通 */
div.button {
	border: 1px solid;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:auto;
	border-color: #ccc;
	position: relative;
	line-height:110%;
	color: #333;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:         linear-gradient(top, #fafafa 0%, #eee 100%);
}

table.buttonzone{
	text-align:center;
}

/* ボタンリンク */
.button a{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	height:0;
	width:100%;
	height:100%;
	color:#333;
}











#submit1,#submit2,#kodomoopen,#kodomoset {
	border: 1px solid;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:auto;
	border-color: #ccc;
	position: relative;
	line-height:110%;
	color: #333;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:         linear-gradient(top, #fafafa 0%, #eee 100%);
}
h3{
	background: #199a24;
	border-color: #199a24;
	color: #fff;
	border: 1px solid;
	padding: 5px;
	margin: 0 0 5px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:auto;
}
select{
	min-width:4em;
	font-size:100%;
	font-family:"メイリオ", "Meiryo", sans-serif;
	border: 1px solid;
	padding: 2px;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	height:auto;
	border-color: #ccc;
	margin: 0 0 5px 0;
}
input{
	font-size:100%;
	font-family:"メイリオ", "Meiryo", sans-serif;
	border: 1px solid;
	padding: 0.2em;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	height:auto;
	border-color: #ccc;
	margin: 0 0 5px 0;
}
input.fullw{
	width:100%;
}

/* テーブル --------------------------------------------------------------------------- */
table{
	margin:0;
	border-collapse:separate;
	border-spacing:5px;
	border:0px;
}
table td{
	padding:0.2em 2em 0.2em 1em;
	text-align:left;
}
table th{
	padding:0.2em 2em 0.2em 1em;
	text-align:left;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background:#e8e8e8;
}
table td:last-child{
	padding-right:0;
}
span.r{
	margin-left:1em;
	font-size:80%;
	padding:0.2em;
	background:#3366cc;
	color:#ffffff;
}
span.e{
	color:#cc0000;
	font-weight:bold;
}


#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1;
	/* overflow:scroll; */
}

#kodomowin {
  position: fixed;
  border: 3px solid #199a24;
	border-radius:8px;
	padding:1em;
  background-color: #FFF;
  display: none;
  z-index: 2
}
