@charset "utf-8";
/* CSS Document */


#stnavi li img{
	cursor:pointer;
	border:solid 1px #fff;
	}
	
	#stnavi li img:hover{
		border:solid 1px #0000FF;
		opacity: 0.7;
		}
#stnavi{
	width:280px;
	height:396px;
	/*background:url(color-bg.jpg) no-repeat left top;*/
	position:relative;
	/*border: 1px solid #fff;*/
	border: 2px solid #82b7f9;
	box-sizing: border-box;
	}

#stnavi > p {
	background: #82b7f9;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
#stnavi + p {
	font-size: 1.1em;
	margin: 5px 0 0 !important;
}


	#stnavi ul{
		/*margin: 50px 0 0 3px;*/
		display: flex;
		justify-content: space-between;
		margin: 0;
		padding: 0 10px;
		}
	/*#stnavi li{
		margin: 0 7px 0 0;
		}
	#stnavi li:last-of-type {
		margin: 0;
		}*/
	#stnavi li img{
		border: 1px solid #ccc;
		padding: 4px;
		transition: .3s ease-in-out;
		}

#stset-top{
	position:absolute;
	top:130px;
	left:15px;
	}
#stset-leg{
	position:absolute;
	top:130px;
	left:15px;
	}


#stset-top img {
}



@media screen and (max-width: 574px) {
	
	
#stset-top{
	position:absolute;
	top:130px;
	left:0;
	}
#stset-leg{
	position:absolute;
	top:130px;
	left:0;
	}
	
}




