@charset "utf-8";
/* CSS Document */

#point #commitee{
	font-size:14px;
	text-align:right;
	margin-bottom:10px;
}

#point .tips{
	font-size:12px;
}

#point .title{
	font-weight:bold;
}

#point p.pointUp{
	color:#39F;
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	padding-bottom:10px;
}


#point span.pointUp{
	color:#39F;
	font-size:14px;
	font-weight:bold;
}

#point .small{
	font-size:14px;
}

#point .section{
	margin-left:20px;
}

#point #date{
	font-size:12px;
	text-align:right;
}


h3{
	/*
	background:#d4f7fd;
	color:#0b7abe;
	border-left:3px solid #0d87d2;
	*/
	padding: 5px;
	padding-left:20px;
	font-weight: bold;
}

h3 span {
	color: #F00;
}

#update h3 + dl dt{
	clear:left;
	float:left;
	font-weight:bold;
	width:80px;
	margin-bottom:5px;
}

#update h3 + dl dd{
	margin-left:85px;
	margin-bottom:5px;
}

#update .eff2e1{
	font-size:14px;
	padding:10px;
	background:#eff2e1;
	border:1px solid #d5d8c3;
}

#update #appBtn{
	text-align:center;
	margin:20px 0;
}

#update .btn{
	text-align:center;
}

#update table{
	font-size:14px;
	margin-bottom:5px;
	border-collapse: collapse;
}

caption {
	caption-side: bottom;
	text-align: right;
}
	

#update th{
	padding:10px;
	background:#eee;
	border:1px solid #CCC;
	font-weight:bold;
	text-align: center;
}

#update td{
	padding:10px;
	vertical-align:top;
	border:1px solid #CCC;
}

#update td:first-child {
	white-space: nowrap;
}

#update td.title{
	font-weight:bold;
}

#update #outline{
	padding:20px;
	background:#eee;
	margin-bottom:30px;
}

#update  .red {
	color: #F00;
}

#update dl {
}

#update dt {
	width: 15px;
	float: left;
}

#update dd {
	margin-left: 15px;
}

#update dd span {
	font-weight: bold;
}
