@charset "utf-8";

/*--------------------------------------------
contents
--------------------------------------------*/

/*--- clients ---*/
div#container div#contents div.news {
	padding-bottom: 39px;
}

div#container div#contents div.news h3{
	margin-bottom: 15px;
}

/* ========== news_list 新着情報 ========== */
div#container div#contents div.news div.newsLeft {
	width: 710px;
	float: left;
}

.newsDate {
	border-left:5px solid #990000;
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 7px;
}

.rightCompany {
	width: 210px;
	float: right;
}

.rightCompany ul {
	margin-top: 10px;
}

.rightCompany ul li {
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.rightCompany ul li a {
	font-weight: bold;
}

div#container div#contents div.news div.newsLeft a:hover {
	color: #333;
}

div#container div#contents div.news div.newsLeft dl {
	border-bottom: 1px dotted #d9d9d9;
	padding: 0 15px 8px 0;
	margin-bottom: 25px;
}

div#container div#contents div.news div.newsLeft dt {
	font-weight: bold;
}

div#container div#contents div.news div.newsLeft dt img {
	padding: 0 10px 0 0;
}

div#container div#contents div.news div.newsLeft dd {
	margin: 8px 0 0 0;
	line-height: 180%;
}

div#container div#contents div.news div.newsLeft dd span img{
	margin-top: 2px;}

div#container div#contents div.news div.newsLeft dd p {
	margin-bottom: 10px;
}

div#container div#contents div.news div.newsLeft dd span img{
	margin-right: 10px;
}


/* class */
.px10 {
	font-size: 10px;
}