@charset "utf-8";
body.oneway .wrapper{position: relative;margin-top: 95px;}

.navbar-default .navbar-collapse {
	position: relative;
	margin-left: 0 !important;
}


h1,h2,h3,h4,h5,strong{
	font-family: "NotoSans-M";
}
div, p{
  font-family: "NotoSans-DL";
}
.header_names{
	text-align: center;
	font-size: 12px;
	margin: 10px auto;
	letter-spacing:0.15em;
}
.nav_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
}
ul.nav{
	margin-top: 15px;
}
.navbar .nav > li {
	display: inline;
}
.nav > li > a{
	display: inline;
}

ul.nav li{
	margin-left: 2em;
	font-weight: normal;
	font-size: 1.6rem;
	color: #666666;
	display: inline;
}
.navbar .logo{
	width: 200px;
	z-index:999;
	float: left;
	padding-top: 5px;
	}
@media (max-width: 767px){
	.header_names{
		margin-top: 8px;
		line-height: 1.4;
		margin-bottom:0;
	}
	.navbar .logo{
		display: block;
		margin-left:auto;
		margin-right:auto;
		width: 150px;
		z-index:999;
		float: none;
		padding-top: 8px;
	}
	ul.nav {
		margin-top: 8px;
		padding: 0;
		margin-left:auto;
		margin-right:auto;
		display: block;
		text-align: center;
	}
	ul.nav li{
	font-size: 1.2rem;
	margin-left: 0.5em;
	letter-spacing:0em;
	display: inline;
	}
}

.nav > li > a{
	padding: 3px 3px 1px;
}

ul.nav li.now{
	border-bottom: 3px solid #888;
}

.navbar.navbar-default.navbar-fixed-top {
	height: 100px;
	margin-bottom: 0px;
	padding: 0;
}
.section.main{
	position: relative;
	width: 100%;
	height: 640px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
/*	margin-top: 90px;*/
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.pct_down{
	position: absolute;
	z-index:999;
	bottom:2px;
}
body#ONEWAY .section.main{
	background: url("/static/full/fischer/oneway/images/top_center_banner.jpg") no-repeat center center;
	background-size: cover;
}

body#ALPINE .section.main{
	background: url("/static/full/fischer/oneway/images/top_center_banner_alpine.jpg") no-repeat center center;
	background-size: cover;
}

body#NORDIC .section.main{
	background: url("/static/full/fischer/oneway/images/top_center_banner_nordic.jpg") no-repeat center top;
	background-size: cover;
}
@media (max-width: 767px){
	body#ONEWAY .section.main{
		background: url("/static/full/fischer/oneway/images/top_center_banner_xs.jpg") no-repeat center center;
		background-size: cover;
	}
	body#ALPINE .section.main{
		background: url("/static/full/fischer/oneway/images/top_center_banner_alpine_xs.jpg") no-repeat center bottom;
		background-size: cover;
	}
	body#NORDIC .section.main{
		background: url("/static/full/fischer/oneway/images/top_center_banner_nordic_xs.jpg") no-repeat center top;
		background-size: cover;
	}
}
.section.main h1{
	text-align: center;
	max-width: 70%;
}
@media (max-width: 767px){
.section.main h1{
	padding-top: 20px;
	}
}
.section.main h1 img{
	width: 100%;
}


a.btn {;padding: 3px 20px 4px;display: inline-block;width: 160px;font-family: "NotoSans-DL";
}
.TradeGothicLTPro{letter-spacing:0.1em;}

div[id*="links"]:before {
	display: block;
	content: " ";
	margin-top: -120px;
	height: 120px;
	visibility: hidden;
	z-index:99;
}
.footer_logo {margin-bottom: 10px;}
.footer_logo img{
	width:250px;
	max-width:40%;
}
.no-display{
	display: none;
}