/*********************************************
common all
**********************************************/
body{
/*	margin-bottom:300px;*/

	/* IE6対策 */
	/* スクロール時にビビビってなって居た堪れないので */
    background-attachment: fixed;
}
#wrapper{
	width:855px;
	margin:10px auto 0;
}
ul {
	margin:0; padding:0;
}
a {
	opacity:1;
}
a:hover {
	opacity:0.6;
}


/*********************************************
common leftmenu(header)
**********************************************/
#header{
	width:200px;
	float:left;
	position:fixed;
	top:10px;
    text-align: center;
	box-shadow: 1px 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 0 10px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 0 10px 0 rgba(0,0,0,0.5);
    -o-box-shadow: 1px 0 10px 0 rgba(0,0,0,0.5);
    -ms-box-shadow: 1px 0 10px 0 rgba(0,0,0,0.5);
	border-right: 1px solid #9b9b9c\9;
	border-top:#9b9b9c 1px solid\9;
	border-left:#9b9b9c 1px solid\9;
	border-bottom:#9b9b9c 1px solid\9;

	/* IE6 */
	_position:absolute;
        _top:expression(eval(document.documentElement.scrollTop+30)+'px');
}
#header h1{
	margin:120px 0 50px 0;
}
#gMenu {
	background-color:#ebebed; margin: 0; padding: 60px 0 55px 0;   text-align: center;
}
#gMenu li {margin: 0 auto 25px; border-bottom: 2px solid #CBCBCD; padding-bottom: 10px;width: 120px;}

/*********************************************
common contents
**********************************************/
#contents {
    width: 530px;
    background: #fff;
    float: right;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-top: 145px;
}
#smenu {
	text-align:right; margin:0 0 80px 0;
}
#smenu li {
	display:inline-block; margin:0 1em 0 0;
}

/*********************************************
common footer
**********************************************/
#footer{
	position:fixed;
	bottom:-5px;
	right:0;

	/* IE6 */
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-55)+'px');
}
#footer #linkPagetop {
	background-color: #EBEBED;
}
#footer #linkPagetop a {
	color: black;
    text-decoration: none;
    font-family: cursive;
    font-weight: bold;
    padding: 2em 1em;
    line-height: 4em;
}
/*********************************************
common photo Lightbox
**********************************************/
.photobox { width:100%; margin:55px 0 0 0;}
.photobox li { display:inline-block; margin:0 12px 12px 0;}
.photobox li:last-child { display:inline-block; margin:1em 0 0 0;}

/*********************************************
still contetns
**********************************************/
#still1 #still-bg {
	background-image:url(../images/contents_1_still.jpg); 
	background-repeat:no-repeat; width:530px; height:240px;
	position:relative;
}
#still1 #still-bg img.btn {
	position: absolute;
	bottom: 31px;
	right: 35px;
}
#still1 #still-bg a:hover {
	opacity:0.8;
}

/*********************************************
display contetns
**********************************************/
#display2 #display-bg {
	background-image:url(../images/contents_2_display.jpg); 
	background-repeat:no-repeat; width:530px; height:240px;
	position:relative;
	margin-top:188px;
}
#display2 #display-bg img.btn {
	position: absolute;
	bottom: 21px;
	right: 37px;
}
#display2 #display-bg a:hover {
	opacity:0.8;
}

/*********************************************
movie contetns
**********************************************/
#movie3 #movie-bg {
	background-image:url(../images/contents_3_movie.jpg); 
	background-repeat:no-repeat; width:530px; height:240px;
	position:relative;
	margin-top:188px;
}
#movie3 #movie-bg img.btn {
	position: absolute;
	bottom: 26px;
	left: 14px;
}
#movie3 #movie-bg a:hover {
	opacity:0.8;
}

/*********************************************
profile contetns
**********************************************/
#profile4 #profile-bg {
	margin-top:188px;
	margin-bottom:188px;
}
#profile4 #profile-bg #slider-bg {
	background-color:#EBEBED;
	width:210px;
	height:210px;
	padding:25px;
}
#profile4 #profile-bg .bxslider {
	width:210px;
	height:210px;
	overflow:hidden;
}
.fr {
	float:right;
}
.fl {
	float:left;
}






.hidden-contents {
	display: none;
}
/* --------------------------------------------------------------------------------------------------------------
* #special-movie
---------------------------------------------------------------------------------------------------------------- */
#special-movie-container {
	margin: 0 auto;
	width: 960px;
}

#special-movie-container .btn-modal-close {
	position: absolute;
	top: 50px;
	right: 50px;
}

#special-movie .movie-box {
	position: relative;	
}

#special-movie .movie-box img {
	width: 100%;
	height: auto;
}

.special-movie-box {
	opacity: 0;
	filter: alpha(opacity=0);
}

#special-movie-video {
	width: 100%;
	height: auto;
}



/*-----------------------------------------------------------------------------------------------------------
*
*	modal
*
-----------------------------------------------------------------------------------------------------------*/

#modal-base-layer{
	background: #000;
	color: #000;	
	display: none;
	position: fixed;
	_position: absolute;
	top:0px;
	right:0px;
	width: 100%;
	height: 100px;	
	z-index: 9900;
	text-align: center;
}

#modal-contents-layer{
	display: none;
	overflow-y: scroll;
    position: fixed;
	top:0;
	left:0;
	text-align: center;
	width: 100%;	
	z-index: 9901;
}

@media screen and (max-width:1000px){
	/* --------------------------------------------------------------------------------------------------------------
	* #special-movie
	---------------------------------------------------------------------------------------------------------------- */	
	
	#special-movie-container {
	  margin: 0 auto;
	  width: 90%;
	}
	
	#special-movie-container video{
		width: 100%;
		height: auto;
	}	
	

}


@media screen and (max-width:800px){

	/* --------------------------------------------------------------------------------------------------------------
	* #special-movie
	---------------------------------------------------------------------------------------------------------------- */		
	
	#special-movie-container .btn-modal-close {
		top: 20px;
		right: 20px;
		width: 25px;
		height: auto;	  
	}	
	
	
}

video {
	max-width: 100%;
	height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
::i-block-chrome,#header {
    border: 1px solid #9b9b9c!important;
}


/* --------------------------------------------------------------------------------------------------------------
* #各種movie
---------------------------------------------------------------------------------------------------------------- */		
#workArea {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
	figure {
		margin: 0 auto 180px;
	}
		figcaption{
			font-size: 16px;
			font-weight: bold;
			line-height: 1em;
			color: #656565;
			margin:1em 0 0;
			text-align:center;
		}
	#imgArea span{
		display:block;
		margin:0 auto 50px;
	    text-align: center;
	}
		#imgArea img{
			max-width:100%;
		}

	.movie a{
		display:block;
		position:relative;
		width:100%;
	}
		.movie i{
			position:absolute;
			font-size: 100px;
			color: #ffffff;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
			-webkit- transform: translateY(-50%) translateX(-50%);
		}
		.movie a:hover i{
			color: #FF0004;
		}
	
#pagenation{
	position:relative;
	width:100%;
	margin:100px auto;
	text-align:center;
	min-height:24px;
}
	.arrow{
		padding: 0 0 0 38px;
		color:#000000;
		text-indent: -999em;}
	.arrow::before,
	.arrow::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	#prevBtn{
		position:absolute;
		left:0;
		top:0;}
	#nextBtn{
		position:absolute;
		right:0;
		top:0;}
	
	#nextBtn::before{
		right:5px;
		width: 25px;
		height: 25px;
		border-top: 1px solid;
		border-right: 1px solid;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#prevBtn::before{
		left:5px;
		width: 25px;
		height: 25px;
		border-top: 1px solid;
		border-right: 1px solid;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	#single_close{
		position: absolute;
		top: -24px;
		left: 0;
		right:0;
		width: 70px;
		height: 70px;
		border: 0;
		margin: auto;
		padding: 0;
		transform: scale(0.5);
		cursor: pointer;
		text-indent:-999em;
	}
	#single_close:before{
		content: "";
		position: absolute;
		display: inline-block;
		top: 4px;
		left: 35px;
		width: 2px;
		height: 70px;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: black;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#single_close:after{
		content: "";
		position: absolute;
		display: inline-block;
		top: 4px;
		left: 35px;
		width: 2px;
		height: 70px;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: black;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}