@charset "UTF-8";
/* CSS Document */


/*TOP画像*/

#outline .ProductImg{
	background: url(../images/top_img.png) no-repeat top center #F6F6F6;
	min-height: 170px;
	padding: 200px 0 0 0;
	color: #fff;
}



#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%;
}


/*見出し*/

#functions h3{
	height: 60px;
	line-height: 60px;
	display: inline-block;
	padding: 0 0 0 76px;
}

#functions #new h3{
	background: url(../images/ico_new.png)no-repeat;
}

#functions #fix h3{
	background: url(../images/ico_fix.png)no-repeat;
}

#functions #draw h3{
	background: url(../images/ico_draw.png)no-repeat;
}

#functions #edit h3{
	background: url(../images/ico_edit.png)no-repeat;
}

#functions #convert h3{
	background: url(../images/ico_convert.png)no-repeat;
}

/*box*/

#functions .BorderBox{
	padding: 5px;
}
	

#functions #new .BorderBox h4{
	background: #00A1E9;
	color: #fff;
	padding: 5px 10px;
}

#functions #fix .BorderBox h4,
#functions #draw .BorderBox h4,
#functions #edit .BorderBox h4,
#functions #convert .BorderBox h4{
	background: #323264;
	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 #trial{
	border: 5px solid #D1D3DF;
	padding: 20px;
	background: url(../../../../images/img_TW.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_TW.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;
}
