/*
FAIRLINE用CSSだよ。
*/

@charset "utf-8";

/* 全体で使用 */
html{
	height:100%;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Lucida Grande',Meiryo, メイリオ, sans-serif;
}
body{
	height:100%;
	font-size:11px;
	background:url("../images/bg-image.jpg");
}
#wrapper{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#contents{
	padding-bottom:330px; /*フッターの高さと同じ*/
}
#footer-wrap{
	width: 100%;
	height:230px;
	position:absolute;
	bottom:0;
}
.hover a:hover{
	filter:alpha(opacity=90);
	opacity:0.9;
}
.hover2 a:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
}

 /*反転時の文字色・背景色 */
::selection {
background: #f70;　　/* 背景色*/
color:red;　　/* 文字色*/
}
/* Firefox対応*/
::-moz-selection {
background: #F8E6AF;　　/* 背景色*/
color:#c2c2c2; 　　/* 文字色*/
}
/* 全体で使用ここまで */

/* ▼fade用 */
.fade {
    display: none;
}
/* ▲fade用 */

/* ヘッダーここから */
#header{
	width:100%;
	background:url("../images/header/header-back.png") repeat-x;
}

#header-performance{
	width:100%;
	background:url("../images/header/performance/header-performance.png") repeat-x;
	height:105px;
}

#header-inner{
	width:960px;
	margin:0 auto;
}

#header-inner li{
	float:left;
	width:auto;
}

/* ▼パフォーマンス用ヘッダー */
#header-submenu{
	width:960px;
	margin:0 auto;
}
#header-submenu ul{
	width:817px;
	float:right;
	margin-top:12px;

}
#header-submenu li{
	width:auto;
	float:left;
	margin-left:23px;
}
/* ▲パフォーマンス用ヘッダー */
/* ヘッダーここまで */

/* コンテンツここから */

#contents-inner{
	width:960px;
	margin:0 auto;
	position:relative;
}
/* ▼index */
#main-copy{
	width:327px;
	height:99px;
	background:url("../images/contents/home/fairline500.png") no-repeat;
	position:absolute;
	top:427px;
	left:0px;
}

#catch-copy{
	width:591px;
	height:273px;
	background:url("../images/contents/home/oversize.png") no-repeat;
	position:absolute;
	top:100px;
	left:-10px;
}

#fude{
	width:960px;
	height:56px;
	position:absolute;
	top:554px;
	left:10px;
}

#suzuki-nav {
	width:960px;
	height:170px;
	position:absolute;
	top:610px;
	left:0px;

}

#suzuki-nav ul{
	width:960px;
	height:170px;
}


#suzuki-nav li.suzuki-nav1{
	float:left;
	width:170px;
	margin-right:10px;
}
#suzuki-nav li.suzuki-subnav1{
	float:left;
	width:170px;
	height:80px;
	margin-bottom:10px;
}
#suzuki-nav li.suzuki-subnav1 img{
	width:240px;
	height:80px;
	vertical-align:bottom;
}

#news-h{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;

}
#news{
	position: relative;
	width:960px;
	height:30px;
	margin-bottom:10px;
	overflow:hidden;
	padding-top:1px;
	font-size:14px;
	color:#1e1e1e;
}
#news dl{
	margin-bottom:10px;
}

#news dl dt{
	font-size:12px;
	margin-bottom:3px;
}
#news a{
	color:#1e1e1e;
}
#news a:hover{
	text-decoration:underline;
}
/* ▲index */
/* ▼concept */
#concept-main-copy{
	width:960px;
	height:294px;
	background:url("../images/contents/concept/concept.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

#concept-catch-copy{
	width:254px;
	height:58px;
	background:url("../images/contents/concept/concept-h.png") no-repeat;
	position:absolute;
	top:294px;
	left:0px;
}
#concept-p{
	width:412px;
	height:330px;
	background:url("../images/contents/concept/concept-p.png") no-repeat;
	position:absolute;
	top:352px;
	left:0px;
}
#contents-inner ul#lineup-banner{
	width:360px;
	height:32px;
	position:absolute;
	top:729px;
	left:0px;
}
#contents-inner ul#lineup-banner li#lineup-banner1{
	float:left;
	width:172px;
	height:32px;
}
#contents-inner ul#lineup-banner li#lineup-banner2{
	float:right;
	width:172px;
	height:32px;
}
/* ▲concept */

/* ▼performance */
#performance-main-copy{
	width:960px;
	height:294px;
	background:url("../images/contents/performance/performance.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

ul#performance-big-menu{
	width:402px;
	position:absolute;
	top:257px;
	left:0px;
}
ul#performance-big-menu li{
	margin-bottom:13px
}
/* ▲performance */

/* ▼500c */
#fullsize-main-copy{
	width:960px;
	height:257px;
	background:url("../images/contents/performance/500cc/fullsize500cc.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#fullsize-catch-copy{
	width:271px;
	height:58px;
	background:url("../images/contents/performance/500cc/performance-fullsize500cc-h.png") no-repeat;
	position:absolute;
	top:257px;
	left:0px;
}
#fullsize-p{
	width:468px;
	height:139px;
	background:url("../images/contents/performance/500cc/performance-fullsize500cc-p.png") no-repeat;
	position:absolute;
	top:315px;
	left:0px;
}
#mini-banner{
	width:360px;
	height:32px;
	position:absolute;
	top:499px;
	left:0px;
}
#mini-banner li#mini-banner1{
	float:left;
	width:172px;
	height:32px;
}
#mini-banner li#mini-banner2{
	float:right;
	width:172px;
	height:32px;
}
/* ▲500cc */
/* ▼liner-force */
#liner-force-main-copy{
	width:960px;
	height:257px;
	background:url("../images/contents/performance/liner-force/linerforce.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#liner-force-catch-copy{
	width:271px;
	height:58px;
	background:url("../images/contents/performance/liner-force/performance-linerforce-h.png") no-repeat;
	position:absolute;
	top:257px;
	left:0px;
}
#liner-force-p{
	width:468px;
	height:180px;
	background:url("../images/contents/performance/liner-force/performance-linerforce-p.png") no-repeat;
	position:absolute;
	top:315px;
	left:0px;
}

/* ▲liner-force */

/* ▼honneycomb-crown */
#honneycomb-crown-main-copy{
	width:960px;
	height:257px;
	background:url("../images/contents/performance/honneycomb-crown/honneycomb-crown.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#honneycomb-crown-catch-copy{
	width:367px;
	height:58px;
	background:url("../images/contents/performance/honneycomb-crown/performance-honneycomb-h.png") no-repeat;
	position:absolute;
	top:257px;
	left:0px;
}
#honneycomb-crown-p{
	width:532px;
	height:99px;
	background:url("../images/contents/performance/honneycomb-crown/performance-honneycomb-p.png") no-repeat;
	position:absolute;
	top:315px;
	left:0px;
}
#mini-banner-liner-force{
	width:360px;
	height:32px;
	position:absolute;
	top:725px;
	left:0px;
}
#mini-banner-liner-force li#mini-banner-liner-force1{
	float:left;
	width:172px;
	height:32px;
}
#mini-banner-liner-force li#mini-banner-liner-force2{
	float:right;
	width:172px;
	height:32px;
}
/* ▲honneycomb-crown */

/* ▼high-hcor */
#high-hcor-main-copy{
	width:960px;
	height:257px;
	background:url("../images/contents/performance/high-hcor/high-hcor.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#high-hcor-catch-copy{
	width:505px;
	height:58px;
	background:url("../images/contents/performance/high-hcor/high-hcor-h.png") no-repeat;
	position:absolute;
	top:257px;
	left:0px;
}
#high-hcor-p{
	width:409px;
	height:141px;
	background:url("../images/contents/performance/high-hcor/high-hcor-p2.png") no-repeat;
	position:absolute;
	top:315px;
	left:0px;
}
#mini-banner-high-hcor{
	width:360px;
	height:32px;
	position:absolute;
	top:685px;
	left:0px;
}
#mini-banner-high-hcor li#mini-banner-high-hcor1{
	float:left;
	width:172px;
	height:32px;
}
#mini-banner-high-hcor li#mini-banner-high-hcor2{
	float:right;
	width:172px;
	height:32px;
}
/* ▲high-hcor */

/* ▼shaft */
#contents-inner-shaft{
	width:960px;
	height:814px;
	margin:0 auto;
	position:relative;
}
#shaft-main-copy{
	width:960px;
	height:257px;
	background:url("../images/contents/performance/shaft/wide-weight-flow-shaft.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#shaft-catch-copy{
	width:468px;
	height:58px;
	background:url("../images/contents/performance/shaft/wide-weight-flow-shaft-h.png") no-repeat;
	position:absolute;
	top:257px;
	left:0px;
}
#shaft-p{
	width:468px;
	height:162px;
	background:url("../images/contents/performance/shaft/wide-weight-flow-shaft-p.png") no-repeat;
	position:absolute;
	top:315px;
	left:0px;
}
#mini-banner-shaft{
	width:360px;
	height:32px;
	position:absolute;
	top:721px;
	left:0px;
}
#mini-banner-shaft li#mini-banner-shaft1{
	float:left;
	width:172px;
	height:32px;
}
#mini-banner-shaft li#mini-banner-shaft2{
	float:right;
	width:172px;
	height:32px;
}
#mini-banner-shaft3{
	width:360px;
	height:32px;
	position:absolute;
	top:769px;
	left:0px;
}
#mini-banner-shaft3 li#mini-banner-shaft4{
	float:left;
	width:172px;
	height:32px;
}
#mini-banner-shaft3 li#mini-banner-shaft5{
	float:right;
	width:172px;
	height:32px;
}
/* ▲shaft */

/* ▼spec */
#contents-inner-spec{
	width:960px;
	height:814px;
	margin:0 auto;
	position:relative;
}
#spec-main-copy{
	width:960px;
	height:257px;
	background:url("../images/contents/performance/spec/spec-price.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#spec-catch-copy{
	width:332px;
	height:58px;
	background:url("../images/contents/performance/spec/spec-price-h.png") no-repeat;
	position:absolute;
	top:257px;
	left:0px;
}
#spec-p{
	width:532px;
	height:209px;
	padding-top: 10px;
	position:absolute;
	font-size:120%;
	line-height:1.6em;
	color:#333;
	top:315px;
	left:0px;
}
#spec-p dl{
	margin-bottom: 0.1em;
}
#spec-p dt{
	float:left;
	font-size:100%;
	font-weight:bold;
	width:80px;
}
#spec-p dd{
	width:400px;
	float:right;
}

#spec-p ul{
	margin-top:10px;
}
#spec-p li{
	font-size:90%;
	list-style: none;
	line-height:1.5em;
}
li.silent-model{
	font-size:0.8em !important;
	line-height:1.5em;
	font-weight:bold;
	margin-top:20px;
	list-style:none !important;
}
/* ! */
#spec-table{
	width:960px;
	height:170px;
	background:url("../images/contents/performance/spec/spec-price-table.png") no-repeat;
	position:absolute;
	top:544px;
	left:0px;
}
#mini-banner-spec{
	width:360px;
	height:32px;
	position:absolute;
	top:724px;
	left:0px;
}
#mini-banner-spec li#mini-banner-spec1{
	float:left;
	width:172px;
	height:32px;
}
#mini-banner-spec li#mini-banner-spec2{
	float:right;
	width:172px;
	height:32px;
}
#mini-banner-spec3{
	width:360px;
	height:32px;
	position:absolute;
	top:772px;
	left:0px;
}
#mini-banner-spec3 li#mini-banner-spec4{
	float:left;
	width:172px;
	height:32px;
}
#mini-banner-spec3 li#mini-banner-spec5{
	float:right;
	width:172px;
	height:32px;
}
/* ▲spec */

/* ▼gallery */

#contents-inner-gallery{
	width:960px;
	height:1220px;
	margin:0 auto;
	position:relative;
}
#contents-inner-gallery #gallery{
	width:600px;
	margin:0 auto;
}
#gallery div#slide-photo{
	width:600px;
	height:600px;
	border:10px solid #e7ad1f;
	margin-bottom:50px;
}

#gallery #slide-thumb ul{
	width:440px;
	height:100px;
	margin:0 auto;
}
#gallery #slide-thumb ul li{
	width:100px;
	height:100px;
	margin-right:10px;
	float:left;
}
#gallery #slide-thumb ul li img{
	width:100px;
	height:100px;
	cursor:pointer;
}


.mini-banner-gallery{
	width:360px;
	height:32px;
	margin:70px auto;
}
.mini-banner-gallery li.mini-banner-gallery1{
	float:left;
	width:172px;
	height:32px;
}
.mini-banner-gallery li.mini-banner-gallery2{
	float:right;
	width:172px;
	height:32px;
}
/* ▲gallery */



/* ▼shop */

#contents-inner-shop{
	width:960px;
	height:814px;
	margin:0 auto;
	position:relative;
}
#shop-main-copy{
	width:960px;
	height:294px;
	background:url("../images/contents/shop/shop.png") no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
#shop-catch-copy{
	width:318px;
	height:58px;
	background:url("../images/contents/shop/shop_h.png") no-repeat;
	position:absolute;
	top:294px;
	left:0px;
}
#shop-list{
	width:960px;
	background:url("../images/contents/shop/shop_p-back.png") repeat-y;
	position:absolute;
	top:352px;
	left:0px;
}
#shop-list-box{
	width:930px;
	margin:0 auto;
	padding:10px 10px 40px;
}
#shop-list-box a{
	color:#333;
}
#shop-list-box a:hover{
	text-decoration:underline;
}
#shop-list1{
	width:300px;
	float:left;
	padding-bottom:10px;
}
#shop-list2{
	width:300px;
	float:left;
	margin:0 15px;
}
#shop-list2 .aichi{
	margin-top:0px;
}
#shop-list3{
	width:300px;
	float:left;
}
#shop-list-box p{
	font-size:16px;
	font-weight:bold;	
	padding-top:20px;
	padding-left:15px;

}
#shop-list-box ul li{
	font-size:12px;
	padding-top:15px;
	padding-left:15px;
	line-height:1.2em;
}
#shop-list-box ul li span.shopname{
	font-size:13px;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
}

#mini-banner-shop{
	width:360px;
	height:32px;
	position:absolute;
	top:1164px;
	left:0px;
	z-index:100;
}
#mini-banner-shop li#mini-banner-shop1{
	float:left;
	width:172px;
	height:32px;
}
#mini-banner-shop li#mini-banner-shop2{
	float:right;
	width:172px;
	height:32px;
}


#footer-shop-wrap{
	width: 100%;
	height:230px;
	position:absolute;
	bottom:-240px;
}

#bread-shop{
	width:100%;
	height:40px;
	background:url("../images/bread/bread-back.png") repeat-x;
	position:absolute;
	top:60px;
}

#credits-shop{
	width:960px;
	height:37px;
	margin:0 20px 0 60px;
	position:relative;
	top:260px;
	
}

#credits-shop p{
	width:auto;
	font-size:10px;
	float:left;
	margin-top:5px;
}
#credits-shop p a{
	font-size:11px;
	color:#555;
}
#credits-shop p a:hover{
	color:#111;
}

#credits-shop div{
	width:325px;
	height:17px;
	float:right;
	margin-top:3px;
}


/* footer-shopここから */
#footer-shop{
	width:100%;
	height:158px;
	background:url("../images/footer/footer-back.png");
	position:absolute;
	top:100px;
}

/* footer-shopここまで */
/* footer-shop-hここから */
#footer-shop-h{
	width:960px;
	height:37px;
	margin:0 auto;
	padding-top:21px;
	
}
#footer-h a{
	display:block;
	width:134px;
	height:14px;
}

/* footer-shop-hここまで */
/* ▲shop */
/* ▼lineup */

#contents-inner-lineup{
	width:960px;
	height:1960px;
	margin:0 auto;
	position:relative;
}
.mini-banner-lineup{
	width:360px;
	height:32px;
	margin-top:20px;
	margin-bottom:20px;	
}
.mini-banner-lineup li.mini-banner-lineup1{
	float:left;
	width:172px;
	height:32px;
}
.mini-banner-lineup li.mini-banner-lineup2{
	float:right;
	width:172px;
	height:32px;
}
/* ▲lineup */

/* コンテンツここまで */


/* パンくずここから */
#bread{
	width:100%;
	height:40px;
	background:url("../images/bread/bread-back.png") repeat-x;
}

#bread-inner{
	width:960px;
	height:40px;
	margin:0 auto;
}
#bread-inner ul#breadcrumb{
	width:620px;
	float:left;
}
#bread-inner ul#breadcrumb li{
	display:inline;
	color:#c2c2c2;
	font-size:12px;
	line-height:40px;
}
#bread-inner ul#breadcrumb li#breadcrumb-home{
		background:url("../images/bread/home-icon-min.png") no-repeat left -2px;
		padding-left:20px;

}

#bread-inner ul#breadcrumb li a{
	color:#c2c2c2;
}


#bread-inner ul#breadcrumb li a:hover{
	text-decoration:underline;
}
/* パンくずここまで */

/* ソーシャルここから */
#bread-inner ul#social {
	float:right;
	width:340px;
}
#bread-inner ul#social li{
	float:right;
}
/* ソーシャルここまで */

/* footerここから */
#footer{
	width:100%;
	height:158px;
	background:url("../images/footer/footer-back.png");
}

/* footerここまで */
/* footer-hここから */
#footer-h{
	width:960px;
	height:37px;
	margin:0 auto;
	padding-top:21px;
}
#footer-h a{
	display:block;
	width:134px;
	height:14px;
}

/* footer-hここまで */


/* footer-innerここから */
#footer-inner{
	width:960px;
	height:95px;
	margin:0 auto;
}

#footer-inner div{
	float:left;

}
#footer-inner1{
	width:246px;
	height:95px;
}
#footer-inner2{
	width:246px;
	height:95px;
}

#footer-inner2 a{
	display:block;
	width:109px;
	margin-bottom:10px;
}

#footer-inner3{
	width:246px;
	height:95px;
}
#footer-inner3 a{
	display:block;
	width:94px;
	margin-bottom:10px;
}

#footer-inner4{
	width:222px;
	height:95px;

}
#footer-inner4 ul li{
	margin-bottom:10px;
	line-height:1.3em;
}

#footer-inner4 ul li a{
	font-size:11px;
	color:#c2c2c2;
}
#footer-inner4 ul li a:hover{
	text-decoration:underline;
}
/* footer-innerここまで */

/* ▼credits */
#credits{
	width:960px;
	height:37px;
	margin:0 auto;
}

#credits p{
	width:auto;
	font-size:10px;
	float:left;
	margin-top:5px;
}
#credits p a{
	font-size:11px;
	color:#555;
}
#credits p a:hover{
	color:#111;
}

#credits div{
	width:325px;
	height:17px;
	float:right;
	margin-top:3px;
}

/* ▲credits */