@charset "shift_jis";

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

#data 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;
}


#data 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))
	);
}