@charset "UTF-8";
/* CSS Document */


/*TOP画像*/

#outline .ProductImg{
	background: url(../images/top_img.png) no-repeat top center #F6F6F6;
	min-height: 110px;
	padding: 260px 0 0 0;
}


#outline .BorderBox{
	padding: 20px;
}

#outline .BorderBox img{
	float: right;
	margin-left: 20px;
}

/*SMP*/

.ProductSMP ul li{
	font-size: 0.9em;
	line-height: 1.45em;
}




/*見出し*/

#functions h3{
	height: 60px;
	line-height: 60px;
	display: inline-block;
	
}

#functions #new h3{
	background: url(../images/ico_new.png)no-repeat;
	padding: 0 0 0 76px;
}



/*box*/

#functions .BorderBox{
	padding: 5px;
}

#functions .BorderBox h4{
	background: #323264;
	color: #fff;
	padding: 5px 10px;
}	

#functions #new .BorderBox h4{
	background: #00A1E9;
	color: #fff;
	padding: 5px 10px;
}



#functions .BorderBox .ImageArea{
	border-bottom: 1px solid #aaa;
	height: 130px;
	position: relative;
	padding: 20px 0;
	text-align: center;
}

#functions .BorderBox .ImageArea .thumbnail{
	max-height: 130px;
}

#functions .BorderBox .ImageArea .btn{
	position: absolute;
	bottom: 5px;
	right: 0;
}

#functions .BorderBox .TextArea{
	padding: 10px;
}

#functions .img_right{
	float: right;
	margin: 0 0 20px 20px;
}

#functions .licence p{
	background: url(../images/key.jpg) no-repeat right top 5px;
	padding-right: 480px !important;
}

/*ダウンロード*/

#download table a.link{
	background: url(../../../../images/link_bl.png) no-repeat left center;
	padding-left: 15px;
}

#download table .name{
	width: 580px;
}

#download table .rev{
	width: 80px;
}

#download table .date{
	width: 150px;
	text-align: center;
}

#download table .size{
	width: 100px;
	text-align: right;
}

#download #trial{
	border: 5px solid #D1D3DF;
	padding: 20px;
	background: url(../../../../images/img_M-Draf_Lite.jpg) no-repeat right 10px top 70px;
}

#download #trial h3{
	font-size: 23pt;
	letter-spacing: 2px;
	font-weight: normal;
	height: 40px;
	background: url(../../../../images/rogo_M-Draf_Lite.jpg) no-repeat right;
}

/*サポート*/

#support .BorderBox{
	padding: 20px;
	background: url(../../../../images/support.jpg) no-repeat right bottom;
}

#support .BorderBox h3{
	font-weight: normal;
	font-size: 14pt;
}

/*旧バージョンの対応OS*/
#os_for_old_version table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#os_for_old_version table th,
#os_for_old_version table td{
	border: 1px solid #aaa;
	padding: 5px;
	text-align: center;
}

#os_for_old_version table td.txtLeft{
	text-align: left;
}

#os_for_old_version table td.gray{
	background: #eee;
}

#os_for_old_version table th{
	background: #666;
	color: #fff;
}

#os_for_old_version table th.mds{
	background: #CB1438;
}

#os_for_old_version table th.suite{
	background: #35813C;
}

#os_for_old_version table th.mdlt{
	background: #EDB049;
}

#os_for_old_version table th.es{
	background: #328EAC;
}

/*製品ライフサイクル表*/
#lifecycle table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#lifecycle table th,
#lifecycle table td{
	border: 1px solid #aaa;
	padding: 5px;
	text-align: center;
}

#lifecycle table td.txtLeft{
	text-align: left;
}

#lifecycle table td.gray{
	background: #eee;
}

#lifecycle table th{
	background: #666;
	color: #fff;
}

#lifecycle table th.mds{
	background: #CB1438;
}

#lifecycle table th.suite{
	background: #35813C;
}

#lifecycle table th.mdlt{
	background: #EDB049;
}

#lifecycle table th.es{
	background: #328EAC;
}

#lifecycle table th.white{
	background: #FFFFFF;
}

#lifecycle table th.mutBlue{
	background: #323264;
}
/*training*/

#training .col_item img{
 max-width: 100%;
 border: 1px solid #aaa;
}

#training .col_area{
	display: table;
	width: calc(100% + 100px);
	margin-left: -50px;
	table-layout: fixed;
	border-spacing: 50px 0;
}

#training .col_item h4{
 background: #eee;
 padding: 5px 10px;
}
