@charset "utf-8";
/* CSS Document */

.smp{
	display: inherit !important;
}
.pc{
	display: none;
}
.nav_ham{
	display: none;
}
.nav_ham ul{
	height: 100vh;
	width: 100vw;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.80);
	flex-direction: column;
	margin: 0;
	align-items: center;
	justify-content: center;
	background-image: url("../img/smp/menulogo_smp.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
.nav_ham ul li a{
	margin-top: 2em;
	color: rgba(255,255,255,1.00);
}
.top_menu{
	flex-direction: column;
	align-items: center;
}
.prof{
	flex-direction: column;
	align-items: center;
}
.layout{
	margin-right: 0;
}
.layout p{
	margin-left: 0.5em;
}
.mag .flex{
	flex-direction: column;
	align-items: center;
}
.mag .smpvis{
	width: 95%;
	height: auto;
}
.prof_smp{
	margin-bottom: 0;
	font-size: 12px;
}
.top0{
	margin-top: 0;
}


