/**/
body {
	font-size:13px;
	color:#000;
	background:#000 url(../image/bg0.jpg) center top no-repeat;
	background-attachment:fixed;
	-webkit-text-size-adjust: 100%;
}
li{
	list-style:none;
}
body.ag {
	font-size:13px;
	color:#000;
	background:#000 url(../image/bg0_ag.jpg) center top no-repeat;
	background-attachment:fixed;
}
body#en {
	font-size:16px;
	color:#000;
	background-image:none;
	background-attachment:inherit;
}
body.features {
	background-color: #000;
	background-image: inherit;
}
body.store, body.show-case-list, body.show-case, body.forum, body.faq, body.usage, body.requirements_license, body.trial, body.eval, body.news, body.show-case,
body#en.contact, body#en.store, body#en.show-case-list, body#en.show-case, body#en.forum, body#en.faq, body#en.usage, body#en.requirements_license, body#en.trial, body.eval, body#en.news, body#en.show-case{
	background-color:#000;
	background-image:none;
}

p {
	font-size:16px;
	line-height:2;
}
body#en p {
	font-size:16px;
	line-height:1.8;
}

#bg0, #bg1 {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#bg0 {
	background:#000 url(../image/bg0.jpg) center top no-repeat;
	background-attachment:fixed;
}
#bg1 {
	background:#000 url(../image/bg1.jpg) center top no-repeat;
	background-attachment:fixed;
}

body.ag #bg0, #bg1 {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
body.ag #bg0 {
	background:#000 url(../image/bg0_ag.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.ag #bg1 {
	background:#000 url(../image/bg1_ag.jpg) center top no-repeat;
	background-attachment:fixed;
}

a {
	text-decoration:none;
	color:#660;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #330;
}
a:hover img {
	opacity:0.80;
	filter:alpha(opacity=80);/*IE*/
}
.f11 {
	font-size:11px;
}
.f15 {
	font-size:15px;
}
.f17 {
	font-size:17px;
}
.f19 {
	font-size:19px;
}
.f21 {
	font-size:21px;
}
.red {
	color:#C00;
}
.blue {
	color:#03C;
}
.righttxtx {
	text-align:right;
}
.centertxt {
	text-align:center;
}
.container , .span-24 {
	width:1080px;
}
.container {
	position:relative;
}
table ,tr, th, td, input {
	margin:0;
	padding:0;
}
input[type=radio] {
	margin:0 5px 0 0;
}
input[type=submit]:hover {
		cursor: pointer;
}
input[type=checkbox] {
	margin-right:5px;
}
.arrowlink a {
	background:url(../image/icon_arrow2.gif) left center no-repeat;
	padding-left:15px;
}
#ja , #ja input {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
#en , #en input {
	font-family: Helvetica, Arial, sans-serif;
}

/*page top link*/
#toPageTop {
	position: fixed;
	bottom: 100px;
	right: 40px;
	float:none;
	width:50px;
	z-index:50;
}

#toPageTop img{
	width:100%;
}

#toPageTop a {
	display: block;
}
#toPageTop a img {
	opacity:0.75;
	filter:alpha(opacity=75);/*IE*/
}
#toPageTop a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);/*IE*/
}

/*head*/
#ja .headbox,
#en .headbox{
	/*background:#000 url(../image/head_base.jpg) left top repeat-x ;*/
	background:none;
	background-color:#000;
	position:fixed;
	top: 0;
	z-index:50;
	width:100%;
	border-bottom: 1px solid #555;
	height:65px;
	min-width: 1100px;
}
.headbox {
	position:fixed;
	z-index:50;
	width:100%;
}
.index .headbox {
	position:fixed;
	z-index:50;
	width:100%;
}
#ja .head,
#en .head{
	max-width: 1500px;
    width: 95%;
}
	.head .headlang {/*言語選択リンク*/
		display:block;
		float:left;
		color:#999;
		text-align:right;
		margin:0;
		padding:0;
		width:980px;
		height:20px;
		line-height:20px;
	}
		.head .headlang a {
			color:#CCC;
			font-family: Helvetica, Arial, sans-serif;
		}
		.head .headlang a:hover {
			color:#FFF;
			text-decoration:none;
		}
		.head .headlang strong {
			color:#FFF;
		}
	.head .headlogo {
		display:block;
		float:left;
		margin:0;
		padding:0 6px 0 0;
		width:229px;
		height:50px;
	}
	#ja .head .headlogo img,
	#en .head .headlogo img{
		width:100%;
		margin-top:10px;
	}
	#ja .head ul,
	#en .head ul{
		float:right;
	}
	.head ul {
		float:left;
		list-style:none;
		padding:0;
		margin:0;
	}
	.head ul li {
		float:left;
		padding:0 0 0 1px;
	}
	#ja .head ul li a img:hover,
	#en .head ul li a img:hover{
		opacity:1;
		}
	.head ul li a img:hover {
		opacity:0;
		filter:alpha(opacity=0);/*IE*/
		-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
	}
	.head ul li.trial {
		padding:0 0 0 37px;
	}

/*foot*/
.lastcontents {
	margin-bottom:10px;
}
.foottopbox {
	background-color:#1a1a1a;
}
.foottopbox li p,
body.eval .foottopbox li p{
	font-size:13px;
	margin:0;
}


#footer{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	z-index:49;
}
#footer ul{
	padding:0;
	margin:0;
}

.foottop {
	background-color:#1a1a1a;
	color:#777;
	font-size:13px;
	padding: 30px 0 20px 0;
}
	#footer .foottop ul {
		margin:0 auto 20px;
		margin-left: 0;
		padding:10px 0 0 0;
		width:980px;
		height:30px;
		list-style:none;
		font-size:13px;
	}
	body#en .foottop ul {
		margin:0 auto 20px;
		margin-left: 0;
		padding:10px 0 0 0;
		width:980px;
		height:30px;
		list-style:none;
		font-size:13px;
	}
		.foottop ul li {
			float:left;
			margin:0 0 0 0;
			padding:0 30px 0 10px;
		}
		.foottop ul li:first-child {
			padding:0 30px 0 0;
		}	
		.foottop ul li.last {
			border:none;
		}
			.foottop ul li a {
				color:#CCC;
				-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
			}
			.foottop ul li a:hover {
				color:#d5c936;
				text-decoration:none;
			}
	.foottop p, body#en .foottop p {
		margin:0;
		padding:10px 10px 10px 0;
		line-height: 1.8;
		font-size:11px;
	}
.footbottom {
	background-color:#1a1a1a;
	color:#FFF;
	width:100%;
	padding-bottom:20px;
}
	.footbottom img {
		vertical-align:middle;
		/*margin:15px 0 30px 0;*/
	}
	.footbottom .copyright {
		width:300px;
		text-align:right;
		font-size:11px;
		font-family: Helvetica, Arial, sans-serif;
		color:#666;
		padding:30px 0 0 0;
		float: right;
	}
	
#footer .corp_sns{
	float: left;
}

.footbottom .sskkLogo img{
	width: 230px;
	height: 64.4px;
}
.corp_sns img{
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.corp_sns ul li{
	float:left;
	margin-top: 12px;
}
.corp_sns ul li:first-child{
	margin-bottom:30px;
	margin-top: 0;
}
.corp_sns ul li:nth-child(5) {
	padding-top:6px;
	
}
body.eval .corp_sns ul li p,
.corp_sns ul li p{
	padding-top:15px;
	padding-left:50px;
	padding-right:10px;
	font-size:12px;
	margin:0;
}

a.side-twitter {
margin: 5px 9px 0 0;
padding: 0;
display: block;
background: url(../image/social_new/btn_social_twitter@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
width: 32px;
height: 32px;
border-bottom: none;
float: right;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


a.side-twitter span {
display: none;
}


a.side-twitter:hover{
background: url(../image/social_new/btn_social_twitter_ov@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
}



a.side-facebook {
margin: 5px 9px 0 0;
padding: 0;
display: block;
background: url(../image/social_new/btn_social_fb@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
width: 32px;
height: 32px;
border-bottom: none;
float: right;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


a.side-facebook span {
display: none;
}

a.side-facebook:hover{
background: url(../image/social_new/btn_social_fb_ov@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
}


a.side-gplus {
margin: 5px 9px 0 0;
padding: 0;
display: block;
background: url(../image/social_new/btn_social_g@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
width: 32px;
height: 32px;
border-bottom: none;
float: right;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


a.side-gplus span {
display: none;
}

a.side-gplus:hover{
background: url(../image/social_new/btn_social_g_ov@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
}


/*contents*/
.page .contents{
	background:#000;
}
.page .contents{
	background-attachment:fixed;
}
body.features .contents, body.features_en .contents{
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;
}
.index .contents, .index .contentshead {
	background:none;
}
/*#en.index .contents, #en.index .contentshead {
	background:#000 url(../image/index/head_base_ag_en.jpg) center top no-repeat;
}*/
.page .contentshead {
	/*padding:25px 0 30px 0;*/
	padding-top: 76px;
}
	.page .contentshead h1 {
		font-size:16px;
		color:#FFF;
		font-weight:bold;
		margin:0;
		padding:30px 0 20px 15px;
		line-height:25px;
		float:left;
	}
	body#en.page .contentshead h1 {
		font-size: 24px;
		color: #FFF;
		font-weight: normal;
		margin: 0 0 0 15px;
		padding: 30px 0 20px 0;
		line-height: 25px;
	}
		.page .contentshead h1 img {
			vertical-align:text-bottom;
			float:left;
		}
		.page .contentshead h1 span {
			padding-top:3px;
			display:block;
			float:left;
		}
.index .contentshead {
	padding:176px 0 0 0;
}
#en.index .contentshead {
	padding:176px 0 0 0;
}
	.index .contentshead h1 {
		display:block;
		float:left;
		width:340px;
		height:200px;
		font-size:18px;
		font-weight:normal;
		padding:50px 0 0 0 ;
		margin:0;
		line-height:170%;
	}
	body#en.index .contentshead h1 {
	display: block;
	float: left;
	width: 340px;
	height: 200px;
	font-size: 18px;
	font-weight: normal;
	padding: 70px 0 0 0;
	margin: 0;
	line-height: 170%;
	}
	.index .contentshead iframe {
		float:left;
	}
	
.wrap_b{
}

.indexcontentsbox {
	background:none;
	color:#FFF;
	padding:20px 0 30px 0;
}
.indexcontentsbox h2, .indexcontentsbox h3 {
	color:#FFF;
}
.indexcontentsbox h2 {
	font-size:19px;
	padding:0 0 40px 0;
	margin:0;
	height:30px;
	font-size:10px;
}
#en .indexcontentsbox h2 {
	font-size:20px;
	padding:0 0 10px 0px;
	margin:0 0 10px;
	height:30px;
	font-size:10px;
	font-weight:normal;
}
.indexcontentsbox h2 span {
	font-size:19px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:600;
	padding:0 10px 0 0;
}
#en .indexcontentsbox h2 span {
	font-size:24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding:0 10px 0 0;
}
.indexcontents {
	width:670px;
	padding:0 30px 0 0;
	position:relative;
}
.indexsidecontents {
	width:280px;
}
.indexcontents h2 {
	background:url(../image/index/heading_base_670.jpg) left top no-repeat;
}
.indexsidecontents h2 {
	background:url(../image/index/heading_base_280.jpg) left top no-repeat;
}

#en .indexcontents h2 {
	background:none;
}
#en .indexsidecontents h2 {
	background:none;
}

.top_topic {
	margin:0 0 30px 0;
	background:#999933;
}

.topicleft {
	float:left;
	padding:0;
	margin:0 10px 0 0;
}
.gamewatch {
	background:#FFF url(../image/index/lecture_on_yebis_image.jpg) left top no-repeat;
	border:1px solid #666;
	width:428px;
	height:336px;
	margin:0 0 30px 0;
}
.gamewatch .gamewatchhead {
	height:240px;
	width:428px;
}
.gamewatch h3 {
	background:url(../image/gray_base.png) left top repeat;
	padding:10px 10px 0 10px;
	font-weight:600;
	font-size:14px;
	line-height:140%;
	margin:150px 0 0 0;
	height:80px;
	float:left;
}
.gamewatch p {
	background:#FFF;
	color:#000;
	margin:0;
	padding:5px 0 0 5px;
	font-size:11px;
}
.topnews{
	width:980px;
	margin:0 auto 40px;
}

#en .topnews{
	width:980px;
	margin:0 auto;
}
	
.index .newsheading {
	width:980px;
	background:none;
}
.index .newsh2 {
	width:370px;
}
.index .newsh2 h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
}
.index .newsh2 h2 span {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.index .newslink {
	width:300px;
	text-align:left;
	margin:20px 0 35px;
}
.index .newslink a {
	background:none;
	color:#FFF;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index .newslink a:hover {
	background:none;
	color:#888;
	text-decoration:none;
}
.index .newsbox {
	width:980px;
}
.index .newsbox dl {
	margin:0;
	padding:0 0 5px 0;
	float:left;
}
.index .newsbox dt {
	margin:0;
	padding:0;
	float:left;
	width:135px;
	height:70px;
	text-align:center;
	font-size:15px;
	color:#989B33;
	line-height:110%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:600;
	padding:10px 0 0 0;
}
.index .newsbox dt span {
	font-size:31px;
	line-height:110%;
}
.index .newsbox dt .year {
	color:#666;
	font-weight:normal;
	line-height:110%;
}
.index .newsbox dl a dt {
	margin:0;
	padding:0;
	float:left;
	width:135px;
	height:70px;
	text-align:center;
	font-size:15px;
	color:#989B33;
	line-height:110%;
	/*font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
	font-weight:normal;
	padding:10px 0 0 0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration:none;
}
#en.index .newsbox dl a dt {
	margin:0;
	padding:0;
	float:left;
	width:135px;
	height:70px;
	text-align:center;
	font-size:15px;
	color:#989B33;
	line-height:110%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding:10px 0 0 0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration:none;
}
.index .newsbox dl a dt span {
	font-size:28px;
	line-height:120%;
	text-decoration:none;
}
.index .newsbox dl a dt .year {
	color:#888;
	font-weight:normal;
	line-height:110%;
	text-decoration:none;
}
.index .newsbox dl a:hover dt, #en.index .newsbox dl a:hover dt {
	color:#4c4d19;
	text-decoration:none;
}
.index .newsbox dl a:hover dt .year {
	color:#444;
	text-decoration:none;
}
.index .newsbox dd {
	margin:0;
	padding:20px 0 20px 0;
	float:left;
	width:845px;
	min-height:40px;
}
.index .newsbox dd a {
	color:#FFF;
}
.index .newsbox dl a dd {
	color:#FFF;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index .newsbox dl a dd span {
	color:#CC0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index .newsbox dl a:hover dd {
	color:#888;
	text-decoration:none;
}

.index .newsbox dl a:hover dd span {
	color:#666600;
	text-decoration:none;
}
/**/
.indexsidecontents {
	background:url(../image/index/featured_projects_base.jpg) left 40px no-repeat;
	height:720px;
}
.indexsidecontents dl {
	height:660px;
	margin:0;
	padding:30px 0 30px 0;
}
.indexsidecontents dt {
	margin:0;
	padding:0;
	height:160px;
	background:#333;
}
#en.index .indexsidecontents dt {
	margin:0;
	padding:0;
	height:160px;
	background:#999933;
}
.indexsidecontents dd {
	margin:0 0 10px 0;
	padding:0 0 0 5px;
	background:#333;
	font-size:12px;
	min-height:40px;
}
#en.index .indexsidecontents dd {
	margin:0 0 10px 0;
	padding:0 0 0 5px;
	background:#999933;
	font-size:12px;
	min-height:40px;
}
	.indexsidecontents dd a {
		color:#FFF;
	}
	.indexsidecontents dd span {
		font-size:14px;
		font-weight:600;
	}


.page .contentsbox {
	background-color:#FFF;
	width:1020px;
	padding:30px;
	margin-bottom:50px;
}
.page .contentsboxfoot {
	width:920px;
	height:10px;
	padding:0px 30px 20px 30px;
}
.tarms .contentsboxfoot {
	margin-bottom:37px;
}

/*STORE*/
.store .contentshead h1 {
	width:415px;
}
.store .contentshead dl {
	width:525px;
	height:35px;
	float:left;
	background:url(../image/store/head_cart_base.jpg) left top no-repeat;
	padding:0 0 0 40px;
	margin:0;
}
	.store .contentshead dl dd {
		margin:0;
		padding:9px 0 0 0;
		color:#FFF;
		float:left;
		width:172px;
	}
	.store .contentshead dl .cartnum {
		width:245px;
	}
	.store .contentshead dl dt {
		margin:0;
		padding:0;
		text-align:center;
		width:98px;
		height:35px;
		float:left;
		background:#CC0 url(../image/store/head_cart_checkout_base.jpg) left top no-repeat;
	}
		.store .contentshead dl dt a {
			display:block;
			margin:0;
			padding:11px 0 11px 0;
			text-align:center;
			width:98px;
			height:13px;
			line-height:13px;
			color:#000;
		}
		.store .contentshead dl dt a:hover {
			color:#333;
			text-decoration:none;
		}
.store .carthead {
	background:url(../image/store/cart_image.jpg) right top no-repeat;
	width:440px;
	height:230px;
	padding: 0 480px 0 0 ;
	text-align:right;
	border-bottom:1px solid #CCC;
}
	.store .carthead p {
		font-size:41px;
		font-weight:bold;
		color:#959B34;
		margin:0;
		padding:0 0 5px 0;
	}
	.store .carthead ul {
		list-style:none;
		margin:0 auto 0 auto;
		padding:0;
		width:440px;
		display:block;
	}
		.store .carthead ul li {
			float:right;
			padding:0 20px 0 20px;
			border-right:1px solid #CCC;
			font-size:17px;
			margin-bottom: 12px;
		}
		#en.store .carthead ul li {
			font-size:15px;
		}
		.store .carthead ul li.last {
			border-right:none;
		}
.store .cartplusleft {
	width:520px;
	padding:20px 30px 0 0;
}
	.store .cartplusleft p {
		background:#FFE;
		border:2px solid #959B34;
		padding:5px;
		/*border-radius:6px 6px 6px 6px;*/
		margin:0;
		font-size:12px;
		line-height:22px;
	}
.store .cartplusright {
	width:370px;
	padding:20px 0 0 0;
}
	.store .cartplusright th,
	.store .cartplusright td {
		height:50px;
	}
	.store .cartplusright td.addtocart {
		height:65px;
		vertical-align:bottom;
	}
		.store .cartplusright td label {
			font-weight:normal;
		}
	.store .cartplusright input[type="text"] {
		width:50px;
	}
	.store .cartplusright .addtocart input , .storefoottrialright a {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:5px 0 5px 0;
		font-size:21px;
		width:200px;
		border:1px solid #660;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		display:block;
		text-align:center;
		float:right;
		-moz-box-shadow: 0px 2px 1px #999;
		-webkit-box-shadow: 0px 2px 1px #999;
	}
		.store .cartplusright .addtocart input:hover , .storefoottrialright a:hover {
			cursor: pointer;
			background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
			color:#333;
			text-decoration:none;
		}
.store .storefoottrialleft {
	width:690px;
}
	.store .storefoottrialleft h3 {
		font-size:29px;
		font-weight:bold;
		color:#000;
		vertical-align:text-bottom;
		margin:0;
		padding:0 0 10px 0;
	}
		.store .storefoottrialleft h3 img {
			vertical-align:text-bottom;
		}
			.store .storefoottrialleft h3 small {
				font-size:19px;
				color:#959B34;
				padding:0 0 0 20px;
			}
	.store .storefoottrialleft p {
		padding:0;
		margin:0;
	}
.store .storefoottrialright {
	width:230px;
	text-align:right;
	padding:40px 0 0 0;
}
/*Cart*/
.cart .cartdata {
	width:100%;
	border:1px solid #999;
	/*border-radius:5px 5px 5px 5px;*/
	-moz-box-shadow: 0px 1px 0px #666;
	-webkit-box-shadow: 0px 1px 0px #666;
}
.cart .cartdata th, .cart .cartdata td {
	padding:10px 15px 10px 15px;
}
.cart .cartdata td {
	border-top:1px solid #999;
}
.cart .cartdata th {
	background:#000;
	color:#D9CA2C;
}
.cart .cartdata td {
}
.cart .cartdata td strong {
	font-size:17px;
}
.cart .continuelink {
	padding:30px 0 0 0;
}
.cart .continuelink a {
	background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
	padding:5px 0 5px 0;
	font-size:17px;
	color:#000;
	line-height:17px;
	border:1px solid #660;
	/*border-radius:5px 5px 5px 5px;*/
	text-align:center;
	-moz-box-shadow: 0px 2px 1px #999;
	-webkit-box-shadow: 0px 2px 1px #999;
}
	.cart .continuelink a:hover {
		cursor: pointer;
		background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
		color:#333;
		text-decoration:none;
	}
.cart .leftarrowicon {
	background:url(../image/icon_arrow_left.gif) 10px center no-repeat;
	padding:5px 10px 5px 30px;
}
.cart .cartdata input[type=text] {
	text-align:right;
}
.cart .cartdata tr.subtotal dl, .cart .cartdata tr.total dl {
	margin:0;
	padding:0;
}
.cart .cartdata tr.subtotal dl dt, .cart .cartdata tr.subtotal dl dd, .cart .cartdata tr.total dl dt, .cart .cartdata tr.total dl dd {
	float:right;
}
.cart .cartdata tr.subtotal {
	font-size:17px;
}
	.cart .cartdata tr.subtotal dl dt {
		color:#959B34;
	}
	.cart .cartdata tr.subtotal dl dd {
		padding:0 50px 0 0;
		font-weight:bold;
	}
.cart .cartdata .cost {
	text-align:right;
}
.cart .cartdata tr.total {
	font-size:31px;
}
.cart .cartdata tr.total dt {
	color:#959B34;
}
.cart .cartdata tr.total dd {
	font-weight:bold;
}

.cart a {
	font-weight:bold;
	color:#660;
}

.cart h2 {
	font-size:17px;
	font-weight:bold;
	border-top:1px dashed #CCC;
	padding-top:15px;
}

	/*CARTFORM*/
	.cartform {
		width:640px;
		padding:0;
		margin:0 auto 20px auto;
		border:1px solid #999;
		/*border-radius:5px 5px 5px 5px ;*/
	}
	.cartform th, .cartform td {
		padding:10px 15px 10px 15px;
	}
	.cartform th {
		font-size:17px;
		font-weight:normal;
		background:#EEE;
		/*border-radius:5px 5px 0px 0px ;*/
		-moz-box-shadow: 0px 2px 3px #333 inset;
		-webkit-box-shadow: 0px 2px 3px #333 inset;
	}
	.cartform td {
		border-top:1px solid #DDD;
	}
	.cartform .paypal {
		background:url(../image/store/paypal_logo.gif) 30px 120px no-repeat;
		width:165px;
		padding-bottom:100px;
		vertical-align:top;
	}
	.totalcost {
		font-weight:bold;
	}
	.totalcost span {
		color:#660;
	}
	.cartfootleft {
		width:720px;
	}
	.cartfootright {
		width:200px;
		text-align:right;
	}
	.cartfootright input {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:5px 0 5px 0;
		font-size:21px;
		width:200px;
		border:1px solid #660;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		display:block;
		text-align:center;
		float:right;
		-moz-box-shadow: 0px 2px 1px #999;
		-webkit-box-shadow: 0px 2px 1px #999;
	}
	.cartfootright input:hover {
		background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
		color:#333;
		text-decoration:none;
	}

/*agreement*/
.cart .agreementcheck {
	text-align:right;
	font-size:17px;
}
.cart .agreementcheck input {
	vertical-align:top;
}
.cart .agreementfoot {
	border-top:1px solid #DDD;
	width:920px;
	margin-top:20px;
}

/*Thanks*/
.thanks h2 {
	font-size:21px;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:10px 0 20px 0;
	border-bottom:1px solid #DDD;
}
.thanks a {
	font-weight:bold;
}

/*login*/
.login.contentsbox {
	margin-top: 90px;
}
.login .cartform {
	margin-top:20px;
	width:520px;
}
.loginbutton {
	text-align:center;
}
	.loginbutton input {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:5px 0 5px 0;
		font-size:21px;
		width:200px;
		border:1px solid #660;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:center;
		-moz-box-shadow: 0px 2px 1px #999;
		-webkit-box-shadow: 0px 2px 1px #999;
	}
	.loginbutton  input:hover {
		background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
		color:#333;
		text-decoration:none;
	}


.acountdatabox {
	border:2px solid #660;
	/*border-radius:5px 5px 5px 5px;*/
	width:896px;
	padding:5px 10px 5px 10px;
	margin-bottom:20px;
	font-size:15px;
}
.logout {
	float:right;
	margin:0;
}
.acountdata {
	margin:0;
	padding:0;
}
.acountdata dt {
	float:left;
}
.acountdata dd {
	float:left;
	margin:0 20px 0 5px;
}
.download .cartdata {
	margin-top:20px;
}
.download .cost {
	font-weight:bold;
}
.download .cost input[type=text] {
	margin:0 10px 0 10px;
}
.download .cost input[type=submit] {
	background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
	padding:2px 0 2px 0;
	font-size:17px;
	width:200px;
	border:1px solid #660;
	/*border-radius:5px 5px 5px 5px;*/
	font-weight:bold;
	color:#000;
	text-align:center;
	-moz-box-shadow: 0px 2px 1px #999;
	-webkit-box-shadow: 0px 2px 1px #999;
}
.download .cost input[type=submit]:hover {
	background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
	color:#333;
	text-decoration:none;
}

/*features*/

.featureshead{
	position:relative;
}

.featureshead .dl_link{
	position:absolute;
	top:190px;
	left:30px;
	padding:20px 30px 10px 30px;
	background:url(../image/features/bg_k40.png) repeat;
	/*border-radius:5px 5px 5px 5px ;*/
	z-index:99999999;
}

.featureshead .gdc{
	position:absolute;
	top:190px;
	left:30px;
	padding:20px 30px 20px 30px;
	background:url(../image/features/bg_k60.png) repeat;
	/*border-radius:5px 5px 5px 5px ;*/
	z-index:99999999;
}

.downloadlink_head {
	padding:0px 0 0px 0;
	margin:0px 0 0 0;
	height:50px;
	float:left;
}
	.downloadlink_head a {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:5px 52px 5px 52px;
		margin:0;
		font-size:21px;
		border:1px solid #660;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:center;
	}
	.downloadlink_head a:hover {
		cursor: pointer;
		background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
		color:#333;
		text-decoration:none;
	}
	
	

.features .features-head-menu {
	margin:0;
	padding:15px 10px 0 10px;
	height:75px;
	width:960px;
}
	.features .features-head-menu dl {
	}
	.features .features-head-menu dt {
		float:left;
		height:75px;
		margin:0;
		padding:0;
		font-weight:600;
	}
		.features .features-head-menu dt a {
			color:#CC0;
		}
	.features .features-head-menu dd {
		float:left;
		height:25px;
		margin:0;
		padding:0 0 0 15px;
		line-height:normal;
	}
	#en.features .features-head-menu dd {
		font-size:11px;
	}
		.features .features-head-menu dd a {
			color:#FFF;
			text-decoration:underline;
		}
.features .contentshead {
	padding-bottom:10px;
}
.theme-default #slider {
    width:980px;
    height:200px;
}
.features .contentsbox, .features_en .contentsbox {
	margin:20px 0;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	background:#FFF;
}
.features .contentsbox a {
	font-weight:bold;
}
.features .contentsbox h2 {
	background-image:url(/middleware/yebis3/image/bg-g.jpg);
	background-size: 6px 100%;
	background-repeat: no-repeat;
	background-position: left center;
	font-size:19px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	height:30px;
	clear:both;
}
.features_en .contentsbox h2 span {
    color: #f00;
    font-size: 14px;
}

.features .contentsbox h2 span {
	font-size:14px;
	color:#F00;
}

.features .contentsbox dl.featurestext {
	border-bottom:1px solid #999;
	margin:0 0 30px 0;
	padding:0;
	clear:both;
	float:left;
	width:920px;
	display:block;
}
.features .contentsbox dl.featurestext.featurestexthead {
	border-bottom:none;
	margin:0 0 10px 0;
}
	.features .contentsbox dl.featurestext dt {
		margin:0;
		padding:10px 0 10px 25px;
		font-size:17px;
	}
		.features .contentsbox dl.featurestext dt.features-top-titile {
		color:#660;
		border-top:1px solid #999;
		background:url(../image/faq/arrow_bottom.gif) 5px center no-repeat;
		}
		.features .contentsbox dl.featurestext dt.features-top-titile:hover {
			cursor:pointer;
		}
	.features .contentsbox dl.featurestext dd {
		margin:0;
		padding:0 0 10px 25px;
	}
	.features .contentsbox dl.featurestext dd.features-top-ss {
		text-indent:0;
		text-align:center;
		float:left;
		width:240px;
		height:160px;
		padding:10px 33px 10px 33px;
	}
		.features .contentsbox dl.featurestext dd.features-top-ss.last {
			padding:10px 35px 10px 33px;
		}
.features .contentsbox dl.samplemovie {
	float:left;
	display:block;
	width:460px;
}
	.features .contentsbox dl.samplemovie dt {
		text-align:center;
	}
	.features .contentsbox dl.samplemovie dd {
		text-align:center;
		font-weight:bold;
		font-size:15px;
	}
	.features .contentsbox dl.samplemovie dd a {
		font-size:13px;
	}
.features .downloadlink {
	text-align:center;
	padding:30px 0 10px 0;
	margin:0px 0 0 0;
	width:920px;
	height:50px;
	float:left;
}
.features .downloadlink a {
		background:#d5c936;
		padding:8px 25px 8px 25px;
		margin:0 10px 20px 10px;
		font-size:21px;
		width:200px;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:center;
	}
	.features .downloadlink a:hover {
		cursor: pointer;
		background:#e2d973;
		color:#333;
		text-decoration:none;
	}

.features .detaillink a {
		background:#d5c936;
		padding:6px 25px 6px 25px;
		margin:0 10px 20px 0px;
		font-size:21px;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:left;
	}
	.features .detaillink a:hover {
		cursor: pointer;
		background:#e2d973;
		color:#333;
		text-decoration:none;
	}
	
	.features .features-detail-box .features-detail.newimg {
		padding:30px 0 0 20px;
		width:440px;
	}
	#en .features-detail.newimg {
		padding:30px 0 0 20px;
		width:440px;
	}

#en .downloadlink a{
	background-color:#FFF;
}

.downloadlink a {
		background:#d5c936;
		padding:8px 25px 8px 25px;
		margin:0 10px 20px 0px;
		font-size:21px;
		width:200px;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:center;
	}
	.downloadlink a:hover {
		cursor: pointer;
		background:#e2d973;
		color:#333;
		text-decoration:none;
	}
	
.features .spec {
	border:1px solid #999;
	/*border-radius:5px 5px 5px;*/
	width:auto;
	margin:0 auto 10px auto;
	clear:both;
}
.eval .spec {
	border:1px solid #999;
	/*border-radius:5px 5px 5px;*/
	width:auto;
	margin:40px 0 10px 0;
	clear:both;
	font-size: 16px;
}
.features .spec th,
.features .spec td,
.eval .spec th,
.eval .spec td
 {
	padding:5px 10px 5px 20px;
	border-bottom:1px solid #999;
}
.features .spec .last th,
.features .spec .last td,
.eval .spec .last th,
.eval .spec .last td {
	border-bottom:none;
}
.features .spec th,
.eval .spec th {
	text-align:right;
	border-right:1px dashed #CCC;
	width: 150px;
}
.features .contentsbox .features-top-list-box {
	width:920px;
	padding:0 0 30px 0;
	clear:both;
}
.features .contentsbox .features-top-list {
	display:block;
	width:450px;
	height:120px;
	float:left;
	padding:0;
	margin:0 20px 10px 0;
	font-weight:normal;
	color:#FFF;
	background:#000;
	overflow:hidden;
}
.features .contentsbox  .features-top-list.last {
	margin-right:0;
}
.features .contentsbox  .features-top-list.features-top-thumbnail01 {
	background:#000 url(../image/features/top_thumbnail_01.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail02 {
	background:#000 url(../image/features/top_thumbnail_02.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail03 {
	background:#000 url(../image/features/top_thumbnail_03.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail04 {
	background:#000 url(../image/features/top_thumbnail_04.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail05 {
	background:#000 url(../image/features/top_thumbnail_05.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail06 {
	background:#000 url(../image/features/top_thumbnail_06.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail07 {
	background:#000 url(../image/features/top_thumbnail_07.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail08 {
	background:#000 url(../image/features/top_thumbnail_08.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail09 {
	background:#000 url(../image/features/top_thumbnail_09.jpg) left top no-repeat;
}
.features .contentsbox  .features-top-list.features-top-thumbnail10 {
	background:#000 url(../image/features/top_thumbnail_10.jpg) left top no-repeat;
}
	.features .contentsbox  .features-top-list dl {
		display:block;
		width:450px;
		height:106px;
		float:left;
		margin:92px 0 0 0;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	}
	.features .contentsbox  .features-top-list dt {
		font-size:15px;
		font-weight:normal;
		padding:3px 0 3px 5px;
		height:25px;
		line-height:25px;
		background:url(../image/features/icon_arrow_base_alpha2.png) 430px top no-repeat;
	}
	#en.features .contentsbox  .features-top-list dt {
		font-size:12px;
	}
		.features .contentsbox  .features-top-list:hover dt {
			color:#d5c936;
		}
	.features .contentsbox  .features-top-list dd {
		font-size:12px;
		font-weight:normal;
		padding:0 2px 0 5px;
		margin:0;
	}
		.features .contentsbox  .features-top-list dd .arrowlink {
			padding:0 0 0 10px;
			background:url(../image/features/icon_arrow_base_alpha_mini2.png) left 3px no-repeat;
			color:#d5c936;
		}
.features .features-detail-box {
	width:920px;
	padding:0 0 30px 0;
}
	.features .features-detail-box .features-detail {
		width:460px;
	}
		.features .features-detail h3 {
			font-size:15px;
			font-weight:600;
			margin:0;
			padding:10px 0 5px 25px;
		}
		.features .features-detail ul {
			margin:0;
			padding:0 0 5px 15px;
		}
		.features .contentsbox li.img_11 {
			background: url(../image/features/icon_arrow_11.gif) no-repeat scroll left top transparent;
			list-style: none outside none;
			padding-left: 50px;
		}
		.features .contentsbox li.img_17 {
			background: url(../image/features/icon_arrow_17.gif) no-repeat scroll left top transparent;
			list-style: none outside none;
			padding-left: 75px;
		}
		.features .contentsbox li.img_17 span{
			display: block;
			background: url(../image/features/icon_arrow_18.gif) no-repeat scroll left top transparent;
			list-style: none outside none;
			padding-left: 35px;
		}

/*features EN*/
.features_en .features-head-menu {
	margin:0;
	padding:15px 10px 0 10px;
	height:75px;
	width:960px;
}
	.features_en .features-head-menu dl {
	}
	.features_en .features-head-menu dt {
		float:left;
		height:75px;
		margin:0;
		padding:0;
		font-weight:600;
	}
		.features_en .features-head-menu dt a {
			color:#CC0;
		}
	.features_en .features-head-menu dd {
		float:left;
		height:25px;
		margin:0;
		padding:0 0 0 15px;
		line-height:normal;
	}
	#en.features_en .features-head-menu dd {
		font-size:11px;
	}
		.features_en .features-head-menu dd a {
			color:#FFF;
			text-decoration:underline;
		}
.features_en .contentshead {
	padding-bottom:10px;
}
.theme-default #slider {
    width:980px;
    height:200px;
}
.features_en .contentsbox {
	background:none #FFF;
}
.features_en .contentsbox a {
	font-weight:bold;
}
.features_en .contentsbox h2 {
	/*background:url(../image/heading_base_920_white.jpg) left top no-repeat;*/
	font-size:21px;
	font-weight:bold;
	padding:30px 0 10px 10px;
	height:30px;
	clear:both;
	color:#686868;
}

.features_en .contentsbox dl.featurestext {
	border-bottom: 1px solid #999;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
	/*float: left;*/
	width: 920px;
	display: block;
}
.features_en .contentsbox dl.featurestext.featurestexthead {
	border-bottom:none;
	margin:0 0 10px 0;
}
	.features_en .contentsbox dl.featurestext dt {
		margin:0;
		padding:10px 0 10px 25px;
		font-size:17px;
	}
		.features_en .contentsbox dl.featurestext dt.features-top-titile {
		color:#660;
		border-top:1px solid #999;
		background:url(../image/faq/arrow_bottom.gif) 5px center no-repeat;
		}
		.features_en .contentsbox dl.featurestext dt.features-top-titile:hover {
			cursor:pointer;
		}
	.features_en .contentsbox dl.featurestext dd {
		margin:0;
		padding:0 0 10px 25px;
		/*text-indent:13px;*/
	}
	.features_en .contentsbox dl.featurestext dd.features-cap {
		font-size:120%;
		margin:0 0 10px 0;
		padding:10px 20px 10px 20px;
		background-color:#f3f4cf;
	}
	.features_en .contentsbox dl.featurestext dd.features-top-ss {
		text-indent:0;
		text-align:center;
		float:left;
		width:240px;
		height:160px;
		padding:10px 33px 10px 33px;
	}
		.features_en .contentsbox dl.featurestext dd.features-top-ss.last {
			padding:10px 35px 10px 33px;
		}
.features_en .contentsbox dl.samplemovie {
	float:left;
	display:block;
	width:460px;
}
	.features_en .contentsbox dl.samplemovie dt {
		text-align:center;
	}
	.features_en .contentsbox dl.samplemovie dd {
		text-align:center;
		font-weight:bold;
		font-size:15px;
	}
	.features_en .contentsbox dl.samplemovie dd a {
		font-size:13px;
	}
.features_en .downloadlink, .usage .downloadlink {
	text-align:center;
	padding:30px 0 10px 0;
	margin:0px 0 0 0;
	/*border-top:1px solid #CCC;*/
	width:920px;
	height:50px;
	float:left;
}

.features_en .downloadlink a, .usage .downloadlink a {
		background:none;
		padding:8px 25px 8px 25px;
		margin:0 10px 20px 10px;
		font-size:21px;
		width:200px;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:center;
	}
	.features_en .downloadlink a:hover, .usage .downloadlink a:hover {
		cursor: pointer;
		background:none;
		color:#333;
		text-decoration:none;
	}

.features_en .downloadlink a:hover img {
	opacity:1.00;
	filter:alpha(opacity=100);/*IE*/
}
.features_en .downloadlink_top {
	text-align:center;
	padding:5px 0 10px 0;
	margin:0px 0 0 0;
	width:920px;
	height:50px;
	float:left;
}
.features_en .downloadlink_top a:hover img {
	opacity:1.00;
	filter:alpha(opacity=100);/*IE*/
}
/*.features_en .downloadlink a {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:5px 20px 5px 20px;
		margin:0 10px 20px 10px;
		font-size:21px;
		width:200px;
		border:1px solid #660;
		border-radius:5px 5px 5px 5px;
		font-weight:bold;
		color:#000;
		text-align:center;
		-moz-box-shadow: 0px 2px 1px #999;
		-webkit-box-shadow: 0px 2px 1px #999;
	}
	.features_en .downloadlink a:hover {
		cursor: pointer;
		background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
		color:#333;
		text-decoration:none;
	}*/
	
.features_en .appform_link {
	text-align:center;
	margin:0px 0 10px 0;
	width:920px;
	height:50px;
	float:left;
}

.features_en .spec {
	border:1px solid #999;
	/*border-radius:5px 5px 5px;*/
	width:430px !important;
	margin:0 auto 10px auto;
	clear:both;
}
.features_en .spec th,
.features_en .spec td {
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #999;
}
.features_en .spec .last th,
.features_en .spec .last td {
	border-bottom:none;
}
.features_en .spec th {
	text-align:right;
	border-right:1px dashed #CCC;
}
.features_en .contentsbox .features-top-list-box {
	width:920px;
	padding:0 0 30px 0;
	clear:both;
	margin-top:15px;
}
.features_en .contentsbox .features-top-list {
	display:block;
	width:450px;
	height:120px;
	float:left;
	padding:0;
	margin:0 20px 10px 0;
	font-weight:normal;
	color:#FFF;
	background:#000;
	overflow:hidden;
}
.features_en .contentsbox  .features-top-list.last {
	margin-right:0;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail01 {
	background:#000 url(../image/features/top_thumbnail_01.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail02 {
	background:#000 url(../image/features/top_thumbnail_02.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail03 {
	background:#000 url(../image/features/top_thumbnail_03.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail04 {
	background:#000 url(../image/features/top_thumbnail_04.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail05 {
	background:#000 url(../image/features/top_thumbnail_05.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail06 {
	background:#000 url(../image/features/top_thumbnail_06.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail07 {
	background:#000 url(../image/features/top_thumbnail_07.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail08 {
	background:#000 url(../image/features/top_thumbnail_08.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail09 {
	background:#000 url(../image/features/top_thumbnail_09.jpg) left top no-repeat;
}
.features_en .contentsbox  .features-top-list.features-top-thumbnail10 {
	background:#000 url(../image/features/top_thumbnail_10.jpg) left top no-repeat;
}
	.features_en .contentsbox  .features-top-list dl {
		display:block;
		width:450px;
		height:106px;
		float:left;
		margin:92px 0 0 0;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	}
	.features_en .contentsbox  .features-top-list dt {
		font-size:17px;
		font-weight:normal;
		padding:0 0 0 5px;
		height:25px;
		line-height:25px;
		background:url(../image/features/icon_arrow_base_alpha2.png) 430px top no-repeat;
	}
	#en.features_en .contentsbox  .features-top-list dt {
		font-size:14px;
	}
	#en.features_en .contentsbox  .features-top-list dt.s12 {
		font-size:12px;
	}
		.features_en .contentsbox  .features-top-list:hover dt {
			color:#CC0;
		}
	.features_en .contentsbox  .features-top-list dd {
		font-size:12px;
		font-weight:normal;
		padding:0 2px 0 5px;
		margin:0;
	}
		.features_en .contentsbox  .features-top-list dd .arrowlink {
			padding:0 0 0 10px;
			background:url(../image/features/icon_arrow_base_alpha_mini2.png) left 1px no-repeat;
			color:#CC0;
		}
.features_en .features-detail-box {
	width:920px;
	padding:0 0 30px 0;
}
	.features_en .features-detail-box .features-detail {
		width:460px;
		margin-bottom:20px;
	}
		.features_en .features-detail h3 {
			font-size:15px;
			font-weight:600;
			margin:0;
			padding:10px 0 5px 25px;
		}
		.features_en .features-detail ul {
			margin:0;
			padding:0 0 5px 15px;
		}
		.features_en .contentsbox li.img_11 {
			background: url(../image/features/icon_arrow_11.gif) no-repeat scroll left top transparent;
			list-style: none outside none;
			padding-left: 50px;
		}
		.features_en .contentsbox li.img_17 {
			background: url(../image/features/icon_arrow_17.gif) no-repeat scroll left top transparent;
			list-style: none outside none;
			padding-left: 75px;
		}

		.features_en .contentsbox li.img_17 span{
			display: block;
			background: url(../image/features/icon_arrow_18.gif) no-repeat scroll left top transparent;
			list-style: none outside none;
			padding-left: 35px;
		}


/*FEATURES page*/
body.features-page01 .contents {
	background:#000 url(../image/features/head_base_01.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page02 .contents {
	background:#000 url(../image/features/head_base_02.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page03 .contents {
	background:#000 url(../image/features/head_base_03.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page04 .contents {
	background:#000 url(../image/features/head_base_04.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page05 .contents {
	background:#000 url(../image/features/head_base_05.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page06 .contents {
	background:#000 url(../image/features/head_base_06.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page07 .contents {
	background:#000 url(../image/features/head_base_07.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page08 .contents {
	background:#000 url(../image/features/head_base_08.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page09 .contents {
	background:#000 url(../image/features/head_base_09.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page10 .contents {
	background:#000 url(../image/features/head_base_10.jpg) center top no-repeat;
	background-attachment:fixed;
}
body.features-page11 .contents {
	background:#000 url(../image/features/head_base_11.jpg) center top no-repeat;
	background-attachment:fixed;
}

body.features-page01 .contentshead h1 , body.features-page02 .contentshead h1 , body.features-page03 .contentshead h1 , body.features-page04 .contentshead h1 , body.features-page05 .contentshead h1 , body.features-page06 .contentshead h1 , body.features-page07 .contentshead h1 , body.features-page08 .contentshead h1 , body.features-page09 .contentshead h1 , body.features-page10 .contentshead h1 {
	/*background:url(../image/features/bg_features_h1.png) center top no-repeat;*/
}

body#en.features-page01 .contentshead h1 , body#en.features-page02 .contentshead h1 , body#en.features-page03 .contentshead h1 , body#en.features-page04 .contentshead h1 , body#en.features-page05 .contentshead h1 , body#en.features-page06 .contentshead h1 , body#en.features-page07 .contentshead h1 , body#en.features-page08 .contentshead h1 , body#en.features-page09 .contentshead h1 , body#en.features-page10 .contentshead h1 {
	/*background:url(../image/features/bg_features_h1.png) center top no-repeat;*/
}

body.features .contentshead h1 {
	padding:0 0 20px 15px;
}
.video-block #bgvid,
.video-block #bgvid02{
	width: 100%;
}
body#en.features_en .contentshead h1 {
	padding:0 0 20px 0;
}
body.features-page .contentshead h1 {
	padding:30px 0 0 15px;
}
body.features-page .features-page-headbox {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.40);
	color:#FFF;
	padding:13px;
	width:954px;
	/*border-radius:5px 5px 5px 5px ;*/
	margin-top:270px;
}
body.features-page .features-page-headbox h2 {
	color:#FFF;
	font-size:24px;
	margin:0 0 10px 0;
}
body.features-page .features-page-headbox p {
	margin:0;
	padding:0;
}

body.features-page p.downloadlink {
	text-align:center;
	margin:20px 0 0 0;
	width:620px;
	height:50px;
	float:left;
}
body.features-page .downloadlink a {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:5px 20px 5px 20px;
		margin:0 10px 20px 10px;
		font-size:21px;
		width:200px;
		border:1px solid #660;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:center;
		-moz-box-shadow: 0px 2px 1px #999;
		-webkit-box-shadow: 0px 2px 1px #999;
	}
	body.features-page .downloadlink a:hover {
		cursor: pointer;
		background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
		color:#333;
		text-decoration:none;
	}
	
body.features-page p.downloadlink_inner {
	text-align:center;
	margin:20px 0 0 0;
	width:620px;
	height:50px;
	float:left;
}

body.features-page p.downloadlink_inner a:hover img {
	opacity:1.00;
	filter:alpha(opacity=100);/*IE*/
}

body.features-page p.appform_link {
	text-align:center;
	margin:0 0 20px 0;
	width:620px;
	height:50px;
	float:left;
}

.features-pagebox {
	padding:20px 0 0 0;
}
.features-pagebox .features-page-contents-box {
	width:670px;
	margin-right:30px;
}
.features-pagebox .features-page-contents {
	background:#FFF;
	width:650px;
	padding:10px
}
.features-pagebox .features-page-contents.features-page-contents-head {
	/*border-radius:5px 5px 0px 0px ;*/
	padding-bottom:30px;
}
.features-pagebox .features-page-contents.features-page-contents-middle {
	padding-bottom:30px;
}
.features-pagebox .features-page-contents.features-page-contents-bottom {
	/*border-radius:0px 0px 5px 5px ;*/
	margin-bottom:20px;
}
.features-pagebox .features-page-contents.features-page-contents-one {
	/*border-radius:5px 5px 5px 5px ;*/
	margin-bottom:20px;
}
	.features-pagebox .features-page-contents h3 {
		font-weight:bold;
		font-size:17px;
		line-height:30px;
		margin:0 0 0 0;
		padding:20px 0 10px 10px;
	}
	.features-pagebox .features-page-contents p {
		margin:0 0 0 0;
		padding:10px 15px 10px 15px;
	}
	.features-pagebox .features-page-contents p.centertxt {
		text-indent:0;
	}
	.features-pagebox .features-page-contents p.imgtxt {
		text-indent:0;
		margin-bottom:10px;
		text-align:center;
	}
	.features-pagebox .features-page-contents .enlarge {
		background:#000 url(/middleware/yebis3/image/features/enlarge.png) center center no-repeat;
		display: block;
  		margin:auto;
		width:100%;
	}
	.features-pagebox .features-page-contents .enlarge:hover img {
  opacity: 0.3;
  		-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
	.features-pagebox .features-page-contents .features-dummy-text {
		margin:0 15px 0 15px;
		padding:10px;
		background:#CCC;
		width:600px;
	}
/* BELL 20140707 */
.features-pagebox_en .features-page-contents .enlarge {
		background:#000 url(/middleware/yebis3/image/features/enlarge.png) center center no-repeat;
		display: block;
  		margin:auto;
		width:100%;
	}
	.features-pagebox_en .features-page-contents .enlarge:hover img {
  opacity: 0.3;
  		-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
	.features-pagebox_en .features-page-contents .features-dummy-text {
		margin:0 15px 0 15px;
		padding:10px;
		background:#CCC;
		width:600px;
	}


	
/*features-page*/

#en.features-page .dl_link {
position:absolute;
	top:230px;
	left:0px;
	padding:20px 30px 10px 30px;
	background:url(/middleware/yebis3/image/features/bg_k40.png) repeat;
	z-index:40;
	text-align:center;
}
	
#en.features_en .dl_link {
    background: url("/middleware/yebis3/image/features/bg_k40.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: 0;
    padding: 20px 30px 10px;
    /*position: absolute;*/
	margin-top: 20px;
    text-align: center;
    top: 300px;
    z-index: 40;
}	
	
/*features-pagebox_en*/

.features-pagebox_en {
	padding:20px 0 0 0;
}
.features-pagebox_en .features-page-contents-box {
	width:670px;
	margin-right:30px;
}
.features-pagebox_en .features-page-contents {
	background:#FFF;
	width:650px;
	padding:10px
}
.features-pagebox_en .features-page-contents.features-page-contents-head {
	/*background:#FFF url(../image/features/features_contents_bottom.jpg) left bottom no-repeat;*/
	padding-bottom:30px;
}
.features-pagebox_en .features-page-contents.features-page-contents-middle {
	/*background:#FFF url(../image/features/features_contents_bottom.jpg) left bottom no-repeat;*/
	padding-bottom:30px;
}
.features-pagebox_en .features-page-contents.features-page-contents-bottom {
	margin-bottom:20px;
}
.features-pagebox_en .features-page-contents.features-page-contents-one {
	margin-bottom:20px;
}
	.features-pagebox_en .features-page-contents h3 {
		/*background:url(../image/heading_base_650_white.jpg) left bottom no-repeat;*/
		font-weight:bold;
		font-size:17px;
		line-height:30px;
		margin:0 0 0 0;
		padding:0 0 10px 15px;
	}
	.features-pagebox_en .features-page-contents p {
		margin:0 0 0 0;
		padding:10px 15px 10px 15px;
		/*text-indent:13px;*/
	}
	.features-pagebox_en .features-page-contents p.centertxt {
		text-indent:0;
	}
	.features-pagebox_en .features-page-contents .features-dummy-text {
		margin:0 15px 0 15px;
		padding:10px;
		background:#CCC;
		width:600px;
	}

/*end__features-pagebox_en*/

.features-imagebox {
	width:620px;
	margin:10px 15px 20px 15px;
	padding:0;
	background:#222;
}
	.features-imagebox h4 {
		margin:0;
		padding:3px 3px 5px 3px;
		color:#FFF;
		background:#111;
		text-align:center;
		font-size:13px;
		font-weight:600;
		clear:both;
	}
	.features-imagebox .features-image-bottom {
		width:620px;
		padding-bottom:8px;
	}
		.features-imagebox .features-image-bottom dl,
		.features-imagebox .features-image-bottom dl dt,
		.features-imagebox .features-image-bottom dl dd {
			float:left;
			text-align:center;
			margin:0;
			padding:0;
			color:#FFF;
			font-size:11px;
			font-weight:normal;
		}
			.features-imagebox .features-image-bottom dl dt {
				padding:5px 0 0 0;
			}
		.features-imagebox .features-image-bottom4 dl,
		.features-imagebox .features-image-bottom4 dl dt,
		.features-imagebox .features-image-bottom4 dl dd {
			width:155px;
		}
		.last_table dl dd{
			width:165px !important;
		}
		.last_table dt{
			width:165px !important;
		}
		.features-imagebox .features-image-bottom7 dl,
		.features-imagebox .features-image-bottom7 dl dt,
		.features-imagebox .features-image-bottom7 dl dd {
			width:88px;
		}
				.features-imagebox .features-image-bottom4 dl dd img {
					width:140px;
					/*height:93px;*/
					margin:3px;
				}
				.features-imagebox .features-image-bottom7 dl dd img {
					width:70px;
					height:46px;
					margin:3px;
				}
	.features-imagebox .features-image-side {
		width:170px;
	}
		.features-imagebox .features-image-side dl {
			margin:0;
			padding:0;
			color:#FFF;
		}
		.features-imagebox .features-image-side dl.features-image4 {
			float:left;
		}
			.features-imagebox .features-image-side dt {
				margin:0;
				padding:5px 0 0 0;
				text-align:center;
				height:21px;
				font-size:11px;
				font-family: Helvetica, Arial, sans-serif;
			}
			.features-imagebox .features-image-side dd {
				margin:0;
				padding:0;
				text-align:center;
				border-bottom:1px solid #666;
				height:100px;
			}
				.features-imagebox .features-image-side dd img {
					width:160px;
					height:89px;
				}
			.features-imagebox .features-image-side dl.features-image3 dd {
				height:57px;
			}
			.features-imagebox .features-image-side dl.features-image4 dd {
				width:85px;
				height:57px;
			}
			.features-imagebox .features-image-side dl.features-image-long dd {
				height:125px;
			}
				.features-imagebox .features-image-side dl.features-image3 dd img {
					width:92px;
					height:50px;
				}
				.features-imagebox .features-image-side dl.features-image4 dd img {
					width:75px;
					height:40px;
				}
				.features-imagebox .features-image-side dl.features-image-long dd img {
					width:160px;
					height:120px;
				}
			.features-imagebox .features-image-side dd.last {
				border-bottom:none;
			}
				.features-imagebox .features-image-side dd img:hover {
					cursor:pointer;
					/*opacity:0.80;*/
				}
	.features-imagebox .features-image-main {
		width:450px;
	}
.features-movie-box {
	width:560px;
	margin:10px 45px 20px 45px;
	/*border-radius: 5px 5px 5px 5px;*/
	background:#111;
}
	.features-movie-box h4 {
		text-align:center;
		font-weight:600;
		font-size:13px;
		margin:0;
		padding:5px;
		color:#FFF;
	}
	.features-movie-box a {
		background: url(../image/store/big_button_base.jpg) repeat-x scroll left top #CCCC00;
		border: 1px solid #660;
		/*border-radius: 5px 5px 5px 5px;*/
		color: #000;
		display:block;
		font-size: 15px;
		font-weight: bold;
		padding: 3px 0;
		text-align: center;
		margin:5px 5px 5px 5px;
	}
	.features-movie-box a:hover {
		background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
		color:#333;
		text-decoration:none;
	}
	
	#sideWrap{
		width:280px; 
		float:right;
		position:relative;
		}

.features-page-menu {
	padding:10px;
	width:260px;
	background:#000;
	/*border-radius:5px 5px 5px 5px ;*/
	color:#FFF;
	float:right;
}
	.features-page-menu a {
		color:#FFF;
		padding:13px 0 13px 0;
		display:block;
		-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	}
	.features-page-menu a span, .features-page-menu a:hover span, .features-page-menu .now a span, .features-page-menu .now a:hover span {
		color:#F00;
		font-size: 11px;
	}
	.features-page-menu a:hover {
	color:#d5c936;
	text-decoration:none;
	}
		.features-page-menu .now a {
			color:#d5c936;
		}
	.features-page-menu dl {
		margin:0;
		padding:0;
	}
		.features-page-menu dl dt a {
			margin:0;
			padding:12px 0 30px 115px;
			background:url(../image/features/features_menu_heading.jpg) left top no-repeat;
			font-weight:normal;
			font-size:11px;
			height:10px;
		}
		.features-page-menu dl dt a:hover {
			margin:0;
			padding:12px 0 30px 115px;
			background:url(../image/features/features_menu_heading_ov.jpg) left top no-repeat;
			font-weight:normal;
			font-size:11px;
			height:10px;
		}
		.features-page-menu dl dd {
			font-size:12px;
			margin:0;
			padding:0;
			border-bottom:1px solid #666;
		}
		.features-page-menu dl dd.totop {
			border-bottom:none;
			padding-top: 15px;
		}
		.features-page-menu dl dd.last {
			border-bottom:none;
		}


/*FAQ*/
.faqtitle {
	background:url(../image/faq/arrow_bottom.gif) 10px center no-repeat;
	border:1px solid #999;
	/*border-radius:5px 5px 5px 5px;*/
	padding:5px 15px 5px 30px;
	font-size:normal;
	margin-top:15px;
}
.faqtitle:hover {
	cursor:pointer;
}
.faqtext {
	background:#EEE;
	border:1px solid #999;
	/*border-radius:5px 5px 5px 5px;*/
	padding:5px 15px 5px 30px;
	margin-right:1.5em;
}

/*Trial*/
.trialtophead {
	background:url(../image/trial/head_base.jpg) right 10px no-repeat;
	width:100%;
}
	.trialtophead h2 {
		font-size:29px;
		font-weight:bold;
		color:#000;
		vertical-align:text-bottom;
		margin:0;
		padding:0 0 30px 0;
	}
		.trialtophead h2 img {
			vertical-align:text-bottom;
		}
			.trialtophead h2 small {
				font-size:19px;
				color:#959B34;
				padding:0 0 0 20px;
			}
	.trialtophead ul {
		list-style:none;
		margin:0;
		padding:10px 0 0 0;
		display:block;
		float:left;
		width:100%;
		height:50px;
	}
		.trialtophead ul li {
			padding:0 20px 0 20px;
			border-right:1px solid #CCC;
			font-size:17px;
			float:left;
		}
		#en .trialtophead ul li {
			font-size:15px;
		}
		.trialtophead ul li.last {
			border-right:none;
		}
	.trialtophead p {
		margin:0 0 0 0;
		padding:10px 0 0 0;
	}
	.trialtophead h3 {
		margin:0;
		padding:20px 0 0 0;
		font-size:17px;
		font-weight:600;
	}
.trialtopbottom {
	width: 100%;
	text-align: center;
	padding: 40px 0 20px 0;
}
	/*.trialtopbottom a {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:5px 20px 5px 20px;
		font-size:21px;
		width:200px;
		border:1px solid #660;
		border-radius:5px 5px 5px 5px;
		font-weight:bold;
		color:#000;
		text-align:center;
		-moz-box-shadow: 0px 2px 1px #999;
		-webkit-box-shadow: 0px 2px 1px #999;
	}
		.trialtopbottom a:hover {
			cursor: pointer;
			background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
			color:#333;
			text-decoration:none;
		}*/
		
.trialtopbottom_trial {
	width:920px;
	text-align:center;
	padding:40px 0 20px 0;
}
	.trialtopbottom_trial a {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:5px 20px 5px 20px;
		font-size:21px;
		width:200px;
		border:1px solid #660;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:center;
		-moz-box-shadow: 0px 2px 1px #999;
		-webkit-box-shadow: 0px 2px 1px #999;
	}
		.trialtopbottom_trial a:hover {
			cursor: pointer;
			background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
			color:#333;
			text-decoration:none;
		}
		
		.trial .appform_link {
	text-align:center;
	margin:0px 0 10px 0;
	width:920px;
	height:50px;
	float:left;
}

body#en.trial .spec {
	border:1px solid #BBB;
	/*border-radius:5px 5px 5px;*/
	width:430px !important;
	margin:20px 0 20px 0;
	clear:both;
}
body#en.trial .spec th,
body#en.trial .spec td {
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #BBB;
}
body#en.trial .spec .last th,
body#en.trial .spec .last td {
	border-bottom:none;
}
body#en.trial .spec th {
	text-align:right;
	border-right:1px dashed #CCC;
}

/*trialdownload*/
.trialdownload {
	width:920px;
	padding:0 0 0 0;
}
	.trialdownload h2 {
		font-size:29px;
		font-weight:bold;
		color:#000;
		vertical-align:text-bottom;
		margin:0;
		padding:0 0 30px 0;
	}
		.trialdownload h2 img {
			vertical-align:text-bottom;
		}
	.trialdownload table {
		border:1px solid #CCC;
		width:auto;
		margin:0 auto 30px auto;
	}
		.trialdownload table th, .trialdownload table td {
			border-bottom:1px solid #CCC;
			margin:0;
			padding:10px 20px 10px 20px;
		}
		.trialdownload table .last th, .trialdownload table .last td {
			border-bottom:none;
		}
.thanks .trialtopbottom {
	text-align:left;
}
	.thanks .trialtopbottom h3 {
		margin:0 0 0 0;
		padding:30px 0 0 0;
		font-size:17px;
		font-weight:bold;
	}
	.thanks .trialtopbottom p {
		margin:0;
		padding:10px 0 0 0;
	}


/*FORUM*/
.forum .forumcontents h2 {
	background:url(../image/heading_base_920_white.jpg) left 10px no-repeat;
	font-size:19px;
	font-weight:bold;
	padding:10px 0 10px 10px;
	height:30px;
	margin:0;
}

#en.forum .forumcontents h2 {
	background:none;
	font-size: 21px;
		font-weight: bold;
		height: 30px;
		padding: 10px 0 10px 0;
		margin:0;
		color:#686868;
		clear:both;
}

.forum .forumcontents h3 {
	font-size:15px;
	margin:0;
	padding:5px 0 10px 0;
	font-weight:bold;
}
.forum .forumcontents a {
	font-weight:bold;
	margin-right:5px;
}

/*requirements_license*/
.requirements_license .requirements_licensecontents h2 {
	background:url(../image/heading_base_920_white.jpg) left 10px no-repeat;
	font-size:19px;
	font-weight:bold;
	padding:10px 0 10px 10px;
	height:30px;
	margin:0;
}
#en.requirements_license .requirements_licensecontents h2 {
	background:none;
	font-size:21px;
	font-weight:bold;
	padding:10px 0 10px 0;
	height:30px;
	margin:0;
	color:#686868;
}
.requirements_license .requirements_licensecontents h3 {
	font-size:15px;
	margin:0;
	padding:5px 0 10px 0;
	font-weight:bold;
}
.requirements_license .requirements_licensecontents a {
	font-weight:bold;
	margin-right:5px;
}
	.requirements_license .requirements_licensecontents table {
		border:1px solid #CCC;
		width:auto;
		margin:10px 0 30px 0;
	}
		.requirements_license .requirements_licensecontents table th, .requirements_license .requirements_licensecontents table td {
			border-bottom:1px solid #CCC;
			margin:0;
			padding:10px 20px 10px 20px;
		}
		.requirements_license .requirements_licensecontents table .last th, .requirements_license .requirements_licensecontents table .last td {
			border-bottom:none;
		}
	.requirements_license .requirements_licensecontents dl {
		margin:0;
		padding:0;
	}
	.requirements_license .requirements_licensecontents dt {
		margin:0;
		padding:10px 0 0 0;
		font-size:18px;
		
	}
	.requirements_license .requirements_licensecontents dd {
		margin:0;
		padding:10px 0 10px 15px;
		margin-bottom:30px;
	}
	
/*Contact Us*/	

#en.contact .contact_contents h2 {
	background:none;
	font-size:21px;
	font-weight:bold;
	padding:10px 0 10px 0;
	height:30px;
	margin:0;
	color:#686868;
}
.contact .contact_contents dl {
		margin:0;
		padding:0;
	}
	.contact .contact_contents dt {
		margin:0;
		padding:10px 0 10px 0;
		font-size:14px;
	}
	.contact .contact_contents dd {
		margin:0;
		padding:10px 0 10px 15px;
	}
	
/*news*/
.news .newslist h2 {
	font-size:24px;
	margin:15px 10px 15px 10px;
	color:#d5c936;
}
.news .newslist table {
		width:auto;
		margin:5px 0 20px 0;
	}
		.news .newslist table th, .news .newslist table td {
			margin:0;
		}
		.news .newslist table th {
			width:50px;
			vertical-align:top;
			font-size:14px;
			font-weight:normal;
			padding:1px 0px 1px 10px;
		}
		.news .newslist table td {
			font-size: 16px;
			padding:1px 0px 10px 15px;
			vertical-align:baseline;
		}
		#ja.news .newslist table td a{
			color:#000;
		}
		#ja.news .newslist table{
			line-height: 2;
		}
		.news .newslist table td a:hover{
			text-decoration:underline;
			color:#660;
		}
		.news .newslist table td.news_details a {
			text-decoration:none;
			color:#000000;
		}
		.news .newslist table td.news_details a:hover{
			text-decoration:underline;
			color:#660;
		}
		.news .newslist table td.news_details span a {
			text-decoration:none;
			color:#660;
		}
		.news .newslist table td.news_details span a:hover{
			text-decoration:underline;
			color:#330;
		}
		.news .newslist table .category {
			width:95px;
			font-size:9px;
			font-weight:normal;
			vertical-align:top;
			text-align:center;
		}
			.news .newslist table .category p {
				padding:1px 5px 1px 5px;
				color:#999;
				border:1px solid #ccc;
			}
			.news .newslist table .c_pres p, .news .newslist table .c_media p, .news .newslist table .c_event p, .news .newslist table .c_info p {
				background:#FFF;
				font-size:10px;
			}
			body#en.news .newslist table .c_pres p, body#en.news .newslist table .c_media p, body#en.news .newslist table .c_event p, body#en.news .newslist table .c_info p {
				background:#FFF;
				font-size:10px;
			}
	.news .newscontents {
		width:920px;
		padding-top:20px;
	}
	.news .newscontents p {
		padding:0 100px 20px 100px;
		margin:0;
	}
	.news .newscontents ul {
		padding:0 100px 20px 100px;
		margin:0;
	}
		.news .newscontents h2 {
			font-size:22px;
			font-weight:900;
		}
		.news .newscontents h3 {
			font-size:17px;
			font-weight:600;
			background:url(../image/heading_base_740_white.jpg) 85px top no-repeat;
			padding:5px 0 0 100px;
			height:40px;
		}
		.news .newscontents h3.sm {
			font-size:15px;
			font-weight:600;
			background:url(../image/heading_base_740_white.jpg) 85px top no-repeat;
			padding:5px 0 0 100px;
			height:40px;
		}
		.news .newscontents h4 {
			font-weight:900;
			margin:0 0 5px 0;
			padding:10px 0 5px 0;
			border-bottom:3px solid #333;
			color:#333;
		}
		.news .newscontents h4.inside {
			width:720px;
			font-weight:900;
			margin:0 0 20px 100px;
			padding:10px 0 5px 0;
			border-bottom:3px solid #333;
			color:#333;
		}
		.news .newscontents h5 {
			font-weight:900;
			margin:20px auto;
			padding:10px 0 5px 0;
			color:#333;
			text-align:center;
		}
		.news .newscontents strong {
			font-weight:600;
			font-size:14px;
		}
		.news hr {
			float:left;
			width:740px;
			height:0;
			border-bottom:3px solid #CCC;
			margin:30px 90px 30px 90px;
			padding:0;
		}
		.news .newscontents.newsconthead {
			width:918px;
			height:30px;
			padding:0 0 0 0;
			margin:10px 0 20px 0;
			border:1px solid #666;
			background:#333;
			color:#FFF;
			/*border-radius:5px 5px 5px 5px;*/
		}
		.news .newscontents.newsconthead p {
			padding:0 10px 0 10px;
			margin:0;
			float:left;
			width:598px;
			line-height:30px;
		}
		.news .newscontents.newsconthead p.righttxtx {
			width:280px;
		}
		.news .newscontents.newsconthead p.righttxtx a {
			color:#CC0;
		}
		.news .newscontents.newscontheading {
			width:710px;
			padding:0;
			height:180px;
			border-bottom:5px solid #CCC;
		}
		.news .newscontents.newscontheading2 {
			width:918px;
			padding:0;
			border-bottom:5px solid #CCC;
		}
		.news .newscontents.location {
			width:200px;
			height:180px;
			padding:0 0 0 10px;
			text-align:center;
			border-bottom:5px solid #CCC;
		}
			.news .newscontents.location p {
				font-size:15px;
				font-weight:600;
				padding:0;
			}
			.news .newscontents .right1 {
				float:right;
				padding:0 0 0 0;
				width:200px;
				margin:0 100px 10px 20px;
			}
		.news .newscontents.center1, .news .newscontents.center2, .news .newscontents.center3 {
			text-align:center;
			width:498px;
			padding:0 211px 0 211px;
		}
		.news .newscontents.center1 p, .news .newscontents.center2 p, .news .newscontents.center3 p, .news .newscontents .right1 p {
			padding:2px 10px 5px 10px;
			margin:0 0 10px 0;
			background:#333;
			color:#FFF;
			text-align:left;
			font-size:11px;
		}
		.news .newscontents.center1 img, .news .newscontents.center2 img, .news .newscontents.center3 img {
			margin:3px 2px 0 2px;
			border:1px solid #CC0;
		}
		.news .newscontents.center1 img:hover, .news .newscontents.center2 img:hover, .news .newscontents.center3 img:hover {
			cursor:pointer;
			opacity:0.80;
			filter:alpha(opacity=80);/*IE*/
		}
		.news .newscontents.center2 img.nocsr:hover {
			cursor:default;
			opacity:1;
			filter:alpha(opacity=100);/*IE*/
		}
		.news .newscontents.center1 p {
			margin:0 8px 10px 8px;
		}
		.news .newscontents.center2 p {
			margin:0 5px 10px 5px;
		}
		.news .newscontents.center3 p {
			margin:0 2px 10px 2px;
		}
		.news .newscontents .copyright {
			text-align:right;
			font-size:11px;
			color:#999;
		}
		.news .newscontents ul.dl{
			width:600px;
		}
		.news .newscontents ul.dl li{
			list-style:none;
		}
		.news .newscontents ul.dl li.downloadlink a {
		background:#CC0 url(../image/store/big_button_base.jpg) left top repeat-x;
		padding:8px 20px 8px 20px;
		margin:0 10px 10px 0px;
		width:100%;
		display:block;
		font-size:14px;
		border:1px solid #660;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:center;
		-moz-box-shadow: 0px 2px 1px #999;
		-webkit-box-shadow: 0px 2px 1px #999;
	}
	.news .newscontents ul.dl li.downloadlink a:hover {
		cursor: pointer;
		background:#CC0 url(../image/store/big_button_base_on.jpg) left top repeat-x;
		color:#333;
		text-decoration:none;
	}
	
	.news .newscontents table, .news .newscontents.center2 table, .news .newscontents.center2 table.img_right_top, .news .newscontents.center2 table.img_left_top, .news .newscontents.center2 table.img_center {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
background: #e5e5e5;
}
	
	.news .newscontents table img, .news .newscontents.center2 table img {
		border:0;
		margin:0;
}

	.news .newscontents table.img_right_top {
	float: right;
	margin: 0 100px 4px 10px;
	background: #e5e5e5;
	width:258px;
	}

	.news .newscontents table.img_right_top td.cap, .news .newscontents table.img_left_top td.cap, .news .newscontents table.img_center td.cap, .news .newscontents.center2 table.img_right_top td.cap, .news .newscontents.center2 table.img_left_top td.cap, .news .newscontents.center2 table.img_center td.cap{
	vertical-align: top;
	line-height: 125%;
	padding: 0 2px 2px;
	background: #e5e5e5;
	text-align: left;
	font-size: 12px;
	}

	.news .newscontents table.img_right_top td .cap, .news .newscontents table.img_left_top td .cap, .news .newscontents table.img_center td .cap, .news .newscontents.center2 table.img_right_top td .cap, .news .newscontents.center2 table.img_left_top td .cap, .news .newscontents.center2 table.img_center td .cap{
	vertical-align: top;
	line-height: 125%;
	padding: 2px 2px 2px;
	background: #e5e5e5;
	text-align: left;
	font-size: 12px;
	}
	
	.news .newscontents table.img_right_top td, .news .newscontents table.img_left_top td, .news .newscontents table.img_center td, .news .newscontents.center2 table.img_right_top td, .news .newscontents.center2 table.img_left_top td, .news .newscontents.center2 table.img_center td {
vertical-align: top;
}

/*Licence*/
.terms .contents iframe {
}
.eula {
	background:#FFF;
	width:640px;
	margin:0 auto 0 auto;
}
.eula h2 {
	font-size:19px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
	text-align:center;
}
.eula h3 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:20px 0 10px 0;
}
.eula p {
	margin:0;
	padding:0 0 20px 0;
}
.eula .licencehead {
	border-bottom:3px solid #999;
	border-top:3px solid #999;
	margin:0;
	padding:20px 0 0 0;
}

.tarms .contentsbox h2 {
	background:url(../image/heading_base_920_white.jpg) left 10px no-repeat;
	font-size:19px;
	font-weight:bold;
	padding:10px 0 10px 10px;
	height:30px;
	margin:0;
	border-top:0px;
}

#en.tarms .contentsbox h2 {
	background:none;
	font-size:21px;
	font-weight:bold;
	padding:10px 0 10px 0;
	height:30px;
	margin:0;
	border-top:0px;
	color:#686868;
}

/*SHOWCASE*/
.show-case-top-contents {
	background:#FFF;
	width:455px;
	padding:10px;
	/*border-radius: 5px 5px 5px 5px;*/
	margin-right:30px;
	margin-bottom:20px;
}
.show-case-top-contents.last {
	margin-right:0;
}
	.show-case-top-contents h2 {
		font-size: 20px;
		font-weight: bold;
		height: 30px;
		padding: 10px 0 5px 5px;
		margin:0;
		clear:both;
	}
	#en .show-case-top-contents h2 {
		background:none;
		font-size: 21px;
		font-weight: bold;
		height: 30px;
		padding: 10px 0 10px 5px;
		margin:0;
		color:#686868;
		clear:both;
	}
		.show-case-top-contents h2 span {
			font-size:12px;
			font-weight:normal;
		}
	.show-case-top-contents h3 {
		font-size:15px;
		font-weight:600;
		margin:10px 5px 10px 5px;
		padding:5px 10px 5px 10px;
		background:#222;
		color:#FFF;
		line-height:140%;
		/*border-radius: 5px 5px 5px 5px;*/
	}
	.show-case-top-contents .featured-corp {
		font-size:11px;
	}
	.show-case-top-contents img {
		float:right;
		margin:10px 10px 20px 10px;
	}
	.show-case-top-contents p {
		margin:0 10px 0 10px;
		padding:10px 0 10px 0;
	}
	.show-case-top-contents .copyright, body#en .show-case-top-contents .copyright {
		color:#333;
		font-size:9px;
		margin:10px 5px 20px 5px;
		padding:3px 5px 3px 5px;
		clear:both;
	}
	.button-link a {
		background:#d5c936;
		padding:8px 20px 8px 20px;
		font-size:13px;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:600;
		color:#000;
	}
	.button-link.button-link-box a {
		display:block;
		text-align:center;
	}
		.button-link a:hover {
			cursor: pointer;
			background:#e2d973;
			color:#333;
			text-decoration:none;
		}
		
	.button-link_dl a {
		background:#d5c936 url(../image/featured_projects/dl_button_base.png) left top no-repeat;
		padding:5px 15px 5px 15px;
		font-size:13px;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:600;
		color:#000;
	}
	.button-link_dl.button-link-box a {
		display:block;
		text-align:center;
	}
		.button-link_dl a:hover {
			cursor: pointer;
			background:#e2d973 url(../image/featured_projects/dl_button_base.png) left top no-repeat;
			color:#333;
			text-decoration:none;
	}
			
	.show-case-top-contents dl {
		float:left;
		width:445px;
		margin:10px 5px 5px 5px;
		padding:0;
		background:#222;
		/*border-radius:5px 5px 5px 5px;*/
	}
		.show-case-top-contents dl dt,
		.show-case-top-contents dl dd {
			float:left;
			width:425px;
			margin:0;
			padding:10px 10px 10px 10px;
			color:#FFF;
			font-size:11px;
		}
		.show-case-top-contents dl dt {
			font-size:15px;
			font-weight:normal;
			padding:15px 10px 5px 10px;
		}
		.show-case-top-contents dl img {
			float:none;
			margin:0;
		}
		.show-case-top-contents dl dd.show-case-top-movie {
			text-align:center;
			background:#222;
		}

/*SHOWCASE-LIST*/
.show-case-list .showcase-headmenu {
	width:960px;
	margin:0;
	padding:0 0 20px 10px;
}
.show-case-list .showcase-headmenu ul {
	margin:0;
	padding:0;
}
	.show-case-list .showcase-headmenu ul a {
		color:#dac91b;
		text-decoration:none;
		padding:0 5px 0 5px;
	}
	.show-case-list .showcase-headmenu ul a:hover{
		color:#FFF !important;
	}
	.show-case-list .showcase-headmenu ul li {
		float:left;
		margin:0 10px 0 0;
		border:1px solid #afb344;
		list-style:none;
		font-size:14px;
		padding:3px;
	}
	.show-case-list .showcase-headmenu ul li:hover,
	.show-case-list .showcase-headmenu ul li.active{
		background-color:#afb344;
		color:#FFF !important;
		user-select: none;
	}
	.show-case-list .showcase-headmenu ul li:hover a,
	.show-case-list .showcase-headmenu ul li.active a{
		color:#FFF !important;
		user-select: none; /* CSS3 */
		-moz-user-select: none; /* Firefox */
		-webkit-user-select: none; /* Safari、Chromeなど */
		-ms-user-select: none; /* IE10かららしい */
	}
	
/*SHOWCASE-LIST*/
.show-case-list .showcase-footmenu {
	width:960px;
	margin:0;
	padding:0 0 20px 10px;
}
.show-case-list .showcase-footmenu ul {
	margin:0;
	padding:0;
}
	.show-case-list .showcase-footmenu ul a {
		color:#dac91b;
		text-decoration:none;
		padding:0 5px 0 5px;
	}
	.show-case-list .showcase-footmenu ul a:hover{
		color:#FFF !important;
	}
	.show-case-list .showcase-footmenu ul li {
		float:left;
		margin:0 10px 0 0;
		border:1px solid #afb344;
		list-style:none;
		font-size:14px;
		padding:3px;
	}
	.show-case-list .showcase-footmenu ul li:hover,
	.show-case-list .showcase-footmenu ul li.active{
		background-color:#afb344;
		color:#FFF !important;
		user-select: none;
	}
	.show-case-list .showcase-footmenu ul li:hover a,
	.show-case-list .showcase-footmenu ul li.active a{
		color:#FFF !important;
		user-select: none; /* CSS3 */
		-moz-user-select: none; /* Firefox */
		-webkit-user-select: none; /* Safari、Chromeなど */
		-ms-user-select: none; /* IE10かららしい */
	}
	

	
#en.show-case-list .downloadlink {
	text-align:center;
	padding:40px 0 10px 0;
	margin:0px 0 0 0;
	width:920px;
	height:50px;
	float:left;
}

#en.show-case-list .downloadlink a:hover img {
	opacity:1.00;
	filter:alpha(opacity=100);/*IE*/
}

#en.show-case-list .appform_link {
	text-align:center;
	margin:0px 0 10px 0;
	width:920px;
	height:50px;
	float:left;
}

.show-case-list .showcase-list-head {
	padding:50px 0 20px 0;
	width:920px;
	/*border-top:1px dotted #CCC;*/
	/*margin-top:50px;*/
}
.show-case-list .showcase-list-head.farst {
	padding:10px 0 20px 0;
	width:920px;
	border:none;
	margin-top:20px;
}
	.show-case-list .showcase-list-head .showcase-list-head-image {
		width:auto;
		padding:0 30px 0 0;
	}
	.show-case-list .showcase-list-head .showcase-list-head-details {
		width:auto;
	}
		.show-case-list .showcase-list-head .showcase-list-head-details h2 {
			min-width:445px;
			font-size:21px;
			font-weight:600;
			margin:0;
			padding:0 0 10px 0;
		}
		#en.show-case-list .showcase-list-head .showcase-list-head-details h2 {
			min-width:445px;
			font-size:21px;
			font-weight:bold;
			margin:0;
			padding:0 0 10px 0;
			background:none;
			color:#686868;
		}
		.show-case-list .showcase-list-head .showcase-list-head-details .h2-sub {
		font-size:16px;
		}
		.show-case-list .showcase-list-head .showcase-list-head-details a {
			text-decoration:underline;
		}
		.show-case-list .showcase-list-head .showcase-list-head-details dl {
			margin:0;
			padding:5px 10px 5px 10px;
			border:1px solid #bbb;
		}
			.show-case-list .showcase-list-head .showcase-list-head-details dl dt {
				margin:0;
				padding:0;
				color:#666;
			}
			.show-case-list .showcase-list-head .showcase-list-head-details dl dd {
				margin:0;
				padding:0;
				line-height:21px;
				font-weight:bold;
			}
				.show-case-list .showcase-list-head .showcase-list-head-details dl dd span {
					font-weight:normal;
				}
				.show-case-list .showcase-list-head .showcase-list-head-details dl dd a {
				}
.show-case-list .contentsbox p {
	margin:0;
	padding:5px 0 10px 0;
	clear:both;
}
.show-case-list .showcase-list-images {
	width:920px;
	clear:both;
}
	.show-case-list .showcase-list-images .showcase-list-images-box {
		width:450px;
		margin-right:20px;
	}
	.show-case-list .showcase-list-images .showcase-list-images-box.last {
		margin-right:0;
	}
.show-case-list .contentsbox .righttxtx {
	font-size:11px;
	color:#666;
	text-align:center;
	border-bottom:1px dotted #CCC;
	padding-bottom:50px;
}
#content9 .righttxtx {
	border: none;
}

input[type="submit"].disabled {
	background: #DDD;
	background-image: none;
	cursor: default;
	color: #CCC;
	border: 1px solid #FFF;
}

span.agree-text-jpn label {
	font-size: 150%;
}
span.agree-text-en label {
	font-size: 120%;
}
.button-product-download {
	line-height: 60px;
}
.cartdata input[type="text"].downloadkey {
	text-align: left;
}


span.red {
	color:#F00;
}


.yt{
	text-align:center;
}

.yt iframe{
	margin:20px 0 15px;
}


/*YEBIS　アップデート情報*/

h4.update-titile {
	color: #660;
	background: url(../image/faq/arrow_bottom.gif) 5px center no-repeat;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

span.update_date {
		color:#660;
		font-weight:bold;
		padding-right:20px;
		padding-left:20px;
}
span.update_cont {
		padding-right:20px;
		padding-left:20px;
}

span.update_cont_b {
	font-weight:600;
	color:#666666;
		padding-right:20px;
		padding-left:20px;
}

/*top 追加スライダー
.theme-default_top #features_slider {
    width:670px;
    height:250px;
	position:relative;
}*/


/*USAGE GUIDE (en)*/

body#en.usage h2{
	font-size: 24px;
	/*font-weight: 600;*/
	padding: 15px 0 0px 0px;
	/*height: 30px;*/
	clear: both;
	/*color: #686868;*/
	color:#660;
	/*border-bottom:1px dotted #BBB;*/
	margin-bottom:14px;
}

body#en.usage p{
	font-size:1em;
}

body#en.usage h3 {
font-size: 1.1em;
line-height: 1;
margin: 2.5em 0 1.5em;
font-weight:bold;
/*color:#660;*/
}

body#en.usage .exp_box{
	margin-bottom: 2em;
}


body#en.usage .codebox{
	padding: 5px 15px;
	border: 1px solid #BBB;
	margin-bottom: 2em;
}

body#en.usage .spec {
	border:1px solid #BBB;
	/*border-radius:5px 5px 5px;*/
	width:430px !important;
	/*width:auto;*/
	margin:20px auto 20px auto;
	clear:both;
}
body#en.usage .spec th,
body#en.usage .spec td {
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #BBB;
}
body#en.usage .spec .last th,
body#en.usage .spec .last td {
	border-bottom:none;
}
body#en.usage .spec th {
	text-align:right;
	border-right:1px dashed #CCC;
}

body#en.usage .downloadlink {
	text-align:center;
	padding:30px 0 10px 0;
	margin:10px 0 0 0;
	/*border-top:1px solid #CCC;*/
	width:920px;
	height:50px;
	float:left;
}

body#en.usage .downloadlink .dlimg {
	background-image:url(../image/btn_dlnow_on.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:39px;
	margin:0 auto;
}

body#en.usage .downloadlink .dlimg a:hover img {
	opacity:0;
	filter:alpha(opacity=0);/*IE*/
}

body#en.usage .downloadlink .dlimg a img:hover{
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body#en.usage .appform_link {
	text-align:center;
	margin:0px 0 30px 0;
	width:920px;
	height:50px;
	float:left;
}

body#en.usage .appform_link a img:hover{
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/* Global Navi */

.index .headbox{
	z-index:2;
}

.index .contents{
	z-index:1;
}

#globalNavi {
	float:right;
	padding-top:10px;
	position: relative;
}

#globalNavi:after {
	content:".";
	display:block;
	height:0;
	clear:both;	
	visibility:hidden;
}

#globalNavi ul li {
	float: left;
	position: relative;
}
#en #globalNavi ul li{
	margin: 0 15px;
}


#ja #globalNavi ul#menu li:nth-child(1){
	width:91px;
	height:50px;
}
#ja #globalNavi ul#menu li:nth-child(2){
	width:102px;
	height:50px;
}
#ja #globalNavi ul#menu li:nth-child(3){
	width:65px;
	height:50px;
}
#ja #globalNavi ul#menu li:nth-child(4){
	width:51px;
	height:50px;
}
#ja #globalNavi ul li img{
	height:50px;
}
#ja #globalNavi ul#menu li ul.drop li{
	width:280px;
	height:auto;
}

#ja #globalNavi ul#menu li{
	margin:0 30px;
}
#ja #globalNavi ul#menu li:nth-child(5){
	padding-right:0;
	margin-right:0;
}

#ja #globalNavi ul#menu li:last-child a:hover img{
	opacity:0.8;
}

#en #globalNavi ul li img{
	height: 50px;
}
#globalNavi ul li img{
	-webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}


#globalNavi li ul.drop {
	width:280px;
	position:absolute;
	display:none;
	float:none;
	z-index:9999999999999999999999999999;
	left:0;
	top:50px;
	
	/* 透け透けにしたいとき */
	opacity: .95; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=95); /* IE lt 8 */
	-ms-filter: "alpha(opacity=95)"; /* IE 8 */
	-khtml-opacity: .95; /* Safari 1.x */
	-moz-opacity: .95; /* FF lt 1.5, Netscape */
}

#ja #globalNavi li ul.drop {
	left:-30px;
	width:auto;
}
#en #globalNavi li ul.drop {
	left:-50px;
	width:auto;
}
#en #globalNavi li ul.drop li{
	float:none;
	position:static;
	width:280px;
}
#globalNavi li ul.drop li {
	float:none;
	position:static;
	width:260px;
}

#globalNavi li ul.drop li a {
	display:block;
	background:#999933;
	border-bottom:solid 1px #4f4f1b;
	color:#FFF;
	padding:10px;
	_zoom:1; /* IE 6 */
}
#globalNavi li ul.drop li a p{
	margin-bottom: 0;
	font-size: 14px;
	padding-left: 10px;
}
#ja #globalNavi li ul.drop li a {
	padding-left:30px;
}
#ja #globalNavi li ul.drop li:first-child a,
#ja #globalNavi li ul.drop li:nth-child(2) a {
	padding-left:15px;
}
#ja #globalNavi li ul.drop li:first-child a span{
	color:#F00;
}

#globalNavi li ul.drop li a:hover {
	display:block;
	background:#4f4f1b;
	text-decoration:none;
	color:#FFF;
}

#globalNavi li ul.drop li a:hover img{
	opacity:1;
	transition:none;
}

#globalNavi li ul.drop ul a {
	padding:10px 15px 10px 25px;
}

#globalNavi li ul.drop ul li {
	padding:0px 0px 0px 0px;
}

#globalNavi li ul.drop ul li span {
	color:#cc0000;
}

body.eval p{
	margin:20px 0;
}

body.eval p.evalatt{
	font-size:12px;
	margin:15px 0 10px;
}

/* 20140702  */
#lens_text,#lens_text_,#lens_text_2{
	color:#FFF;
	margin-left:5px;
	margin-top:3px;
}

/* 20140910 */
.top_dl{
	margin-top:20px;
}

#kakaku_table{
	margin-left:120px;
	margin-top:50px;
}

/* 20140916 */
#download_table{
	width:100%;
	background-color:#f6f8ed;
	padding: 10px 10px 20px;
	margin-top:20px;
	margin-bottom:20px;
	box-sizing: border-box;
}

body#en.requirements_license #download_table{
	margin-bottom:0px;
}

#download_table h4{
	text-align:left;
	margin-bottom:0;
	margin-left:10px;
}
.usage #download_table h4, .show-case-list #download_table h4{
	text-align:left;
	margin-bottom:0;
	margin-left:20px;
}

#download_table p{
    padding: 10px 15px;
}

#download_table .download_table_l2 .update{
	text-align:left;
}

.usage .download_table_l2 .update, .show-case-list .download_table_l2 .update{
	text-align:left;
	margin-left:10px;
}

#freetrial_download_table{
	text-align:center;	
	margin-top:50px;
}

body#en.requirements_license #freetrial_download_table{
	text-align:center;	
	margin-top:0px;
}

#freetrial_download_table img{
	width:35%;
}

.download_table_l{
	float:left;
	width:50%;
	text-align:center;
	padding-top:10px;
}
.download_table_r{
	float:right;
	width:49.8%;
	text-align:center;
	padding-top:10px;
	border-left: #a7af46 1px solid;
}

.download_table_l img,.download_table_r img{
	width:85%;
	margin-bottom:10px;
}

.download_table_l2{
	float:left;
	width:50%;
	text-align:center;
	padding-top:10px;
	border-right: #a7af46 1px solid;
}
.download_table_r2{
	float:right;
	width:49.8%;
	text-align:center;
	padding-top:10px;	
}

.download_table_l2 img,.download_table_r2 img{
	width:85%;
	margin-bottom:10px;
}
.clearfix_:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix_             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix_ { zoom: 1; } /* IE7 */

body#en.features-page .spec{
	border:1px solid #BBB;
	/*border-radius:5px 5px 5px;*/
	width:290px !important;
	margin:20px 0 20px 0;
	clear:both;
}
body#en.faq .spec,
body#en.show-case .spec,
body#en.show-case-list .spec,
body#en.requirements_license .spec {
	border:1px solid #BBB;
	/*border-radius:5px 5px 5px;
	width:430px !important;*/
	margin:20px 0 20px 0;
	clear:both;
}
body#en.features-page .spec th,
body#en.features-page .spec td, 
body#en.requirements_license .spec th,
body#en.requirements_license .spec td, 
body#en.show-case-list .spec th, 
body#en.show-case-list .spec td, 
body#en.show-case .spec th, 
body#en.show-case .spec td, 
body#en.faq .spec th, 
body#en.faq .spec td  {
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #BBB;
}
body#en.features-page .spec .last th,
body#en.features-page .spec .last td,
body#en.requirements_license .spec .last th,
body#en.requirements_license .spec .last td,
body#en.show-case-list .spec .last th,
body#en.show-case-list .spec .last td,
body#en.show-case .spec .last th,
body#en.show-case .spec .last td,
body#en.faq .spec .last th,
body#en.faq .spec .last td  {
	border-bottom:none;
}
body#en.features-page .spec th,
body#en.requirements_license .spec th,
body#en.show-case-list .spec th,
body#en.show-case .spec th,
body#en.faq .spec th   {
	text-align:right;
	border-right:1px dashed #CCC;
}



.features_en .spec2,
.usage .spec2{
	border:1px solid #999;
	/*border-radius:5px 5px 5px;*/
	width:900px !important;
	margin:0 auto 10px auto;
	clear:both;
}
.features_en .spec2 th,
.features_en .spec2 td,
.usage .spec2 th,
.usage .spec2 td {
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #999;
}
.features_en .spec2 .last th,
.features_en .spec2 .last td,
.usage .spec2 .last th,
.usage .spec2 .last td {
	border-bottom:none;
}
.features_en .spec2 th,
.usage .spec2 th{
	text-align:right;
	border-right:1px dashed #CCC;
}

.features_en .detaillink a {
		background:#d5c936;
		padding:6px 25px 8px 25px;
		margin:0 10px 20px 0px;
		font-size:18px;
		/*border-radius:5px 5px 5px 5px;*/
		font-weight:bold;
		color:#000;
		text-align:left;
	}
.features_en .detaillink a:hover {
	cursor: pointer;
	background:#e2d973;
	color:#333;
	text-decoration:none;
}

body#en.contact .contact_contents div {
	background:#d5c936;
	padding:4px 25px 6px 25px;
	margin:0 10px 20px 0px;
	font-size:21px;
	/*border-radius:5px 5px 5px 5px;*/
	font-weight:bold;
	color:#000;
	text-align:center;
	width:500px;
}

body#en.contact a:hover{
	text-decoration:none !important;
}
body#en.contact .contact_contents div:hover {
	cursor: pointer;
	background:#e2d973;
	color:#333;
	text-decoration:none !important;
}

span.update_cont a{
	text-decoration:underline;
	font-weight:normal !important;
	color:#000;
}
span.update_cont a:hover{
	text-decoration:none;
	color:#660;
}

body#en.requirements_license #contact_licensing a {
		background:#d5c936;
		padding:13px 30px 14px 30px;
		margin:0 10px 20px 0px;
		font-size:18px;
		border-radius:5px 5px 5px 5px;
		font-weight:bold;
		color:#000;
		text-align:left;
	}
body#en.requirements_license #contact_licensing a:hover {
	cursor: pointer;
	background:#e2d973;
	color:#333;
	text-decoration:none;
}

.requirements_licensecontents{
	margin-bottom:50px;
	margin-top:20px;
}

body#en.thanks #footer{
	padding-top:410px;
	top:auto;
	background-color:#000;
}

#side_download{
	position:fixed;
	bottom:30px;
	left:30px;
	z-index:48;
}
#bottom_download,#bottom_download_showcase,#bottom_download_guid{
	position: fixed;
	bottom: 0px;
	z-index: 48;
	width: 100%;
	background-color: #afb344;
	text-align: center;
	height: 45px;	/*background-image: url(../image/bottom_download_bg.png);
	background-repeat: repeat-x;*/
}
#bottom_download a img,#bottom_download_showcase a img,#bottom_download_guid a img{
	margin-top: 10px;
}

/*--------------------20141216----------------------------------*/

#yebis_gdc{
	width:980px;
	margin:50px auto 50px;
	padding:30px 0;
	text-align:center;
	border-bottom: thin solid #818f97;
	border-top: thin solid #818f97;
}


/*--------------------MAYA 20160127----------------------------------*/

body.maya-page .contents {
	background:#000 url(../image/maya/yebisformaya1.jpg) no-repeat;
	background-position:center -100px;
	background-attachment:fixed;
	padding-bottom:100px;
}

body.maya-page .contentshead{
	float:none;
}
body.maya-page .contentshead h1{
	margin:0 auto;
	text-align:center;
	float:none;
	padding:0;
	padding-top:170px;
}
body.maya-page .contentshead h1 img{
	float:none;
	width:340px;
}
body.maya-page .contentshead p{
	text-align:center;
	color:#FFF;
	padding-top:30px;
}
body.maya-page .contentbox{
	margin-top:50px;
	background-color:#FFF;
	width:90%;
	padding:6% 5%;
}
body.maya-page .contentbox .product_detail{
	margin-top:50px;
	padding-bottom:30px;
	/*border-bottom:#000 1px solid;*/
}
body.maya-page .contentbox .product_detail .cl{
	width:40%;
	float:left;
}

body.maya-page .contentbox .product_detail .cr{
	width:60%;
	float:left;
}

body.maya-page .contentbox img{
	width:100%;
}

body.maya-page .contentbox h2{
	font-weight:bold;
	font-size:1.2rem;
	margin-bottom:30px;
}

body.maya-page .contentbox h3{
	font-weight:bold;
	font-size:1.0rem;
	line-height: 1.8;
}

body.maya-page .contentbox .product_detail p{
	padding-left:0px;
}

body.maya-page .contentbox .maya_contact{
	margin-top:60px;
}

body.maya-page .contentbox .detail_contact{
	padding:3%;
	background-color:#eee;
    font-size: 14px;
    line-height: 1.8;
	margin-bottom:50px;
}
body.maya-page .contentbox .detail_contact a{
	color:#660;
	text-decoration:none;
}

body.maya-page .contentbox .maya_contact .btn_contact{
	margin:0 auto;
	margin-top:30px;
}

body.maya-page .contentbox .maya_contact .contact{
	background-color:#989b33;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	width:300px;
	padding:10px 100px 10px 100px;
	margin:0 auto;
    transition: all 0.3s ease;
}
body.maya-page .contentbox .maya_contact a:hover .contact{
	opacity:0.8;
    transition: all 0.3s ease;
}
body.maya-page .contentbox .maya_contact a:hover{
	text-decoration:none;
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
  
  body.maya-page .contentbox h4{
	  text-align:center;
	  font-weight:bold;
	  color:#989b33;
	  font-size:16px;
	  padding-top:20px;
  }
  body.maya-page .contentbox .tubeWrap{
	  position:relative;
	  max-width:700px;
	  width:100%;
	  margin: 0 auto;
  }
  
  body.maya-page .contentbox .youtube{
	position:relative;
    width: 100%;
  	padding-top: 56.25%;
  }
  
  body.maya-page .contentbox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
  
  body.maya-page .contentbox .maya_sc{
	position:relative;
	padding: 0 0 60px;
	border-bottom: 1px #000 solid;
  }
  
  body.maya-page .contentbox .maya_sc .sc_l{
	  float:left;
	  width:48%;
  }
  
  body.maya-page .contentbox .maya_sc .sc_r{
	  float:right;
	  width:48%;
  }
  
  body.maya-page .contentbox .maya_sc p{
	  text-align:center;
	  font-weight:bold;
	  color:#989b33;
	  margin:0 0 0.5em;
  }
  
  body.maya-page .contentbox .maya_sc .scWrap{
	  background-color:#000;
  }
  
  
 body.maya-page .contentbox .maya_sc .scWrap .sg_thumb_ss {
  display: block;
  margin:auto;
}
 body.maya-page .contentbox .maya_sc .scWrap .sg_thumb_ss img {
	display:block;
	margin:0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
 body.maya-page .contentbox .maya_sc .scWrap .sg_thumb_ss:hover img {
  opacity: 0.6;
}
 body.maya-page .contentbox .maya_sc .scWrap .sg_thumb_ss {
	 background: url(/middleware/yebis3/image/showcase_images/enlarge.png) center center no-repeat;
	 -webkit-background-size: 44px 44px;
       -moz-background-size: 44px 44px;
         -o-background-size: 44px 44px;
            background-size: 44px 44px;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


@media only screen and (max-width: 1200px) {
	
#en #globalNavi ul li{
	margin: 0 5px;
}
	
}
	

/***********************************************/
/*         　　　スマホ対応　                  */
/***********************************************/
@media only screen and (max-width: 450px) {

body.maya-page .container,
body.maya-page .span-24 {
	width:100%;
}
	
body.maya-page .contentshead h1{
	width:80%;
}
body.maya-page .contentshead h1 img{
	width:100%;
}
body.maya-page .contentshead p{
	padding-left:5%;
	padding-right:5%;
}

body.maya-page .contentbox{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}


body.maya-page .contentbox .product_detail .cr,
body.maya-page .contentbox .product_detail .cl{
	width:100%;
}
body.maya-page .contentbox .maya_contact .btn_contact{
	background-color:#989b33;
	text-align:center;
	/*margin-bottom:20px;*/
}
body.maya-page .contentbox .detail_contact a.btn{
	padding:10px 0;
	width:100%;
	display:block;
}
body.maya-page .contentbox .maya_contact .contact{
	padding:10px 0;
	width:100%;
}

body.maya-page .contentbox .detail_contact{
	padding:5%;
}

}
