@charset "UTF-8";


/*-------------------- CONFIG --------------------*/
body {
	color: #444444;
	background-color: #fff;
}
a {
	color: #0777bf;
	text-decoration: underline;
}
a:visited {
	color: #0777bf;
}
a:hover {
	color: #0777bf;
}


.wrap {
	width: 980px;
	margin: 0 auto;
	padding:0 10px;
	position: relative;
	clear: both;
}

/*topVectorBnr -------------------------*/
.topVectorBnr{
  background:#ffba25 url(/assets/img/proregibnr_bg.jpg) no-repeat center center;
}
.topVectorBnr a{
  display:block;
  padding:10px 0;
  text-align: center;
}


/*-------------------- LAYOUT --------------------*/

#header {
	position:relative;
	z-index:100;
	height:140px;
	background: url(/assets/img/bg_header.jpg) repeat-x left top;
}
.home #header {
	height:86px;
	background: url(/assets/img/bg_header_home.jpg) repeat-x left top;
}
#header .wrap {
	width: 1000px;
	padding:0;
	background: url(/assets/img/bg_header_wrap_home.jpg) no-repeat left top;
}

#billboard {
	background: url(/assets/img/bg_billboard.jpg) left top repeat-x;
}
#billboard .wrap {
	height:334px;
	width: 1000px;
	padding:0;
	background: url(/assets/img/bg_billboard_wrap.jpg) center top no-repeat;
}
#content {
	position:relative;
	z-index: 10;
	padding-top:40px;
	padding-bottom: 100px;
	border-bottom:1px solid #bbb;
}
.home #content {
	padding-top:0;
	background: url(/assets/img/bg_homeMainColumn.jpg) center top no-repeat;
}

#footer {
	position:relative;
}
#homeMainColumn {
	padding-top:10px;
}
#productMainColumn {
	padding-bottom:30px;
}
#mainColumn {
	padding-top:20px;
	width:740px;
	float:left;
	display:inline;
}
#subColumn {
	width:200px;
	float:right;
	display:inline;
}



/*-------------------- COMMON --------------------*/

#content h1 {
	font-size:32px;
	line-height:1;
	margin-bottom:30px;
	margin-left:10px;
	color:#002E72;
	position:relative;
}

.centerImg {
	margin-bottom:20px;
	text-align:center;
}
.pageLink {
	margin-bottom:10px;
	padding-left:22px;
	font-size:100%;
	line-height:1.38;
	background: url(/assets/img/bullet_link_m.png) no-repeat left top;
}
.linkLast {
	margin:0 0 45px 15px;
}
.pageLink a{
	color:#0e5900;
	font-size:100%;
	line-height:1.38;
	font-weight:bold;
}
.pageLink a:hover {
	text-decoration:underline;
}
.innerNav {
	padding:20px 10px 0 10px;
	border-top:1px solid #fff;
}


div.article {
	clear: both;
	margin-bottom: 50px;
}
div.articleLast {
	margin-bottom:20px;
}
div.articleLeft {
	width:475px;
	float:left;
	display:inline;
}
div.articleRight{
	width:475px;
	float:right;
	display:inline;
}
div.articleTable {
	clear: both;
	margin-bottom:0;
}
div.article h2 {
	margin-bottom:25px;
	padding:0 0 16px 10px;
	font-size:30px;
	line-height:1;
	color:#002e72;
	background: url(/assets/img/bg_h2.jpg) no-repeat bottom left;
	position:relative;
}
.home div.article h2 {
	font-size:24px;
}
div.article h2.short {
	background: url(/assets/img/bg_h2_short.jpg) no-repeat bottom left;
}
#mainColumn div.article h2 {
	background: url(/assets/img/bg_h2_mainColumn.jpg) no-repeat bottom left;
}
div.article h3 {
	margin:0 10px 20px 10px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	color:#002E72;
}
.home div.article h3 {
	margin:0 10px 5px 10px;
	font-weight:bold;
	font-size:15px;
}
div.article p {
	margin:0 10px 20px 10px;
	font-size:14px;
	line-height:22px;
}
div.article p.pLast {
	margin:0 10px 35px 10px;
}
div.article img {
	margin:0 10px;
}

div.linkRight {
	text-align: right;
}

div.linkRight a {
	color: #333;
	font-size: 12px;
	padding-left: 18px;
	background: url(/assets/img/bullet_arrow.png) no-repeat center left;
}

div.linkLeft {
	text-align: left;
}

div.linkLeft a {
	color: #333;
	font-size: 12px;
	padding-left: 18px;
	background: url(/assets/img/bullet_arrow.png) no-repeat center left;
}

.tableSysreq {
	width:100%;
	font-size:92.4%;
	line-hight:1.33;
}
.tableSysreq span {
	color:#e73833;
}
.tableSysreq tr,
.tableSysreq td {
	border:1px solid #bbb;
}
.tableSysreq td {
	padding:5px 10px;
}
.tableSysreq td.tdSysreq {
	padding:5px 5px 5px 10px;
	width:110px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	background-color:#ddd;
}
.tableSysreq tr {
	background-color:#fff;
}





.notice {
	color:#E73833;
}

.errorMes {
	color: #ff3900;
	margin-top: 6px;
	padding: 2px 0;
}

div.article p.submitNotice {
	padding-top:15px;
}
.confirmRight {
	width:154px;
	margin-right:5px;
	float:left;
	display:inline;
}
.confirmLeft {
	width:154px;
	float:right;
	display:inline;
}


a.modifyButton {
	margin-right: 15px;
	width: 154px;
	height: 40px;
}

a.modifyButton img {
	vertical-align: -9px;
}

ul.filedownload {
	padding-top:4px;
	list-style-image: url(/assets/img/bullet_filedownload.png);
	list-style-position: inside;
	margin-bottom: 0;
}
ul.filedownload li {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
ul.filedownload li.lastChild {
	margin-bottom: 0;
}
ul.filedownload span.date {
	margin-right:1em;
}

#sysreqBox {
	clear: both;
}

#sysreqBox h3 {
	font-size: 15px;
	font-weight: bold;
	color: #1469d1;
	margin-bottom: 20px;
}

#sysreqBox .sysreq {
	border: solid 1px #d9d9da;
	background: #fff;
	padding: 10px 19px;
}

#sysreqBox .col1, #sysreqBox .col2, #sysreqBox .col3{
	float: left;
	width: 288px;
	margin-right: 18px;
	margin-bottom: 0;
}

#sysreqBox .col3 {
	margin-right: 0;
}

#sysreqBox dl {
	margin-bottom: 12px;
}

#sysreqBox dt {
	font-size: 12px;
	font-weight: bold;
	color: #111;
	margin-bottom: 4px;
}
#sysreqBox dd {
	font-size: 11px;
}
#sysreqBox .note{
	clear: both;
	background: url(/assets/img/border_dots.png) repeat-x left top;
	padding-top: 10px;
	font-size: 11px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

#formatBox {
	border: solid 1px #d9d9da;
	background: #fff;
	padding: 10px 19px;
	margin-bottom: 30px;
}
#formatBox p {
	font-size: 12px;
	margin-bottom: 0;
}
#formatBox h2 {
	font-size: 14px;
	font-weight: bold;
	color: #111;
	margin-bottom: 4px;
}

p.note {
	font-size: 0.9em;
	background: #fff0f0;
	padding: 8px 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


div.btn_next {
	background: url(/assets/img/btn_next_tail.png) no-repeat scroll top right;
	color: #FFFFFF;
	float: right;
	height: 40px;
	margin-bottom: 20px;
	padding-right: 20px;
	text-decoration: none;
}
div.btn_next input {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background: url(/assets/img/btn_next.png) no-repeat scroll top left;
	line-height: 40px;
	height:40px;
	padding-left: 32px;
	border: none;
	cursor:pointer;
}

div.btn_back {
	background: url(/assets/img/btnbackt_tail.png) no-repeat scroll top right;
	color: #FFFFFF;
	float: left;
	height: 40px;
	margin-bottom: 20px;
	padding-right: 20px;
	text-decoration: none;
}
div.btn_back input {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background: url(/assets/img/btn_back.png) no-repeat scroll top left;
	line-height: 40px;
	height:40px;
	padding-left: 40px;
	border: none;
	cursor:pointer;
}
a.btn_back {
	background-image: url(/assets/img/btn_back_tail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	float: left;
}

a.btn_back span {
	display: block;
	background-image: url(/assets/img/btn_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
}

a.btn_next {
	background-image: url(/assets/img/btn_next_tail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	float: right;
}

a.btn_next span {
	display: block;
	background-image: url(/assets/img/btn_next.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
}
a:hover.btn_next {
	background-position: right bottom;
}

a:hover.btn_next span {
	background-position: left bottom;
}

.dlTable {
	width:660px;
	border-top:1px dotted #0e5900;
	padding-top:5px;
}

.dlTable dt {
	width:100px;
	padding:5px 0px;
	clear:both;
	float:left;
	display:inline;
	font-weight:bold;
	color:#0e5900;
}
.dlTable dd {
	padding:5px 10px 5px 110px;

	/*display:inline;*/
}
.dlTable dd.ddLast {
	border-bottom:1px dotted #0e5900;
	margin-bottom:5px;
	padding-bottom:10px;
}

.left {
	float: left;
	width: 454px;
}

.right {
	float: right;
	width: 454px;
}
.boxBanner {
	text-align: center;
	margin: 10px auto 20px;
}
.boxBannerTop {
	text-align: center;
	margin: 30px auto -20px;
}



/*-------------------- HEADER --------------------*/


#branding {
	padding-top:5px;
	height:25px;
	position:relative;
	z-index:1000;
}
#branding p {
	margin-bottom:0;
}
.sitecopy {
	margin-left:35px;
	color:#002358;
	font-size:12px;
	font-weight:bold;
}
#logo {
	width:240px;
	height:42px;
	position:absolute;
	top:34px;
	left:24px;
	z-index:10;
}

div#globalNav {
	height:50px;
	padding-bottom:6px;
	position:relative;
	color:#fff;
}

div#globalNav ul {
	margin-bottom: 0;
}
div#globalNav #primary {
	width:610px;
	position:absolute;
	top:0px;
	left:360px;
}
div#globalNav #primary li {
	height:50px;
	float: left;
	display:inline;
}

div#globalNav #primary a {
	display:block;
}
div#globalNav #primary .navHome,
div#globalNav #primary .navProduct,
div#globalNav #primary .navBuy,
div#globalNav #primary .navSupport,
div#globalNav #primary .navCompany {
	width:100px;
}
div#globalNav #primary .navContact {
	width:108px;
}
div#globalNav #primary a span {
	display:block;
	height:50px;
	line-height:50px;
	background: url(/assets/img/bg_gloval_navi.jpg) 0 0 no-repeat;
}
div#globalNav #primary .navHome span {
	background-position:0 0;
}
div#globalNav #primary .navProduct span {
	background-position:-100px 0;
}
div#globalNav #primary .navBuy span {
	background-position:-200px 0;
}
div#globalNav #primary .navSupport span {
	background-position:-300px 0;
}
div#globalNav #primary .navCompany span {
	background-position:-400px 0;
}
div#globalNav #primary .navContact span {
	background-position:-500px 0;
}
/*-------------dropdownmenu-------------------*/
div#globalNav #primary li ul.primaryDropDown {
	padding:15px 10px 10px 10px;
	width:200px;
	position:absolute;
	z-index:100;
	background: url(/assets/img/bg_primaryDropDown.png) top left repeat;
	border-left:1px solid #444;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;
}
div#globalNav #primary li ul.primaryDropDown li {
	margin-bottom:5px;
	padding:5px 0;
	height:auto;
	line-height:18px;
	float:none;
	display:block;
}
div#globalNav #primary li ul.primaryDropDown li a {
	padding-left:10px;
	font-size:13px;
	text-decoration:none;
	color:#ddd;
	background: url(/assets/img/bullet_dropdown.png) center left no-repeat;
}
div#globalNav #primary li ul.primaryDropDown li a:hover {
	text-decoration:underline;
}

#socialMediaBox{
	/**
	height: 40px;
	over-flow: hidden;
    float: left;
	width: 340px;**/
}

#socialMediaBox span.socialMediaBox {
	display: block;
	height: 35px;
	padding-left: 15px;
}
#socialMediaBox div.gp_btn, #socialMediaBox div.fb_btn, #socialMediaBox div.tw_btn{
	padding-top: 5px;
	float: left;
}

#socialMediaBox .fb_btn,#socialMediaBox .gp_btn {
	margin-right: -20px;
}

#socialMediaBox .fb_btn,#socialMediaBox .tw_btn {
	margin-top: 2px;
}

/*-------------------- NEWS ----------------------*/
#news {
	padding-top:25px;
	background-color:#f7f7f7;
	border-top:1px solid #fff;
	position:relative;
}
#news h2 {
	margin-bottom:20px;
	color:#002e72;
	font-size:18px;
	font-weight:bold;
}
#news dl {
	margin-bottom:50px;
	width:720px;
	font-size:14px;
}
#news dt {
	float:left;
	display:inline;
	font-weight:bold;
}
#news dd {
	padding:0 0.5em 0 7em;
	margin-bottom:5px;
}

/*-------------------- FOOTER --------------------*/
#footer {
	font-size: 13px;
	background:url(/assets/img/bg_footer.jpg) top center repeat-x;
}
#footer .wrap {
	padding-top:20px;
	height:110px;
}
ul#footerMenu {
	margin-bottom:20px;
}

#footerMenu li {
	display: inline;
	padding:0 1em;
	line-height: 16px;
	border-right:1px solid #fff;
}

#footerMenu li a {
	color: #fff;
	text-decoration:none;
}
#footerMenu li a:hover {
	color: #aaa;
	text-decoration:underline;
}
#copyright p{
	line-height:30px;
	color:#fff;
}
#copyright p img {
	margin-right:20px;
}



/*-------------------- BILLBOARD --------------------*/

.billboardCopy {
	width:385px;
	height:55px;
	position:absolute;
	top:38px;
	left:37px;
}
#billboard .wrap h2 {
	width:444px;
	height:75px;
	position:absolute;
	top:118px;
	left:37px;
}
.billboardBuy {
	width:194px;
	height:54px;
	position:absolute;
	top:221px;
	left:35px;

}
.billboardBuy a {
	display:block;
	width:194px;
	height:54px;
	text-indent:-9999px;
	background: url(/assets/img/button_buy_mainimage.png) left top no-repeat;
}
.billboardDownload {
	width:234px;
	height:54px;
	position:absolute;
	top:221px;
	left:250px;
}
.billboardDownload a {
	display:block;
	width:234px;
	height:54px;
	text-indent:-9999px;
	/*background: url(/assets/img/button_trial_mainimage.png) left top no-repeat;*/
	background: url(/assets/img/button_download_mainimage.png) left top no-repeat;
}
/*.billboardBuy a:hover,*/
.billboardDownload a:hover {
	background-position:bottom left;
}


/*-------------------- BREAD CRUMB --------------------*/
#breadcrumb {
	margin-bottom:30px;
	padding-left:35px;
	height:34px;
	background: url(/assets/img/bg_breadcrumb.png) left top no-repeat;
}
#breadcrumb a {
	line-height:34px;
	color:#333;
	font-size:12px;
}
#breadcrumb a:hover {
	color:#005e9e;
	text-decoration:underline;
}

/*-------------------- HOME --------------------*/
div.article ul {
	margin:0 10px 30px 10px;
}
div.article .ulLast {
	margin:0 10px 50px 10px;
}
div.article ul > li {
	padding-left:16px;
	background:url(/assets/img/bullet_home_funclist.jpg) 0 4px no-repeat;
	font-size:14px;
	line-height:18px;
	margin-bottom:8px;

}
p.compareNotice {
	padding:10px 0;
	clear:both;
	background-color:#f7f7f7;
	border:1px solid #aaa;
	text-align:center;
	line-height:24px;
}
#productLineup {
	margin-bottom: 20px;
	padding-top:30px;
}
.productBoxWrap {
	padding:20px 15px 0 16px;
	background: url(/assets/img/bg_home_productbox.jpg) left top no-repeat;
}
.productBox h2 {
	margin-bottom:25px;
	padding:0 0 16px 10px;
	font-size:24px;
	line-height:1;
	color:#002e72;
	background: url(/assets/img/bg_h2.jpg) no-repeat bottom left;
}
.productBoxInner {
	margin-right:30px;
	width:296px;
	float:left;
	display:inline;
}
.productBoxInner ul li {
	padding-left:16px;
	background:url(/assets/img/bullet_product_list.png) 0 3px no-repeat;
	line-height:16px;
	margin-bottom:8px;
	font-size:12px;
}
.innerLast {
	margin-right:0;
}
.productInfo {
	margin-bottom:20px;
	padding-left:95px;
	width:201px;
	height: 180px;
	position:relative;
}
.productInfo h3 {
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#002e72;
}
.productInfo h3 span {
	font-size:24px;
}
.productIcon {
	width:80px;
	height:105px;
	position:absolute;
	top:0;
	left:0;
}
.productInfo p {
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
}
.productInfo p.productPrice {
	color:#002e72;
	font-size:13px;
	font-weight:bold;

}
.productInfo p.productNotice {
	color:#002e72;
	font-size:12px;
}
.spprice {
	font-size:16px;
	line-height:22px;

}
.spcolor {
	color:#da0d0d;
}
.buttonBox {
	margin-bottom:20px;
}
.buttonBox p {
	margin-bottom:0;
}
.buttonBox .buttonFree {
	width:186px;
	position: relative;
}
.buttonBox .buttonTrial {
	float:left;
	width:140px;
	height:34px;
	display:inline;
}
.buttonBox .buttonBuy {
	float:right;
	width:140px;
	height:34px;
	display:inline;
	position: relative;
}
div#sysReq {
	width:980px;
	background: url(/assets/img/bg_sysReq.jpg) no-repeat bottom left;
}
div#sysReq h3 {
	margin-bottom: 10px;
	padding:0 25px;
	height:44px;
	line-height: 44px;
	font-size: 15px;
	font-weight: bold;
	background: url(/assets/img/bg_sysReq_h3.jpg) no-repeat bottom left;
}
div#sysReq ul {
	margin-bottom:15px;
	padding:0 25px;
}
div#sysReq ul span {
	font-weight: bold;
}
div#sysReq ul li {
	float:left;
	display: inline;
	margin-right: 25px;
}
.grayScale {
	color: #cccccc;
}
.grayScale a {
	color: #cccccc;
}

/* before selling */

.buttonFree span {
	width:80px;
	height:35px;
	display:block;
	position:absolute;
	top:-10px;
	left:25px;
	background:url(/assets/img/under_constraction.png) top left no-repeat;
}
.subProductBoxInner .buttonFree span {
	width:80px;
	height:35px;
	display:block;
	position:absolute;
	top:10px;
	left:80px;
	background:url(/assets/img/under_constraction.png) top left no-repeat;
}

.billboardBuy span {
	width:80px;
	height:35px;
	display:block;
	position:absolute;
	top:0px;
	left:60px;
	background:url(/assets/img/under_constraction.png) top left no-repeat;

}
/* before selling end */


.buttonBox .buttonFree a {
	display:block;
	width:186px;
	height:34px;
	text-indent:-9999px;
	background:url(/assets/img/button_download_m.png) top left no-repeat;
}
.buttonBox .buttonTrial a {
	display:block;
	width:140px;
	height:34px;
	text-indent:-9999px;
	background:url(/assets/img/button_trial_m.png) top left no-repeat;
}
.buttonBox .buttonBuy a {
	display:block;
	width:140px;
	height:34px;
	text-indent:-9999px;
	background:url(/assets/img/button_buy_m.png) top left no-repeat;
}
.buttonBox .buttonTrial a:hover,
.buttonBox .buttonBuy a:hover,
.buttonBox .buttonFree a:hover {
	background-position:left bottom;
}

.productBoxInner h4 {
	margin-bottom:10px;
	padding-bottom:3px;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px dotted #aaa;
}

/*-------------------SubColumn---------------------*/

.subProductBox {
	padding:10px 0 0 0;
	background-color:#f7f7f7;
	border:1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.subProductBoxInner {
	margin:0 10px;
	padding:15px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #aaa;
	position:relative;
}
.innerFirst {
	border-top:none;
}
.innerLast {
	border-bottom:none;
}
.subProductBoxInner ul li {
	padding-left:16px;
	background:url(/assets/img/bullet_product_list.png) 0 3px no-repeat;
	line-height:16px;
	margin-bottom:8px;
	font-size:12px;
}
.subProductInfo {
	margin-bottom:15px;
	width:105px;
	float:right;
	display:inline;
}
.subProductInfo h3 {
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	color:#002e72;
}
.subProductInfo h3 span {
	font-size:18px;
}
.subProductIcon {
	width:68px;
	height:85px;
	float:left;
	display:inline;
}
.subProductBoxInner p.productDiscription {
	clear:both;
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
}
.subProductInfo p.productPrice {
	margin-bottom:0;
	color:#002e72;
	font-size:12px;
	line-height:16px;
	/*font-weight:bold;*/
}
.subProductInfo p.productPrice .spprice {
	font-size:15px;
	line-height:1.2;
	font-weight:bold;
}
.subProductBox .buttonFree {
	margin-bottom:0;
	width:180px;
	height:34px;
	position:relative;
}
.subProductBox .buttonTrial {
	margin-bottom:10px;
	width:180px;
	height:34px;
	float:none;
	display:block;
}
.subProductBox .buttonBuy {
	margin-bottom:0;
	width:180px;
	height:34px;
	float:none;
	display:block;
}
.subProductBox .buttonFree a {
	display:block;
	width:180px;
	height:34px;
	text-indent:-9999px;
	background:url(/assets/img/button_download_l.png) top left no-repeat;
}
.subProductBox .buttonTrial a {
	display:block;
	width:180px;
	height:34px;
	text-indent:-9999px;
	background:url(/assets/img/button_trial_l.png) top left no-repeat;
}
.subProductBox .buttonBuy a {
	display:block;
	width:180px;
	height:34px;
	text-indent:-9999px;
	background:url(/assets/img/button_buy_l.png) top left no-repeat;
}
.subProductBox .buttonTrial a:hover,
.subProductBox .buttonBuy a:hover,
.subProductBox .buttonFree a:hover {
	background-position:left bottom;
}


/*-------------------- PRODUCT --------------------*/
/*#productMainColumn .productBox {
	border-top:30px solid #444;
	background: url(/assets/img/bg_productbox_inner.jpg) left top repeat-y;
}
#productMainColumn .productBoxWrap {
	background: url(/assets/img/bg_productbox_table.jpg) left bottom no-repeat;
}*/

table.funcTable {
	border-collapse: collapse;
	background: transparent url(/assets/img/bg_table_th.jpg) left top no-repeat;
}
table.funcTable tr.tableHeader {

	/*height:58px;*/
}
table.funcTable td {
	border-bottom:1px solid #aaa;
	border-top:none;
	border-left:none;
	border-right:none;
}
table.funcTable th.funcColHeader {
	padding:18px 0 0 25px;;
	font-size:16px;
	line-height:1;
	line-height:40px;
	color:#333;
	font-weight:bold;
}
table.funcTable .softFree,
table.funcTable .softPro,
table.funcTable .softMax{
	padding:18px 0 0 54px;
	width:66px;
	/*height:58px;*/
	font-size:16px;
	line-height:40px;
	color:#333;
	font-weight:bold;
	text-align:left;
}
table.funcTable .softMax {
}
table.funcTable .tbFree,
table.funcTable .tbPro,
table.funcTable .tbMax {
	padding:0;
	width:120px;
	text-align:center;
}
table.funcTable .tbFree {
	background: transparent url(/assets/img/bg_table_tbFree.jpg) left top repeat-y;
}
table.funcTable .tbPro {
	background: transparent url(/assets/img/bg_table_tbPro.jpg) left top repeat-y;
}
.page-id-238 table.funcTable,
.page-id-401 table.funcTable {
	border-collapse: collapse;
	background: transparent url(/assets/img/bg_table_th_02.jpg) left top no-repeat;
}
.page-id-238 table.funcTable .tbPro,
.page-id-401 table.funcTable .tbPro {
	background: #cccccc;
}
.page-id-238 table.funcTable .softPro,
.page-id-401 table.funcTable .softPro {
	color: #cccccc;
}
.page-id-238 table.funcTable .tbPro .tbCheck,
.page-id-401 table.funcTable .tbPro .tbCheck {
	opacity: 0.2;
}
table.funcTable .tbMax {
	background: transparent url(/assets/img/bg_table_tbMax.jpg) left top repeat-y;
}
table.funcTable .funcCol {
	padding:6px 25px 6px 25px;
	font-size:12px;
	line-height:16px;
	color:#333;
	background: transparent url(/assets/img/bg_table_funcCol.jpg) left top repeat-y;
}
.imgInner {
	float:right;
	padding:0 10px 20px 10px;
}



/*-------------------- SUPPORT --------------------*/
#contactForm {

}
#contactForm form table {
	margin:0 10px 20px 10px;
	width:100%;
}
#contactForm form th{
	padding:15px;
	width:180px;
	background-color:#f1f7fd;
	color:#002E72;
	font-weight:bold;
	border:1px solid #9da6ba;
}
#contactForm form th span {
	padding-left:0.5em;
	font-size:1em;
	color:#E73833;
	vertical-align: bottom;
}
#contactForm form td {
	padding:15px;
	border:1px solid #9da6ba;
}
#contactForm form td.iqfm-input {
	background-color:#fff;
}
#contactForm form td input {
	height:1.8em;
	line-height:1.8;
	border:2px solid #bdd9f5;
	background:none;
}
#contactForm form td textarea {
	border:2px solid #bdd9f5;
	background:none;
}

#contactForm form input.confirmButton {
	margin:0 auto;
	width: 145px;
	height: 40px;
	display:block;
	border: none;
	background: #fff url(../img/btn_form_confirm.png) top left no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#contactForm form input.submitButton {
	width: 114px;
	height: 40px;
	border: none;
	background:#fff url(../img/btn_form_submit.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#contactForm form input.backButton {
	margin:0 15px 0 200px;
	width: 114px;
	height: 40px;
	border: none;
	background:#fff url(../img/btn_form_back.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
p#formSuccess {
	padding-top:25px;
	font-size:18px;
	color:#002E72;
	border-top:1px dotted #666;
}
#contactForm p.inputNotice {
	margin:0 0 5px 10px;
	font-size:12px;
	color:#999;
}
/*-------------------- FAQ --------------------*/
.faqBoxWrap {
	padding:20px 10px 0 10px;
}

.faqBox {
	margin-bottom:30px;
	border-bottom: 1px dotted #AAAAAA;
}
.article .faqBox h3 {
	margin:0 0 20px 0;
	color:#444;
}
.article .faqBox ul {
	margin:0 0 30px 0;
}
.article .faqBox ul li {
	background: url(/assets/img/bullet_li_faq.png) no-repeat left center ;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 24px;
}
.answerWrap {
	padding-top:50px;
	margin:10px;
}
div.article h3.h1Question {
	margin: 0 0 10px 0 ;
	padding:10px 10px 10px 34px;
	color: #444;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    background: url(/assets/img/bullet_question.png) no-repeat left center ;
    border-top:1px dotted #aaa;
    border-bottom:1px dotted #aaa;
}
div.answer {
	margin:0 0 10px 0;
	padding:24px 20px 30px 34px;
	background: #fff url(/assets/img/bullet_answer.png) no-repeat 0 20px ;
	border-bottom:1px solid #aaa;
}
div.answer p {
	margin:0 0 20px 0;
	font-size: 14px;
	line-height: 21px;
}
div.answerWrap p.backLink {
	margin-left:30px;
	font-size: 13px;
	line-height: 19px;
	/*text-align: right;*/
}
p.backLink a {
	text-decoration: none;
}
p.backLink a:hover {
	text-decoration: underline;
}
p.backLink span {
	padding-left:20px;
	background: url(/assets/img/bullet_backlink.png) no-repeat center left ;
}
/*-------------------- UPDATE --------------------*/
div.articleUpdate {
	margin-bottom: 0;
}
div.article h3.updateTop {
	margin:0;
	padding:0 0 4px 15px;
	line-height: 40px;
	height:40px;
	background: url(/assets/img/bg_update_h3_top.png) no-repeat center left ;
	font-size: 16px;
	font-weight: bold;
}
div.article h3.update {
	margin:0;
	padding:0 0 4px 15px;
	line-height: 40px;
	height:40px;
	background: url(/assets/img/bg_update_h3.png) no-repeat center left ;
	font-size: 16px;
	font-weight: bold;
}
div.updateInner {
	padding:10px 25px 30px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
div.updateInner.end {
	border-bottom:1px solid #aaa;
}
div.article div.updateInner ul {
	margin:0;
}
div.article div.updateInner ul li {
	margin-bottom: 0px;
	padding:8px 0 8px 20px;
	line-height: 1.6;
	border-bottom: 1px dotted #ddd;
	background-position: 0 12px;
}

/*-------------------- DOWNLOAD --------------------*/
#download .formBox{
	text-align: center;
	padding: 50px 0;
}

.freeDownloadNotice {
	font-size:11px;
	color:#666;
	margin-bottom:20px;
}
/* Localized */

.topBanner {
	padding-bottom: 50px;
	text-align: center;
}
.topBanner2 {
	padding-top: 30px;
	text-align: center;
}



#awards {
	position: absolute;
	right: 50px;
	top: 170px;
}

#tokka {
	position: absolute;
	right: 300px;
	top: 0px;
}


/*-----------------gravity form------------------------*/
.gform_body{
	background: #f1f7fd !important;
	padding: 15px !important;
	border: 1px solid #9da6ba;
}
.gform_wrapper{
	width:100% !important;
	max-width:none !important;
}
.gform_wrapper .ginput_complex .ginput_right input{
	height:18px !important;
	font-size:14px !important;
}
.gform_wrapper .ginput_complex .ginput_left input{
	height:18px !important;
	font-size:14px !important;
}
.gform_wrapper .top_label textarea.textarea{
	font-size:14px !important;
}
.gform_wrapper .top_label .gfield_label{
	color:#002E72;
}
.gform_wrapper .top_label input.medium{
	height:18px !important;
	font-size:14px !important;
	margin-bottom:15px !important;
}
.gform_wrapper .gform_footer{
	margin:0 !important;
}
.gform_wrapper li{
	background:none !important;
}

#gform_submit_button_3{
	margin: 0 auto;
	width: 145px;
	height: 40px;
	display: block;
	border: none;
	background: #fff url(../img/btn_form_confirm2.png) top left no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#gform_submit_button_4{
	margin: 0 auto;
	width: 145px;
	height: 40px;
	display: block;
	border: none;
	background: #fff url(../img/btn_form_confirm2.png) top left no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

/* =page-upgrade
-------------------------------------------------------------- */
.page-id-215 .buy_upgrade_max,
.page-id-421 .buy_upgrade_max,{
}
.page-id-215 .buy_upgrade_max_cntnt,
.page-id-421 .buy_upgrade_max_cntnt {
	float: left;
}
.page-id-215 .buy_upgrade_max_cntnt h3,
.page-id-421 .buy_upgrade_max_cntnt h {
	margin: 10px 0 10px 10px;
}
.page-id-215 .buy_upgrade_max .buttonBox,
.page-id-421 .buy_upgrade_max .buttonBox {
	float: right;
	margin: 0;
	height: 87px;
}
.page-id-215 .buy_upgrade_max .buttonBox .buttonBuy,
.page-id-421 .buy_upgrade_max .buttonBox .buttonBuy {
	margin-top: 26.5px;
}
.page-id-215 .ugnote ,
.page-id-421 .ugnote {
	background: #f0f4fa;
    border-radius: 4px;
    margin-bottom: 15px;
	padding:30px;
}
.page-id-215 .notetitle ,
.page-id-421 .notetitle {
	margin-bottom:12px;
    font-size: 18px;
    line-height: 26px;
    color: #002E72;
}
/*-------------------- pcusageguide --------------------*/
.page-id-298 #mainColumn .article .item {
	margin-bottom: 80px;
}
/*-------------------- tabletusageguide --------------------*/
.page-id-316 #mainColumn .article .item {
	margin-bottom: 80px;
}