#spos {max-width: 1000px; margin: 0 auto; font-size: 14px;}

#spos .tbl{
	margin:5px 0 10px 0;
	width: 100%;
	background-color: #666666;
}

#spos .tbdy{
        background-color: #ffffff;
}

#spos .ttl{
	background-color: #0063a4;
        color: #ffffff;
	font-weight: 600;
}

#spos .item{
        background-color: #dddddd;
	color: #333333;
	font-weight: 600;
}

#spos .close-c{
	text-align: center;
	width: 100px;
}

#spos .close-r{
	text-align: right;
}

#spos .close-l{
	text-align: left;
}

#spos .attention{
	color: #dd0000;
	font-weight: 600;
}