@charset "UTF-8";
/* CSS Document */
#sec1 .base_wrap {
	margin: 0 auto 40px;
	width: 886px;
}
#base {
	padding: 0;
	border-left: none;
	border-bottom: none;
	width: 100%;
}
#base th {
/* 	border-left: none; */
	background: #EDF5FE;
}
#base td {
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
}
#result th {
	padding: 10px 20px;
	text-align: left;
	font-size: 1.071em;
}
#result th.complete{
	background: #FAF8F6;
}
#result th.year_now{
	background: #FFFFBC;
}
#result th.year_past{
	background: #FFDDBC;
}
#result th.year_future{
	background: #DDFFBC;
}

#result th.mitei{
	background: #F6BFBC;
}
#result th.improper{
	background: #EDF5FE;
}
#result th.opinion{
	background: #E0E0E0;
}
#result th span:before{
	content: "";
	float: left;
	margin-right: 10px;
	border: 3px solid #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 20px;
}

#result th.status {
	background: #FF9B00;
	color: #fff;
	text-align: center;
	font-size: 1.66em;
	border-bottom: none;
}


#result td {
	padding: 15px 20px;
}
#result td a {
	text-decoration: none;
}

#result td div.detail {
	width:840px;
}
#result td p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

hr {
	display: block;
	border-top: 1px dotted #ccc;
}
.btn{
	 float:right;
}
.btn li{
	display: inline-block;
	background-color: #E0E0E0;
	margin: 3px;
	line-height: 40px;
	width: 150px;
    height: 40px;
    text-align: center;
}
.btn li a{
	display: block;
	color: #000000;
	width: 100%;
}

}