/*-- 

	Solution
	/pro/solution

====================================================== --*/

/*-- トップ --*/
/*-- ------------------------------------------------- --*/
#News .news{
	width:980px;
	border-collapse:collapse;
	margin:0px 0px 60px;
}
#News .news td{
	border-bottom:1px solid #E1E1E1;
	font-size:108%;
	text-align:left;
	vertical-align:top;
	line-height:1.7em;
	white-space:nowrap;
	padding:20px 15px 20px 0px;
}
#News .news td:nth-of-type(2){
	white-space:normal;
	padding-right:0px;
}
#News section nav.newsList {
	margin-bottom: 60px;
	text-align: center;
}
/*#News .news td:nth-of-type(2){
	font-size:0px;
	padding-right:10px;
}
#News .news td:nth-of-type(2) a,
#News .news td:nth-of-type(2) span{
	color:white;
	display:inline-block;
	margin:0px 5px 0px 0px;
	white-space:nowrap;
	background:#E9192B;
	text-align:center;
	width:100px;
	font-size:12px;
	line-height:21px;
	text-decoration:none;
}
#News .news td:nth-of-type(2) a:hover{
	text-decoration:underline;
}*/


#News .downloadList{
	padding:25px 0px 0px 30px;
	margin-bottom:50px;
	background:url(../img/bg_shadow.gif) no-repeat left bottom #F0F0F0;
}
#News .downloadList dt{
	color:#E9192B;
	clear:both;
	font-size:131%;
	margin:0px 0px 15px;
	line-height:1.4em;
}
#News .downloadList dd li{
	width:212px;
	background:white;
	margin:0px 25px 25px 0px;
	float:left;
}
#News .downloadList dd li:nth-of-type(4n+1){
	clear:both;
}
#News .downloadList dd li:last-child{
	margin-bottom:40px;
}
#News .downloadList dd a{
	display:block;
	padding:20px 20px 40px;
	position:relative;
	width:172px;
	text-decoration:none;
	background:url(../../images/support/download/bg.gif) no-repeat left bottom white;
}
#News .downloadList dd a > img{
	margin:0px auto;
	display:block;
	max-width:168px;
}
#News .downloadList dd a .name{
	margin:15px 0px 10px;
	border-top:1px dotted #CCCCCC;
	padding:15px 0px 0px 30px;
	font-size:93%;
	line-height:1.5em;
	letter-spacing:0px;
	background:url(../../images/support/download/mark_pdf.gif) no-repeat 0px 15px;
}
#News .downloadList dd a .date{
	font-size:85%;
	line-height:1.5em;
	margin:0px 0px 10px;
	letter-spacing:0px;
}
#News .downloadList dd a .volume{
	font-size:1em;
	height:20px;
	position:absolute;
	left:0px;
	bottom:0px;
	text-align:center;
	color:white;
	width:212px;
	padding:10px 0px 10px 0px;
	line-height:20px;
	margin:0px;
	letter-spacing:0px;
}
#News .downloadList dd a .volume img{
	margin-right:10px;
}