@charset "utf-8";

/*

  Airbike　用スタイルシート

  Copyright J-LINE CORPORATION. All rights reserved.
  http://www.j-line.co.jp/

*/

/* ----------------------------------------------------------
	共通
------------------------------------------------------------- */
.title{
	padding: 40px 0 0;
}
/* ----------------------------------------------------------
	ヘッダー
------------------------------------------------------------- */
.mainvisual{
	position: relative;
}
.main-slider {
	height: 600px;
	background-size: cover!important;
	background-position: center bottom!important;
}
.main-next,
.main-prev{
	position: absolute;
	top: 270px;
	cursor: pointer;
}
.main-next{
	right: 20px;
}
.main-prev{
	left: 20px;
}
.logo{
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	margin: auto;
	width: 552px;
}

/* ----------------------------------------------------------
	BRAND　common.cssに記載
------------------------------------------------------------- */

/*  スライダー
------------------------------------------------------------- */
.pagenation{
	text-align: right;
}
.pagenation a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 20px 5px 0 0;
	background: #ccc;
}
.pagenation a:hover, .pagenation a.selected { background: #000; }
.pagenation span{
	display:none;
}

/* 前後ボタン
------------------------------------------------------------- */
.btn_box{
	z-index: 20;
}
.brand-prev, .brand-next {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 234px;
}
.brand-prev { left: -50px; }
.brand-next { right: -50px; }

/* ----------------------------------------------------------
	PRODUCT
------------------------------------------------------------- */
.product{
	background: url(../img/top/bg_products.png) repeat-x;
	padding: 15px 0;
	position: relative;
}

.product-slider{
	width: 100%;
}
.product-slider ul{
	height:270px;
	overflow: hidden;
}
.product-slider li {
	text-align: center;
	float: left;
	position: relative;
	margin: 0 20px;
}
.product-slider li a{
	display: block;
}
.product-nav{
	width: 270px;
	border: 2px solid #17a78a;
	margin: 32px auto 60px;
}

/* 前後ボタン
------------------------------------------------------------- */
.btn_box{
	z-index: 20;
}
.product-prev, .product-next {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 220px;
}
.product-prev { right: 10px; }
.product-next { left: 10px; }
/* ----------------------------------------------------------
	SUPPORT
------------------------------------------------------------- */
.support{
	background-image: url(../img/top/bg_support01.png), url(../img/top/bg_support02.png);
	background-repeat: no-repeat;
	background-position: left 30px, right bottom;
	padding: 0 0 90px;
}
.support-nav li{
	width: 320px;
	float: left;
}

.support-nav li a{
	display: block;
	padding: 65px 0 0 0;
	height: 185px;
	background: #f4f6f7;
	text-align: center;
	transition-property: all;
	transition: 0.2s linear;
}

.support-nav li a:hover{
	background: #dbe2e6;
}

.support01{
	background: url(../img/top/img_support01.png) no-repeat bottom;
	padding: 0 0 250px;
}
.support02{
	background: url(../img/top/img_support02.png) no-repeat top;
	padding: 250px 0 0;
	height: 250px;
}
.support03{
	background: url(../img/top/img_support03.png) no-repeat bottom;
	padding: 0 0 250px;
}

/* ----------------------------------------------------------
	CONTACT
------------------------------------------------------------- */

.contact{
	background: url(../img/top/bg_contact.jpg) no-repeat;
	background-size: cover;
}
.contact-box{
	padding: 126px 0 104px 650px;
	width: 270px;
}
.contact-nav li{
	margin: 0 0 10px;
	width: 260px;
}
.contact-nav li a{
	padding: 25px 0;
}

