@charset "utf-8";
/* CSS Document */
body,html{
	position:relative;
}
input,select,textarea{
	font-family: "Noto Sans Japanese";
}
header{
	width:100%;
	background:#333;
	text-align:center;
	height:60px;
	padding:20px 0;
	position: fixed; 
	top:0;
	left:0;
}
header img{
	width:305px;
}
#ex-area{
	margin-top:100px;
	padding:30px 0;
}
.fsent{
	margin-bottom:60px;
}
form{
	width:50%;
	min-height:700px;
	margin:0 auto;
	border:1px solid #CCC;
	padding:35px;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin-bottom:60px;
}
.kbox{
	margin-bottom:30px;
}
.k-name{
	margin-bottom:10px;
	border-bottom:dotted 1px #999;
}
input[type="text"],select,textarea{
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding:5px;
}
input#submit{
	font-family: "Noto Sans Japanese";
	margin: 10px; 
	font-size: 1em; 
	border-radius: 40px; 
	padding: 10px 20px; 
	border: none; 
	width: 200px;
	border:1px solid #ccc;
	cursor:pointer;
}
input#submit:hover{
	background:#FFF;
}
#submit-area{
	padding:50px 0 0 0;
	text-align:center;
}
.hs{
	color:#DD6365;
	font-size:0.8em;
}
.wid90{
	width:88%; 
}
.wid80{
	width:73%; 
}