@charset "utf-8";

/*

  Airbike - 共通スタイルシート

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

*/

/* /////////////////////////////////////////////////////////////

	ベーススタイル

///////////////////////////////////////////////////////////// */

/* ----------------------------------------------------------
	0. リセット & 追加要素の設定
------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, form, fieldset, legend, table, th, td, caption, a, article, aside, nav, section, figure, figcaption, footer, header, main, audio, canvas, video, menu, details {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
fieldset, legend, img { border: 0; }
article, aside, nav, section, figure, figcaption, footer, header, main, menu, details { display: block; }
video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ----------------------------------------------------------
	1. ベース
------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	color: #333;
	font: 87.5%/1.6 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'MS UI Gothic', sans-serif;
	word-wrap: break-word;
}

input,textarea{
	border: none;
	-webkit-appearance: none;
	background: #e8edee;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0980392) 0px 1px 3px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 1px 3px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 1px 3px 0px inset;
}
/* ----------------------------------------------------------
	2. ブロック要素
------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
ul { list-style: none; }
ol { list-style: decimal inside; }
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
pre {
	font-family: monospace, serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* ----------------------------------------------------------
	3. インライン要素
------------------------------------------------------------- */
a{color: #333;}
a:focus { outline: thin dotted; }
a:hover, a:active {
	outline: 0; 
	text-decoration: none;
}
img { vertical-align: middle; }

/* ----------------------------------------------------------
	4. テキスト
------------------------------------------------------------- */
address, cite, em, dfn, i, var { font-style: normal; }
strong, b { font-weight: bold; }
code, samp, kbd { font-family: monospace, sans-serif; }
abbr {
	border: 0;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
del { text-decoration: line-through; }
mark {
	background-color: #ff0;
	color: #333;
	font-style: italic;
	font-weight: bold;
}
br { *letter-spacing: 0; }

/* ----------------------------------------------------------
	5. テーブル
------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* ----------------------------------------------------------
	6. フォーム部品
------------------------------------------------------------- */
input, textarea, select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	*font-size: 100%;
}
input, button {
	line-height: normal;
	vertical-align: middle;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
select {
	background-color: inherit;
	line-height: normal;
}
label { cursor: pointer; }
legend {
	color: #333;
	*margin-left: -7px;
}

/* ----------------------------------------------------------
	7. 汎用セレクタ
------------------------------------------------------------- */
.m0 { margin: 0 !important;}
.mt10 { margin-top: 10px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb60 { margin-bottom: 60px !important;}
.mr10 { margin-right: 10px !important;}
.p0 { padding: 0 !important;}
.b0 { border: 0 !important;}
.fl {
	float: left !important;
	width: auto;
}
.fr {
	float: right !important;
	width: auto;
}
.clear { clear: both; }
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.container {
	width: 940px;
	margin: 0 auto;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.clickable {
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.clickable:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: .8;
	-moz-opacity: .8;
}
.txt-c{ text-align: center; }
.emphasis{ font-weight: bold; }

.w700{ width: 700px !important; }
.w460{ width: 460px !important; }
.fs12{ font-size: 85.7% !important; }
/* /////////////////////////////////////////////////////////////

	レイアウト用スタイル

///////////////////////////////////////////////////////////// */

.container{
	width: 960px;
	margin: 0 auto;
}

/* ----------------------------------------------------------
	ヘッダー
------------------------------------------------------------- */
.gnav{
	width: 990px;
	margin: 0 auto;
	background: url(../img/common/bg_gnav.png) no-repeat center;
}

.gnav ul{
	margin: 0 15px;
}

.gnav li{
	float: left;
	text-align: center;
	width: 130px;
	margin: 30px 15px;
}

.info{
	background: #1abc9c;
	color:#fff;
}
.info a{
	color: #fff;
}

.info_ttl{
	text-align: center;
	background: #000;
	width: 150px;
	float:left;
	padding: 27px 0 28px;
}

.info ul{
	margin: 27px 0 0 180px;
	height: 54px;
}
.info li{
	margin: 0 0 5px;
	height: 1.6em;
}

.info li span{
	font-size: 85.7%;
	margin: 0 10px 0 0;
	background: #138e76;
	padding: 2px 4px;
}
/* ----------------------------------------------------------
	コンテンツ
------------------------------------------------------------- */
/*ボタン*/
.btn {
	border: 2px solid #fff;
	text-align: center;
}

.btn a {
	display: block;
	transition-property: all;
	transition: 0.2s linear;
	padding: 13px 0;
}
.btn a:hover{
	background: #17a78a;
}
.btn-ec{
	position: absolute;
	top: 10px;
	right: 10px;
	margin: auto;
}
.link a{
	border: 1px solid #1abc9c;
	background: url(../img/common/ico_arrow.png) no-repeat 8px center;
	display: inline-block;
	padding: 10px 15px 10px 30px;
	text-decoration: none;
	color : #1abc9c;
	font-weight: bold;
	transition-property: all;
	transition: 0.2s linear;
}
.link a:hover{
	background: url(../img/common/ico_arrow_on.png) no-repeat 8px center #1abc9c;
	color: #fff;
}
.crumb{
	background: #1abc9c;
}
.crumb a{
	color: #fff;
}
.crumb .container{
	background: url(../img/common/ico_crumb.png) no-repeat 14px #000;
}
.crumb-nav{
	background: #1abc9c;
	margin: 0 0 40px 40px;
	padding: 0 0 0 15px;
}
.crumb-nav li{
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.crumb-nav li a{
	background: url(../img/common/ico_crumb_arrow.png) no-repeat right center;
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
}

.pagetitle{
	background: url(../img/common/bg_pagetitle.png);
	background-size: cover;
	height: 300px;
}
.pagetitle h1{
	padding: 65px 0 0;
}
.title{
	font-size: 185.7%;
	text-align: center;
	margin: 0 0 30px;
}
.title span{
	border-bottom: 2px solid #1abc9c;
	padding: 5px;
}
table{
	width: 100%;
}
table th{
	color: #1abc9c;
	font-weight: bold;
	width: 180px;
}
table th,table td{
	padding: 15px;
}
tr:nth-child(2n+1) {
	background: #f4f6f7;
}

/* ----------------------------------------------------------
	フッター
------------------------------------------------------------- */
.footer-name{
	background: #1abc9c;
	padding: 60px 0 50px;
	text-align: center;
}
.fnav{
	background: #159b81;
	padding: 20px 0;
	font-size: 85.7%;
}
.fnav li{
	float: left;
	background:url(../img/common/bg_fnav.png) no-repeat left;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}
.fnav li:first-child{
	background: 0;
}
.fnav li a{
	color: #fff;
}
.copyright{
	background: #000;
	padding: 10px 0;
	text-align: center;
	color:#fff;
}

.pagetop {
	position: fixed;
	right: 3%;
	bottom: 45px;
	z-index: 999;
}

/* ----------------------------------------------------------
	会社情報
------------------------------------------------------------- */
.list-num li{
	list-style-type: decimal;
	list-style-position: inside;
}

/* ----------------------------------------------------------
	お問い合わせ
------------------------------------------------------------- */

#contact .note{
	border: 4px solid #ddd;
	padding: 15px;
	text-align: center;
}
#contact .emphasis{
	color: #e64c3b;
}
#contact .headline{
	color: #1abc9c;
	font-size: 114.3%;
	font-weight: bold;
	text-align: center;
}
#contact .must{
	font-size: 71.4%;
	background: #e64c3b;
	padding: 3px 5px;
	color: #fff;
	margin: 0 0 0 10px;
}

/* ----------------------------------------------------------
	お知らせ
------------------------------------------------------------- */
#info .date{
	text-align: right;
	font-size: 85.7%;
	color: #999;
	background: #f5f5f5;
	padding: 5px;
	margin: 10px 0 0;
}
#info .entry p{
	margin: 0 0 1em;
}
/* ----------------------------------------------------------
	サイトマップ
------------------------------------------------------------- */

#sitemap .link > a{
	width: 700px;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.list-sub li a{
	border: none;
	float: left;
	font-weight: normal;
	font-size: 85.7%;

}
.list-sub li a:hover{
	background: none;
	text-decoration: underline;
	color: #333;
	background: url(../img/common/ico_arrow.png) no-repeat 8px center;
}
/* ----------------------------------------------------------
	BRAND
------------------------------------------------------------- */
.brand{
	background-image : url(../img/top/bg_brand.png) ;
	background-size: contain;
	background-repeat: no-repeat;
}

.brand-slider-wrap{
	background : url(../img/top/bg_brand-slider.png) no-repeat center top;
	padding: 26px 0;
}

.brand-slider{
	position: relative;
	padding-bottom: 100px;
}

.brand-slider ul{
	height: 500px;
	overflow: hidden;
}
.brand-slider li{
	float: left;
	position: relative;
}
.brand-bird{
	position: absolute;
	top: -26px;
	left: 315px;
}

.brand-bike{
	position: absolute;
	bottom: 0;
	left: 100px;
}

.brand-detail{
	position: absolute;
	top: 410px;
	right: 30px;
	width: 170px;
	z-index: 20;
}

.brand-detail a:hover{
	background: #17a78a;
}