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

#vdoFeature{
	padding-top: 0;
	text-align: center;
}
.video-block #bgvid {
  	width: 100%;
	max-width: 1080px;
}
#txtFeature{
	background-color: #989b33;
}
#txtFeature .wrapper{
	max-width: 910px;
	margin: 0 auto;
}
#txtFeature h2 span{
	color: #fff;
	display: inline-block;
}

#functionFeature .twoColumn .left {
    float: left;
    width: 55%;
}
#functionFeature .twoColumn .right {
    float: right;
    width: 40%;
}
#functionFeature .features-detail{
	margin-bottom: 50px;
}
#functionFeature .features-detail h3{
	margin-bottom: 20px;
}
#functionFeature .features-detail ul {
    padding: 0 0 0 15px;
}
#functionFeature .features-detail li.img_11 {
    padding-left: 45px;
    list-style: none outside none;
}
#functionFeature .features-detail li.img_11:before{
	content: "・";
	position: absolute;
	margin-left: -20px;
}
#functionFeature .features-detail li.img_17 {
    padding-left: 65px;
    list-style: none outside none;
}
#functionFeature .features-detail li.img_17:before{
	content: "-";
	position: absolute;
	margin-left: -20px;
}
#functionFeature .twoColumn section {
	padding: 0;
    margin-bottom: 30px;
    color: #FFF;
    background-color: #000;
}
.features-image-main {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #333;
    float: none;
}

#functionFeature .twoColumn .right h3{
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
#functionFeature .twoColumn .right section{
	background-color: #1a1a1a;
	padding: 3% 5%;
}
.enlarge {
  display: block;
  background: url(/middleware/yebis3/image/showcase_images/enlarge.png) center center no-repeat;
    background-size: auto;
  background-size: 44px 44px;
}
.enlarge:hover img {
  opacity: 0.6;
}
#functionFeature .twoColumn .right p{
	color: #fff;	
}
#functionFeature .twoColumn .right a:hover p{
	color: #989b33;	
}
#functionFeature .twoColumn .right li a:hover img{
	opacity: 0.8;
}
/* glareEffects */

.glareEffects ul{
	margin: 0;
	padding: 0;
}
.glareEffects li{
	float: left;
	width: 14.28%;
}
.glareEffects p{
	line-height: 1;
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	text-align: center;
}

/* depthEffects */

.depthEffects ul{
	margin: 0;
	padding: 0;
}
.depthEffects li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.depthEffects p{
	line-height: 1;
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	text-align: center;
}
.twoColumn section.depthEffects li img{
	width: 70%;
	margin: 0 auto;
}

/*bokehEffects*/

.bokehEffects ul{
	margin: 0;
	padding: 0;
}
.bokehEffects li{
	float: left;
	width: 25%;
	text-align: center;
}
.bokehEffects p{
	line-height: 1;
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	text-align: center;
}
.twoColumn section.bokehEffects li img{
	width: 100%;
	margin: 0 auto;
}

/*toneEffects*/

.toneEffects ul{
	margin: 0;
	padding: 0;
}
.toneEffects li{
	float: left;
	width: 25%;
	text-align: center;
}
.toneEffects p{
	line-height: 1;
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	text-align: center;
}
.twoColumn section.toneEffects li img{
	width: 100%;
	margin: 0 auto;
}

/*blurEffects*/
.blurEffects ul{
	margin: 0;
	padding: 0;
}
.blurEffects li{
	float: left;
	width: 50%;
	text-align: center;
}
.blurEffects p{
	line-height: 1;
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	text-align: center;
}
.twoColumn section.blurEffects li img{
	width: 70%;
	margin: 0 auto;
}

#architectFeature{
	background-color: #1a1a1a;
}
@media only screen and (max-width: 800px) {
	#txtFeature h2,
	#architectFeature h2{
		text-align: left;
	}
	#txtFeature h2 span{
        display: inline;
    }
	#functionFeature .twoColumn .left,
	#functionFeature .twoColumn .right{
		float: none;
		width: 100%;
	}
	#functionFeature .features-detail ul{
		padding-left: 0;
	}
    .glareEffects li{
        width: 25%;
    }
	.twoColumn section.depthEffects li img {
        width: 90%;
    }
	.twoColumn section.blurEffects li img {
        width: 80%;
    }
}
@media only screen and (max-width: 680px) {
	#txtFeature h2,
	#architectFeature h2{
		line-height: 1.5;
		font-size: 22px;
	}
	#functionFeature .twoColumn .right h3{
		font-size: 18px;
	}
	#functionFeature .twoColumn .right section{
		padding: 3%;
	}
	.glareEffects p{
		font-size: 11px;
	}
	#functionFeature .features-detail h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
}