@charset "UTF-8";

body{
	background:url("../../images/evaluation/夕阳.jpg") no-repeat center top;
	background-size:cover;
}
.eva-box{
	background-color: #ffffff;
    max-width: 600px;
    min-width: 200px;
    height: auto;
    border-radius: 5px;
    margin:25px auto;
    border:solid 2px black;
	border-radius: 5px;
 }  
.eva-box-contect{
	width:500px;
	height:auto;
	margin:auto;
	padding:10px 0;
}
.eva-box-contect h3{
	text-align:left;
	margin:15px 0 5px 0;
}
.eva-powerSupply,.eva-control,.eva-otherNeeds,.eva-customersContactInfo{
	width:500px;
	height:auto;
	margin:auto;
	padding:auto 0;
	border:solid 1px #CCCCCC;
	border-radius: 5px;
}
.eva-control-input,.eva-control-output,.eva-control-audio,.eva-otherNeeds-specialNeeds{
	max-width:500px;
	height:auto;
	margin:auto;
	border-radius: 5px;
	padding-bottom:10px;	
}
.eva--explanation{
	margin:0 0 0 16px;
	font-size:12px;
	color:#808080;
}
.button-box{
	width:40%;
	height:auto;
	margin:auto;
}
.sumbit-button{
	color: #778899;
	width: 100%;
	height: 40px;
	cursor: pointer;
	border: solid 1px #cccccc;
	border-radius: 5px;
	margin: 15px 0;
	color: #ffffff;
	background-color: #337ab7;
}
 