@charset "utf-8";
#wb_header {
    position: relative;
    width: 100%;
    height: 59px;
    border-bottom: solid 1px #888;
    z-index: 990;
	background:#290503;
	overflow:hidden;
}
#wb_header_logo {
    margin-left: 30px;
}
	#wb_header_logo img{
		opacity: 0.7;
	}
/*-- SNSアイコンheader用---*/
#wb_header_sns {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 200px;
}
#wb_header_sns li {
    float: left;
    margin: 0 5px;
}


/*-- SNSアイコンfooter用---*/
#wb_foot_sns {
	position: relative;
    width: 200px;
    margin: 10px auto 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
#wb_foot_sns li {
    float: left;
    margin: 0 5px;
}


#footer_wrap {
    position: relative;
    width: 100%;
    height: 260px;
    bottom: 0;
    z-index: 0;
    border-top: solid 1px #b2bfcd;
	background:#FFF;
	overflow:hidden;
}
fotter {
    position: absolute;
    bottom: 0;
    height: 250px;
    width: 100%;
    margin-bottom: 10px;
    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: 25px auto -8px;
    width: 277px;
}
#wblogo {
    margin: 32px auto 20px;
    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;
}

@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: 185px;
	}

	fotter {
		position: absolute;
		bottom: 0;
		height: 185px;
		width: 100%;
		color: #2950bf;
	}
	#footer_wrap,fotter {
    	min-width: inherit!important; 
	}

	#wblogo {
		margin: 20px auto 0px;
		width: 30px;
		margin-top: 20px!important;
	}
	#wblogo img{
		width:30px;
		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: 16px auto 0;
	}

	fotter li {
		font-size: 14px !important;
		color: #b2bfcd !important;
	}

	address {
		position: relative;
		width: 100%;
		font-style: normal;
		font-size: 10px;
		color: #b2bfcd text-align: center !important;
		margin: 15px auto;
		top: 0;


		color: #d1d1d1;
		font-size: 10px;
		margin-top: 6px;
		font-style: normal;
	}

	
	
}
















