body{
    background-color: #EFEFEF;
    display: flex;
	height: 100vh;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
hr {
	width: 98%;
	height: 0.1em;
	background-color: #E0DFE1;
	border: none;
}
.notice{
	width: 92%;
	height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}
.header{
	display: flex;
	min-height: 12vh;
	min-height: 80px;
	width: 98vw;
}
.container{
	display: flex;
	width: 98vw;
    flex:1;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	overflow-y: auto;
}
.content{
    flex: 1;
    width: 60vw;
    height: 100%;
    max-width: 480px;
}
.location{
	width: 98vw;
	margin-bottom: 1.2em;
}
.container_h{
	display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.nav{
	display: flex;
	width: 20vw;
	height: 50%;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
}

.ads{
	width: 20vw;
	min-width:72px;
	max-width:180px;
}
.nav_h{
    display: flex;
    width: 100%;
    flex: 1;
	text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
}
.footer{
    display: flex;
    height: 14vh;
	min-height: 80px;
	width: 98vw;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
	text-align: center;
}
.link{
    display: flex;
	margin-top: 0.5em;
    margin-bottom: 0.5em;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}
.link span{
	flex:25%;
	color:#999999
}
.link span a{
	color:#999999
}
.logo{
	width: 100%;
	height: 100%;
}
.logo_h{
	width: 22vw;
	min-width: 80px;
}
.search{
	flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: stretch;

}

#search_keyword{
	flex: 1;
	background-color: #FFFFFF;
	text-indent: 2em;
	border: none;
}
#search_submit{
	width: 30%;
	max-width: 60px;
	background-color: #9E9E9E;
	font-weight: bolder;
	border: none;
	
}
#logo_home{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	font-size: 0;
	color: #000000;
}
#logo_else{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/WPSPUB.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: contain;
	font-size: 0;
	color: #000000;
}
@media(min-width: 660px ){
	#logo_else{
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/logo-2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		font-size: 0;
		color: #000000;
	}
}
@media(max-width: 660px ){
	.ads{
		display: none;
	}
}