@charset "shift_jis";

#data{margin-bottom:2em;}
#data h1{background:url(/lib/img/bar401.png) no-repeat left center; height:40px; text-indent:100%; overflow:hidden; white-space:nowrap; border-bottom:1px solid #ccc;}
section dl>dt {float: left; clear: both; width: 28%; padding:2% 1%; border-top:#f1f1f1 1px solid;}
section dl>dd {float:left; width:68%; padding:2% 1%; border-top:#f1f1f1 1px solid;}
section dl>dd input, #form section dl>dd select, #form section dl>dd textarea {width:100%; padding:.5em; font-size:80%; border:1px solid #ccc; background-color:#fff; border-radius:.5em;}
section dl>dd input{height:2em;}
section dl>dd textarea {height:10em;}



#form h1{background:url(/lib/img/bar401-2.png) no-repeat left center; height:40px; text-indent:100%; overflow:hidden; white-space:nowrap; border-bottom:1px solid #ccc;}

ul.fl li, dl.fl dt{float:left; padding-right:1em;}

#btn {float:right; padding:1em 0;}
#btn input {position:absolute; left: -999px; top:-999px; outline:none;}
#btn label{
  cursor:pointer;
  display:inline-block;
  -webkit-box-shadow: #B4B5B5 1px 1px 1px;
  -moz-box-shadow: #B4B5B5 1px 1px 1px ;
  box-shadow: #B4B5B5 1px 1px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
  text-shadow: -1px -1px 0 rgba(219,219,219,0.3);
  font-weight:bold;
  text-align: center;
  color: #333333;
  background-color: #f4f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f5f5), color-stop(100%, #dfdddd));
  background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: linear-gradient(top, #f4f5f5, #dfdddd);
}
#btn label.checked {
	color: #fff;
	background: #C3C3C3;
	background-image: -moz-linear-gradient(top, #C3C3C3, #DBDBDB);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C3C3C3), to(#DBDBDB));
	text-shadow: 0px 0px 0px #fff;
}

#form section button {
	background-color:#3bb3e0;
	padding:10px 15px;
	position:relative;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


#form section button:active {
	padding-bottom:9px;
	padding-left:15px;
	padding-right:15px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
}