@charset "utf-8";

#conts_design {
	left : 0;
}

#conts_design .area_text {
	float  : left;
	height : 200px;
	width  : 270px;
}

.onNavFlg #conts_design .btnPxD {
	display : block;
}
#conts_design .js-gallery {
	width  : 402px;
	height : 268px;
	overflow : hidden;
}
#conts_design .js-gallery span {
	width  : 132px;
	height : 132px;
}
#conts_design .js-gallery .act {
	border : 5px solid #fff;
	width  : 122px;
	height : 122px;
}
#conts_design .js-gallery span img {
	width  : 132px;
	height : 132px;
	cursor: pointer;
	opacity : 0.6;
}

#conts_design .js-gallery .act img {
	width  : 132px;
	height : 132px;
	margin : -5px;
	opacity : 1;
}

