@charset "utf-8";
#wb_header {
    position: relative;
    width: 100%;
    height: 59px;
    /*border-bottom: solid 1px #b2bfcd;*/
    z-index: 990;
	background:#FFF;
	overflow:hidden;
}
#wb_header_logo {
    margin-left: 30px;
}
#wb_header_sns {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 200px;
}
#wb_header_sns li {
    float: left;
    margin: 0 5px;
}


#footer_wrap {
    position: relative;
    width: 100%;
    height: 230px;
    bottom: 0;
    z-index: 0;
    /*border-top: solid 1px #b2bfcd;*/
	background:#FFF;
	overflow:hidden;
}
fotter {
    position: absolute;
    bottom: 0;
    height: 250px;
    width: 100%;
    color: #b5c7d8;
}
#wb_footer_sns_wrap {
	position: relative;
	margin: 0 auto;
    width: 200px;
    height: 50px;
}    
#wb_footer_sns {
    position: absolute;
    top: 15px;
    width: 200px;
}
#wb_footer_sns li {
    float: left;
    margin: 0 5px;
}
#sns_text{
	margin: 30px auto 0;
    width: 215px;
}
#sns_text img{
	width: 100%;
	height: auto;
}
#wblogo {
    margin: 25px auto 25px;
    width: 50px;
}
.right {
    position: relative;
}
address {
    position: relative;
    margin-top: 18px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    color: #b5c7d8;
}
#footer_wrap a{
    color: #b5c7d8;
}
.links {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    margin: 20px auto 0;
}

fotter li {
    font-size: 14px !important;
    color: #b2bfcd !important;
}

#copyright {
    position: relative;
    margin-top: 18px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-style: normal;
    color: #b5c7d8;
    line-height: 1.4;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	#wb_header {
		position: relative;
		width: 100%;
		height: 59px;
		min-width: auto;
		/*border-bottom: solid 1px #b2bfcd;*/
	}
	#wb_header_logo {
		margin-left: 15px;
	}
	#wb_header_sns {
		position: absolute;
		right: 5px;
	}

	#footer_wrap {
		min-width: 0;
		height: 145px;
	}

	fotter {
		position: absolute;
		bottom: 0;
		height: 145px;
		width: 100%;
		color: #2950bf;
		padding: 0 5vw 0;
	}
	#footer_wrap,fotter {
    	min-width: inherit!important; 
	}

	#wblogo {
		margin: 20px auto 0px;
		width: 30px;
		margin-top: 20px!important;
	}
	#wblogo img{
		width:30px;
		height:auto;
	}
	
	#sns_text{
		margin: 30px auto -5px;
		width: 195px;
	}
	#sns_text img{
		width: 100%;
		height: auto;
	}
	
	.links {
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 233px;
		width: 200px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		margin: 20px auto 0;
	}

	fotter li {
		font-size: 14px !important;
		color: #b2bfcd !important;
	}
	
	#copyright {
    position: relative;
    width: 100%;
    font-style: normal;
    font-size: 10px;
    color: #b2bfcd text-align: center !important;
    margin: 15px auto;
    top: 0;
    font-size: xx-small;
    margin-top: 6px;
    font-style: inherit;
    margin: 10px auto;
    letter-spacing: 0;
}

	
	
}

















