@charset "UTF-8";
/* CSS Document */
#sec1 .result_wrap {
	margin: 0 auto 30px;
	width: 886px;
}
#sec1 .area {
	position: relative;
	background: #67BA65;
	margin-bottom: 30px;
	height: 60px;
}
#sec1 .area h3 {
	color: #fff;
	font-size: 1.375em;
	font-weight: normal;
	text-align: center;
	line-height: 60px;
}
#sec1 .area p {
	position: absolute;
	top: 10px;
	right: 20px;
}
#num_table {
	border-collapse: collapse;
	border-top: solid 1px #a0a0a0;
	border-right: solid 1px #a0a0a0;
	margin-bottom: 20px;
	width: 100%;
	font-size: 0.875em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#num_table th {
	border-left: solid 1px #a0a0a0;
	border-bottom: solid 1px #a0a0a0;
	padding: 15px 10px;
	text-align: center;
	font-weight: bold;
}
#num_table tr.blue01 th {
	background: #C2D3ED;
}
#num_table tr.blue02 th {
	background: #EDF5FE;
}
#num_table td {
	border-left: solid 1px #a0a0a0;
	border-bottom: solid 1px #a0a0a0;
	padding: 15px 10px;
	text-align: right;
}
#search th, #result th {
	text-align: center;
}
#search td, #result td {
	text-align: left;
}
#result td.num {
	text-align: center;
}
.num {
	width: 15%;
}
.date {
	width: 15%;
}
.name {
	width: 35%;
}
.summary {
	width: 35%;
}
.subject {
	width: 45%;
}
.status {
	width: 13%;
}
.section {
	width: 18%;
}
.ground {
	width: 8%
}

.sec2_1_2 ul {
	text-align: center;
}
.sec2_1_2 ul li {
	position: relative;
	display: block;
	background-color: #67ba65;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #fff;
	margin-bottom: 13px;
	line-height: 40px;
	letter-spacing: 0.1em;
	width: 100%;
	height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 3px 3px 0 #ccc;
}
.sec2_1_2 ul li a {
	display: block;
	color: #fff;
	width: 100%;
}
.sec2_1_2 ul li:active {
	top: 3px;
	box-shadow: none;
}
.sec2_1_2_1 ul {
	margin: 30px auto 20px;
	width: 350px;
}
.sec2_1_2_1 ul li {
	background: url(../images/public/arrow2.gif) no-repeat 315px center #67ba65;
}
.sec2_1_2_2 ul {
	margin: 30px auto;
	width: 280px;
}
.sec2_1_2_2 ul li {
	background: url(../images/public/arrow2.gif) no-repeat 245px center #67ba65;
}
/*------------------　detail　------------------*/
.print {
	margin-bottom: 10px;
	text-align: right;
	line-height: 1;
}
/* ダイアログボタン用 */
.floatLeft { float: left; }

.floatRight { float: right; }

.ui-dialog-buttonset a.button {
	background: linear-gradient(to bottom, rgb(244,244,244) 0%,rgb(212,212,212) 50%,rgb(245,245,245) 100%);
	background-repeat: no-repeat;
	border: solid 1px #cecece;
	text-decoration: none;
	color: #333333;
	width: 70px;
	display: block;
	text-align: center;
}
