@charset "UTF-8";
/* CSS Document */


/*TOP画像*/

#outline .ProductImg{
	background: url(../images/top_img.png) no-repeat top center #F6F6F6;
	min-height: 190px;
	padding: 180px 0 0 0;
	color: #073356;
}

#outline h3.square{
 font-size: 1.2em;
 border-left: 7px solid #181E67;
 padding-left: 10px;
}

#outline h3.number{
 font-size: 1.2em;
 position: relative;
 padding-left: 25px;
}

#outline h3.number span{
 position: absolute;
 top: 0;
 left: 0;
 color: #181E67;
}

#outline .BorderBox{
	padding: 20px;
}

#outline .BorderBox img{
	float: right;
	margin-left: 20px;
}

#outline .lineup_item{
	padding: 0 27px;
}

#outline .lineup_item .price{
	font-weight: bold;
	padding: 5px 10px;
	letter-spacing: 1px;
	background: #eee;
	text-align: center;
}

#outline .lineup_item .price_master{
	border-bottom: 5px solid #D97778;
}

#outline .lineup_item .price_lt{
	border-bottom: 5px solid #5998C3;
}

#outline .lineup_notice{
	margin-left: 27px;
}

#outline img{
	max-width: 100%;
}

/*ダウンロード*/

#download table a.link{
	background: url(../../../../images/link_bl.png) no-repeat left center;
	padding-left: 15px;
}

#download #trial{
	border: 5px solid #D1D3DF;
	padding: 20px;
	background: url(../../../../images/img_TW8.jpg) no-repeat right 10px top 60px;
}

#download #trial h3{
	font-size: 23pt;
	letter-spacing: 2px;
	font-weight: normal;
	height: 30px;
	background: url(../../../../images/rogo_TW8.jpg) no-repeat right;
}

/*サポート*/

#support ul li{
	margin-bottom: 10px;
}

#support .question{
	background: url(../images/faq_open.jpg) no-repeat right 10px center #eee;
	padding: 5px 50px 5px 5px;
	margin-bottom: 10px;
	padding-left: 80px;
}

#support .question_on{
	background: url(../images/faq_close.jpg) no-repeat right 10px center #eee;
}

#support .question span{
	display: block;
	width: 40px;
	float: left;
	background: #181E67;
	color: #fff;
	padding: 0 5px;
	text-align: center;
	margin: 0 10px 0 -70px;
	
}

#support .answer{
	display: none;
	margin-bottom: 30px;
	padding: 0 10px 0 80px;
}

/*旧バージョンの対応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.twa{
	background: #3981C4;
}

/*製品ライフサイクル表*/
#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;
}