@charset "utf-8";
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#base_start
{
	position : absolute ;
	left : 0px;
	top : 0px;
	width:100%;
	max-width: 100%;
	height: auto;
	z-index: 110;
}


/*button*/
#selectedFile
{
	display:none;
}
#selectedFile_label
{
	background-image : url(./img/selectedFile.png);
	position : absolute ;
	left : 332px;
	top : 867px;
	width : 198px;
	height : 69px;
	z-index: 111;
}


#back
{
	position : absolute ;
	left : 332px;
	top : 867px;
	width : 198px;
	height : 69px;
	z-index: 115;
	padding: 0;
	border: none;
	background: transparent;
}


#shutter
{

	position : absolute ;
	left : 332px;
	top : 867px;
	width : 198px;
	height : 69px;
	z-index: 112;
	padding: 0;
	border: none;
	background: transparent;
}

#photograph
{

	position : absolute ;
	left : 115px;
	top : 867px;
	width : 198px;
	height : 69px;
	z-index: 113;
	padding: 0;
	border: none;
	background: transparent;
}
#picture
{
	position : absolute ;
	left : 0px;
	top : 0px;
	width:100%;
	max-width: 100%;
	height: auto;
	z-index: 102;
}

#video
{
	position : absolute ;
	left : 0px;
	top : 0px;
	width:100%;
	max-width: 100%;
	height: auto;
	z-index: 101;
}



/* main image */
#start_img
{
	position : absolute ;
	left : 0px;
	top : 0px;
	width:100%;
	max-width: 100%;
	height: auto;
	z-index: 109;
}


/* slider */
.box {
  position: relative;
}

.photo5
{

	width : 730px;
	height : 450px;
}
.slider{
	position : absolute ;
	left : 0px;
	top : 650px;
	width:100%;
	max-width: 100%;
	height: auto;
	z-index: 111;

}

.slider .slick-slide{
	height:auto!important;
}

.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:203!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}

/* slider */
