@charset "utf-8";

/* opening */
#openingWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    background-color: #000;
    margin: 0;
    padding: 0;
    z-index: 3000;
}
#openingArea {
    position: relative;
    width: 1280px;
	height: 780px;
	margin: auto;
	padding: 0;
}
#openingVideo {
	width: 1280px;
	height: 720px;
	margin: 0;
	padding: 0;
}
#openingCaption {
    width: 1106px;
	height: 36px;
	margin: 0;
	padding: 12px 162px 12px 12px;
    color: #333;
    background-color: #e2e2e2;
    font-size: 14px;
    line-height: 18px;
}
#openingSkipBtn {
	width: 100px;
	display: inline-block;
    position: absolute;
    bottom: 18px;
    right: 18px;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
#openingSkipBtn:hover {
	text-decoration: underline;
	background: #ddd;
}
/* home button */
#homeBtn {
	width: 100px;
	display: inline-block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
#homeBtn:hover {
	text-decoration: underline;
	background: #ddd;
}
#langSelect {
	display: none;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
}
#langSelect li {
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	background: #fff;
	border: solid 1px #aaa;
	cursor: pointer;
}
#langSelect li:hover {
	text-decoration: underline;
	background: #ddd;
}
/* products selector */
#productSelectTitle {
    width: 1000px;
    height: 39px;
    position: absolute;
	margin: 0;
	padding: 0;
    top: 50px;
    left: 380px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
#products {
	height: 500px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 90px;
	left: 380px;
}
#pro6100sblock {top: 0px;}
#pro4100sblock {top: 0px;}
#pro1000block {top: 0px;}
#pro6100block {top: 260px;}
#pro4100block {top: 260px;}
#pro2100block {top: 260px;}
.productblock {
	width: 320px;
	height: 240px;
	position: absolute;
	background: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.productblock:hover {
	background: #ddd;
}
.productttl {
	width: 148px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 86px;
}
.productsttl {    /* long ttl */
	width: 159px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 80px;
}
.productimg {    /* short ttl */
	width: 250px;
	height: 188px;
	position: absolute;
	top: 40px;
	left: 35px;
}
