﻿@charset "utf-8";
/* CSS Document */
/**/
#lightbox{
	position:fixed;
	width:100%;
	height:100vh;
	height: calc(var(--vh, 1vh) * 100);
	background-attachment:scroll;
	background-repeat:no-repeat,repeat;
	background-position:10px 99.5%,0 0;
	background-image:url(../images/idea.png),url(../images/inbg.png);
	background-size:auto auto,auto auto;
	padding:55px 0 0;
	overflow:auto;
	display:none;/**/
	top:0;
	right:0;
	z-index:10;
	}
#contentbox{
	position:relative;
	width:1200px;
	/*min-height:800px;*/
	margin:0 auto;
	background-color:#f7f5f5;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(../images/inbg2.png);
	background-size:auto auto;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	padding:40px 0 30px;
	margin-bottom:55px;
	}
.lbar{
	position:absolute;
	width:5px;
	height:100%;
	background-color:#ff8600;
	top:0;
	left:0;
	z-index:5;
	}
.closbg{
	position:fixed;
	width:108px;
	height:108px;
	display:block;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(../images/closbg.png);
	background-size:100% auto;
	right:0;
	top:0;
	}
.clos{
	position:absolute;
	width:36px;
	height:36px;
	display:block;
	cursor:pointer;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:0 0;
	background-image:url(../images/close.png);
	background-size:100% auto;
	right:11px;
	top:12px;
	/**/
    transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -webkit-transition: transform .2s linear
	}
.clos:hover{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
	}
.content{
	position:relative;
	width:80%;
	margin:0 auto;
	font-size:1.3rem;
	line-height:2rem;
	color:#424242;
	}
h1{
	font-size: 2rem;
	line-height: 3rem;
	padding: 5px 0;
	}
#contentbox img{
	width:100%;
	max-width: 960px;
	display: block;
	margin: 20px auto;
	border: 1px solid #d8d8d8;
	}
#contentbox .ytbox{
	position:relative;
	max-width:960px;
    padding-bottom:56.25%;
	background-color:rgb(216,216,216);
    overflow:hidden;
	margin:20px auto;
	}
#contentbox .ytbox video,
#contentbox .ytbox iframe{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}

@media only screen and (max-width:1200px){
/**/
#lightbox{
	background-image:none,url(../images/inbg.png);
	padding:15px 1% 0;
	}
#contentbox{
	width:100%;
	margin-bottom:15px;
	}
.closbg{
	width:75px;
	height:75px;
	}
.clos{
	width:28px;
	height:28px;
	right:7px;
	top:6px;
	}
}
@media only screen and (max-width:800px){
/**/

}
@media only screen and (max-width:790px){
/**/
}
@media only screen and (max-width:600px){
/**/

}
@media only screen and (max-width:550px){
/**/
#lightbox{padding:15px .5% 0;}	
.content{width:90%;}
#contentbox img{width:100%;}
}
@media only screen and (max-width:450px){
/**/ 

}
@media only screen and (max-width:390px){
/**/

}
@media only screen and (max-width:360px){
/**/

}