/* css of "regist03_abstract.html" */
div.cont-list {
	text-align: center;
}
div.cont-list div {
	margin: 0 auto 20px auto;
	width: 180px;
	padding: 5px 30px;
	text-align: left;
	border: 4px double darkslategray;
	background-color: mintcream;
}
.cont-list li {
	list-style: none;
}
.cont-list li a {
	color: darkslategray;
}
.cont-list li a:hover {
	font-weight: bold;
}
h3 {
	font-size: 14px;
	width: 200px;
	border-left: 8px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
	padding-left: 3px;
	font-weight: bold;
	color: #6495ED;
}
.certified {
	border: 1px solid #999999;
	color: #999999;
	font-size: 11px;
	padding: 3px;
	line-height: 100%;
	width: 400px;
}
table {
    border: 2px #666666 solid;
    border-collapse: collapse;
}
th, td {
    border: #666666 solid;
    border-width: 0 0 1px 1px;
    vertical-align: center;
    padding: 2px 1px;
}
th.public {
	background-color: #DC143C;
	text-align: center;
	color: white;
}
th.union {
	background-color: #008080;
	text-align: center;
	color: white;
}
.session td.number {
	width: 54px;
}
td.title {
	text-align: center;
	width: 362px;
}
td.status {
	text-align: center;
	width: 94px;
}
ul.list {
	margin: 0 10px 0 18px;
}
ul.list li {
	list-style: square;
	margin-bottom: 10px;
}
ol.rules, ol.chosaku {
	margin: 0 10px 15px 33px;
}
ol.rules li {
	margin-bottom: 5px;
}
ul.rules2, ul.chosaku2 {
	margin-left: 20px;
}
ul.rules2 li, ul.chosaku2 li {
	list-style: disc;
}
.input th, .input td {
	padding: 3px;
}
.top th, .top td {
	border-top: 2px solid #666666;
}
.input th {
	font-weight: bold;
	text-align: center;
	background-color: #B0E0E6;
}
.input td.number {
	width: 20px;
}
td.req {
	width: 20px;
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 18px;
}
td.detail {
	text-align: center;
}
td.notes {
	text-align: center;
}
.after .item2 {
	background-color: #DCDCDC;
}
.after .item2 .item3 {
	font-weight: bold;
	background-color: white;
	color: #008080;
}
.after .item4 {
	font-weight: bold;
}
.after .item5 {
	color: red;
}
a.green {
	color: #008080;
}
a.green:hover {
	color: #B0E0E6;
}