@charset "utf-8";
/* CSS Document */


#kensyu_index{
	clear:both;
}



#kensyu_index input,#input_obj2 input{
	padding:5px;
	font-size:15px;
/*	margin-bottom:10px; */
}


table{
/*	width: auto;
	width:1050px !important;
*/
	width:1050px;
	border:1px solid #999;
	border-collapse:collapse;
}

table th{
	background:#09C;
	color:white;
	border:1px solid #999;
}

table td{
	border:1px solid #999;
	font-size:13px;
	
}



#input_under{
	text-align:right;
	margin-right:10px;
	margin-bottom:10px;
}


.bt{
	
	width:50px;
}

.passed {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	margin-bottom:1px;
}

.alert {
	padding: 0.5em 1em;
	margin: 1em;
	font-weight: bold;
	background: #FFF;
	border: solid 2px black;
	border-radius: 10px;
	width: 1000px;
}
