@charset "Shift-JIS";
#slideshow {
	position:fixed;
	height:948px;
	top: 50%;
	margin:-474px 0 0 0;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

.select {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    color: #fff;
	z-index: 1000;
}

.select ul li{
		font-size: 20px;
		margin: 20px 0;
		padding: 30px 50px;
		border: solid 2px #ffffff;
		font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
		text-align: center;
		text-decoration: none;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
}