@charset "utf-8";
/* CSS Document */


#toPageTop {
    z-index: 0;
}

/*a:hover img{
	opacity:1;
}
*/

.topline{
	border-top:solid 1px #333;
	padding-top:50px;
	margin-top:50px;
}

#featured{
	margin-bottom:150px;
}

#showcase_menutab li{
	float:left;
	text-align:left;
	color:#dac91b;
	list-style-type:none;
	margin-right:100px;
	font-size:16px;
}
#showcase_menutab li:last-child{
	margin-right:0px;
}
ul{
	margin:0;
	padding:0;
	padding-left:15px;
}
li{
	list-style:none;
}
#showcase_menutab li a{
	color:#dac91b;
}

h2{
	color:#FFF;
	text-align:center;
	margin-bottom:50px;
}
h2 a span{
	color:#dac91b;
	font-size:13px;
}
h2 a:hover span{
	color:#dac91b;
	text-decoration:underline;
}
h2 a{
	padding-right:17px;
	margin-left:20px;
	background-image:url(../image/showcase_images/arrow.png);
	background-position:right 18px;
	background-repeat:no-repeat;
}
#en h2 a{
	background-position:right 16px;
}

/*** featuredVdo ***/

.video-block video#bgvid2{
	width: 100% !important;
}
.caption{
	color: #FFF;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 50px;
}

/*** Featured Projects - Game List ***/
div.showcase_container {
	margin-left:-70px;
	padding-left:70px;
	width:1150px !important;

}
div.showcase_container .item{
}

body#en #copyright_item p,body#ja #copyright_item p{
	width:980px;
	margin:0 auto;
	font-size:10px;
	color:#777;
	line-height:12px;
	float:left;
	margin-top:20px;
}

div.showcase_container a.slider_prev, div.showcase_container a.slider_next {
	font:  1.2em Arial, sans-serif;
	color: #ccc;
	/*margin-top: 10px;*/
	width:50px;
}
div.showcase_container a.slider_prev img, div.showcase_container a.slider_next img{
	width:100%;
}
div.showcase_container a.slider_prev{
    left: 0;
    position: absolute;
    top: 390px;
}
div.showcase_container a.slider_next{
	right:0;
    position: absolute;
    top: 390px;
}

#content_item{
	height:820px;
}

div.showcase_container .item .sub_item{
	background-color:#151515;
	height:420px;
	float:left;
	width:353px;
	margin-top:10px;
	margin-right:10px;
	color:#FFF;
	transition: all 0.3s ease-in-out 0s;
}

div.showcase_container .item a:hover .sub_item{
	background-color:#332d00;
	transition: all 0.3s ease-in-out 0s;
}

div.showcase_container .item .sub_item h3{
	color:#FFF;
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding: 10px 0;
}

div.showcase_container .item .sub_item .title{
	text-align:center;
	font-size:12px;
	margin-bottom:10px;
}

div.showcase_container .item .sub_item img{
	width:100%;
}

div.showcase_container .item .sub_item p{
	color:#999;
	padding:15px;
	height:90px;
	margin:0;
	line-height:1.8 !important;
	transition: all 0.3s ease-in-out 0s;
	font-size:14px;
	display: -webkit-box;
			 -webkit-line-clamp: 4;
			 -webkit-box-orient: vertical;
	overflow: hidden;
}
#en div.showcase_container .item .sub_item p{
	height:85px;
	margin:0;
	line-height:1.5 !important;
	display: -webkit-box;
			 -webkit-line-clamp: 4;
			 -webkit-box-orient: vertical;
	overflow: hidden;
}

div.showcase_container .item a:hover .sub_item p{
	color:#fff;
	transition: all 0.3s ease-in-out 0s;
}

div.showcase_container .item .sub_item .learn_more{
	color:#dac91b;
	text-align:right;
	margin-right:15px;
	padding-right:15px;
	background-image:url("../image/showcase_images/arrow.png");
	background-repeat:no-repeat;
	background-position:right center;
}
#gamelistBtn{
	margin-top: 50px;
	text-align: center;
}
#gamelistBtn a {
    margin: 0 auto;
    background-color: #151515;
    border: solid 1px #666;
    color: #dac91b;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 50px 15px 50px;
    /*background-image: url("../image/showcase_images/dl.png");
    background-repeat: no-repeat;
    background-position: 40px 11px;*/
    transition: all 0.3s ease-in-out 0s;
    font-weight: normal;
}
#gamelistBtn a:hover {
    background-color: #989b33;
    color: #fff;
    border: solid 1px #989b33;
    text-decoration: none !important;
    /*background-image: url("../image/showcase_images/dl_on.png");
    background-repeat: no-repeat;
    background-position: 40px 11px;*/
    transition: all 0.3s ease-in-out 0s;
}

/*************** DEMO MOVIE ********************************************/
#demo_movie{
	margin-bottom:150px;
}

.movie_item{
	float:left;
	width:32%;
	height:350px;
	margin-right: 2%;
}
.movie_item h3{
	width:100%;
	text-align:center;
	color:#FFF;
	border:solid 1px #666;
	font-size:14px;
	margin:0;
	background-color:#151515;
	transition: all 0.3s ease-in-out 0s;
	height:53px;
}
.movie_item h3 p{
	margin-top:12px;
	font-size:14px;
	line-height:14px;
}
.movie_item h3 p.p2{
	margin-top:5px;
}
.movie_item a:hover{
	text-decoration:none !important;
}
.movie_item a:hover h3{
	background-color:#989b33;
	color:#fff;
	border:solid 1px #989b33;
	text-decoration:none !important;
	transition: all 0.3s ease-in-out 0s;
}

.movie_item img{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.movie_item .dl_movie{
	background-color:#151515;
	border:solid 1px #666;
	color:#dac91b;
	font-size:12px;
	line-height:14px;
	padding:10px 0;
	padding-left:65px;
	background-image:url("../image/showcase_images/dl.png");
	background-repeat:no-repeat;
	background-position:20px 11px;
	transition: all 0.3s ease-in-out 0s;
	font-weight:normal;
}
.movie_item .dl_movie span{
	font-size:11px;
}
.movie_item a:hover .dl_movie{
	background-color:#989b33;
	color:#fff;
	border:solid 1px #989b33;
	text-decoration:none !important;
	background-image:url("../image/showcase_images/dl_on.png");
	background-repeat:no-repeat;
	background-position:20px 11px;
	transition: all 0.3s ease-in-out 0s;
}

.movie_item a .demo_do_btn{
	position:absolute;
	height:180px;
	width:320px;
	margin-top:-190px;
	background-image:url("/middleware/yebis3/image/featured_projects/movie_off.png");
	background-repeat:no-repeat;
	background-position: center center;
	transition: all 0.3s ease-in-out 0s;
}
.movie_item a:hover .demo_do_btn{
	background-image:url("/middleware/yebis3/image/featured_projects/movie_on.png");
	background-repeat:no-repeat;
	background-position: center center;
	transition: all 0.3s ease-in-out 0s;
}

.last_r{
	margin-right:0 !important;
}
ul#accordionBox, ul#accordionBox dl {
	padding:0;
	margin:0;
}

#accordionBox a h5{
	float:left;
	width:100%;
	height:30px;
	color:#CCC;
	background-color:#333;
	margin-top:10px;
	text-align:center;
	padding-top:10px;
	cursor:pointer;
	transition: all 0.3s ease-in-out 0s;
}
#accordionBox a:hover h5{
	background-color:#555;	
	color:#EEE;
	transition: all 0.3s ease-in-out 0s;	
}

#accordionBox  .mainOpened h5{
}

/*************** SCREENSHOTS ********************************************/

#screenchot{
	margin-bottom:200px;
}

#slide2{
	margin-top:150px;
}
#screenchot_on_off div{
	float:left;
	width:50%;
	color:#FFF;
	text-align:center;
	font-size:14px;
	margin-bottom:10px;
}

.slick-prev img{
	width:40px;
}
.slick-next img{
	width:40px;
}

.slick-dots li button {
    background: url("../image/showcase_images/slide_off.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}

.sg_thumb_ss {
  display: block;
  margin:auto;
}
.sg_thumb_ss img {
	display:block;
	margin:0 auto;
	max-width: 95%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sg_thumb_ss:hover img {
  opacity: 0.6;
}
.sg_thumb_ss {
	 background: url(../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;
}

/***************Presentation Documents********************************/

#presentation{
	margin-bottom:150px;
}

.present_title{
	font-size:24px;
	color:#FFF;
	text-align:center;
	background-color:#151515;
	padding:10px 0;
	border:1px solid #333;
}
#presentation p{
	font-size:20px;
	margin-top:10px;
	margin-bottom:0;
	text-align:center;
	color:#FFF;
}
body#en #presentation p{
	font-size:20px;
}
#presentation ul{
	width:100%;
	margin-left:0;
	padding-left:0;
}

#presentation li.content_slide_show {
    margin: 50px auto 0;
    max-width: 1000px;
    width: 48%;
	float:left;
	margin-left:4%;
	margin-top:70px;
}
#presentation li.content_slide_show:nth-child(odd){
	margin-left:0;
}


#presentation li.content_slide_show:nth-child(1){
	margin-top:50px;
}

#presentation li.content_slide_show:nth-child(2) {
	margin-top:50px;
}

.slide_ {
    float: left;
    margin: 0 auto;
    width: 100%;
	color:#FFF;
}
.embedWrap {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 56.25%;
    position: relative;
}
.embedWrap iframe, .embedWrap object, .embedWrap embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide_ .embedWrap iframe {
    border-style: none !important;
}

.slide_text {
    float: right;
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: left;
    width: 100%;
	color:#FFF;
}
.slide_text li{
	float:left;
	width:50%;
}


.slide_text p{
	margin-top:30px;
	margin-bottom:5px;
	text-align:center;
	color:#dac91b;
	font-size:16px;
}
.document_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
	color:#FFF;
}
.slide_text .download_btn a {
	margin:0 auto;
	background-color:#151515;
	border:solid 1px #666;
	color:#dac91b;
	font-size:16px;
	line-height:16px;
	padding: 15px 10px;
	background-image:url("../image/showcase_images/dl.png");
	background-repeat:no-repeat;
	background-position:20px 50%;
	transition: all 0.3s ease-in-out 0s;
	font-weight:normal;
	width:80%;
	text-align:center;
}
.slide_text .download_btn a:hover {
	background-color:#989b33;
	color:#fff;
	border:solid 1px #989b33;
	text-decoration:none !important;
	background-image:url("../image/showcase_images/dl_on.png");
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out 0s;
}
.slide_text .download_btn a span{
	padding-left:40px;
}
.present_download {
	margin-top:50px;
}
.present_download a {
	text-align:left;
	padding-left:30px;
	color:#FFF;
	background-image:url("../image/showcase_images/icon_openpage.gif");
	background-position:0 center;
	background-repeat:no-repeat;
	background-size:14px 12px;
	transition: all 0.3s ease-in-out 0s;
}
#presentation .present_download a:hover {
	color:#dac91b;
	text-decoration:none;
	background-image:url("../image/showcase_images/icon_openpage_on.gif");
	transition: all 0.3s ease-in-out 0s;
}
#presentation a{
	text-decoration:none !important;
}

/*************** BROCHURE ********************************************/
#brochure{
	text-align:center;
	margin-bottom:150px;
}

#brochure a {
	margin:0 auto;
	background-color:#151515;
	border:solid 1px #666;
	color:#dac91b;
	font-size:16px;
	line-height:16px;
	padding:15px 30px 15px 80px;
	background-image:url("../image/showcase_images/dl.png");
	background-repeat:no-repeat;
	background-position:40px 11px;
	transition: all 0.3s ease-in-out 0s;
	font-weight:normal;
	width:30%;
}
#brochure a:hover {
	background-color:#989b33;
	color:#fff;
	border:solid 1px #989b33;
	text-decoration:none !important;
	background-image:url("../image/showcase_images/dl_on.png");
	background-repeat:no-repeat;
	background-position:40px 11px;
	transition: all 0.3s ease-in-out 0s;
}