@charset "utf-8";
/* CSS Document */

#news190208{
	font-size: 16px;
	}

#news190208 ul{
	font-size: 16px;
	}

#news190208 ul li{
	font-weight: normal;
	}

#news190208 h3 {
    display: block;
    text-align: center;
    font-size: 24px;
    background: #e79900;
	border-radius: 5px;
    color: #FFF;
	padding: 3px;
	margin-top: 50px;
	}

#news190208 ul.decimal li{
	list-style: decimal;
	margin: 10px 0 0 20px;
	}

#news190208 ul.decimal li:first-child{
	font-weight: normal;
	margin-left: 20px;
	}

#news190208 dl dt{
	float: left;
    background: #e79900;
	color: #fff;
	width: 80px;
	text-align: center;
	}

#news190208 dl dd{
	margin: 0 0 20px 0;
	padding: 0 0 20px 100px;
	border-bottom: 1px dashed #ccc;
	}

#news190208 ul.tag{
	text-align: center;
	}

#news190208 ul.tag li{
	display: inline-block;
	font-size: 14px;
	list-style: none;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: #ddd;
	}