/***************************************************
　GIANT '15 WEB Site
  copyright2015 GIANT-JAPAN. All Right Reserved.

  ファイル概要：スタイルシート
***************************************************/ 

/* CSS Document */


/************************************************
 ブラウザリセット
************************************************ */
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
}

table, caption, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse : collapse ;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font-weight: normal;
}

a img, iframe{
    border:none;
}
ol,ul,li{
    list-style:none;
}

input, textarea, select, button{
    font-size:100%;
    font-family:inherit;
}

html.body{
	height:100%;
}

/***************************************************
	タグデフォルト指定
***************************************************/
a{
	color:#3399CC;
}

a:hover{
	color:#333333;
	text-decoration:underline;
}

h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}


/***************************************************
	ボディ
***************************************************/
body {
    background: url("../images/bg_body8.gif") repeat-x scroll 0 0 #CBCBCB;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    font-size: 76%;
    margin: 0;
    padding: 0;
    text-align: center;
}

body.bg_liv {
    background: #5f25a0;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    font-size: 76%;
    margin: 0;
    padding: 0;
    text-align: center;
}


body#sub {
    background:#fff;;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    font-size: 76%;
    margin: 0;
    padding: 0;
    text-align: center;
}


hr.divider {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: #AAAAAA -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: dotted none none;
    border-width: 1px medium medium;
    margin: 20px 0 15px;
    padding: 0;
}

img {
    border: medium none;
}


.wrapper {
    background: url("../images/bg_wrapper.png") repeat-y scroll 0 0 transparent;
    margin: 110px auto 0;
    text-align: center;
    width: 990px;
}

.bg_liv .wrapper {
    background: #eee;
    margin: 110px auto 0;
    text-align: center;
    width: 100%;
}
.bg_liv .wrapper_inner {
    background: url("../images/bg_wrapper.png") repeat-y scroll 0 0 transparent;
    margin: 110px auto 0;
    text-align: center;
    width: 990px;
}


#wrapper-popup {
    text-align: left;
    width: 990px;
}
#wrapper-footer {
    background: url("../images/bg_footer.gif") repeat-x scroll 0 0 #393938;
    border-top: 1px dotted #AAAAAA;
    text-align: center;
	position:relative;
}


.bg_liv #wrapper-footer {
    background: url("../images/liv/bg_footer.png") repeat-x scroll bottom center #5f25a0;
    border-top: 1px dotted #AAAAAA;
    text-align: center;
	position:relative;
	height:240px;
	margin-bottom:8px;
}


/***************************************************
	エレメント
***************************************************/
input#textbox{
}
input#pass{
  height:20px;
}

input#file{
  height:20px;
}

select{
	margin:0px;
	padding:0px;
}

input{
	margin:0px;
	padding:0px;
}

textarea{
}

/***************************************************
	ページメインコンテナー
***************************************************/
div#contener{
	padding:0 0 0 0;
	margin:0 auto;
}

div#contener h1{
	display:none;
	height:0;
}

div#contener_sh{
	padding:0 0 0 0;
	margin:0 auto;
	width:970px;
}

div#contener_sh h1{
	display:none;
	height:0;
}



/***************************************************
	ヘッダー
***************************************************/
#header-and-menu {
    background: url("../images/bg_header.gif") repeat scroll 0 0 transparent;
    height: 110px;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#header {
    height: 70px;
    margin: 0 auto;
    width: 970px;
}
#header #logo {
    float: left;
    margin: 8px 0 0;
    text-align: left;
    width: 128px;
}
#header #logo img {
    margin: 7px 0 0;
}
#header #btn_global {
    float: left;
    margin: 32px 0 0 80px;
    text-align: left;
    width: 200px;
}

.bg_liv #header #logo {
    float: left;
    margin: 3px 0 0;
    text-align: left;
    width: 128px;
}
.bg_liv #header #btn_global {
    float: left;
    margin: 22px 0 0 22px;
    text-align: left;
    width: 200px;
}


#header .btn_social{
	float:right;
	margin:20px 0 0 0;
}

#header .btn_social a{
	margin-left:5px;
}

.bg_liv #header .fb {
	margin-right:18px;
}
/***************************************************
	フッタ
***************************************************/
#footer {
    margin: 0 auto;
    padding: 15px 0 20px;
    width: 970px;
	position:relative;
}
#footer div {
    border-left: 1px dotted #666666;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    text-align: left;
    width: 175px;
    height: 90px;
}
#footer div.last {
    border-right: 1px dotted #666666;
    margin-right: 0;
    width: 170px;
}

#footer div#support{
	position:relative;
	top:27px;
        height: 62px;
}

#footer div h3 {
    color: #AAAAAA;
    margin: 0 0 10px;
    text-transform: uppercase;
}
#footer div ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#footer div ul li {
    font-size: 0.9em;
    line-height: 1.7em;
	margin-bottom:5px;
}
#footer div ul li:last-child {
    font-size: 0.9em;
    line-height: 1.7em;
	margin-bottom:0px;
}
#footer div ul li a {
    color: #DDDDDD;
    text-decoration: none;
}
#footer div ul li a:hover {
    text-decoration: underline;
}
#footer div ul li.logo {
    margin: 5px 0 7px;
}
#footer div ul li.logo a {
    background: none repeat scroll 0 0 #888888;
    color: #FFFFFF;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    width: 73px;
}
#footer div#copyright-and-disclaimer {
    border-left: medium none;
    color: #AAAAAA;
    font-size: 0.9em;
    padding: 20px 0 10px;
    text-align: right;
    width: 970px;
}

#bn_footer{
	position:absolute;
	right:0;
	top:15px;
}

#bn_footer_02{
	border:solid 1px #fff !important;
	text-align:center;
	padding:13px 10px 9px 10px !important;
	width:165px !important;
        height: 14px !important;
	margin:auto !important;
	position:absolute;
	right:1px;
	top:68px;
}

.title_wlp {
	margin-bottom:1px;
}

#bn_footer_02 ul{
	position:relative;
}

#bn_footer_02 li{
	display:inline;
	margin:0 10px 0 6px !important;
}
#bn_footer_02 li:last-child{
	position:relative;
	margin-left:25px !important;
}

#bn_footer_02 a img{
	filter: alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
}

#bn_footer_02 a:hover img{
	filter: alpha(opacity=80);
   -moz-opacity:0.8;
   opacity:0.8;
}

/***************************************************
	Liv ヘッダー
***************************************************/
.bg_liv #header-and-menu {
    background: url("../images/liv/bg_head_liv.gif") repeat scroll 0 0 transparent;
    height: 110px;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}


/***************************************************
	Liv フッタ
***************************************************/
.bg_liv  #footer {
    margin: 0 auto;
    padding: 15px 0 20px;
    width: 970px;
	position:relative;
}

.bg_liv #footer div {
    border-left: none;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 0 0 10px;
    text-align: left;
    width: 175px;
}
.bg_liv #footer div.last {
    border-right: none;
    margin-right: 0;
    width: 170px;
}
.bg_liv #footer div h3 {
    color: #AAAAAA;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.bg_liv #footer div ul li a {
    color: #DDDDDD;
    text-decoration: none;
}


/***************************************************
	ページ大枠（別ウインドウページ）
***************************************************/
div#main_contener_sub
{
	width:980px;
	margin:0px auto;
	padding:0px;
}

/***************************************************
	ページメインコンテナー(別ウインドウページ)
***************************************************/
div#contener_sub{
	background-color:#ffffff;
}

div#contener_sub_inner{
}

div#bike_image_sub
{
}


div#color_size
{
	width:950px;
	margin:20px auto;
	text-align:center;
}

div#color_pipe_sub
{
	text-align:center;
}

div#color_pipe_sub img
{
	margin-right:2px;
	vertical-align:top;
}

/***************************************************
	ヘッダー(別ウインドウページ)
***************************************************/
div#header_sub
{
}

/***************************************************
	フッタ（別ウインドウページ）
***************************************************/
div#footer_sub
{
	text-align:right;
}

/***************************************************
	メインメニュー
***************************************************/
#menu-w {
    background: url("../images/bg_gnavi.png") no-repeat scroll left top transparent;
    height: 40px;
    margin: 0 auto 0 auto;
    width: 970px;
}

.bg_liv #menu-w {
    background: #5f25a0;
    height: 40px;
    margin: 0 auto 0 auto;
    width: 970px;
}

#menu-w #menu {
    width: 970px;
}
#menu ul {
    margin: 0;
    padding: 15px 0 0 0;
}
#menu ul li {
    display: block;
    float: left;
    text-transform: uppercase;
}
#menu ul li a {
    float: left;
    line-height: 35px;
    margin: 0;
    padding: 0 11px;
    text-decoration: none;
}
#menu ul li a:hover {
    color: #FFFFFF;
}
#menu ul li.first a {
    padding: 0 15px 0 0;
}
#menu ul li#current a {
    color: #FFFFFF;
}
#menu ul li.last a {
    padding-right: 0!important;
	padding-left:0px!important;
}
#menu ul li a#livgiant {
    text-transform: none;
}

#menu ul li#nav01,
#menu ul li#nav02,
#menu ul li#nav03,
#menu ul li#nav04,
#menu ul li#nav05{
	margin-right:23px;
}

#menu ul li#nav06{
	margin-left:0px!important;
	margin-right:0px!important;
}
#menu ul li#nav07{
	margin-left:-10px!important;
	margin-right:0px!important;
}


/***************************************************
	トップページ上部左コンテンツ
***************************************************/
div#top_contents
{
	width:970px;
	height:279px;
	margin:0 auto;
	position:relative;
}


/***************************************************
	トップページ上部右コンテンツ
***************************************************/
div#top_right_contents
{
	width:255;
	height:333px;
	float:right;
	position:relative;
}

/*#myGallery ul li a{
	display:block;
	width:678px;
	height:279px;
}
*/

#main_img{
	width:678px;
	height:279px;
	overflow: hidden;
	position: relative;
	z-index:20;
	float:left;
}

#main_img img {
	top: 0;
	left: 0;
	position: absolute;
	z-index:30;
}

#main_right{
	width:292px;
	height:279px;
	float:left;
}

#main_right li{
	line-height:0;
}


#nav {
    margin: 240px 0 0 22px;
    position: absolute;
    z-index: 100;
}
#nav a {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #444444;
    color: #AAAAAA;
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 15px;
    margin: 0 5px 0 0;
    text-align: center;
    text-decoration: none;
    width: 15px;
}
#nav a.activeSlide {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #333333;
    color: #FFFFFF;
}
#nav a:focus {
    outline: medium none;
}
#nav a:hover {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
}
#separator {
    border-top: 1px solid #FFFFFF;
}


/***************************************************
	トップページ下部
***************************************************/

#top_bottom{
	width:970px;
	margin:0 auto -1px auto;
	background:url(../images/bg_main_home4.gif) no-repeat scroll 0 0 #AAAAAA;
	border-top:solid 1px #FFF;
    border-bottom: 1px solid #AAAAAA;
}


/***************************************************
	トップページ下部左コンテンツ
***************************************************/
div#bottom_left_contents{
	width:655px;
	float:left;
	margin:10px 0 0 11px;
	text-align:left;
}


/* 製品情報 */
div#products_info{
	margin:5px auto 8px auto;
}

div#products_info h2
{
	margin:0 0 15px 4px;
}


div#products_info li{
	display:block;
	float:left;
	margin-right:9px;
	margin-bottom:12px;
	line-height:0;
}

#btn_more_banner {
	margin:2px 0 15px;
	text-align:center;
}


/***************************************************
	トップページ下部右コンテンツ
***************************************************/
div#bottom_right_contents{
	width:290px;
	float:right;
	margin-top:0px;
}


/* 最新情報 */
div#news{
	width:261px;
	height: auto;
	text-align:left;
	margin:15px auto 0;
	position:relative;
}

div#news h2{
	margin-bottom:15px;
}

div#news ul{
}

div#news li{
	font-size:0.8em;
	line-height:1.5em;
	margin-bottom:15px;
	color:#999999;
}

div#news li a{
	font-size:1.2em;
	color:#222;
	text-decoration:none;
	display:block;
}

div#news li:last-child{
	margin-bottom:30px;
}


div#news a{
	line-height:1.0em;
}

ul.btn_blog li{
	line-height:0em;
	float:left;
	margin-right:11px;
	margin-bottom:11px!important;
}

ul.btn_blog li a{
	line-height:0em!important;
	margin-bottom:0!important;
}

#banner_area {
	width:970px;
	margin:0px auto;
}

#banner_area h2{
	display:block;
	text-align:left;
	margin:0 0 0 15px;
	padding-top:30px;
}


#banner_area #products_info {
	padding:30px 0;
	margin:0;
	text-align:left;
}

#banner_area #products_info ul{
	width:939px;
	margin:0 auto;
}

#banner_area #products_info ul li{
	display:block;
	float:left;
	margin:0 30px 20px 0;
}


/***************************************************
	BIKESページコンテンツ
***************************************************/
div#bikes
{
}
#no-bikes {
	width:100%;
	height:340px;
	margin:0 auto;
	background:#e5e5e5;
	text-align:center;
	position:relative;
}

#no-bikes p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 16px;
	font-size:14px;
}
.main-bikefinder {
    background: url("../images/bg_main_bikefinder.gif") repeat-y scroll left top #FFFFFF;
	width:970px;
	margin:0 auto;
}

.main-bikefinder #bikes_content_left {
    width: 240px;
	float:left;
	text-align:left;
}
.main-bikefinder #bikes_content_right {
    width: 730px;
	float:left;
	text-align:left;
}
.main-bikefinder #bikes_content_left .margin {
    padding: 0;
}
.main-bikefinder #bikes_content_right .margin {
    padding: 15px;
}


.main-bikefinder #bikes_content_left #viewallbikes {
background: url('../images/bg_main_bikefinder_bikeindexlink2.gif') left bottom repeat-y;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin: 0;
padding: 15px;
}
.main-bikefinder #bikes_content_left #viewallbikes h4 {
margin: 0 0 5px 0;
padding: 0;
font-size: 1.2em;
color: #84c7f0;
text-transform: uppercase;
}
a.readmore-icon-white {
background: url('../images/icon_readmore_white_small.png') no-repeat;
line-height: 16px;
font-size: 0.9em;
display: block;
padding: 0 10px 0 20px;
color: #eee;
}

.main-bikefinder #bikes_content_left p#viewallbikes a.readmore-icon {
    color: #FFFFFF;
}
.main-bikefinder .#bikes_content_left #makeyourselection {
    margin: 0 0 10px;
    padding: 8px 0 8px 15px;
}
.main-bikefinder #bikes_content_left #makeyourselection h2 {
    margin:10px 0 4px 15px;
}
.main-bikefinder #bikes_content_left #makeyourselection h4 {
	font-family:Arial, Helvetica, sans-serif;
    color: #888888;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 15px;
}
.main-bikefinder #bikes_content_left .navigationblock {
    margin: 0 0 15px 15px;
}
.main-bikefinder #bikes_content_left #navigationblock-last {
    margin-bottom: 30px;
}
.main-bikefinder #bikes_content_left .navigationblock h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 15px 0 10px;
}
.main-bikefinder #bikes_content_left .navigationblock h3 a {
    color: #111111;
    text-transform: uppercase;
}
.main-bikefinder #bikes_content_left .navigationblock ul {
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}
.main-bikefinder #bikes_content_left .navigationblock ul li {
    color: #5D6F7D;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px;
}
.main-bikefinder #bikes_content_left .navigationblock ul li.active a {
    color: #000000;
    text-decoration: none;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered {
    margin: 0 0 15px;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li {
    margin: 0 0 8px;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li a {
    background: url("../images/li_empty.gif") no-repeat scroll left top transparent;
    color: #0079C0;
    padding: 0 0 0 20px;
}

.main-bikefinder #bikes_content_left .navigationblock ul.filtered li a[title="Liv"] {
    background: url("../images/li_empty.gif") no-repeat scroll left top transparent;
    color: #5f25a0;
    padding: 0 0 0 20px;
}

.main-bikefinder #bikes_content_left .navigationblock ul.filtered a:hover {
    background: url("../images/li_hover.gif") no-repeat scroll left top transparent;
    color: #000000;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered a[title="Liv"]:hover {
    background: url("../images/li_hover.gif") no-repeat scroll left top transparent;
    color: #5f25a0;
}

.main-bikefinder #bikes_content_left .navigationblock ul.filtered .one-selected a {
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li.one-selected a:hover {
    color: #0079C0;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li.active a {
    background: url("../images/li_checked.gif") no-repeat scroll left top transparent;
    color: #000000;
    padding: 0 0 0 20px;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li.active a[title="Liv"] {
    background: url("../images/li_checked.gif") no-repeat scroll left top transparent;
    color: #5f25a0;
    padding: 0 0 0 20px;
}


.main-bikefinder #bikes_content_left .navigationblock ul.filtered li.active a:hover {
    background: url("../images/li_uncheck.gif") no-repeat scroll left top transparent;
    color: #CC0000;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li .number_of_hits {
    color: #999999;
    font-weight: normal;
    padding: 0 0 0 5px;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li.nohits {
    background: url("../images/li_empty.gif") no-repeat scroll left top transparent;
    color: #CCCCCC;
    padding: 0 0 0 20px;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li.nohits .number_of_hits {
    color: #CCCCCC;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li.nohits .payoff {
    color: #CCCCCC;
}
.main-bikefinder #bikes_content_left .navigationblock ul.withpayoff li {
    margin-bottom: 8px;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li span.payoff {
    color: #777777;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: none;
}
.main-bikefinder #bikes_content_left .navigationblock ul.filtered li.active span.payoff {
    color: #777777;
}
/*
@font-face {
    font-family: myfont; 
   src: url(../font/hirakaku.otf); 
}

span.payoff{
    font-family:myfont;
}
*/

.nav_liv{
	border-top: solid 1px #ccc;
	padding-top:10px;
	width:200px;
}

.nav_liv li a{
	color:#b19ac8!important;
}


.main-bikefinder #bikes_content_left .navigationblock ul li ul.filtered {
    margin: 5px 0 15px 15px;
}
.main-bikefinder #bikes_content_left .navigationblock ul li ul.filtered li {
    font-size: 1em;
    font-weight: normal;
}
.main-bikefinder #bikes_content_right #photoheader {
    border: 1px solid #FFFFFF;
    margin: 0 0 15px;
    width: 701px;
}
.main-bikefinder #bikes_content_right h2 {
    font-size: 1.4em;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 10px;
}
.main-bikefinder #bikes_content_right .item-h .item_2 {
    background: url("../images/bg_bike_result-h.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 230px;
    margin: 0 14px 14px 0;
    width: 223px;
	opacity:0.1;
}

.main-bikefinder #bikes_content_right .item-h .item-hover {
    background: url("../images/bg_bike_result_hover-h.gif") no-repeat scroll 0 0 transparent;
}



.main-bikefinder #bikes_content_right .item {
    background: url("../images/bg_bike_result.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 202px;
    margin: 0 14px 14px 0;
    width: 223px;
	opacity:0.1;
}

.main-bikefinder #bikes_content_right .item-hover {
    background: url("../images/bg_bike_result_hover.gif") no-repeat scroll 0 0 transparent;
}


.main-bikefinder #bikes_content_right .item-third {
    margin-left: 2px;
    margin-right: 0;
}
.main-bikefinder #bikes_content_right .item .header,
.main-bikefinder #bikes_content_right .item_2 .header {
    color: #FFFFFF;
    height: auto;
    margin: 2px 0 0 2px;
    padding: 5px 0;
    text-align: center;
    width: 219px;
}

.main-bikefinder #bikes_content_right .item .image {
    height: 202px;
	width:223px;
	vertical-align:middle;
	display:table-cell;
    margin: 2px 0 0 0;
	text-align:center;
}

.main-bikefinder #bikes_content_right .item_2 .image {
    height: 230px;
	width:223px;
	vertical-align:middle;
	display:table-cell;
    margin: 2px 0 0 0;
	text-align:center;
}


div.item_w .image img{
	vertical-align:middle;
}


.main-bikefinder #bikes_content_right .item .image {
    height: 150px;
    margin-top: 2px;
    width: 221px;
}

.main-bikefinder #bikes_content_right .item_2 .image {
    height: 158px;
    margin-top: 2px;
    width: 221px;
}

.main-bikefinder #bikes_content_right .item_2 .image.min-heigh {
    height: auto!important;
    margin-top: 2px;
    padding-top: 20px;
    width: 221px;
}


.main-bikefinder #bikes_content_right .item .image a,
.main-bikefinder #bikes_content_right .item_2 .image a {
    display: block;
}
.main-bikefinder #bikes_content_right .item .text,
.main-bikefinder #bikes_content_right .item_2 .text {
    padding-top: 2px;
    text-align: center;
    width: 221px;
    height: auto;
}
.main-bikefinder #bikes_content_right .item .text h3,
.main-bikefinder #bikes_content_right .item_2 .text h3 {
    font-size: 1em;
    margin: 0;
}

a.X-ROAD-PERFORMANCE-1,
a.X-ROAD-PERFORMANCE-2,
a.X-ROAD-PERFORMANCE-3 {
	letter-spacing:-0.06em;
	line-height:1;
}

.main-bikefinder #bikes_content_right .item .text h3.liv a,
.main-bikefinder #bikes_content_right .item_2 .text h3.liv a{
	color:#5f25a0!important;
}

.main-bikefinder #bikes_content_right .item .text h3 a:hover,
.main-bikefinder #bikes_content_right .item_2 .text h3 a:hover {
    color: #028CD6;
}
.main-bikefinder #bikes_content_right .item .text h3.liv a:hover,
.main-bikefinder #bikes_content_right .item_2 .text h3.liv a:hover {
    color: #7844ac!important;
}


.main-bikefinder #bikes_content_right .item .text h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}
.main-bikefinder #bikes_content_right .item .text h4 a {
    color: #444444;
    display: block;
    text-decoration: none;
}
.main-bikefinder #bikes_content_right .item .text h4 a:hover {
    color: #0079C0;
}
.main-bikefinder #bikes_content_right .item .text h5 {
    font-size: 0.9em;
    font-weight: normal;
}
.main-bikefinder #bikes_content_right .item .text h5 a {
    color: #555555;
    display: block;
    text-decoration: none;
}
.main-bikefinder .#bikes_content_right .item .text h5 a span.type {
    color: #999999;
    padding: 0 0 0 5px;
}
.main-bikefinder #bikes_content_right .item .text h6 {
    font-size: 1.1em;
}
.main-bikefinder #bikes_content_right .item .text h6 a {
    display: block;
}
.main-bikefinder #bikes_content_right .item .text h6 a:hover {
    color: #0079C0;
}


/* 追加分 */
.gcw-background-ON-ROAD-PERFORMANCE {
    background: none repeat scroll 0 0 #585747;
}
.gcw-background-ON-ROAD-SPORT {
    background: none repeat scroll 0 0 #94948A;
}
.gcw-background-ON-ROAD-LIFESTYLE {
    background: none repeat scroll 0 0 #BCBEAD;
}
.gcw-background-X-ROAD-PERFORMANCE {
    background: none repeat scroll 0 0 #BD1B20;
}
.gcw-background-X-ROAD-SPORT {
    background: none repeat scroll 0 0 #F58220;
}
.gcw-background-X-ROAD-LIFESTYLE {
    background: none repeat scroll 0 0 #FCAF17;
}
.gcw-background-OFF-ROAD-PERFORMANCE {
    background: none repeat scroll 0 0 #0076A3;
}
.gcw-background-OFF-ROAD-SPORT {
    background: none repeat scroll 0 0 #00ACCD;
}
.gcw-background-OFF-ROAD-LIFESTYLE {
    background: none repeat scroll 0 0 #65B4C6;
}
/* 追加分ここまで */


.gcw-background-men-onroad-performance {
    background: none repeat scroll 0 0 #585747;
}
.gcw-background-men-onroad-sport {
    background: none repeat scroll 0 0 #94948A;
}
.gcw-background-men-onroad-lifestyle {
    background: none repeat scroll 0 0 #BCBEAD;
}
.gcw-background-men-xroad {
    background: none repeat scroll 0 0 #BD1B20;
}
.gcw-background-men-xroad-performance {
    background: none repeat scroll 0 0 #BD1B20;
}
.gcw-background-men-xroad-sport {
    background: none repeat scroll 0 0 #F58220;
}
.gcw-background-men-xroad-lifestyle {
    background: none repeat scroll 0 0 #FCAF17;
}
.gcw-background-men-offroad {
    background: none repeat scroll 0 0 #0076A3;
}
.gcw-background-men-offroad-performance {
    background: none repeat scroll 0 0 #0076A3;
}
.gcw-background-men-offroad-sport {
    background: none repeat scroll 0 0 #00ACCD;
}
.gcw-background-men-offroad-lifestyle {
    background: none repeat scroll 0 0 #65B4C6;
}
.gcw-background-women-onroad {
    background: none repeat scroll 0 0 #585747;
}
.gcw-background-women-onroad-performance {
    background: none repeat scroll 0 0 #585747;
}
.gcw-background-women-onroad-sport {
    background: none repeat scroll 0 0 #94948A;
}
.gcw-background-women-onroad-lifestyle {
    background: none repeat scroll 0 0 #BCBEAD;
}
.gcw-background-women-xroad {
    background: none repeat scroll 0 0 #BD1B20;
}
.gcw-background-women-xroad-performance {
    background: none repeat scroll 0 0 #BD1B20;
}
.gcw-background-women-xroad-sport {
    background: none repeat scroll 0 0 #F58220;
}
.gcw-background-women-xroad-lifestyle {
    background: none repeat scroll 0 0 #FCAF17;
}
.gcw-background-women-offroad {
    background: none repeat scroll 0 0 #0076A3;
}
.gcw-background-women-offroad-performance {
    background: none repeat scroll 0 0 #0076A3;
}
.gcw-background-women-offroad-sport {
    background: none repeat scroll 0 0 #00ACCD;
}
.gcw-background-women-offroad-lifestyle {
    background: none repeat scroll 0 0 #65B4C6;
}
.gcw-background-youth-onroad {
    background: none repeat scroll 0 0 #BCBEAD;
}
.gcw-background-youth-onroad-sport {
    background: none repeat scroll 0 0 #94948A;
}
.gcw-background-youth-onroad-lifestyle {
    background: none repeat scroll 0 0 #BCBEAD;
}
.gcw-background-youth-bmx {
    background: none repeat scroll 0 0 #372225;
}
.gcw-background-youth-bmx- {
    background: none repeat scroll 0 0 #372225;
}
.gcw-background-youth-bmx-sport {
    background: none repeat scroll 0 0 #372225;
}
.gcw-background-youth-xroad {
    background: none repeat scroll 0 0 #F58220;
}
.gcw-background-youth-xroad-sport {
    background: none repeat scroll 0 0 #F58220;
}
.gcw-background-youth-xroad-lifestyle {
    background: none repeat scroll 0 0 #FCAF17;
}
.gcw-background-youth-offroad {
    background: none repeat scroll 0 0 #00ACCD;
}
.gcw-background-youth-offroad-performance {
    background: none repeat scroll 0 0 #00ACCD;
}
.gcw-background-youth-offroad-sport {
    background: none repeat scroll 0 0 #00ACCD;
}
.gcw-background-youth-offroad-lifestyle {
    background: none repeat scroll 0 0 #65B4C6;
}
.gcw-background-adult-onroad {
    background: none repeat scroll 0 0 #585747;
}
.gcw-background-adult-onroad-performance {
    background: none repeat scroll 0 0 #585747;
}
.gcw-background-adult-onroad-sport {
    background: none repeat scroll 0 0 #94948A;
}
.gcw-background-adult-onroad-lifestyle {
    background: none repeat scroll 0 0 #BCBEAD;
}
.gcw-background-adult-xroad {
    background: none repeat scroll 0 0 #BD1B20;
}
.gcw-background-adult-xroad-performance {
    background: none repeat scroll 0 0 #BD1B20;
}
.gcw-background-adult-xroad-sport {
    background: none repeat scroll 0 0 #F58220;
}
.gcw-background-adult-xroad-lifestyle {
    background: none repeat scroll 0 0 #FCAF17;
}
.gcw-background-adult-offroad {
    background: none repeat scroll 0 0 #0076A3;
}
.gcw-background-adult-offroad-performance {
    background: none repeat scroll 0 0 #0076A3;
}
.gcw-background-adult-offroad-sport {
    background: none repeat scroll 0 0 #00ACCD;
}
.gcw-background-adult-offroad-lifestyle {
    background: none repeat scroll 0 0 #65B4C6;
}
.gcw-color-men {
    color: #0079C0;
}
.gcw-color-women {
    color: #ABC5C8;
}
.gcw-color-youth {
    color: #E0DC0D;
}
.gcw-color-livgiant {
    color: #7A2B81;
}
.gcw-color-livgiant-light {
    color: #BBA1CB;
}
.gcw-color-men-onroad {
    color: #585747;
}
.gcw-color-men-onroad-performance {
    color: #585747;
}
.gcw-color-men-onroad-sport {
    color: #94948A;
}
.gcw-color-men-onroad-lifestyle {
    color: #BCBEAD;
}
.gcw-color-men-xroad {
    color: #BD1B20;
}
.gcw-color-men-xroad-performance {
    color: #BD1B20;
}
.gcw-color-men-xroad-sport {
    color: #F58220;
}
.gcw-color-men-xroad-lifestyle {
    color: #FCAF17;
}
.gcw-color-men-offroad {
    color: #0076A3;
}
.gcw-color-men-offroad-performance {
    color: #0076A3;
}
.gcw-color-men-offroad-sport {
    color: #00ACCD;
}
.gcw-color-men-offroad-lifestyle {
    color: #65B4C6;
}
.gcw-color-women-onroad {
    color: #585747;
}
.gcw-color-women-onroad-performance {
    color: #585747;
}
.gcw-color-women-onroad-sport {
    color: #94948A;
}
.gcw-color-women-onroad-lifestyle {
    color: #BCBEAD;
}
.gcw-color-women-xroad {
    color: #BD1B20;
}
.gcw-color-women-xroad-performance {
    color: #BD1B20;
}
.gcw-color-women-xroad-sport {
    color: #F58220;
}
.gcw-color-women-xroad-lifestyle {
    color: #FCAF17;
}
.gcw-color-women-offroad {
    color: #0076A3;
}
.gcw-color-women-offroad-performance {
    color: #0076A3;
}
.gcw-color-women-offroad-sport {
    color: #00ACCD;
}
.gcw-color-women-offroad-lifestyle {
    color: #65B4C6;
}
.gcw-color-youth-onroad {
    color: #BCBEAD;
}
.gcw-color-youth-onroad-sport {
    color: #94948A;
}
.gcw-color-youth-onroad-lifestyle {
    color: #BCBEAD;
}
.gcw-color-youth-bmx {
    color: #372225;
}
.gcw-color-youth-bmx- {
    color: #372225;
}
.gcw-color-youth-bmx-sport {
    color: #372225;
}
.gcw-color-youth-xroad {
    color: #F58220;
}
.gcw-color-youth-xroad-sport {
    color: #F58220;
}
.gcw-color-youth-xroad-lifestyle {
    color: #FCAF17;
}
.gcw-color-youth-offroad {
    color: #00ACCD;
}
.gcw-color-youth-offroad-performance {
    color: #00ACCD;
}
.gcw-color-youth-offroad-sport {
    color: #00ACCD;
}
.gcw-color-youth-offroad-lifestyle {
    color: #65B4C6;
}
.gcw-color-adult-onroad {
    color: #585747;
}
.gcw-color-adult-onroad-performance {
    color: #585747;
}
.gcw-color-adult-onroad-sport {
    color: #94948A;
}
.gcw-color-adult-onroad-lifestyle {
    color: #BCBEAD;
}
.gcw-color-adult-xroad {
    color: #BD1B20;
}
.gcw-color-adult-xroad-performance {
    color: #BD1B20;
}
.gcw-color-adult-xroad-sport {
    color: #F58220;
}
.gcw-color-adult-xroad-lifestyle {
    color: #FCAF17;
}
.gcw-color-adult-offroad {
    color: #0076A3;
}
.gcw-color-adult-offroad-performance {
    color: #0076A3;
}
.gcw-color-adult-offroad-sport {
    color: #00ACCD;
}
.gcw-color-adult-offroad-lifestyle {
    color: #65B4C6;
}

#bike_index{
	text-align:left;
	position:relative;
}

.bike_title{
	float:left;
	margin:20px 0 25px 32px;
}

.bike_title #copy{
	margin-left:110px;
}


#bikes_p{
}

#ca_navi{
	width:953px;
	height:71px;
	text-align:right;
	margin:0 1px 0 0;
}

*html #ca_navi{
	margin:0 1px -4px 0;
}


#fd_navi{
	float:left;
	position:relative;
	top:69px;
	left:35px;
}

#fd_navi01{
	position:relative;
	margin:69px 0 0 35px;
}
#fd_navi02{
	position:relative;
	top:0px;
	margin:0px 0 0 35px;
}
#fd_navi03{
	top:0px;
	position:relative;
	margin:0px 0 0 35px;
}


#fd_navi04{
	position:relative;
}
#fd_navi05{
	position:relative;
	top:0px;
}

#fd_navi06{
	position:relative;
	top:0px;
}

#fd_navi07{
	position:relative;
	top:0px;
}
#fd_navi08{
	position:relative;
	top:0px;
}
#fd_navi09{
	position:relative;
	top:0px;
}



div#bikes_archive{
	clear:both;
	margin:0 0 30px 42px;
	height:50px;
}

div#bikes_archive h4{
	background:url(../images/title_archive.jpg) no-repeat 0 0;
	width:74px;
	height:17px;
	text-indent:-9999px;
	margin-bottom:10px;
}

div#bikes_archive ul li{
	display:block;
	float:left;
	margin-right:20px;
	border:solid 1px #CCCCCC;
}

div#bikes_archive ul li a{
	display:block;
	padding:5px 35px;
	text-decoration:underline;
}

div#bikes_archive ul li a:hover{
	display:block;
	padding:5px 35px;
	background:#F5F5F5;	
}

#tax_info {
	width:480px;
	border:solid 1px #06C;
	color:#06C;
	padding:15px;
	font-size:12px;
	margin:40px 0 0 5px;
}
#tax_info h3{
	margin-bottom:0.5em;
}

#tax_info p{
	line-height:1.5em;
}

#bikes_copy{
	position:relative;
	z-index:100;
}

#animated-introblocks {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 452px;
    position: relative;
    width: 970px;
	margin:0 auto;
}
#animated-introblocks img {
    cursor: pointer;
    display: none;
    height: 452px;
    margin: -400px 0 0 3px;
    position: absolute;
    z-index: 1;
	opacity:1;
}

#animated-introblocks img.first{
	margin-left:0;
}


.archive_title{
	float:left;
	margin:25px 0 25px 32px;
}

#archive_area{
	clear:both;
	width:933px;
	height:425px;
	margin:0 auto;
}

#archive_area li{
	display:inline;
	margin-right:8px;
}

#archive_area ul{
	margin-bottom:10px;
}

/***************************************************
	BIKESページコンテンツ
***************************************************/
div#bikes_content{
	width:970px;
	border:solid 1px #bebebe;
	background:#fff url(../images/bg_bike_left.jpg) repeat-y 0 0;
}



/* カテゴリページナビボタン */
div#bikes_content_right #ca_img{
	position:relative;
	z-index:0;
	display:block;
	width:695px;
	height:452px;
}

div#bikes_content_right #CA01FD01 a{
	display:block;
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:270px;
	left:472px;
	border: none 0px;
	z-index: 120;
	background:url(../images/space.gif);
}
div#CA01FD02 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:322px;
	left:472px;
	z-index:130;
	background:url(../images/space.gif);
}
div#CA01FD03 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:375px;
	left:472px;
	z-index:140;	
	background:url(../images/space.gif);
}

div#CA02FD01 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:241px;
	left:472px;
	z-index:2;	
	background:url(../images/space.gif);
}
div#CA02FD02 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:291px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}
div#CA02FD03 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:342px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}

div#CA03FD01 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:240px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}
div#CA03FD02 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:290px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}
div#CA03FD03 a{
	width:200px;
	height:44px;
	position:absolute;
	text-indent:-9999px;
	top:342px;
	left:472px;
	z-index:2;
	background:url(../images/space.gif);
}


div.bikes_sub_content{
	width:340px;
	float:left;
	border:solid 1px #cdcdcd;
	margin-top:10px;
	margin-right:15px;
	margin-bottom:0px;
}

div.bikes_sub_content_head{
	width:340px;
	/*background-color:#444444;*/
	color:white;
}

.CA01_FD01{
	background:#575546;
}

.CA01_FD02{
	background:#9f9e94;
}

.CA01_FD03{
	background:#caccb9;
}

.CA02_FD01{
	background:#c20813;
}

.CA02_FD02{
	background:#f08200;
}

.CA02_FD03{
	background:#f8b500;
}

.CA03_FD01{
	background:#0075a8;
}

.CA03_FD02{
	background:#009fc9;
}

.CA03_FD03{
	background:#72b9cf;
}



div.bikes_sub_content_head p{
	padding-left:5px;

}

div.border_color_P{
	border-left:solid 5px #0079c0;
}

div.border_color_L{
	border-left:solid 5px #f4b800;
}

div.bikes_sub_content_body{
	width:325px;
	padding-bottom:5px;
}

div.seriese_head{
	width:335px;
	margin:10px 0 8px 10px;
}
*html div.seriese_head{
	width:325px;
}

div.seriese_body{
	width:320px;
	margin:0px 0 15px 10px;
}

div.seriese_image{
	float:left;
	margin-right:8px;
}

div.seriese_body div.bike_list{
	float:left;
	width:162px;
}


div.seriese_body li{
	line-height:1.2em;
	/* font-family: "Osaka", "ＭＳ ゴシック",verdana,arial,sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}


div.bikes_sub_content1{
	width:340px;
	float:left;
	clear:left;
	border:solid 1px #cdcdcd;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content2{
	width:340px;
	float:left;
	border:solid 1px #cdcdcd;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content3{
	width:340px;
	float:left;
	border:solid 1px #cdcdcd;
	position:absolute;
	top:186px;
	left:359px;
	margin-top:0px;
	margin-bottom:0px;
}

div.bikes_sub_content5{
	width:340px;
	float:left;
	clear:left;
	border:solid 1px #cdcdcd;
	position:relative;
	top:-105px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content6{
	width:340px;
	float:left;
	border:solid 1px #cdcdcd;
	clear:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
}

div.bikes_sub_content6 .bikes_sub_content_body{
	width:325px;
	padding-bottom:0px;
	margin-bottom:-5px;
}

div.bikes_sub_content7{
	width:340px;
	float:left;
	border:solid 1px #cdcdcd;
	position:relative;
	top:-410px;
	margin-left:8px;
	margin-bottom:0px;
}

*+html div.bikes_sub_content7{
	top:10px;
	left:-5px;
}



div.bikes_sub_content7 div.bike_list{
	padding-bottom:0;
	margin-bottom:-20px;
}


div.bikes_sub_content8{
	width:340px;
	float:left;
	border:solid 1px #cdcdcd;
	position:relative;
	top:-400px;
	margin-left:8px;
	margin-bottom:0px;
}


*+html div.bikes_sub_content8{
	top:20px;
	left:-5px;
}


*+html div.bikes_sub_content3{
	top:186px;
}


/***************************************************
	BIKE詳細ページコンテンツ
***************************************************/
div#bike_datail_content{
	width:970px;
	margin:0 auto;
	position:relative;
}

div#bike_datail_content #pan{
	clear:both;
	width:970px;
	height:23px;
	border-bottom:solid 1px #dddddd;
	background:#eeeeee;
	color:#666;
	text-indent:15px;
	margin:0 auto;
	padding:7px 0 0 0;
	font-size:10px;
	text-align:left;
}

div#bike_datail_content #pan a{
	color:#999;
	font-size:10px;
}

div#bike_datail_content #pan a:hover{
	color:#555;
}

#modelname {
    padding: 15px 0 0;
    position: absolute;
    text-align: right;
    width: 970px;
    z-index: 100;
}

#modelname img{
	margin-right:20px;
}

.price {
    background: url("../images/bg_price_tag.jpg") no-repeat scroll right top transparent;
    height: 66px;
    margin: 60px 0 0 821px;
    position: absolute;
    width: 149px;
    z-index: 100;
}

.priceliv {
    background: url("../images/bg_price_tag_liv.jpg") no-repeat scroll right top transparent;
    height: 66px;
    margin: 60px 0 0 821px;
    position: absolute;
    width: 149px;
    z-index: 100;
}

.priceliv p{
	padding:38px 0 0 13px;
	color:#FFF;
	text-align:left;
	font-size:10px;
	line-height:160%;
	text-indent:0.5em;
}

.price p{
	padding:38px 0 0 13px;
	color:#FFF;
	text-align:left;
	font-size:10px;
	line-height:160%;
	text-indent:0.5em;
}

.price p#tax,
.priceliv p#tax{
	position:absolute;
	top:6px;
	left:60px;
	padding:0;
	text-indent:0;
}



#product-image {
    height: 420px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 970px;
}
#product-image img {
	position:relative;
	top:10px;
	left:10px;
}
div.bottomshadow970 {
    margin: 400px 0 0;
    position: absolute;
    z-index: 100;
}

#angle{
	position:absolute;
	right:10px;
	top:170px;
}



#actionbar {
    background: url("../images/bg_actionbar.gif") repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
	position:relative;
	width:970px;
	height:58px;
}
#actionbar #thumbs {
    float: left;
    padding: 6px 0 0;
    width: 630px;
	text-align:left;
	position:relative;
}
#actionbar #download {
	position:absolute;
    padding: 8px 0;
    width: 160px;
	display:block;
	top:2px;
	right:30px;
}

#actionbar #download_2 {
	position:absolute;
    padding: 8px 0;
    width: 160px;
	top:2px;
	right:290px;
}

#actionbar #download_2 .right0{
	position:absolute;
	right:-310px!important;
}

#actionbar #download_2 .right1{
	position:absolute;
	right:-120px!important;
}

#actionbar #rev_showcase {
	position:absolute;
    padding: 0px 0;
    width: 169px;
	display:block;
	top:4px;
	right:20px;
}



#actionbar #compare {
    float: left;
    padding: 8px 0;
    width: 160px;
	position:absolute;
	right:10px;
}

#actionbar #thumbs .item-first {
    margin-left: 22px;
}

.col_title{
	float:left;
	margin:18px 5px 0 20px;
}


.vari_img{
	moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	behavior: url(border-radius.htc);
	border:solid 1px #ccc;
	margin-left:15px;
}


.vbold{
	border:solid 2px #333;
}

a.button {
    color: #333333;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 35px;
    padding: 0 0 0 35px;
    text-decoration: none;
    text-transform: uppercase;
	text-align:left;
}

a.button_2 {
    color: #333333;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 35px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
}



a.button-compare {
    background: url("../images/bg_button_compare.png") no-repeat scroll 0 0 transparent;
    width: 151px;
}
a.button-compare:hover {
    background: url("../images/bg_button_compare_hover.png") no-repeat scroll 0 0 transparent;
    color: #000000;
}
a.button-pdf {
    background: url("../images/bg_button_pdf.png") no-repeat scroll 0 0 transparent;
    width: 170px;
}
a.button-pdf:hover {
    background: url("../images/bg_button_pdf_hover.png") no-repeat scroll 0 0 transparent;
    color: #000000;
}

a.button-pdf300 {
    background: url("../images/bg_button_300_pdf.png") no-repeat scroll 0 0 transparent;
    width: 300px;
	position:relative;
	right:80px;
}
a.button-pdf300:hover {
    background: url("../images/bg_button_300_pdf_hover.png") no-repeat scroll 0 0 transparent;
    color: #000000;
}
a.button-pdf300_02 {
    background: url("../images/bg_button_300_pdf.png") no-repeat scroll 0 0 transparent;
    width: 300px;
	position:relative;
	right:340px;
        float: left;
}
a.button-pdf300_02:hover {
    background: url("../images/bg_button_300_pdf_hover.png") no-repeat scroll 0 0 transparent;
    color: #000000;
}

a.button-file {
    background: url("../images/bg_button_file.png") no-repeat scroll 0 0 transparent;
    width: 151px;
}
a.button-file:hover {
    background: url("../images/bg_button_file_hover.png") no-repeat scroll 0 0 transparent;
    color: #000000;
}



/* 比較　*/
#compare-panel {
    border-bottom: 1px dotted #444444;
    height: 60px;
    text-align: right;
	display:none;
}
#compare-panel .data {
    padding: 10px 0 0 10px;
	float:left;
	vertical-align:middle;
	margin-right:20px;
}

#compare-panel .data img{
	vertical-align:middle;
	margin-left:10px;
}


#compare-panel .data select{
	width:200px;
	margin-top:5px;
	float:left;
}

.compari{
	padding:20px;
}


.tabs {
    background: url("../images/bg_tabs.png") repeat-x scroll center bottom #DDDDDD;
	height:45px;
}
.tabs ul {
    list-style: none outside none;
    margin: 0 0 0 15px;
    padding: 10px 0 0;
}
.tabs ul li {
    float: left;
    font-size: 1.1em;
    margin: 0 2px 0 0;
}
.tabs ul li a {
    background: url("../images/bg_tab150.png") no-repeat scroll 0 0 transparent;
    color: #DDDDDD;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
}

.tabs ul li.newstab a {
    background: url("../images/bg_tab180.png") no-repeat scroll 0 0 transparent;
    color: #DDDDDD;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 35px;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
    width: 176px;
}

.tabs ul.liv li a {
    background: url("../images/bg_tab_liv.png") no-repeat scroll 0 0 transparent;
    color: #DDDDDD;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
}

.tabs ul.liv li.newstab a {
    background: url("../images/bg_tab180_liv.png") no-repeat scroll 0 0 transparent;
    color: #DDDDDD;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 35px;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
    width: 176px;
}



.tabs ul.liv li a:hover {
    background: url("../images/bg_tab_liv_on.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.tabs ul.liv li.newstab a:hover {
    background: url("../images/bg_tab180_liv_on.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}



.tabs ul li a:hover {
    background: url("../images/bg_tab150_hover.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.tabs ul li a.active {
    background: url("../images/bg_tab150_active.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}
.tabs ul li.newstab a:hover {
    background: url("../images/bg_tab180_hover.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.tabs ul li.newstab a.active {
    background: url("../images/bg_tab180_active.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.tab-content{
	text-align:left;
	padding-bottom:20px;
	zoom:1;
}

.tab-content .margin {
    margin: 10px 20px 20px;
	zoom:1;
}
.tab-content h2 {
    width: 800px;
}
.tab-content .right_acc h2 {
	width:inherit;
}

.tab-content p.content {
    font-size: 1em;
    line-height: 1.5em;
}
.tab-content p.intro {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
}
.tab-content ul {
    color: #555555;
    font-size: 1em;
    margin: 0 0 0 15px;
    padding: 0;
}
.tab-content ul li {
    margin: 0 0 5px;
}

#tabsection-overview{
	zoom:1;
}

#tabsection-overview #uk-icon {
    float: right;
    margin: 0 0 15px 15px;
    width: 110px;
}
#tabsection-overview h3 {
    color: #444444;
    margin: 0 0 15px;
    text-transform: uppercase;
}
#featured-items-serie-models {
    margin: 0 0 20px;
    padding: 0;
}
#featured-items-serie-models .image img {
    padding: 10px 0 0;
}

#showcase {
    float: right;
    margin: 0 0 20px 20px;
}
*+html #showcase {
	position:absolute;
	right:10px;
}


#showcase .item {
    border: 1px solid #AAAAAA;
    width: 175px;
}
#showcase .item img {
    display: block;
}
#showcase .item h4 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
#showcase .item-hover {
    border: 1px solid #0079C2;
    cursor: pointer;
}
#showcase .item-hover h4 {
    background: none repeat scroll 0 0 #0079C2;
}


#tabsection-features dl{
	margin:30px 0 0 50px;
}

#tabsection-features dt{
	display:block;
	float:left;
	width:110px;
	font-weight:bold;
		display:list-item;
	list-style-type:disc;
	list-style-position:outside;
	line-height:1.4em;

}

#tabsection-features dd{
	line-height:1.4em;
}



#tabsection-features p{
	margin-bottom:10px;
}


#relatedmodels {
    float: left;
    width: 500px;
}

#relatedmodels h3{
	color:#333;
	margin:15px 0 10px 0;
	font-family:Arial, Helvetica;
	font-size:1.2em;
}


#relatedgear {
    float: left;
    width: 350px;
}

#relatedgear h3{
	color:#333;
	margin:15px 0 10px 0;
	font-family:Arial, Helvetica;
	font-size:1.2em;
}

#relatedgear .featured-items {
    padding: 0;
}

.featured-items {
    line-height: 1em;
    padding: 15px 0 0 15px;
}
.featured-items h2 {
    margin: 0 0 5px;
}
.featured-items .series_w {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    height: 120px;
    margin: 0 10px 10px 0;
    width: 100px;
}

.featured-items .series_w_liv {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    height: 120px;
    margin: 0 10px 10px 0;
    width: 100px;
}


.featured-items .series_w:hover{
    border: 1px solid #069;
	cursor:pointer;
}

.featured-items .series_w:hover .name a{
	color:#069;
}

.featured-items .series_w_liv:hover{
    border: 1px solid #761b79;
	cursor:pointer;
}

.featured-items .series_w .image,.featured-items .series_w_liv .image {
    height: 75px;
    width: 100px;
	text-align:center;
}
.featured-items .series_w .image a,.featured-items .series_w_liv .image a {
    display: block;
}
.featured-items .series_w .name {
    color: #222222;
    font-size: 10px;
    padding: 10px;
    text-align: center;
	font-family:Arial, Helvetica;
}

.featured-items .series_w .name.name2 {
    padding: 10px 0 0;
}
.featured-items .series_w_liv .name {
    color: #761b79;
    font-size: 0.85em;
    padding: 10px;
    text-align: center;
	font-family:Arial, Helvetica;
}

.featured-items .series_w .name a {
    color: #999999;
	font-size: 10px;
	text-decoration:underline;
}

.featured-items .series_w_liv .name a {
    color: #761b79;
	font-size: 1em;
	text-decoration:underline;
}



#relatedgear .featured-items .series_w {
    height: 145px;
}
#relatedgear .featured-items .series_w .image {
    height: 100px;
}
p.disclaimer {
    font-size: 0.9em;
    margin: 5px 0 10px;
}
table.bike-specifications {
    border-collapse: collapse;
    margin: 0 0 10px;
    width: 860px;
}
table.bike-specifications tr th {
    width: 250px;
}
table.bike-specifications tr th, table.bike-specifications tr td {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
table.bike-specifications tr th.heading {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #555555;
}
table.bike-specifications tr th.heading h3 {
    font-size: 0.9em;
    margin: 0;
    text-transform: uppercase;
}
table.geometry {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 860px;
}
table.geometry tr th {
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    color: #555555;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
table.geometry tr td {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
table.geometry tr.units td {
    color: #999999;
}
table.geometry tr td.size {
    width: 90px;
}

#tabsection-features,#tabsection-specifications,#tabsection-geometry,#tabsection-technologies,#tabsection-news,#tabsection-news,#tabsection-products,#tabsection-video{
	display:none;
}

#tabsection-technologies .item {
    background: url("../images/bg_related_technology.png") no-repeat scroll left bottom #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 20px 20px 0;
    width: 400px;
}

#tabsection-technologies img {
    margin: 10px 0 0 20px;
}
#tabsection-technologies h2 img {
    margin: 10px 0 0 0px;
}

#tabsection-technologies .item .text {
    color: #444444;
    float: left;
    padding: 10px 0 0;
    width: 280px;
}
#tabsection-technologies .item .text h3 {
    font-size: 1.1em;
    margin: 0 0 5px;
}
#tabsection-technologies .item .text h3 a {
    color: #444444;
    text-decoration: none;
}
#tabsection-technologies .item .text h4 {
    color: #777777;
    font-size: 1em;
    margin: 0 0 10px;
}
#tabsection-technologies .item .text p {
    margin: 0;
}
#tabsection-news .item {
    background: url("../images/bg_related_news.png") no-repeat scroll center bottom #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 20px 20px 0;
    width: 400px;
}

a.readmore-icon {
    background: url("../images/icon_readmore_black_small.png") no-repeat scroll 0 0 transparent;
    color: #444444;
    display: block;
    font-size: 0.9em;
    line-height: 16px;
    padding: 0 10px 0 20px;
}

#tabsection-news .item .image {
    float: left;
    width: 110px;
}
#tabsection-news .item .image div {
    height: 70px;
    width: 90px;
}
#tabsection-news .item .text {
    color: #444444;
    float: left;
    padding: 12px 0 0;
    width: 280px;
}
#tabsection-news .item .text h3 {
    font-size: 1.1em;
    margin: 0 0 0 0;
}
#tabsection-news .item .text h3 a {
    color: #444444;
    text-decoration: none;
}
#tabsection-news .item .text p {
    margin: 0;
}

#blog_area{
	width:930px;
	margin:0 auto;
}

#bn_area{
	width:930px;
	margin:0 auto;
}

#bn_area img{
	margin-bottom:10px;
}


.tab_banner{
	margin-left:20px;
}

table#comparison {
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    font-size: 0.9em;
    margin: 0 0 30px;
}
table#comparison tr th {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
    vertical-align: top;
    width: 150px;
}
table#comparison tr td {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 20px 5px 0;
    vertical-align: top;
    width: 230px;
}
table#comparison tr.even th {
    background: none repeat scroll 0 0 #FFFFFF;
}
table#comparison tr.even td {
    background: none repeat scroll 0 0 #FFFFFF;
}
table#comparison tr.remove th, table#comparison tr.remove td {
    border: medium none;
    text-align: right;
}
table#comparison tr.remove td a {
    color: #999999;
}
table#comparison tr.image th, table#comparison tr.image td {
    border: medium none;
    padding-top: 0;
}
table#comparison tr.name td {
    font-size: 1.5em;
    font-weight: bold;
}
table#comparison tr.name td a {
    color: #0079C0;
    text-decoration: none;
}
table#comparison tr.price td {
    border-top: 2px solid #AAAAAA;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3em;
}
table#comparison tr.price th {
    border-top: 2px solid #AAAAAA;
}
table#comparison tr th.heading {
    background: url("/images/interface/bg_curvedlines.gif") repeat scroll 0 0 transparent;
}
table#comparison tr th.heading h3 {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}
table#comparison tr.last td {
    padding-bottom: 15px;
}



/***************************************************
　バイク詳細画面　共通
***************************************************/
div#bike_kyotsu table{
	width:98%;
	border-collapse:collapse;
}

div#bike_kyotsu th{
 	vertical-align:top;
	text-align:left;
}

div#bike_kyotsu td{
 	vertical-align:top;
	text-align:left;
}


.other_model{
	font-weight:bold;
	font-size:16px;
	letter-spacing:0em;
	line-height:normal;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: solid 3px #ccc;
}

.news_contents{
	font-weight:bold;
	font-size:15px;
	letter-spacing:0em;
	line-height:normal;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	border-bottom: solid 3px #ccc;
}


h2.comment_cap{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	color:#000;
	margin:20px 0;
}

p.comment{
	font-size:1em;
	line-height:1.45em;
	letter-spacing:-0.05em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

p.comment .mini{
	font-size:8px;
	line-height:1.45em;
	letter-spacing:0em;
	font-family: "ヒラギノ角ゴ Pro W3","Osaka","ＭＳ ゴシック",Arial,Helvetica,san-serif;
}

div#bike_series{
}


div#bike_news{
	margin-bottom:0px;
}

div#bike_news div{
	width:296px;
	font-size:11px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	height:60px;
	border:solid 1px #ccc;
	margin-bottom:10px;
}

div#bike_news div img{
	display:block;
	float:left;
	border-right:solid 1px #ccc;
	margin-right:8px;
}

div#bike_news div .news_title{
	padding:22px 0 0 0px;
	line-height:normal;
}



div#bike_bnner img{
	margin-bottom:10px;
}

/***************************************************
　バイク詳細画面　フルスペック
***************************************************/
div#fullspec_area{
	margin-bottom:20px;
}

div#fullspec_area table
{
	table-layout:fixed;
	border-collapse:collapse;
	margin:auto;
	margin-top:20px;
}


div#fullspec_area th
{
	width:220px;
	height:35px;
	border-bottom:solid 1px #ccc;
	background-color:#eeeeee;
	font-weight:bold;
	color:#333;
	white-space:nowrap;
	text-align:left;
	text-indent:10px;
}

div#fullspec_area td
{
	width:570px;
	height:35px;
	padding-left:15px;
	background-color:#eeeeee;
	border-bottom:solid 1px #ccc;
	vertical-align:middle;
	font-weight:normal;
	white-space:normal;
}

div#fullspec_area tr:nth-child(odd) th
{
	width:220px;
	height:35px;
	border-bottom:solid 1px #ccc;
	background-color:#f5f5f5;
	font-weight:bold;
	color:#333;
	white-space:nowrap;
	text-align:left;
	text-indent:10px;
}

div#fullspec_area tr:nth-child(odd) td
{
	width:570px;
	height:35px;
	padding-left:15px;
	background-color:#f5f5f5;
	border-bottom:solid 1px #ccc;
	vertical-align:middle;
	font-weight:normal;
	white-space:normal;
}




/***************************************************
　バイク詳細画面　ジオメトリ
***************************************************/
div#geometory_area{
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px 0 0 0;
	text-align:center;
}

div#geometory_area table{
	border-collapse:collapse;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

div#geometory_area th
{
	border:solid 1px gray;
	background-color:#d3d1d1;
	font-weight:bold;
	padding:5px;
}

div#geometory_area .bike_image{
	margin-top:10px;
	margin-bottom:10px;
}

div#geometory_area td
{
	border:solid 1px gray;
	font-weight:normal;
	white-space:nowrap;
	text-align:center;
	padding:3px;
}

div#geometory_area .cap{
	text-align:left;
	margin-left:90px;
}


/***************************************************
　バイク詳細画面　比較　選択ドロップダウン
***************************************************/
div#bike_hikaku{
	margin-top:20px;
	width:628px;
}

div#bike_hikaku_head{
	width:628px;
	height:19px;
	background-image:url("../images/text_hikaku.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

div#bike_hikaku_body{
	width:628px;
	height:93px;
	background-image:url("../images/hikaku_bg.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:5px;
}

div#bike_hikaku_tasya{
	padding:20px 0px 10px 20px;
}

div#bike_hikaku_tasya img{
	vertical-align:middle;
}

*html div#bike_hikaku_tasya img{
	padding-bottom:5px;
}
*+html div#bike_hikaku_tasya img{
	padding-bottom:5px;
}

body:first-of-type div#bike_hikaku_tasya img{
	padding-bottom:3px;
}


div#bike_hikaku_kakaku{
	padding:0px 0px 5px 20px;
}

div#bike_hikaku_kakaku img{
	vertical-align:middle;
}

*html div#bike_hikaku_kakaku img{
	padding-bottom:5px;
}
*+html div#bike_hikaku_kakaku img{
	padding-bottom:5px;
}

body:first-of-type div#bike_hikaku_kakaku img{
	padding-bottom:3px;
}

div#bike_hikaku form{
	padding:0px;
	margin:0px;
}

div#bike_hikaku select{
	height:18px;
	font-size:10px;
}


/***************************************************
　バイク詳細画面　比較ページ
***************************************************/
div.bike_kyotsu th{
	width:60px;
	vertical-align:top;
	text-align:left;
}

/* 比較画面テーブル用 */
.spec table
{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	table-layout:fixed;
	border-collapse:collapse;
}

.spec th
{
	width:100px;
	height:45px;
	border:solid 1px #999999;
	background-color:#EAEAEA;
	font-size:90%;
	font-weight:bold;
	color:#438cbf;	
	white-space:nowrap;
	padding-left:5px;
}

.spec td
{
	width:300px;
	height:45px;
	padding-left:5px;
	border:solid 1px #999999;
	vertical-align:middle;
	font-size:90%;
	white-space:normal;
	font-family:Arial, Helvetica, sans-serif;
}


/***************************************************
	リブジャイアント用
***************************************************/
#liv_main_img{
	width:970px;
	height:auto;
	margin:0 auto;
}

#liv_bottom{
	width:970px;
	margin:0 auto;
	padding-bottom:30px;
	background:url(../images/liv/bg_liv_content.jpg) repeat-y;
}

#liv_bottom_left_contents{
	width:625px;
	float:left;
	margin-left:25px;
}

#liv_bottom_left_contents h2{
	margin-top:20px;
	margin-bottom:15px;
	
}

#liv_bottom_left_contents p{
	text-align:left;
	line-height:1.6;
}


#liv_bottom_right_contents{
	width:292px;
	float:right;
}

div#liv_bottom_left_contents a img{
	filter: alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
}

div#liv_bottom_left_contents a:hover img{
	filter: alpha(opacity=80);
   -moz-opacity:0.8;
   opacity:0.8;
}

.btn_area{
	margin-top:30px;
	text-align:left;
}
.btn_area img{
	margin-right:10px;
}



/***************************************************
	サブページ用
***************************************************/
div#cate_content
{
	width:1028px;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:0px;
}

div#cate_content table
{
	width:600px;
	height:auto;
	table-layout:fixed;
}

div#cate_content th
{
	width:125px;
	height:auto;
	padding:10px;
}

div#cate_content td
{
	width:475px;
	height:auto;
	padding:10px;
}

.old_model
{
	margin-left:15px;
}

.cate_box
{
	width:660px;
	height:100px;
	margin:10px 0px 20px 15px;
	padding:0px;
	background-color:#CCCCCC;
}

.cate_box img
{
	margin-right:20px;
	float:left;
	clear:left;
}

.cate_box p
{
	font-size:90%;
	margin-top:-1px;
}

#cate_road
{
	margin-bottom:0px;
	padding-top:32px;
}

#cate_road a
{
	text-decoration:none;
	font-size:170%;
	font-weight: 900;
	font-family:Arial, Helvetica, sans-serif;
	color:#EC008C;
}

#cate_mountain
{
	margin-bottom:0px;
	padding-top:32px;
}

#cate_mountain a
{
	text-decoration:none;
	font-size:170%;
	font-weight: 900;
	font-family:Arial, Helvetica, sans-serif;
	color: #0066FF;
}

#cate_lifestyle
{
	margin-bottom:0px;
	padding-top:32px;
}

#cate_lifestyle a
{
	text-decoration:none;
	font-size:170%;
	font-weight: 900;
	font-family:Arial, Helvetica, sans-serif;
	color: #479F93;
}

/***************************************************
　各サブページヘッダー
***************************************************/
div#sub_header
{
	width:950px;
	height:auto;
	margin:0px;
	padding:0px;
}

*html div#sub_header{
	margin-top:-15px;
}

div#sub_header img
{
	margin-top:10px;
}

div#sub_header h1
{
	text-indent:-9999px;
	width:0px;
	height:0px;
}

div#sub_header_sarch h2
{
	margin-top:1px;
	margin-right:5px;
	font-size:90%;
	float:left;
	clear:left;
}

div#sub_header_sarch
{
	margin-top:20px;
	margin-right:50px;
	padding:0px;
	float:right;
	clear:right;
}

/***************************************************
　各サブページコンテンツ
***************************************************/
div#sub_content
{
	width:711px;
	height:auto;
	float:right;
	margin-top:10px;
}

*html div#sub_content
{
	margin-right:-2px;
}

div#sub_content a
{
	text-decoration:none;
}

/***************************************************
　バイク一覧メニュー
***************************************************/
div#sub_content_menu
{
	width:207px;
	height:auto;
	margin-left:17px;
	margin-top:13px;
	float:left;
}

*html div#sub_content_menu
{
	margin-left:8px;
}

div#sub_content_menu_head
{
	width:207px;
	height:33px;
	background-image:url("../images/sub_navi_menu_header.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

*+html div.sub_content_menu_catehead{
	width:207px;
	height:26px;
	margin-bottom:8px;
}

div#sub_content_menu ul
{
	margin:0px;
	margin-top:-6px;
	padding:0px;
}
*html div#sub_content_menu ul{
	margin-top:0px;
}

div#sub_content_menu li
{
	list-style:none;
	margin-left:0px;
	text-decoration:none;
	background-image:url("../images/sub_navi_menu_bg.jpg");
	background-repeat:no-repeat;
	background-position:top;
	width:207px;
	min-height:24px;
	/* height:24px; */
	text-indent:15px;
}

div#sub_content_menu li a
{
}

div#sub_content_menu li a:hover
{
}

div#sub_content_menu .select_bg
{
	background-image:url("../images/sub_navi_menu_bg2.jpg");
	background-repeat:repeat-y;
	background-position:top;
}

div#sub_content_menu .bg_acc
{
	background-image:url("../images/acc/sub_navi_acc_menu_bg.jpg");
	background-repeat:repeat-y;
	background-position:top;
}

div#sub_content_menu .select_bg_acc
{
	background-image:url("../images/acc/sub_navi_acc_menu_bg_over.jpg");
	background-repeat:repeat-y;
	background-position:top;
}

div#sub_content_menu .li_bg
{
	background-image:url("../images/acc/sub_navi_acc_menu_p_bg.jpg");
	background-repeat:repeat-y;
	background-position:top;
	text-indent:-12px;
	padding-left:25px;
	padding-right:15px;
	width:167px;
}

*html div#sub_content_menu .li_bg{
	padding-top:5px;
	padding-bottom:5px;
}

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

div#sub_content_menu .li_select_bg
{
	background-image:url("../images/acc/sub_navi_acc_menu_p_bg_over.jpg");
	background-repeat:repeat-y;
	background-position:top;
	text-indent:-10px;
	padding-left:25px;
	padding-right:15px;
	width:167px;
}

*html #div#sub_content_menu .li_select_bg{
	padding-top:2px;
	padding-bottom:2px;
}

/* ACC用リストマーク */
.mark{
	background-color:#FFFFFF;
}

div#sub_content_menu_foot
{
	width:207px;
	height:17px;
	background-image:url("../images/sub_navi_menu_footer.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

/***************************************************
　ショップリスト
***************************************************/
div#dealers{
	width:970px;
	margin:0 auto;
	text-align:left;
}

div#map_area{
	width:700px;
	height:452px;
	border: solid 1px #CCC;
	margin-top:10px;
	margin-right:19px;
	padding:20px 20px 20px 28px;
	float:right;
}

*+html div#map_area{	
	margin-top:11px;
}

*html div#map_area{	
	width:720px;
	padding:10px 0 0 40px;
	margin-top:11px;
}


div#dealers_title{
	width:114;
	height:55px;
	background-image:url("../images/dealers/title_dealers.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0 0 0 15px;
}

div#shop_status_coment	
{
	margin:auto;
	height:auto;
	width:945px;
	padding-top:20px;
}

*+html div#shop_status_coment
{
	margin:auto  auto -20px auto;
}

*html div#shop_status_coment
{
	margin:auto  auto -20px auto;
}


div#shop_status_coment table
{
	/* table-layout:fixed; */
	border-collapse: collapse;
	width:228px;
	background-color:#f9f9f9;
	border:solid 1px #EAEAEA;
	margin-right:6px;
	margin-left:2px;
	float:left;
}

div#shop_status_coment table img {
	width:100%;
	height: auto;
}

div#shop_status_coment th
{
	width:176px;
	padding:8px;
}

div#shop_status_coment td
{
	vertical-align:top;
	padding:5px;
}

div#shop_status_coment dt{
	margin-bottom:8px;
}

div#shop_status_coment dt.title_store_name{
	width:215px;
	height:auto;
}


div#shop_status_coment dt img{
	width:100%;
	height:auto;
}

div#shop_status_coment dd{
	font-size:0.9em;
	line-height:1.3em;
	margin-top:1px;
	padding:0 2px;
	height:78px;
}
div#shop_status_coment dd img.gs_store{
	width:129px;
	height:auto;
}
div#shop_status_coment dd img.gps{
	width:92px;
	height:auto;
}
div#shop_status_coment dd p{
	text-align:right;
}


div#shop_status_coment #giant_store{
	text-align:right;
}

div#shop_status_coment #gpm{
	display:none;
}

*+html div#shop_status_coment #gpm{
	display:inline;
	margin-top:1px;
}


*html div#shop_status_coment #gpm{
	display:block;
	height:0;
	margin-top:-4px;
}

div#shop_list_submenu{
	width:169px;
	float:left;
	margin-left:15px;
}

*html div#shop_list_submenu{
	width:169px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

div.shop_list_sub_head{
	margin-top:1px;
}

*+html div.shop_list_sub_head{
	width:169px;
	height:35px;
	padding:0;
}

*html div.shop_list_sub_head{
	margin:0px 0 -3px 0;
	width:169px;
	height:35px;
	padding:0;
}

div.shop_list_sub_body{
	border:solid 1px #cccccc;
	padding:3px 1px 3px 3px;
	word-break:keep-all;
}

*html div.shop_list_sub_body{
	border:solid 1px #cccccc;
	padding:5px 3px 3px 3px;
	margin:-7px 0 1px 0;
}

span.shop_list_sub_city{
	margin-left:3px;
}

div#shop_list_city2menu{
	width:169px;
	margin:0 0 25px 25px;
	float:left;
	font-size:25px;
	font-weight:bold;
	line-height:1em;
}

*html div#shop_list_city2menu{
	margin:0 0 25px 12px;
}

div#shop_list_city2{
	width:742px;
	margin:0 0 25px 25px;
	float:left;
}

div#shop_list_city2 img{
	margin-bottom:5px;
}

div#shop_list_city2 select{
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3","Osaka",Arial,Helvetica,san-serif;
}

*+html div#shop_list_city2 select{
	margin-bottom:20px;
}

*html div#shop_list_city2 select{
	margin-bottom:20px;
}

div#shop_list_table
{
	margin:0 0 8px 15px;
	width:740px;
	float:right;
}

*+html div#shop_list_table
{
	margin:3px 25px 8px 0;
}

*html div#shop_list_table
{
	margin:2px 0 8px 0px;
	width:760px;
	float:left;
}


div#shop_list_table .title
{
	width:742px;
	float:right;
	font-size:16px;
	color:#5c6f7d;
	line-height:1em;
	margin-bottom:10px;
}

div#shop_list_table table
{
	table-layout:fixed;
	border-collapse:collapse;
	float:right;
	margin-right:18px;
}

div#shop_list_table th
{
	padding:3px;
	border: solid 1px #CCCCCC;
	background-color:#EAEAEA;
	font-weight:normal;
}

div#shop_list_table td
{
	padding:3px 8px;
	border: solid 1px #CCCCCC;
}

.td_data{
	text-align:center;
}

div#shop_list_table a
{
	color:#0066FF;
}

#sub_popup_dealers{
	background: #FFF;
}

div#shop_gpm_coment
{
	width:350px;
	margin:30px auto 0 auto;
}

div#shop_gpm_coment dt
{
	font-weight:bold;
	color:#657681;
	margin-top:10px;
}
div#shop_gpm_coment dd{
	text-align:left;
	line-height:1.5;
	margin-top:10px;
}

div#shop_store p
{
	margin-bottom:5px;
}


table.g_store{
	margin-bottom:20px;
	width:753px;
}

table.g_store tr td.shopimg, table.g_store_inside tr td.shopimg{
	border:none;
	padding:0!important;
	margin:0;
	background:none!important;
	position:relative;
}

table.g_store tr td .gs_info{

}

table.g_store tr td.gs{
	width:65px;
	padding:0;
	background:#eaeaea;
}

table.g_store dt{
	float:left;
	width:80px;
}

table.g_store dd{
	width:310px;
	float:left;
}

table.g_store p, table.g_store dl{
	margin-left:0px;
}

table.g_store_inside{
	margin-bottom:20px;	
	width:753px;
}

table.g_store_inside dt{
	float:left;
	margin-right:13px;
}

table.g_store_inside dd{
	float:left;
}

table.g_store_inside p, table.g_store_inside dl{
	margin-left:5px;
}

table.gpd_other{
	width:743px;
}

table.g_store_inside tr td.gsi{
	width:65px;
	padding:0;
	text-align:center;
	background:#eaeaea;
}

/***************************************************
　キャンペーン用ショップリスト
***************************************************/
div#shop_list_table_cam
{
	margin:0 auto;
	padding:0;

}

div#shop_list_table_cam .title
{
	margin-bottom:20px;
}

/* 戻るリンク */
div#shop_list_table_cam #pan{
	width:840px;
	text-align:right;
	margin:auto;
}

div#shop_list_table_cam table
{
	table-layout:fixed;
	border-collapse:collapse;
	margin:0 auto;
	border:solid 1px #CCCCCC;
}

div#shop_list_table_cam th
{
	width:50px;
	padding:3px;
	border: solid 1px #CCCCCC;
	background-color:#EAEAEA;
	font-weight:bold;
	color:#666666;
}

div#shop_list_table_cam td
{
	padding:3px 8px;
	border: solid 1px #CCCCCC;
	background:#FFF;
}


div#shop_list_table_cam a
{
	color:#0066FF;
}

/***************************************************
　GPS店舗紹介
***************************************************/
#dealers_gps_title {
	width:970px;
	margin:0 auto;
}
#dealers_gps {
	width:883px;
	margin:0 auto;
	padding:0 0 30px 0;
}

#gps_copy {
	margin:35px 0;
	font-size:16px;
	text-align:left;
}
.gps_box {
	float:left;
	width:426px;
	box-shadow:rgba(171, 170, 170, 0.74902) 0px 0px 10px 0px;
	-webkit-box-shadow:rgba(171, 170, 170, 0.74902) 0px 0px 10px 0px;
	-moz-box-shadow:rgba(171, 170, 170, 0.74902) 0px 0px 10px 0px;
	margin-right: 30px;
}
.gps_box:last-child {
	margin-right:0 !important;
}

.gps_box_inner {
	width:396px;
	margin:0 auto 25px auto;
}

.gps_box h3 {
	font-size:20px;
	font-weight:normal;
	padding:15px 0;
}

.gps_box_inner .f_left {
	float:left;
}
.store_photo_naikan {
	width:131px;
	float:left;
	margin-left:2px;
}

.store_photo_naikan img:first-child {
	margin-bottom:2px;
}

.gps_box_inner .store_comment {
	text-align:left;
	font-size:12px;
	line-height:1.2;
	margin:15px 0 18px 0;
}
.gps_box_inner .store_information {
	position: relative;
}

.gps_box_inner .store_information dl {
	width:195px;
	float:left;
	text-align:left;
	line-height:1.2;
}

.gps_box_inner .store_information dl dt {
	width:60px;
	float:left;
	clear:both;
	margin-bottom:16px;
}
.gps_box_inner .store_information dl dd {
	float:left;
	margin-bottom:16px;
}
.gps_box_inner .store_information dl dt:last-child,
.gps_box_inner .store_information dl dd:last-child {
	margin-bottom:0px;
}
.gps_box_inner .store_information dl dd.btn_gps_website {
	position:absolute;
	top:134px;
}


.gps_box_inner .store_information dl dd span {
	margin-left:-8px;
}

#dealers_gps .btn_dealers_top {
	text-align:right;
	margin-top:27px;
}

/***************************************************
　プライバシーポリシー
***************************************************/
div#privacy
{
	width:970px;
	border:solid 1px #bebebe;
	background-color:white;
	text-align:left;
	margin:0 auto;
}

div#privacy_inner
{
	width:945px;
	margin:auto;
}

div#privacy_title{
	width:945px;
	height:55px;
	background-image:url("../images/title_privacy.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}

div#privacy h3{
	margin-top:25px;
	font-size:18px;
	clear:both;
}

div#privacy p
{
	margin-top:15px;
	margin-bottom:25px;
}

div#privacy dt{
	border-left:solid 7px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	padding:3px;
	text-align:left;
	text-indent:5px;
	background-color:#F5F5F5;
}

div#privacy dd{
	padding:5px 15px;
	margin-bottom:20px;
}

div#privacy dd li{
	padding-left:1em;
	text-indent:-1em;
	margin:5px 0 0 0 ;
}


#p_text{
	float:right;
	text-align:right;
}

/***************************************************
　アバウト　会社概要
***************************************************/
div#about
{
	width:800px;
	height:auto;
	margin:auto;
}

div#about p
{
	margin-top:10px;
	margin-bottom:35px;
}

div#about table{
	border-collapse:collapse;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}

div#about th{
	width:100px;
	padding:3px 3px 3px 10px;
	text-align:left;
	font-weight:normal;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
	border-right:solid 1px gray;
}

div#about td{
	width:500px;
	padding:3px 3px 3px 10px;
	text-align:left;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
}

/***************************************************
　テクノロジー
***************************************************/
div#technology{
	width:970px;
	height:auto;
	background: url("../images/tech/bg_main_technology.gif") repeat-y scroll right top #FFFFFF;
	position:relative;
	margin:0 auto;
	text-align:left;
}

div#technology:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


div#technology_title{
	width:235px;
	height:51px;
	background:url("../images/tech/title_tecnology.png") 0 10px;
	background-repeat:no-repeat;
	margin:0 0 0 0;
}

div#tech_main{
	background:url("../images/tech/bg_technology_homepage.jpg") repeat-y 0 0;
	width:670px;
	height:450px;
	float:left;
	padding:0 15px 15px 15px;
	position:relative;
}

div#tech_sub{
	width:670px;
	float:left;
	padding:0 15px 15px 15px;
	position:relative;
}


div#tech_menu{
	float:left;
	margin:0 0 0 0px;
	width:270px;
}

#tech_menu ul li {
    background: url("../images/tech/bg_li_submenu.gif") no-repeat scroll 0 0 transparent;
    line-height: 35px;
}
#tech_menu ul li a {
    border-bottom: 1px solid #23618D;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 35px;
    padding: 0 0 0 49px;
    text-decoration: none;
    text-transform: uppercase;
    width: 220px;
}
#tech_menu ul li:hover {
    background: url("../images/tech/bg_li_submenu_hover.gif") no-repeat scroll 0 0 transparent;
}
#tech_menu ul li a.home {
    background: url("../images/tech/icon_home.png") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.advanced_sl {
    background: url("../images/tech/icon_advanced_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.advanced {
    background: url("../images/tech/icon_advanced_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.trinity_advanced_sl {
    background: url("../images/tech/icon_trinity_advanced_sl_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.composite_technology {
    background: url("../images/tech/icon_composite_technology_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.comax {
    background: url("../images/tech/icon_comax_hover.png") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.aluxx {
    background: url("../images/tech/icon_aluxx_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.compactroad {
    background: url("../images/tech/icon_compactroad_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.maestro {
    background: url("../images/tech/icon_maestro_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.hybrid {
    background: url("../images/tech/icon_hybrid_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.fivepoint {
    background: url("../images/tech/icon_fivepoint_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.overdrive {
    background: url("../images/tech/icon_overdrive_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.ridesense {
    background: url("../images/tech/icon_ridesense_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.giant3f {
    background: url("../images/tech/icon_3f_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.wheelsystems {
    background: url("../images/tech/icon_wheelsystems_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.components {
    background: url("../images/tech/icon_components_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.giant275 {
    background: url("../images/tech/icon_tech27-5_white.png") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}
#tech_menu ul li a.frametech {
    background: url("../images/tech/icon_compactroad_hover.gif") no-repeat scroll 10px 4px transparent;
    color: #FFFFFF;
}


#tech_menu ul li#currentmenu {
    background: none repeat scroll 0 0 #0079C2;
}
#tech_menu {
    margin-bottom: 20px;
}



div#technology table{
	margin:20px auto 0px auto;
}

div#technology table.data{
	margin:5px auto 0px auto ;
}



div#technology td p{
	font-size:12px;
}

div#technology .titlelogo_left{
	float:left;
	width:320px;

}

div#technology .titlelogo_right{
	float:right;
	width:180px;
	text-align:right;
}

div#technology2{
	margin-top:50px;
	margin-bottom:40px;
}

.tech_w{
	width:700px;
	float:left;
}

/* COMPOSITE TECHNOLOGY */
div#technology #composite_technology{
	width:680px;
	margin:0 auto 0 auto;
	background:url(../images/tech/bg_body_technology_single_v2.jpg) repeat-y scroll 0 0;
	float:left;
	padding:0 10px 30px 10px;
}

div#tech_sub h2#title_pro{
	margin:20px 0 20px 0;
}

#composite-h2{
	color:#FFF;
	font-size:1.4em;
}

#com_img{
	margin:15px 0 15px 0;
}

.com_copy{
	font-size:1.2em;
	line-height:1.4em;
}

.com_text {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0;
	padding:0 15px;
}

.com_area{
	border-bottom:dotted 1px #fff;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.logo_area{
	float:left;
	width:200px;
	margin-right:15px;
}


.com_text_area {
	width:460px;
	color:#fff;
	float:left;
}

.com_text_area p{
	margin-bottom:10px;
	line-height:150%;
}


.f-yel{
	color:#FF3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#composite_technology table{
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
}

#composite_technology th{
	color:#fff;
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	border-right:solid 1px #5590b9;
	border-left:solid 1px #5590b9;
	font-size:9px  !important;
	text-align:left!important;
	padding:2px!important;
	line-height:155%;
	font-weight:normal!important;
	width:auto;
	letter-spacing:-0.01em;
}

#composite_technology td{
	color:#fff;
	border-top:solid 1px #5590b9;
	border-bottom:solid 1px #5590b9;
	border-right:solid 1px #5590b9;
	border-left:solid 1px #5590b9;
	font-size:9px !important;
	padding:5px 2px!important;
	line-height:125%;
	vertical-align:middle;
	text-align:center;
	white-space:nowrap;
	width:auto;
}

#composite_technology td.comp_gr,
#composite_technology th.comp_gr {
	text-align:left;
	width:7em;
}

/* COMAX */

div#tech_sub h2#title_comax{
		margin:20px 0 20px 0;
		float:left;
}
#tech_icon_comax{
	position:relative;
	top:22px;
	left:175px;
}


#comax{
	position:relative;
	width:666px;
	height:auto;
}

#comax img{
	margin-bottom:20px;
}

span.text-indent{
	display:block;
	text-indent:-1em;
	margin-left:1em;
}

a.comax {
	color:#fff;
}
a:hover.comax {
	color:#ccc
}

/* aluxx SLR*/


#tech_icon_al_slr{
	position:relative;
	top:22px;
	left:76px;
}


#aluxx_slr{
	position:relative;
	width:666px;
	height:auto;
}

#aluxx_slr img{
	margin-bottom:20px;
}


#aluxx_slr dl{
	float:left;
	width:320px;
	font-size:10px;
	margin-bottom:20px;
}
#aluxx_slr dl:nth-child(even){
	margin-right:20px;
	margin-left:3px;
}

#aluxx_slr dt{
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.1em;
}

#aluxx_slr dd{
	margin-left:1.2em;
	line-height:1.5em;
}


/* aluxx */

div#tech_sub h2#title_aluxx{
		margin:20px 0 20px 0;
		float:left;
}

#tech_icon_al{
	position:relative;
	top:20px;
	left:100px;
}


dl#aluxx_dl{
}

dl#aluxx_dl dt{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-top:35px;
	margin-bottom:15px;
}

dl#aluxx_dl dd{
	margin-bottom:15px;
}

dl#aluxx_dl dd .text-indent{
	text-indent:-1em;
	margin-left:1em;
}

/* frame technologies */
.frametech_title{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px; 
	margin-top:20px;
	margin-bottom:2px; 
}


/* 27.5 Technology */

div#tech_sub h2#title_275{
		margin:20px 0 20px 0;
		float:left;
}

#tech_icon_275{
	position:relative;
	top:13px;
	left:125px;
}

.txt_indent{
	margin-left:0.8em;
}

#giant275 h3 {
	border-bottom:3px solid #0070bd;
	padding-bottom:5px;
	display:block;
}

#giant275 h3.w289{
	display:block;
	width:289px;
}
.btn_area {
	margin:20px 0 20px 30px;
}
.btn {
	width:180px;
	height:auto;
	background:#333;
	border-radius:6px;
	color:#FFF;
	text-align:center;
	display:block;
	position: relative;
	font-size:14px;
}

.btn.long {
	text-align:left;
}


.btn a {
	display:block;
	color:#FFF;
	text-decoration:none;
	width:100%;
	height:100%;
	padding:10px;
	margin-left:-10px;
}

.btn.long a {
	display:block;
	color:#FFF;
	text-decoration:none;
	width:100%;
	height:100%;
	padding:10px;
	margin-left:0px;
}



.btn p:after {
	content: "";
	display:block;
	width: 0;
	height: 0;
    border: 6px solid transparent;
	border-left: 4px solid #fff;
	position:absolute;
	right:10px;
	top:15px;
}

#giant275_sub {
	width:800px;
	height:500px;
	overflow:scroll;
	padding:20px;
	margin:20px auto;
	text-align:left;
}

#giant275_sub h3{
	border-bottom:3px solid #0070bd;
	padding-bottom:5px;
}



/* OVERDRIVE2 */
div#technology #overdrive{
	width:670px;
	margin:0 auto 30px auto;
}

div#tech_sub h2#title_overdrive{
	margin:20px 0 15px 0;
	float:left;
}

#tech_icon_od{
	position:relative;
	top:20px;
	left:285px;
}

.text_area_od{
	background:#f5f5f5;
	color:#041d50;
	padding:10px;
}

.text_box{
	width:450px;
	float:left;
	line-height:100%;
}

.text_box p{
	line-height:140%;
}


.img_area{
	float:right;
	width:190px;
}

.title_od{
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#od_menu_01 a{
	position:absolute;
	display:block;
	top:70px;
	left:5px;
	width:55px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

#od_menu_02 a{
	position:absolute;
	display:block;
	top:295px;
	left:360px;
	width:55px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

#od_menu_03 a{
	position:absolute;
	display:block;
	top:155px;
	left:310px;
	width:55px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

#od_menu_04 a{
	position:absolute;
	display:block;
	top:210px;
	left:270px;
	width:55px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

#od_menu_05 a{
	position:absolute;
	display:block;
	top:10px;
	left:90px;
	width:55px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}



.bg_tech{
	background:url(../images/tech/bg_body_technology_single_v2.jpg) no-repeat scroll 0 0;
	padding:10px 0;
}

#img_od{
	float:left;
	margin:20px 10px 0 0;
	position:relative;
}

#text_od li{
	color:#fff;
}


/* wheel system */
div#technology #wheel{
	width:666px;
	float:left;
}

div#tech_sub h2#title_wheelsystem{
	margin:20px 0 15px 0;
}
	
.title_ws{
	margin-bottom:15px;
}

.title_sub_ws{
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	font-family:"メイリオ", Meiryo,Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	margin-bottom:10px;
}

.text_ws{
	margin-bottom:20px;
}

#ws_img{
	width:666px;
	height:642px;
	position:relative;
}

div#tech_sub div#ws_menu_01 a{
	position:absolute;
	display:block;
	top:160px;
	left:480px;
	width:50px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

div#tech_sub div#ws_menu_02 a{
	position:absolute;
	display:block;
	top:265px;
	left:80px;
	width:50px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

div#tech_sub div#ws_menu_03 a{
	position:absolute;
	display:block;
	top:430px;
	left:205px;
	width:50px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

div#tech_sub div#ws_menu_04 a{
	position:absolute;
	display:block;
	top:470px;
	left:350px;
	width:50px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}



/* maestro */
div#technology #maestro{
	margin:auto;
	position:relative;
}

div#tech_sub h2#title_maestro{
	margin:20px 0 15px 0;
	float:left;
}

#tech_icon_ms{
	position:relative;
	top:20px;
	left:70px;
}


div#tech_sub div#maestro_01 p{
	margin-bottom:20px;
}


div#tech_sub div#maestro_menu_01 a{
	position:absolute;
	display:block;
	top:25px;
	left:580px;
	width:50px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

div#tech_sub div#maestro_menu_02 a{
	position:absolute;
	display:block;
	top:230px;
	left:392px;
	width:50px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}

div#tech_sub div#maestro_menu_03 a{
	position:absolute;
	display:block;
	top:455px;
	left:390px;
	width:50px;
	height:50px;
	text-decoration:none;
	background:url(../images/tech/space.gif) repeat;
}



/* 3f */

div#tech_sub h2#title_3f{
	margin:20px 0 15px 0;
	float:left;
}

#tech_icon_3f{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.indent{
	display:block;
	padding-left:1em;
	text-indent:-1em;
}

div#tech_sub div#txt3f_01{
	margin-top:30px;
}

div#tech_sub div#txt3f_01 p{
	margin-bottom:20px;
}

div#tech_sub div#txt3f_01 .title{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#761B7A;
	font-size:1.2em;
}


#img_3f{
	width:282px;
	float:right;
}

#txt3f_inner{
	width:630px;
	float:left;
}

/***************************************************
　お問合せ
***************************************************/
div#contact{
	width:970px;
	margin:0 auto;
	height:auto;
	background-color:#ededee;
	/*background-image:url("../images/tech/tech_img_bg.jpg");*/
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
}

div#contact_title{
	width:945px;
	height:55px;
	background-image:url("../images/contact/title_faq.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}

div#contact #btn{
	float:right;
	position:relative;
	top:-25px;
	right:280px;
}

div#contact_inner{
	width:945px;
	margin:25px auto 0 auto;
}

div#contact_inner dl dt strong{
	font-size:14px;
	font-weight:bold;
	color:#226daa;
	margin-right:3px;
}

div#contact_inner dl {
	border-left:solid 5px #CCC;
	margin-bottom:20px;
	margin-left:2px;
}


div#contact_inner dl dt{
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:solid 1px #CCC;
	margin-left:5px;
}

div#contact_inner dl dt.d_link{
	color:#06F;
}

div#contact_inner dl dt.d_link a{
	color:#06F;
}


div#contact_inner dl dd{
	padding:5px 0 5px 0;
	margin-left:5px;
}
/***************************************************
　お問合せサブページ
***************************************************/
div#contact_sub_title{
	width:945px;
	height:55px;
	background-image:url("../images/contact/title_contact.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}
div#contact #btn2{
	float:right;
	position:relative;
	top:-25px;
	right:280px;
}


div#contact_sub_inner{
	width:945px;
	margin:25px auto 0 auto;
}

div#contact_sub_inner dl dt strong{
	font-size:14px;
	font-weight:bold;
	color:#226daa;
	margin-right:3px;
}

div#contact_sub_inner dl {
	margin-bottom:20px;
	margin-left:0px;
}


div#contact_sub_inner dl dt{
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:solid 1px #CCC;
	margin-left:0px;
}

div#contact_sub_inner dl dt.d_link{
	color:#06F;
}

div#contact_sub_inner dl dt.d_link a{
	color:#06F;
}


div#contact_sub_inner dl dd{
	padding:5px 0 5px 5px;
	border-left:solid 3px #CCC;
	margin:10px 0 0 0;
}


/***************************************************
　アクセサリーページ
***************************************************/

div#acc{
	width:970px;
	background-color:#ffffff;
	position:relative;
	margin:0 auto;
	text-align:left;
}

#acc:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#acc #pan{
	clear:both;
	width:970px;
	height:23px;
	border-bottom:solid 1px #dddddd;
	background:#eeeeee;
	color:#666;
	text-indent:15px;
	margin:0 auto;
	padding:7px 0 0 0;
	font-size:10px;
	text-align:left;
}

div#acc #pan a{
	color:#999;
	font-size:10px;
}

div#acc #pan a:hover{
	color:#555;
}

#gear_cate1{
	position:relative;
}

#cate_01{
	width:299px;
	float:left;
	margin-left:15px;
}

.cate_w{
	width:299px;
	float:left;
	margin-left:15px;
}

#cate_02{
	width:299px;
	height:auto;
	margin-bottom:19px;
}

#cate_03{
	width:299px;
}


#cate_giant-shimano{
	width:299px;
	margin-bottom:6px;
}

#cate_escape{
	width:299px;
	margin-bottom:6px;
}

#cate_livgiant{
	width:299px;
}


#gear_title{
	margin:0;
	height:45px;
	position:relative;
	z-index:1000;
}


#gear_cate1 .list{
	margin-top:10px;
}

#gear_cate1 .list a.wide {
    background: url("../images/acc/bg_button_rounded_grey_140.png") no-repeat scroll 0 0 transparent;
    color: #222222;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 15px;
    margin: 0 0px 5px 6px;
    text-decoration: none;
    width: 130px;
	font-size:1em;
	font-family:Arial, Helvetica;
	text-indent:0em;
	padding-left:10px;
}
#gear_cate1 .list a.wide:hover {
    background: url("../images/acc/bg_button_rounded_grey_140_hover.png") no-repeat scroll 0 0 transparent;
    color: #0079C0;
}


#gear_cate1 .list a {
    background: url("../images/acc/bg_button_rounded_grey_140.png") no-repeat scroll 0 0 transparent;
    color: #222222;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 29px;
    margin: 0 0px 5px 6px;
    text-decoration: none;
    width: 140px;
	font-size:1em;
	font-family:Arial, Helvetica;
	text-indent:0.8em;
}
#gear_cate1 .list a:hover {
    background: url("../images/acc/bg_button_rounded_grey_140_hover.png") no-repeat scroll 0 0 transparent;
    color: #0079C0;
}

#gear_cate1 .list a span {
    padding-right: 10px;
}



#acc .left {
    width: 500px;
	float:left;
}
#acc .right {
    width: 450px;
	float:left;
	text-align:left;
}
#product-main-image {
	width:500px;
    height: 433px;
    overflow: hidden;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	margin:0 auto;
}


.acc_product_title{
	margin-top:20px;
}

#acc .bottomshadow970 {
    margin: -20px 0 0;
}
#acc #actionbar {
}
#acc #actionbar #thumbs {
    width: 770px;
}
#acc .gear-info h2 {
    font-size: 1.2em;
    margin: 0 0 3px;
    text-transform: uppercase;
}
#acc .gear-info {
    margin: 0 0 20px;
}
#acc .gear-info ul {
    margin: 0 0 0 15px;
    padding: 0;
}
#acc .gear-info ul li {
    margin: 0 0 5px;
}
#acc .right #software {
    margin: 5px 0 20px;
    padding: 0;
}
#acc .right #software .item {
    border: 1px solid #CCCCCC;
    text-align: center;
    width: 120px;
}
#acc .right #software .item img {
    display: block;
    margin: 4px 0;
}
#acc .right #software a.click {
    background: none repeat scroll 0 0 #AAAAAA;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    line-height: 20px;
    text-decoration: none;
}
#acc .right #software a.click:hover {
    background: none repeat scroll 0 0 #CCCCCC;
}
#product-variations h2 {
    border-bottom: 2px solid #CCCCCC;
    margin: 0 0 15px;
}
#product-variations .item {
    border: medium none;
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
}
#product-variations .item .image {
    margin: 0;
    width: 100px;
}
#product-variations .item .image .photoframe {
    border: medium none;
    height: 100px;
    width: 100px;
}
#product-variations .item .text {
    padding: 5px 0 0;
    text-align: center;
    width: 100px;
}
#product-variations .item .text a {
    color: #999999;
}
#sizes {
    margin: 0 0 15px;
}
#sizes table {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    width: 355px;
}
#sizes table tr th {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 3px 5px;
    text-transform: uppercase;
}
#sizes table tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 3px 5px;
}

.acc_product_title{
	font-size:16px;
	font-weight:bold;
	color:#666666;
	padding-top:8px;
}
.acc_product_title_kana{
	font-size:15px;
	font-weight:bold;
	color:#0057BA;
	line-height:0.9em;
}

p.acc_product_kakaku{
	margin-top:12px;
	margin-bottom:15px;
}

div#acc_product_image{
	text-align:center;
}

#acc .tabsection div{
	padding:10px;
}
div#acc_product_big_comment_body{
	width:400px;
	margin-top:0px;
	margin-bottom:15px;
	padding:0;
	font-size:1.1em;
}

#g_spec p{
	margin-bottom:5px;
	font-size:1em;
}

ul.acc_icon li {
	display:table-cell;
	vertical-align:middle;
}
ul.acc_icon li img{
	margin:0 20px 0 0;
}

.btn_app_store {
	margin: 0 0 10px;
}
.qr_app_store {
	position: absolute;
        top: 365px;
        left: 690px;
        width: 105px;
        height: auto;
}
.qr_app_store.btn_mg {
    top: 412px;
}

@-moz-document url-prefix() {
	.qr_app_store {   
            top: 380px;
        }
        .qr_app_store.btn_mg {   
            top: 430px;
        }
}

.text_app_download {
    margin: 10px 0 10px;
    font-weight: bold;
    line-height: 1.4;
}

.text_app_download_mini {
    font-size: 10px;
    margin: 2px 0 10px;
    line-height: 1.2;
}

.text_app_download_mini2 {
    font-size: 10px;
    margin: 6px 0 30px;
    line-height: 1.2;
}

.icon_app_store {
    width: 30px;
    height: auto;
    margin: 0 5px;
    vertical-align: middle;
}

.app-guide {
    position: absolute;
    top: 8px;
    left: -440px;
}
.quick-start {
    position: absolute;
    top: 8px;
    left: -260px;
}



div#acc_product_comment_body{
	margin-top:10px;

}


div#acc_product_vari_body{
	margin-top:8px;
	clear:both;
}

#acc_product_vari_body:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div.acc_product_vari{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    height: 120px;
    margin: 0 10px 10px 0;
    width: 100px;
	text-align:center;
	position:relative;
}

*html div.acc_product_vari{
	margin:3px 2px 0px 5px;
	height:10em;
}


div.acc_product_vari p{
	position:absolute;
	bottom:5px;
	text-align:center;
	width:95px;

}

div.acc_product_vari a{
    color: #999999;
	font-size: 0.9em;
	line-height:1.1em;
	text-decoration:underline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.acc_product_vari:hover{
    border: 1px solid #069;
	cursor:pointer;
}

div#acc_series{
	width:600px;
	margin-top:20px;
}

#acc_series h3{
	font-size:1.3em;
	font-weight:bold;
	color:#333;
}


div#acc_series li{
	float:left;
	width:122px;
	margin-right:10px;
	line-height:1.3em;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	height:157px;
	font-weight:bold;
	overflow:hidden;
}

div#acc_series p{
	line-height:1.4em;
}

div#acc_series p.s_name{
	padding:0 3px;
	width:120px;
}

div#acc_product_image_l{
	margin:20px auto;
	width:950px;
	text-align:center;
}

.t_indent{
	position:relative;
	width:380px;
	display:block;
	float:left;
	/*text-indent:-5px;*/	
}

*html .t_indent{
	margin-left:40px;
	position:relative;
	width:390px;
	padding-left:5px;
	display:block;
	text-indent:1px;
		
}
.w100{
	width:60px;
	display:block;
	float:left;
	position:relative;
	clear:left;
	margin-bottom:5px;
	}
	
*html .w100{
	width:55px;
}

.w110{
	width:70px;
	display:block;
	float:left;
	position:relative;
	margin-bottom:5px;
	clear:left;
	}


#acc_product_image_sub img{
	border:solid 1px #dedede;
}

.sub_p{
	color:#666;
	font-size:10px;
}

.main-gearfinder {
	width:970px;
    background: url("../images/acc/bg_main_bikefinder.gif") repeat-y scroll left top #FFFFFF;
}
.main-gearfinder .left_acc {
    width: 240px;
	float:left;
	text-align:left;
}
.main-gearfinder .right_acc {
    width: 730px;
	float:left;
	text-align:left;
}
.main-gearfinder .left_acc .margin {
    padding: 0;
}
.main-gearfinder .right_acc .margin {
    padding: 15px 15px 30px;
}

.main-gearfinder .left_acc #makeyourselection {
    margin: 0 0 10px;
    padding: 8px 0 8px 15px;
}
.main-gearfinder .left_acc #makeyourselection h2 {
    margin: 10px 0 0 0;
}
.main-gearfinder .left_acc #makeyourselection h2 a {
    color: #888888;
    font-size: 1.3em;
    text-decoration: none;
}
.main-gearfinder .left_acc #makeyourselection h4 {
    color: #888888;
    font-size: 0.9em;
    font-weight: normal;
    margin:5px 0 0 0;
	line-height:1.4em;
}
.main-gearfinder .left_acc .navigationblock {
    padding: 0;
}
.main-gearfinder .left_acc .navigationblock h3 {
    font-size: 1.2em;
    margin: 0;
    /*text-transform: uppercase;*/
}
.main-gearfinder .left_acc .navigationblock h3 a {
    background: url("../images/acc/bg_category.png") no-repeat scroll center bottom transparent;
    border-bottom: 1px solid #3E6F94;
    color: #FFFFFF;
    display: block;
    line-height: 35px;
    padding: 0 0 0 15px;
    text-decoration: none;
}
.main-gearfinder .left_acc .navigationblock h3 a:hover {
    background: url("../images/acc/bg_category_hover.png") no-repeat scroll 0 0 transparent;
}
.main-gearfinder .left_acc .navigationblock h3.active a{
    background: url("../images/acc/bg_category_hover.png") no-repeat scroll 0 0 transparent!important;
}

/* Liv用メニュー */
p#liv_search {
	margin:0px;
	padding:20px 0 10px 20px;
    background: url("../images/acc/bg_category_h.jpg") no-repeat scroll center 15px transparent;
	color:#FFF;
}
p#liv_search a img{
	position:relative;
	top:1px;
	margin:2px 2px 0 0;
}

.main-gearfinder .left_acc .navigationblock p a[title="Liv"] {
background: url("../images/li_empty.gif") no-repeat scroll left center transparent;
color: #fff;
padding: 0 0 0 20px;
font-size:1.3em;
font-weight:bold;
}

.main-gearfinder .left_acc .navigationblock p a[title="Liv"]:hover {
background: url("../images/li_hover.gif") no-repeat scroll left center transparent;
color: #666;
}

.main-gearfinder .left_acc .navigationblock p.active a[title="Liv"] {
background: url("../images/li_checked.gif") no-repeat scroll left center transparent;
color: #FFF;
padding: 0 0 0 20px;
}

.main-gearfinder .left_acc .navigationblock p.active a:hover {
background: url("../images/li_uncheck.gif") no-repeat scroll left center transparent;
color: #CC0000;
}


body.bg_liv .main-gearfinder .left_acc .navigationblock h3 a {
    background: url("../images/acc/bg_category_liv.jpg") no-repeat scroll center bottom transparent;
    border-bottom: 1px solid #5f25a0;
    color: #FFFFFF;
    display: block;
    line-height: 35px;
    padding: 0 0 0 15px;
    text-decoration: none;
}

body.bg_liv .main-gearfinder .left_acc .navigationblock h3 a:hover{
    background: url("../images/acc/bg_category_liv_hover.jpg") no-repeat scroll 0 0 transparent !important;
}

body.bg_liv .main-gearfinder .left_acc .navigationblock h3.active a{
    background: url("../images/acc/bg_category_liv_hover.jpg") no-repeat scroll 0 0 transparent !important;
}
.main-gearfinder .left_acc .navigationblock h3.liv a {
    background: url("../images/acc/bg_category_h.jpg") no-repeat scroll center bottom transparent;
    border-bottom: 1px solid #60308b;
    color: #FFFFFF;
    display: block;
    line-height: 35px;
    padding: 0 0 0 15px;
    text-decoration: none;
}
.main-gearfinder .left_acc .navigationblock h3.liv a:hover {
    background: url("../images/acc/bg_category_h_hover.jpg") no-repeat scroll 0 0 transparent;
}




.main-gearfinder .left_acc .navigationblock ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.main-gearfinder .left_acc .navigationblock ul li a {
    background: url("../images/acc/bg_li_subcategory.png") repeat scroll right bottom transparent;
    color: #0079C2;
    display: block;
    line-height: 35px;
    padding: 0 0 0 20px;
}
.bg_liv .main-gearfinder .left_acc .navigationblock ul li a {
	color:#5f25a0!important;
}
.main-gearfinder .left_acc .navigationblock ul li a:hover {
    background: url("../images/acc/bg_li_subcategory_hover.png") repeat scroll right bottom transparent;
}
.main-gearfinder .left_acc .navigationblock ul li.active a {
    background: url("../images/acc/bg_li_subcategory_active.png") repeat scroll right bottom transparent;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.main-gearfinder .left_acc .navigationblock ul li.active a:hover {
}
.main-gearfinder .left_acc .navigationblock ul li.active ul {
    background: url("../images/acc/bg_li_subcategory_active.png") repeat scroll right bottom transparent;
    color: #AAAAAA;
    list-style: disc outside none;
    margin: 0;
    padding: 0 0 10px 35px;
}
.main-gearfinder .left_acc .navigationblock ul li.active ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #111111;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
    text-decoration: underline;
}
.main-gearfinder .left_acc .navigationblock ul li.active ul li a:hover {
    color: #0079C2;
}
.main-gearfinder .left_acc .navigationblock ul li.active ul li.active a {
    color: #000000;
    font-weight: bold;
}

.ul_none{
	display:none;
}
.right_acc div.item_w_c1,
.right_acc div.item_w_c1_liv {
    /*background: url("../images/acc/bg_bike_result.gif") no-repeat scroll 0 0 transparent;*/
    float: left;
    height: 282px;
    margin: 0 10px 10px 0;
    width: 221px;
	text-align:center;
	position:relative;
	border:solid 1px #ccc;
}
.right_acc div.item_w_c1:nth-child(3n+1),
.right_acc div.item_w_c1_liv:nth-child(3n+1){
	margin:0 0 10px 0 !important;
}

.right_acc div.item_w_c1:hover {
    /*background: url("../images/acc/bg_bike_result.gif") no-repeat scroll 0 0 transparent;*/
	border:solid 2px #3293cc;
	box-sizing:content-box;
	width: 219px;
	height:280px;
}
.bg_liv .right_acc div.item_w_c1:hover,
.right_acc div.item_w_c1_liv:hover {
    /*background: url("../images/acc/bg_bike_result.gif") no-repeat scroll 0 0 transparent;*/
	border:solid 2px #5d2e9e;
	box-sizing:content-box;
	width: 219px;
	height:280px;
}



.right_acc div.item_w {
    background: url("../images/acc/bg_bike_result.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 202px;
    margin: 0 10px 10px 0;
    width: 223px;
	text-align:center;
	position:relative;
}

.right_acc div.item_w_sh {
    background: url("../images/acc/bg_bike_result_sh.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 180px;
    margin: 0 10px 10px 0;
    width: 223px;
	text-align:center;
	position:relative;
}

 .right_acc div.item-hover {
    background: url("../images/acc/bg_bike_result_hover.gif") no-repeat scroll 0 0 transparent;
}
.right_acc div.item_w_sh.item-hover {
    background: url("../images/acc/bg_bike_result_hover_sh.gif") no-repeat scroll 0 0 transparent!important;
}

.bg_liv .right_acc div.item-hover {
    background: url("../images/acc/bg_bike_result_hover_liv.gif") no-repeat scroll 0 0 transparent;
}

.bg_liv .right_acc div.item_w_sh.item-hover,
.right_acc .liv div.item_w_sh.item-hover {
    background: url("../images/acc/bg_bike_result_hover_sh_liv.gif") no-repeat scroll 0 0 transparent!important;
}

 .right_acc div.item_w .image {
    height: 155px;
	width:223px;
	vertical-align:middle;
	display:table-cell;
    margin: 2px 0 0 0;
	text-align:center;
}
 .right_acc div.item_w_sh .image {
    height: 130px;
	width:223px;
	vertical-align:middle;
	display:table-cell;
    margin:auto;
	text-align:center;
}

 .right_acc div.item_w_sh .photoframe{
	 margin: 15px 0 0 0;
 }


div.item_w .image img,
div.item_w_sh .image img{
	vertical-align:middle;
}

.right_acc h2 {
    margin:10px 0 20px 0;
}


.right_acc div.item_w .text,
.right_acc div.item_w_sh .text {
    text-align: center;
}
.right_acc div.item_w .text h2,
.right_acc div.item_w_sh .text h2 {
    font-size: 0.9em;
    margin: 0 0 0 0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:2.9em;
	overflow:hidden;
}

.right_acc div.item_w_c1 .text h2.blu_bar,
.right_acc div.item_w_sh .text h2.blu_bar{
	position:relative !important;
	height:auto !important;
	background:#0074b8;
	line-height:2.2;
	width:219px !important;
	margin:1px auto 0 auto  !important;
	display:block;
}

.right_acc div.item_w_c1:hover .text h2.blu_bar{
	background:#0074b8;
	line-height:2.2;
	width:221px;
	margin:0px auto 0 auto  !important;
	display:block;
}

.right_acc div.item_w_c1 .text h2.blu_bar a,
.right_acc div.item_w_sh .text h2.blu_bar a{
	color:#FFF;
	text-decoration:none;
}

.right_acc div.item_w_c1_liv .text h2.ple_bar,
.right_acc div.item_w_sh .text h2.ple_bar,
.bg_liv .right_acc div.item_w_c1 .text h2.blu_bar{
	position:relative;
	height:auto !important;
	background:#5d2e9e;
	line-height:2.2;
	width:219px;
	margin:1px auto 0 auto  !important;
	display:block;
}

.right_acc div.item_w_c1_liv:hover .text h2.ple_bar,
.bg_liv .right_acc div.item_w_c1:hover .text h2.blu_bar{
	background:#5d2e9e;
	line-height:2.2;
	width:219px;
	margin:0px auto 0 auto  !important;
	display:block;
}

.right_acc div.item_w_c1_liv .text h2.ple_bar a,
.right_acc div.item_w_sh .text h2.ple_bar a,
.bg_liv .right_acc div.item_w_c1 .text h2.blu_bar a{
	color:#FFF !important;
	text-decoration:none;
}


p.lits_price {
	margin:3px 0 0 0;
	line-height:1;
	font-size:0.9em;
}
p.lits_price span {
	font-size:0.8em;
}



.right_acc div.item_w .text h2.liv a,
.right_acc div.item_w_sh .text h2.liv a{
	color:#5f25a0!important;
}

.right_acc div.item_w .text h2.liv a:hover,
.right_acc div.item_w_sh .text h2.liv a:hover {
    color: #b19ac8!important;
}


.right_acc div.item_w .text h3,
.right_acc div.item_w_sh .text h3 {
    font-size: 1em;
    margin: 0;
}
.right_acc div.item_w .text h4,
.right_acc div.item_w .text h4 {
    color: #555555;
    font-size: 1em;
    margin: 0;
}
.right_acc article .text h4.smaller {
    color: #777777;
    font-size: 0.9em;
    font-weight: normal;
}
.right_acc div.item_w .text h3.price-after-name {
    display: inline;
    padding: 0 10px;
}
.right_acc div.item_w .text h4.price-after-name {
    display: inline;
}
body.gear .right_acc .item-gear-with-level .header {
    display: none;
}
.right_acc .item-gear-with-level .image {
}
.right_acc .item-extra-info-hover {
    background: url("/images/gear/bg_result_item-extra-info.gif") no-repeat scroll 0 0 transparent;
}
.right_acc .item-extra-info-hover .extra-info {
    background: url("/images/gear/bg_extra-info.gif") repeat-y scroll 0 0 #FFFFFF;
    border-bottom: 2px solid #0079C0;
    position: absolute;
    text-align: left;
    width: 223px;
}
.right_acc .item-extra-info-hover .extra-info ul {
    margin: 5px 10px 10px 30px;
    padding: 0;
}
.main-gearfinder .right_acc .column {
    float: left;
    width: 233px;
}
.main-gearfinder .right_acc #column-second {
    width: 233px;
}
.main-gearfinder .right_acc #column-third {
    margin-right: 0;
    width: 223px;
}
.main-gearfinder .right_acc .column .heading-text {
    height: 29px;
    margin: 0;
    width: 223px;
}
.main-gearfinder .right_acc .column .heading-text .left_acc {
    border-right: 1px solid #DDDDDD;
    float: left;
    height: 29px;
    width: 112px;
}
.main-gearfinder .right_acc .column .heading-text .right_acc {
    float: left;
    height: 29px;
    text-align: right;
    width: 110px;
}
.main-gearfinder .right_acc .column .heading-text h2 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding: 6px 0 0 10px;
    text-transform: uppercase;
}
.main-gearfinder .right_acc .column .heading-text h3 {
    color: #FFFFFF;
    font-size: 1.1em;
    margin: 0;
    padding: 8px 10px 0 0;
    text-transform: uppercase;
}
.main-gearfinder .right_acc .column .heading-image {
    height: 59px;
    margin: 0 0 10px;
    width: 223px;
}


/*  アイウェア機能一覧　*/
#eyewear_list{
	width:938px;
	margin:20px auto;
	border:solid 6px #CCC;
	background:#fff;
	padding:15px;
}

#eyewear_list h1{
	display:none;
}

#eyewear_list h2{
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
}


#eyewear_list table{
	table-layout:fixed;
	font-size:10px;
	border:solid 1px #333;
}

#eyewear_list table th,#eyewear_list table td{
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	border-bottom: dotted 1px #333;
	text-align:center;
	padding:5px;
}

#eyewear_list table td a{
	color:#000;
	text-decoration:underline;
}

#eyewear_list table td a:hover{
	color:#FFF;
}


.l-gray{
	background:#efefef;
	border-bottom:solid 1px #999!important;
}

.l-gray2{
	background:#efefef;
}



.swift_c{
	background:#06F;
	border-bottom:solid 1px #999!important;
}

.swift2_c{
	background:#39F;
	border-bottom:solid 1px #999!important;
}

.swift3_c{
	background:#3CF;
	border-bottom:solid 1px #999!important;
}

.raptor_c{
	background:#09C;
	border-bottom:solid 1px #999!important;
}

.raptor2_c{
	background:#9CF;
	border-bottom:solid 1px #999!important;
}

.sparrow_c{
	background:#6CF;
	border-bottom:solid 1px #999!important;
}


/***************************************************
　エラーページ
***************************************************/
div#error
{
	width:970px;
	height:500px;
	border:solid 1px #bebebe;
	background-color:#ffffff;
	margin:auto;
	text-align:center;
}

*html div#error{
	height:500px;
}

*+html div#error{
	height:500px;
}

div#error p
{
	width:100%;
	margin-top:230px;
	background-color:#CCCCCC;
	color:white;
}

/***************************************************
　キャンペーンページ
***************************************************/
div#cam_w
{
	width:970px;
	height:1050px;
	margin:0 auto;
	background-color:white;
	margin-bottom:20px;
	position:relative;
	z-index:0;
	text-align:left;
}

div#cam_w a img{
	filter: alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
}

div#cam_w a:hover img{
	filter: alpha(opacity=80);
   -moz-opacity:0.8;
   opacity:0.8;
}

div#cam_w #title-txt{
	position:relative;
	top:25px;
	left:35px;
}

div#cam_w #se01 {
	position:relative;
	top:45px;
	left:36px;
	float:left;
}

div#cam_w #se02 {
	position:relative;
	top:45px;
	left:28px;
	float:left;
}

div#cam_w #se03 {
	position:relative;
	top:45px;
	left:80px;
	float:left;
}


div#cam_w #se04 {
	position:relative;
	top:80px;
	left:36px;
	float:left;
}

div#cam_w #se05 {
	position:relative;
	top:80px;
	left:80px;
	float:left;
}


div#cam_w #se06 {
	position:relative;
	top:80px;
	left:65px;
	float:left;
}

#area_menu{
	padding:15px 0;
	text-align:left;
	margin-left:30px;
	font-size:14px;
}

/* X-ROADキャンペーン */
div#cam_w_x_road{
	width:900px;
	height:250px;
	margin:0 auto;
	position:relative;
	z-index:0;
	text-align:left;
}

div#cam_w_x_road a img{
	filter: alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
}

div#cam_w_x_road a:hover img{
	filter: alpha(opacity=80);
   -moz-opacity:0.8;
   opacity:0.8;
}


div#cam_w_x_road #se01 {
	position:relative;
	top:25px;
	left:0px;
	float:left;
}

div#cam_w_x_road #se02 {
	position:relative;
	top:25px;
	left:10px;
	float:left;
}

div#cam_w_x_road #se03 {
	position:relative;
	top:25px;
	left:25px;
	float:left;
}


.x_road_content #shop_list_table_cam_rd table {
	table-layout:fixed;
	width:900px;
	margin:0 auto;
}



/* リブジャイアントキャンペーン */

div#cam_w_liv
{
	width:970px;
	height:auto;
	margin:0 auto;
	background-color:white;
	margin-bottom:20px;
	position:relative;
	z-index:0;
	text-align:left;
}

div#cam_w_liv a img{
	filter: alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
}

div#cam_w_liv a:hover img{
	filter: alpha(opacity=80);
   -moz-opacity:0.8;
   opacity:0.8;
}

div#cam_w_liv p#title-txt{
	position:relative;
	margin:25px 0 0 25px;
	text-align:left;
}

.liv_xxs_copy{
	margin:25px 0 0 25px;
	line-height:1.8;
}
.liv_title{
	text-align:left;
	margin:25px 0 0 30px;
}
#liv_bike_list{
	width:920px;
	margin:0 auto;
}

#liv_bike_list p{
	float:left;
	margin:0 10px 0 0;
}
#liv_bike_list p.mr0{
	margin:0 0 0 0!important;
}


#shop_list_table_cam_rd{
	padding-bottom:20px;
}

#shop_list_table_cam_rd p{
	margin-top:10px;
	margin-left:22px;
	font-size:0.9em;
	text-align:left;
}

#shop_list_table_cam_rd table {
	table-layout:fixed;
	width:932px;
	margin:0 auto;
}

#shop_list_table_cam_rd table th
{
	padding:3px;
	border: solid 1px #CCCCCC;
	font-weight:bold;
	color:#666666;
	background:#e5e5e5;
	text-align:center;
}

#shop_list_table_cam_rd table.liv th{
	background:#eee5f4;
	color:#61006f;
}

#shop_list_table_cam_rd table.liv a{
	color:#61006f;
}


#shop_list_table_cam_rd table td
{
	padding:3px 8px;
	border: solid 1px #CCCCCC;
	background:#FFF;
	text-align:left;
}
#shop_list_table_cam_rd table td.center{
	text-align:center;
}

/***************************************************
　GRAVIER スペシャルコンテンツ
***************************************************/
#gravier{
	padding:0 0 30px 0;
}

.gravier_content{
	width:900px;
	height:auto;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#gravier_nav{
	width:970px;
	margin:0 auto;
}

#gravier_nav li{
	float:left;
	margin:0 0 0 0!important;
	padding:0 0 0 0!important;
}

#gravier_nav ul{
	margin:0 0 0 0!important;
	padding:0 0 0 0!important;
}

.index_copy{
	font-size:16px;
	text-align:left;
	margin:20px 0 30px 10px;
}

#shop_bnner{
	width:900px;
	margin:20px auto 0 auto!important;
}

/* 下層ページ */
.gravier_content #pan{
	margin:10px 0 0 0;
	font-size:12px;
}

.gravier_content #pan + h2,
.gravier_content #bike_area h2{
	margin:25px 0 40px 0;
}

.gravier_content .concept_w{
	width:900px;
	height:auto;
	margin:0 0 30px 0;
	padding-bottom:30px;
	border-bottom:solid 1px #ddd;
}
.gravier_content .concept_w h3{
	font-size:1.2em;
}
.gravier_conten .concept_w p{
	font-size:14px;
	margin-top:10px;
}

.img_left {
	float:left;
}
.img_right {
	float:right;
}

.img_left img,
.img_right img{
	width:440px;
	height:auto;
	border:solid 1px #ddd;
	box-sizing:border-box;
}

.concept_txt_area {
	width:430px;
}

.gravier_content #bike_area h2{
	margin:40px 0 40px 0 !important;
}

#bike_area{
	position:relative;
	width:100%;
	height:auto;
	clear:both;
}
.gravier_price {
	font-size:16px;
	font-weight:bold;
}
.btn_orange {
	background:#d36929;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
	/* box-shadow */
	box-shadow:rgba(59, 26, 7, 0.219608) 0px 0px 6px -1px;
	-webkit-box-shadow:rgba(59, 26, 7, 0.219608) 0px 0px 6px -1px;
	-moz-box-shadow:rgba(59, 26, 7, 0.219608) 0px 0px 6px -1px;	color:#FFF;
	text-align:center;
}

.btn_orange:hover{
	background:#333;
}


.btn_orange a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:90px;
	padding:5px;
	font-size:10px;
}

#bike_area .btn_orange{
	position:absolute;
	top:91px;
	left:160px;
}
#bike_area + #shop_bnner{
	width:900px;
	margin:60px auto 0px auto;
}

.compare_h2 {
	margin-bottom:15px !important;
}
.compare_text{
	display:block;
	font-size:14px;
	margin-top:20px;
}

#gravier_compare .hikaku_area {
	position:relative;
}
.cate_icon {
	position:absolute;
	top:163px;
}
.on-road {
	left:110px;
}
.x-road {
	left:90px;
}
.off-road {
	left:108px;
}


#gravier_compare .hikaku_box_title ul {
margin: 0 0 0px 130px;
}

#gravier_compare .hikaku_box_title li {
display: inline;
text-align: center;
margin: 0 0 0 0!important;
}


#gravier_compare .hikaku_title {
	width: 65px;
	float: left;
	margin-right: 20px;
}

#gravier_compare .hikaku_title img{
	width:65px;
	height:auto;
}

.dealers_h3{
	font-size:18px;
	margin-top:-20px;
}

#cam_w_gravier{
	margin:20px auto 20px auto;
}
#cam_w_gravier p{
	float:left;
	margin-right:10px;
}
#cam_w_gravier p#se03{
	margin-right:0 !important;
}

.dealers_text{
	display:block;
	font-size:14px;
	margin-top:20px;
}

.title_dealers_list{
	display:block;
	background:#eee;
	padding:10px;
	color:#444;
	border-left:solid 6px #ec6a22;
	font-size:14px !important;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

}

.gravier_content #shop_list_table_cam_rd {
padding-bottom: 20px;
}

.gravier_content #shop_list_table_cam_rd p {
margin-top: 10px;
margin-left: 0px;
font-size: 0.9em;
text-align: left;
}

.gravier_content #shop_list_table_cam_rd table {
table-layout: fixed;
width: 900px;
margin: 0 auto;
}



/***************************************************
　X-ROAD スペシャルコンテンツ
***************************************************/
#x_road{
	padding:0 0 30px 0;
}

.x_road_content{
	width:900px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

#x_road_nav{
	width:970px;
	margin:0 auto;
}

#x_road_nav li{
	float:left;
	margin:0 0 0 0!important;
	padding:0 0 0 0!important;
}

#x_road_nav ul{
	margin:0 0 0 0!important;
	padding:0 0 0 0!important;
}

.index_copy{
	font-size:16px;
	text-align:left;
	margin:20px 0 30px 10px;
}

#shop_bnner{
	width:900px;
	margin:0 auto;
}

/* 下層ページ */
.x_road_content #pan{
	margin:10px 0 0 0;
	font-size:12px;
}

.x_road_content #pan + h2{
	margin:25px 0;
}

.concept_w{
	width:432px;
	height:auto;
	float:left;
	margin:0 35px 0 0;
}

.concept_w p{
	font-size:14px;
	margin-top:15px;
}

.mr0{
	margin-right:0!important;
}

.closeup .x_road_content{
	width:970px;
	margin:0 auto;
}

.closeup .x_road_content .closeup_head{
	width:900px;
	margin:0 auto;
}

.closeup .x_road_content .closeup_bottom{
	width:900px;
	margin:20px auto;
	font-size:14px;
}

.closeup .x_road_content .closeup_bottom p{
	width:770px;
}


.closeup .showcase .tabs {
    background: url("../showcase/bg_closeup_tab.jpg") repeat-x scroll center bottom #fff;
    height: auto;
    margin: 0 0 20px;
    width: auto;
}
#tabsection-closeup2,#tabsection-closeup3{
	display:none;
}

.closeup .text-callout {
    background: url("../showcase/bg_callout_text2.jpg") repeat-x scroll 0 0 #222222;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    display: none;
    font-size: 1em;
    line-height: 1.4em;
    position: absolute;
    width: 437px!important;
    z-index: 1500;
}
.closeup .text-callout h3{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

.closeup .text-callout p{
	margin:10px 0;
}

#overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	background:#000;
	opacity:0;
	filter: alpha(opacity=0.1); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0.1)"; /* IE 8 */	
	width:100%;
	height:100%;
}


/***************************************************
　サンプルページ
***************************************************/
div#sample
{
	width:990px;
	border:solid 1px #bebebe;
	background-color:white;
}

div#sample_inner
{
	width:945px;
	margin:auto;
}

div#sample_title{
	width:945px;
	height:55px;
	background-image:url("../images/dealers/title_dealers.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++
　CLASS
++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 区切線div用 */
div.b{
	margin            :5px;
	border-color      :#5A3D1B;
	border-bottom-style:dotted;
}

/* hr */
hr{
	border-color      :gray;
}


/*テキストエリア*/
textarea{
	border-width      :1px;
}


/* メイン色（赤茶） */
.m-color01{
	background-color  :#984C29;
}

/* メイン色（黄緑） */
.m-color02{
	background-color  :#BBD230;
}

/* メイン色3（薄赤茶） */
.m-color03{
	background-color  :#5A3D1B;
}

/* センタ */
.center{
	text-align        :center;
}

/* レフト */
.left{
	text-align        :left;
}

/* ライト */
.right{
	text-align        :right;
}

/* トップ */
.top{
	vertical-align    :top;
}

/* ミドル */
.middle{
	vertical-align    :middle;
}

/* ボトム */
.bottom{
	vertical-align    :bottom;
}

/* フォントサイズ中大 */
.font-middlebig{
	font-size         :18px;
}

/* フォントサイズ中 */
.font-middle{
	font-size         :14px;
}

/* フォントサイズ小 */
.font-ssmall{
	font-size         :11px;
}

/* フォントサイズ最小 */
.font-sssmall{
	font-size         :10px;
}

/* 余白3ピクセル */
.p3{
	padding           :3px;
}

/* 余白5ピクセル */
.p5{
	padding           :5px;
}

/* 余白10ピクセル */
.p10{
	padding           :10px;
}

.h15{
	height:15px;
}

.mt1{
	margin-bottom:1px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40{
	margin-top:40px;
}

.mtb10{
	margin:20px 0 10px;
}
.mtb15{
	margin:10px 0 10px 0px;
}

.mb40{
	margin-bottom:40px;
}

.mb30{
	margin-bottom:30px;
}

.mb20{
	margin-bottom:20px;
}

.mb15{
	margin-bottom:15px;
}
.mb10{
	margin-bottom:10px;
}

.mb8{
	margin-bottom:8px;
}

.mb3{
	margin-bottom:3px;
}

.mt5{
	margin-top:5px;
}
.mb4{
	margin-bottom:4px;
}

.mb5{
	margin-bottom:5px;
}

.mb11{
	margin-bottom:11px;
}

.mb4{
	margin-bottom:4px;
}

.mr2{
	margin-right:2px;
}

.mr4{
	margin-right:4px;
}

.mr5{
	margin-right:5px;
}

.red{
	color:#F30;
}
.blue{
	color: #09F;
}


/* テーブル
.table{
	text-align        :left;
	background-color  :#CCCC99;
	border            :solid 1px gray;
	table-layout      :fixed;
	border-collapse   :collapse;
}
*/

/* 背景コーポレートカラー青 */
.b-color01{
	color             :white;
	background-color  :#0567A6;
}

/* 背景濃いオレンジ色 */
.b-color02{
	color             :white;
	background-color  :#EEC900;
}

/* 背景コーポレートカラーグレー */
.b-color03{
	background-color  :#C0C0C0;
}

/* 背景薄いオレンジ色 */
.b-color04{
	background-color  :#FFEC8B;
}

/* 背景白色 */
.b-color05{
	background-color  :#FFFFFF;
}

/* 背景灰色 */
.b-color06{
	background-color  :#CCCC99;
}

/* 背景薄青色 */
.b-color07{
	background-color  :#F5F5F5;
}

/* フォントカラーロード */
.a-fontR a{
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

.a-fontR a:hover{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

/* フォントカラーマウンテン */
.a-fontM a{
	font-size:12px;
	font-weight:bold;
	color:#599cb7;
}

.a-fontM a:hover{
	font-size:12px;
	font-weight:bold;
	color:#97cedf;
}

/* フォントカラーライフスタイル */
.a-fontL a{
	font-size:12px;
	font-weight:bold;
	color:#f08200;
}

.a-fontL a:hover{
	font-size:12px;
	font-weight:bold;
	color:#f45000;
}

/* フォントカラーアクセサリー */
.a-fontA a{
	font-size:12px;
	font-weight:bold;
	color:#8d6d90;
}

.a-fontA a:hover{
	font-size:12px;
	font-weight:bold;
	color:#FF3399;
}

/* フォントカラーアウトライン項目名 */
.f-color04{
	color:#657681;

}

.b-color-w
{
	background-color:#FFFFFF;
}

/* 更新情報枠 */
/*.whatnew-data{
	padding           :5px;
	border            :solid 1px #CCCCCC;
	background-color  :#F5F5F5;
	height            :180px;
	overflow          :auto;
}
*/
/* ※事項 */
.check-data{
	color             :#FF0066;
}

/* ※事項 */
.check-data2{
	color             :blue;
}

/* 囲み線 */
.border{
	border            :solid 1px gray;
}

/* iframe */
.iframe{
	border-width      :0px;

}

.clear{
	clear:both;
}

.f-size_small{
	font-size:10px;
}

.line
{
	margin-bottom:5px;
}

.bold{
	font-weight:bold;
}

.pointer{
	cursor:pointer
}

.fl{
	float:left;
}

.fr{
	float:right;
}


/* ダイレクトサーチ用 */
.select_01{
	background-color:#FFCCCC;
}

.select_02{
	background-color:#FFFFFF;
}


/* クリアフィックス */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 1px;
   visibility: hidden;
}

.clearboth {
	clear:both;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */




/*++++++++++++++++++++++++++++++++++++++++++++++++++
　以下未使用？
++++++++++++++++++++++++++++++++++++++++++++++++++*/

/***************************************************
　アバウト　20周年記念
***************************************************/
div#cam_20th
{
	margin-bottom:-10px;
}

div#cam_20th_link{
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	background-color:#CCCCCC;
}

/***************************************************
　アーカイブ
***************************************************/
div#archives{
	width:800px;
	margin:auto;
	margin-bottom:20px;
}

div#archives table{
	width:800px;
	margin:auto;
	border-collapse:collapse;
}

div#archives th{
	text-align:center;
}

div#archives td{
	vertical-align:top;
	text-align:center;
	padding-top:10px;
}

/***************************************************
TCR AD SL LTD
***************************************************/
div#tcr_ltd #bottomarea h2{
	background:url(../images/text_special_point.jpg) no-repeat;
	text-indent:-9999px;
	width:121px;
	height:16px;
	margin-bottom:15px;
	margin-left:25px;
}


div#tcr_ltd #bottomarea{
	padding-top:15px;
	width:850px;
	margin:auto;
	clear:both;
}

div#tcr_ltd #bottomarea table{
	margin:auto;
}

div#tcr_ltd #bottomarea th{
	padding:0px 10px 0px 10px;
	width:200px;
}

div#tcr_ltd #bottomarea td{
	padding:0px 12px 10px 12px;
	vertical-align:top;
	font-size:10px;
	text-align:center;	
}

*html div#tcr_ltd #bottomarea td{
	font-size:9px;
}

*+html div#tcr_ltd #bottomarea td{
	font-size:9px;
}

div#tcr_ltd #bottomarea img{
	border:solid 1px #CCCCCC;
}


/***************************************************
　2012 春モデルページ
***************************************************/
div#sprign_new
{
	width:990px;
	background-color:white;
	margin-bottom:20px;
}

*+html div#sprign_new img{
	display:block;
}
*html div#sprign_new img{
	display:block;
}

div#sprign_new h3#new_model
{
	background:#dedede url(../images/campaign/title_new_model.jpg) no-repeat 0 0;
	width:990px;
	height:21px;
	text-indent:-9999px;
	margin:0 auto 15px auto;
}

div#sprign_new h3#new_color
{
	background:#dedede url(../images/campaign/title_new_color.jpg) no-repeat 0 0;
	width:990px;
	height:21px;
	text-indent:-9999px;
	margin:0 auto 15px auto;
	clear:both;
}


div#sprign_new .bike_box
{
	width:950px;
	height:auto;
	margin:0 auto 0px auto;
}

div#sprign_new .bike_box .l_area{
	width:258px;
	float:left;
	margin-top:3px;
}

div#sprign_new .bike_box .r_area{
	width:675px;
	float:left;
	margin-top:60px;
}
div#sprign_new .bike_box .r_area ul li{
	display:inline;
	margin-right:50px;
}

.mr0{
	margin-right:0!important;
}


div#sprign_new .bike_box .r_area p{
	width:638px;
	line-height:150%;
	margin-bottom:30px;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#sprign_new .bike_box .r_area .mini{
	font-size:10px;
}


div#sprign_new .bike_box .r_area .sub_p{
	width:151px;
	float:left;
	margin-right:23px;
	margin-top:10px;
}

div#sprign_new .bike_box .r_area .sub_p p span{
	font-size:11px!important;
	margin:2px 0;
	padding:0;
}


div#sprign_new .bike_box .r_area .sub_p p{
	width:151px!important;
	font-size:10px;
	line-height:150%;
}



div#sprign_new .bike_box_s
{
	width:465px;
	height:175px;
	float:left;
	padding:10px 5px 0 5px;
	margin-left:10px;
	background:#fff url(../images/campaign/line_h.jpg) no-repeat right 0;
}

div#sprign_new .bike_box2_s
{
	width:465px;
	height:175px;
	float:left;
	padding:10px 5px;
	background:#fff;
	margin-left:10px;
	margin-bottom:10px;
}


div#sprign_new .bike_box_s .l_area, 
div#sprign_new .bike_box2_s .l_area
{
	width:200px;
	float:left;
	margin-left:8px;
}

.ls0{
	letter-spacing:-0.1em;
}

.ls0 span{
	letter-spacing:0em!important;
}



/***************************************************
　RIDE GIANT キャンペーンページ
***************************************************/
div#ridegiant{
	width:950px;
}

div#ridegiant img{
	float:left;
}

/***************************************************
　検索条件入力
***************************************************/
div#search_input
{
	width:800px;
	height:auto;
	margin:auto;
}

div#search_input p
{
	margin-top:10px;
	margin-bottom:35px;
}

div#search_input dt{
	border-left:solid 20px #CCCCCC;
	border-bottom:solid 3px #CCCCCC;
	padding:3px;
	text-align:left;
	text-indent:5px;
	background-color:#F5F5F5;
	margin-bottom:10px;
}

div#search_input dd{
	padding:5px 20px;
	margin-bottom:20px;
}

div#search_input table{
	border-collapse:collapse;
	border:solid 1px #cccccc;
}

div#search_input th{
	width:150px;
	padding:2px;
	border:solid 1px #cccccc;
	background-color:#F5F5F5;
	font-weight:normal;
	color:#438cbf;
	white-space:nowrap;
	text-align:left;
	text-indent:10px;
}

div#search_input td
{
	padding:5px;
	vertical-align:middle;
	font-weight:normal;
	white-space:normal;
	border:solid 1px #cccccc;
}

/***************************************************
　検索条件リスト表示
***************************************************/
div#search_list
{
	width:880px;
	height:auto;
	margin:auto;
}

div#search_list p
{
	margin-top:10px;
	margin-bottom:35px;
}

div#search_list img
{
}

div#search_list dt{
	border-left:solid 20px #CCCCCC;
	border-bottom:solid 3px #CCCCCC;
	padding:3px;
	text-align:left;
	text-indent:5px;
	background-color:#F5F5F5;
	margin-bottom:10px;
}

div#search_list dd{
	padding:5px 20px;
	margin-bottom:20px;
}

div#search_list table{
	border-collapse:collapse;
}

div#search_list th{
	padding:2px;
	border:solid 1px #cccccc;
	background-color:#F5F5F5;
	font-weight:normal;
	color:#438cbf;
	white-space:nowrap;
	text-align:center;
}

div#search_list td
{
	padding:0 5px;
	vertical-align:middle;
	font-weight:normal;
	white-space:normal;
	border:solid 1px #cccccc;
}

div#search_list .back-R
{
	background-image:url("../images/bike_menu_road.jpg");
}

div#search_list .back-M
{
	background-image:url("../images/bike_menu_mountain.jpg");
}

div#search_list .back-L
{
	background-image:url("../images/bike_menu_lifestyle.jpg");
}

/***************************************************
　キャンペーン&ショップリスト
***************************************************/
div#campaign
{
	width:720px;
	margin:auto;
}

div#campaign img
{
	margin-top:-5px;
	padding:0px;
}


div#campaign_shop
{
	width:710px;
	margin:auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*IE7*/
*+html campaign_shop
{
	width:700px;
	margin:0px 0px 10px 10px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#campaign_shop table
{
	table-layout:fixed;
	border-collapse:collapse;
	margin:5px auto 5px auto;
	border:solid 1px #CCCCCC;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

div#campaign_shop th
{
	padding:5px 0px;
	/*border-top: solid 1px #CCCCCC;*/
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px  #003399;
	border-left: solid 1px #CCCCCC;
	background-color:#EAEAEA;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

div#campaign_shop td{
	padding:5px;
	/*border-top: solid 1px #CCCCCC;*/
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px #003399;
	border-left: solid 1px #CCCCCC;
	text-decoration:none;
	font-size:10px;
}


/*IE*/
*html div#campaign_shop th{
	padding:5px 0px 5px 0px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px #003399;
	border-left: solid 1px #CCCCCC;
	background-color:#EAEAEA;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:10px;
}



*html div#campaign_shop td{
	padding:5px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: dotted 1px #003399;
	border-left: solid 1px #CCCCCC;
	text-decoration:none;
	font-size:11px;
}


div#campaign_shop a{
	color:#0066FF;
	font-size:11px;
}


div#sub_footer{
	margin-right:0px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
}

.cap{
	font-size:10px;
	margin-top:5px;
	margin-left:15px;
}

.mt-20{
	margin-top:20px;
}
.mt-10{
	margin-top:10px;
}
.mt-5{
	margin-top:5px;
}
.mb-20{
	margin-bottom:20px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-9{
	margin-bottom:9px;
}
.mr-20{
	margin-right:20px;
}
.mr-10{
	margin-right:10px;
}
.mr-5{
	margin-right:5px;
}
.ml-20{
	margin-left:20px;
}
.ml-10{
	margin-left:10px;
}
.ml-5{
	margin-left:5px;
}

.f-l{
	float:left;
}

.f-r{
	float:right;
}

.strong{
	font-weight:bold;
}

.mbbig{
	margin-bottom:10px;
}


/***************************************************
　About GIANT
***************************************************/
div#about_giant{
	width:970px;
	margin:0 auto;
}

#about_giant_inner{
	width:842px;
	height:auto;
	float:left;
}

#about_giant_inner h2{
	background:#000;
	height:71px;
}

#about_giant_inner h2#none img{
	padding-top:0;
}


#about_giant_inner h2 img{
	padding-top:22px;
}


div#about_giant_nav{
	width:128px;
	float:left;
	display:block;
}

div#about_giant_nav ul{
	position:fixed;
}


div#about_giant_nav li{
	display:block;
	margin:0;
	padding:0;
	line-height:0em;
}

#vision_w{
	width:842px;
	height:609px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#nav_vi {
    margin: 583px 0 0 752px;
    position: absolute;
    z-index: 100;
}
#nav_vi a {
    color: #333;
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 15px;
    margin: 0 5px 0 0;
    text-align: center;
    text-decoration: none;
    width: 15px;
}
#nav_vi a.activeSlide {
    color: #FFFFFF;
}
#nav_vi a:focus {
    outline: medium none;
}
#nav_vi a:hover {
    color: #FFFFFF;
}

	


#history_wrap{
	width:842px;
	height:620px;
	overflow:scroll;
	margin:0 auto;
	position:relative;
}

#history{
	width:454px;
	height:4450px;
	float:left;
	text-align:left;
	background:#0064a8;
	padding-top:15px;
}

*+html #history{
	margin-left:-420px;
}

#history p{
	margin-bottom:45px;
}


#history_txt{
	width:295px;
	float:left;
	text-align:left;
	margin:20px 0 0 40px;
	font-size:14px;
}

#history_txt p{
	margin-bottom:12px;
	line-height:1.7em;
}


#history_wrap .jspVerticalBar {
    width: 8px;
	padding-right:10px;
	background:#FFF;
}
#history_wrap .jspTrack {
    background: #fff;
}
#history_wrap .jspDrag {
    background: #ccc;
}


#carouselWrap{
	width:842px;
	height:120px;
	background:url(../images/about/history/bg_slide.jpg) repeat-x;
	background-color:#fff;
	position:relative;
}
#carouselPrev{
	width:30px;
	height:114px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
#carouselNext{
	width:30px;
	height:114px;
	position:absolute;
	top:0;
	left:812px;
	cursor:pointer;
}
#carousel{
	width:770px;
	height:120px;
	position:absolute;
	top:0;
	left:30px;
	overflow:hidden;
}
#carouselInner ul.column{
	width:770px;
	height:120px;
	margin-left:18px;
	float:left;
	display:inline;/*forIE6*/

}
#carouselInner ul.column li{
	width:180px;
	height:120px;
	float:left;
	margin-top:12px;
	display:inline;/*forIE6*/
}
#carouselInner ul.column li a{
	display:block;
}
#carouselInner ul.column li a:hover{
	display:block;
	filter: alpha(opacity=70);
   -moz-opacity:0.7;
   opacity:0.7;
}

#about_popup{
	background:#fff;
	width:328px;
	height:auto;
	padding:10px;
}

#about_popup p{
	text-align:left;
	line-height:1.2em;
}

#ml_img{
	margin-bottom:5px;
}
#about_popup h1{
	margin-bottom:10px;
}

/*  factory */
#factory_wrap{
	width:842px;
	height:auto;
}

#factory{
	width:490px;
	float:left;
	text-align:left;
	background:#0064a8;
	padding-top:15px;
	position:relative;
}

#factory #img_on{
	display:none;
	position:absolute;
	top:15px;
	left:0;
	z-index:90;
}


#factory_txt{
	width:280px;
	height:578px;
	overflow:scroll;
	float:left;
	text-align:left;
	margin:20px 0 0 40px;
	font-size:14px;
	padding-right:25px;
	padding-bottom:50px;
}

#factory_txt p{
	margin-bottom:12px;
	font-size:14px;
	line-height:1.8em;
}


#factory_txt .jspVerticalBar {
    width: 8px;
	padding-right:0px;
	background:#FFF;
}
#factory_txt .jspTrack {
    background: #fff;
}
#factory_txt .jspDrag {
    background: #ccc;
}

#factory_img{
	width:490px;
	height:331px;
	overflow:hidden;
	position:relative;
}

#factory #next{
	position:absolute;
	top:160px;
	left:461px;
	z-index:100;
}
#factory #prev{
	position:absolute;
	top:160px;
	left:0px;
	z-index:100;
}

#factory #next a:hover, #factory #prev a:hover{
	display:block;
	filter: alpha(opacity=70);
   -moz-opacity:0.7;
   opacity:0.7;
}



#factory .txt_w{
	width:221px;
	color:#fff;
	margin:20px 17px;
	float:left;
}
.mlr0{
	margin:20px 0!important;
}

#factory .txt_w h3{
	margin:0 0 5px 0;
}
#factory .txt_w h4{
	margin:5px 0 5px 0;
}


.left{
	text-align:left;
}
.right{
	text-align:right;
}

body#sub_popup{
	overflow:hidden;
	background:url(../images/about/factory/bg_factory_popup.jpg) no-repeat 0 0;
}

#factory_popup{
	width:1006px;
	height:583px;
	position:relative;
	overflow:hidden;
}
#factory_inner{
	position:relative;
	height:583px;
	/*display:none;*/
}

#factory_inner #next{
	position:absolute;
	top:280px;
	right:98px;
}

#factory_inner #prev{
	position:absolute;
	top:280px;
	left:10px;
}


#factory_popup_img{
	width:831px;
	margin:15px 0 0 40px;
	float:left;
}

#factory_txt_area{
	width:108px;
	position:absolute;
	bottom:15px;
	right:15px;
	text-align:left;
	color:#000;
}

#factory_txt_area img{
	margin-bottom:5px;
}


/* GLOBAL */
#global{
	border-left:solid 1px #ccc;
}

#global h3{
	text-align:right;
	padding-top:20px;
	margin:0px 245px 5px 0;
}

#global .copy{
	width:421px;
	line-height:2em;
	font-size:14px;
	text-align:left;
	margin-right:23px;
	float:right;
}

#global #map{
	background:url(../images/about/global/bg_global_map.jpg) no-repeat 0 0;
	width:798px;
	height:486px;
	padding-bottom:40px;
	margin:10px auto 0 auto;
	position:relative;
}

#global #map li{
}

#global #map #icon01{
	position:absolute;
	top:150px;
	left:78px;
	cursor:pointer;
}


#global #map #icon01:hover{
	width:128px;
	height:107px;
	top:61px;
	left:27px;
	background:url(../images/about/global/icon_01_on.png) no-repeat;
	text-indent:-9999px;
}

#global #map #icon02{
	position:absolute;
	top:148px;
	left:110px;
	cursor:pointer;
}
#global #map #icon02:hover{
	position:absolute;
		width:129px;
	height:292px;
	top:148px;
	left:51px;
	cursor:pointer;
	background:url(../images/about/global/icon_02_on.png) no-repeat;
	text-indent:-9999px;
}

#global #map #icon03{
	position:absolute;
	top:195px;
	left:255px;
	cursor:pointer;
}
#global #map #icon03:hover{
	position:absolute;
	width:129px;
	height:104px;
	top:109px;
	left:202px;
	cursor:pointer;
	background:url(../images/about/global/icon_03_on.png) no-repeat;
	text-indent:-9999px;
}


#global #map #icon04{
	position:absolute;
	top:193px;
	left:280px;
	cursor:pointer;
}

#global #map #icon04:hover{
	position:absolute;
	width:128px;
	height:103px;
	top:193px;
	left:221px;
	cursor:pointer;
	background:url(../images/about/global/icon_04_on.png) no-repeat;
	text-indent:-9999px;
}

#global #map #icon05{
	position:absolute;
	top:195px;
	left:298px;
	cursor:pointer;
}
#global #map #icon05:hover{
	position:absolute;
	width:128px;
	height:218px;
	top:195px;
	left:226px;
	cursor:pointer;
	background:url(../images/about/global/icon_05_on.png) no-repeat;
	text-indent:-9999px;
}

#global #map #icon06{
	position:absolute;
	top:334px;
	left:370px;
	cursor:pointer;
}
#global #map #icon06:hover{
	position:absolute;
	width:190px;
	height:43px;
	top:323px;
	left:369px;
	cursor:pointer;
	background:url(../images/about/global/icon_06_on.png) no-repeat 0 0;
	text-indent:-9999px;
}
#global #map #icon07{
	position:absolute;
	top:222px;
	left:330px;
	cursor:pointer;
}
#global #map #icon07:hover{
	position:absolute;
	width:189px;
	height:43px;
	top:210px;
	left:330px;
	cursor:pointer;
	background:url(../images/about/global/icon_07_on.png) no-repeat 0 0;
	text-indent:-9999px;
}
#global #map #icon08{
	position:absolute;
	top:235px;
	left:330px;
	cursor:pointer;
}
#global #map #icon08:hover{
	position:absolute;
	width:225px;
	height:121px;
	top:220px;
	left:330px;
	cursor:pointer;
	background:url(../images/about/global/icon_08_on.png) no-repeat 0 0;
	text-indent:-9999px;
}
#global #map #icon09{
	position:absolute;
	top:170px;
	left:300px;
	cursor:pointer;
}
#global #map #icon09:hover{
	position:absolute;
	width:129px;
	height:155px;
	top:33px;
	left:246px;
	cursor:pointer;
	background:url(../images/about/global/icon_09_on.png) no-repeat 0 0;
	text-indent:-9999px;
}
#global #map #icon10{
	position:absolute;
	top:177px;
	left:343px;
	cursor:pointer;
}
#global #map #icon10:hover{
	position:absolute;
	width:129px;
	height:110px;
	top:88px;
	left:284px;
	cursor:pointer;
	background:url(../images/about/global/icon_10_on.png) no-repeat 0 0;
	text-indent:-9999px;
}
#global #map #icon11{
	position:absolute;
	top:178px;
	left:373px;
	cursor:pointer;
}
#global #map #icon11:hover{
	position:absolute;
	width:182px;
	height:44px;
	top:167px;
	left:373px;
	cursor:pointer;
	background:url(../images/about/global/icon_11_on.png) no-repeat 0 0;
	text-indent:-9999px;
}
#global #map #icon12{
	position:absolute;
	top:116px;
	left:584px;
	cursor:pointer;
}
#global #map #icon12:hover{
	position:absolute;
	width:182px;
	height:56px;
	top:100px;
	left:584px;
	cursor:pointer;
	background:url(../images/about/global/icon_12_on.png) no-repeat 0 0;
	text-indent:-9999px;
}
#global #map #icon13{
	position:absolute;
	top:167px;
	left:607px;
	cursor:pointer;
}
#global #map #icon13:hover{
	position:absolute;
	width:182px;
	height:56px;
	top:155px;
	left:607px;
	cursor:pointer;
	background:url(../images/about/global/icon_13_on.png) no-repeat 0 0;
	text-indent:-9999px;
}
#global #map #icon14{
	position:absolute;
	top:209px;
	left:629px;
	cursor:pointer;
}
#global #map #icon14:hover{
	position:absolute;
	width:129px;
	height:106px;
	top:209px;
	left:570px;
	cursor:pointer;
	background:url(../images/about/global/icon_14_on.png) no-repeat 0 0;
	text-indent:-9999px;
}



/* sales store */
#sales_w{
		border-left:solid 1px #ccc;
}
#sales_store{
	width:783px;
	margin:0px auto 0 auto;
	padding-top:90px;
	padding-bottom:50px;
}

#sales_store .txt_w{
	width:310px;
	float:left;
	margin-left:25px;
	text-align:left;
	font-size:14px;
	line-height:1.7em;
}

#sales_store .txt_w2{
	width:310px;
	float:right;
	margin-right:25px;
	text-align:left;
	font-size:14px;
	line-height:1.7em;
}


#sales_store .txt_w h3, #sales_store .txt_w2 h3{
	color:#0064a8;
	font-size:1.4em;
	margin-bottom:10px;
	line-height:1.4em;
}

#sales_store .txt_w p,#sales_store .txt_w2 p{
	font-size:1.1em;
}

.mb50{
	margin-bottom:50px;
}


/* GJ */
#gj{
	border-left:solid 1px #b2b2b2;
	padding-top:10px;
	padding-bottom:23px;
}

h3#gj_title{
	width:759px;
	margin:15px auto;
	text-align:left;
	border-bottom:solid #dbdbdb 1px;
	padding-bottom:12px;
}

#gj table {
    margin: 10px auto 10px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 90%;
    border-collapse: collapse;
    text-align: left;
}
#gj table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: normal;
	text-align:center;
	background:#f0efef;
}
#gj table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
		background:#f0efef;

}

#top_content table tr:nth-child(2n) th, 
#top_content table tr:nth-child(2n) td{
	background:#fff;
}

#top_content table th{
	width:120px;
}

#gj_mn_eye{
	border:solid 1px #dbdbdb;
	padding:21px 13px 21px 19px;
	width:726px;
	margin:30px auto;
	text-align:left;
}

#gj_mn_eye .opa a:hover{
	filter: alpha(opacity=70);
   -moz-opacity:0.7;
   opacity:0.7;
}

#about_giant_inner #sub_title{
	background:#eeeeef;
	text-align:left;
	padding:22px 0 22px 25px;
}


#gj_sub{
	padding-top:0px;
}



.gj_w{
	width:791px;
	border:solid 1px #c9c9ca;
	padding:0 0 0 0;
	margin:23px auto 0 auto;
}

.gj_w .txt_w{
	margin:12px 0 0 12px;
	width:463px;
	float:left;
	text-align:left;
	font-size:14px;
	line-height:1.4em;
	letter-spacing:0.3px;
}
s


.gj_w .txt_w h3{
	margin-bottom:26px;
}

.gj_w .txt_w h4{
	margin-bottom:8px;
}


.btn_gj_more{
	background:#0065a8;
	text-align:right;
	padding:10px;
	margin:-1px 0 -1px 0;
}

.gj_w_sub{
	width:440px;
	height:717px;
	text-align:left;
	float:left;
}

.bg_ble{
	background:#0d6fb8;
}
.bg_red{
	background:#be1a21;
}
.bg_pup{
	background:#b19ac8;
}
.bg_gry{
	background:#595645;
}


.gj_w_sub h3{
	margin:28px 0 0 28px;
}

.gj_w_sub p{
	margin:24px 0 0 28px;
}

#txt_w_scrol{
	margin:20px 0 0 30px;
	width:365px;
	height:689px;
	font-size:14px;
	float:left;
	text-align:left;
	overflow:scroll;
	padding-bottom:65px;
	line-height:1.7em;
}

#txt_w_scrol p{
	width:330px;
	margin-bottom:14px;
}


#txt_w_scrol h4{
	margin-bottom:10px;
}

#txt_w_scrol .jspVerticalBar {
    width: 8px;
	padding-right:0px;
	background:#FFF;
}
#txt_w_scrol .jspTrack {
    background: #fff;
}
#txt_w_scrol .jspDrag {
    background: #ccc;
}


/*  SUPPORT */
#support{
	width:840px;
	border-left:solid 1px #b2b2b2;
	padding-bottom:30px;
}

.support_w{
	width:244px;
	height:auto;
	float:left;
	margin:25px 29px 15px 0;
	text-align:left;
}

.ml21{
	margin-left:21px;
}

.support_w h3{
	margin:10px auto;
	text-align:center;
}


/* JAPAN MODEL */
#japan_mdl{
	border-left:solid 1px #b2b2b2;
}

.japan_mdl_w{
	width:501px;
	float:left;
	text-align:left;
	margin:25px 0 0 42px;
}

body:nth-of-type(1) #japan_mdl #bike_img{
	width:501px;
	height:387px;
	background:#e6e6e6 url(../images/about/japan_model/bike_img.jpg) no-repeat 24px 56px;
	position:relative;
	margin-top:21px;
}

.japan_mdl_w h3{
	margin-bottom:12px;
}
.japan_mdl_w p{
	height:162px;
	height:167px\9;	
	height:167px\9;
	font-size:14px;
	line-height:1.7em;
	margin-bottom:15px;
}
:root .japan_mdl_w p{
	height:160px\9;
}

#japan_mdl #bike_img{
	width:501px;
	height:387px;
	background:#e6e6e6 url(../images/about/japan_model/bike_img.jpg) no-repeat 24px 56px;
	position:relative;
}

#escape_txt{
	position:absolute;
	top:15px;
	left:27px;
}

#japan_mdl #bike_img #mdl_01 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:205px;
	left:88px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -64px -150px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_01 a:hover,#japan_mdl #bike_img #mdl_01 a.on{
	background:url(../images/about/japan_model/bike_img_01_on.jpg) no-repeat -64px -150px;
}

#japan_mdl #bike_img #mdl_02 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:56px;
	left:132px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -108px 0px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_02 a:hover,#japan_mdl #bike_img #mdl_02 a.on{
	background:url(../images/about/japan_model/bike_img_02_on.jpg) no-repeat -108px 0px;
}

#japan_mdl #bike_img #mdl_03 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:129px;
	left:173px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -149px -73px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_03 a:hover,#japan_mdl #bike_img #mdl_03 a.on{
	background:url(../images/about/japan_model/bike_img_03_on.jpg) no-repeat -149px -73px;
	z-index:100;
}


#japan_mdl #bike_img #mdl_04 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:175px;
	left:187px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -163px -119px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_04 a:hover,#japan_mdl #bike_img #mdl_04 a.on{
	background:url(../images/about/japan_model/bike_img_04_on.jpg) no-repeat -163px -119px;
	z-index:100;
}

#japan_mdl #bike_img #mdl_05 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:165px;
	left:331px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -307px -109px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_05 a:hover,#japan_mdl #bike_img #mdl_05 a.on{
	background:url(../images/about/japan_model/bike_img_06_on.jpg) no-repeat -307px -109px;
	z-index:100;
}

#japan_mdl #bike_img #mdl_06 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:225px;
	left:198px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -174px -170px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_06 a:hover,#japan_mdl #bike_img #mdl_06 a.on{
	background:url(../images/about/japan_model/bike_img_05_on.jpg) no-repeat -174px -170px;
	z-index:100;
}

#japan_mdl #bike_img #mdl_07 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:93px;
	left:262px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -238px -37px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_07 a:hover,#japan_mdl #bike_img #mdl_07 a.on{
	background:url(../images/about/japan_model/bike_img_07_on.jpg) no-repeat -238px -37px;
	z-index:100;
}

#japan_mdl #bike_img #mdl_08 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:71px;
	left:289px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -265px -15px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_08 a:hover,#japan_mdl #bike_img #mdl_08 a.on{
	background:url(../images/about/japan_model/bike_img_08_on.jpg) no-repeat -265px -15px;
	z-index:100;
}

#japan_mdl #bike_img #mdl_09 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:56px;
	left:326px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -302px -0px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_09 a:hover,#japan_mdl #bike_img #mdl_09 a.on{
	background:url(../images/about/japan_model/bike_img_09_on.jpg) no-repeat -302px -0px;
	z-index:100;
}

#japan_mdl #bike_img #mdl_10 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:126px;
	left:326px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -302px -70px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_10 a:hover,#japan_mdl #bike_img #mdl_10 a.on{
	background:url(../images/about/japan_model/bike_img_10_on.jpg) no-repeat -302px -70px;
	z-index:100;
}

#japan_mdl #bike_img #mdl_11 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:206px;
	left:356px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -332px -150px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_11 a:hover,#japan_mdl #bike_img #mdl_11 a.on{
	background:url(../images/about/japan_model/bike_img_11_on.jpg) no-repeat -332px -150px;
	z-index:100;
}

#japan_mdl #bike_img #mdl_12 a{
	width:58px;
	height:58px;
	display:block;
	position:absolute;
	top:284px;
	left:359px;
	background:url(../images/about/japan_model/bike_img.jpg) no-repeat -335px -228px;
	cursor:pointer;
}


#japan_mdl #bike_img #mdl_12 a:hover,#japan_mdl #bike_img #mdl_12 a.on{
	background:url(../images/about/japan_model/bike_img_12_on.jpg) no-repeat -335px -228px;
	z-index:100;
}



.photo_area{
	float:left;
	width:204px;
	margin:25px 0 0 55px;
}

.photo_area img{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}


#japan_model_popup{
	width:321px;
	height:283px;
	position:relative;
	background:url(../images/about/japan_model/bg_japan_model_popup.jpg) no-repeat 0 0;
	overflow:hidden;
}
#japan_model_inner{
	position:relative;
	height:283px;
	/*display:none;*/
}

#japan_model_popup_img{
	width:270px;
	margin:20px auto 10px auto;
}

#japan_model_txt_area{
	width:270px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	text-align:left;
	line-height:1.4em;
}
	


/* キャリア採用フォーム　*/
#saiyou_form{
	width:930px;
	margin:20px auto;
	padding:30px 0 0 0;
}

#saiyou_form input,
#saiyou_form select,
#saiyou_form textarea{
	border:solid 1px #ccc;
}

#saiyou_form table{
	margin:0 auto 20px auto;
}


#saiyou_form th,
#saiyou_form td{
	border:solid 1px #CCC;
	padding:10px;
}

#saiyou_form th{
	background:#efefef;
}

.saiyo_title{
	background:#CCC!important;
}

.kinmu_input li,
.saiyo_sex li{
	display:inline;
	margin-right:10px;
}

.kinmu_input input,
.saiyo_sex input{
	margin-right:5px;
}

.saiyo_jiki dd,
.saiyo_birth dd{
	display:inline;
	margin-right:10px;
}

.saiyo_address dt{
	padding-left:1px;
	padding-bottom:2px;
}

.saiyo_address dd,
.saiyo_gakureki dd,
.saiyo_job dd{
	margin-bottom:10px;
}

.box45{
	width:45px;
}
.box80{
	width:80px;
}
.box120{
	width:120px;
}
.box200{
	width:200px;
}
.box300{
	width:300px;
}
.box500{
	width:500px;
}

input#btn_confirm{
	width:120px;
	height:30px;
	background:#09F;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
}

input#btn_confirm:hover {
	background:#06F;
}

#saiyou_form a{
	text-decoration:none;
}


input#btn_reset,
input#btn_back{
	width:80px;
	height:30px;
	cursor:pointer;
}

input#btn_reset:hover,
input#btn_back:hover{
	background:#999;
}

.td_style_none td{
	border:none!important;
	color:#F30;
}

/***************************************************
　Showcase
***************************************************/
.showcase #title-and-social {
    background: url("../showcase/bg_intoduction.gif") repeat scroll 0 0 transparent;
    padding: 25px 0 15px 20px;
	height:30px;
	text-align:left;
}


.showcase h2.ridelife {
	margin-bottom:15px;
}

.showcase #banner-full {
    overflow: hidden;
    width: 970px;
}
.showcase .tabs {
    background: url("../showcase/bg_tabs.gif") repeat-x scroll center bottom #DDDDDD;
    height: auto;
    margin: 0 0 20px;
    width: auto;
}

.showcase .tabs ul {
    list-style: none outside none;
    margin: 0 0 0 15px;
    padding: 0;
}
.showcase .tabs ul li {
    background: url("../showcase/bg_tab150.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 1em;
    margin: 0 5px -1px 0;
}
.showcase .tabs ul li a {
    background: url("../showcase/bg_tab150.png") no-repeat scroll 0 0 transparent;
    color: #DDDDDD;
    float: left;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 150px;
	font-size:1em;
}
.showcase .tabs ul li a:hover {
    background: url("../showcase/bg_tab150_hover.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li a.active {
    background: url("../showcase/bg_tab150_active.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}
.showcase .tabs ul li.last {
    margin-right: 0;
}
.showcase .tab-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    line-height: 1.5em;
    width: auto;
}
.showcase .tab-content .margin {
    margin: 10px 20px 20px;
    padding: 0;
}
#technologies {
    padding: 0 0 15px;
}

.showcase #tabsection-technologies .item {
    background: url("../showcase/bg_related_technology.png") no-repeat scroll left bottom #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 20px 20px 0;
    width: 400px;
}

.showcase #tabsection-technologies .item .image {
    float: left;
    width: 120px;
}
.showcase #tabsection-technologies .item .image img {
    margin: 0 0 0 5px;
}
.showcase #tabsection-technologies .item .text {
    color: #444444;
    float: left;
    line-height: 1.1em;
    padding: 10px 0 0;
    width: 280px;
}
.showcase #tabsection-technologies .item .text h3 {
    font-size: 0.9em;
    margin: 0 0 2px;
}
.showcase #tabsection-technologies .item .text h3 a {
    color: #444444;
    text-decoration: none;
}
.showcase #tabsection-technologies .item .text h4 {
    color: #777777;
    font-size: 0.9em;
    margin: 0 0 8px;
}
.showcase #tabsection-technologies .item .text p {
    margin: 0;
}


.showcase #introduction {
    height: auto;
    padding: 10px 20px 0;
    width: auto;
}
#tabsection-gallery {
    padding: 0 0 15px 15px;
	display:none;
}
#tabsection-gallery .left {
	float:left;
    width: 600px;
}
#tabsection-gallery .right {
	float:right;
    width: 340px;
}
#tabsection-gallery .thumbs {
    padding: 0 0 0 15px;
}
#tabsection-gallery .thumbs .item {
    float: left;
    height: 75px;
    margin: 0 10px 10px 0;
    width: 100px;
}
#tabsection-gallery .thumbs .item-third {
    margin-right: 0;
}
#tabsection-gallery #caption {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    padding: 10px;
    text-align: left;
}
#tabsection-gallery .thumbs-scroller {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#tabsection-videos{
	display:none;
}

#tabsection-hikaku{
	display:none;
}



#tabsection-lineup{
	display:none;
}

#tabsection-lineup .f_left{
	float:left;
}
#tabsection-lineup .f_right{
	float:right;
}

.showcase .tabs ul li#rx01 a {
    background: url("../showcase/bg_tab150rx01.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rx01 a:hover {
    background: url("../showcase/bg_tab150rx01_hover.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rx01 a.active {
    background: url("../showcase/bg_tab150rx01_active.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.showcase .tabs ul li#rx02 a {
    background: url("../showcase/bg_tab150rx02.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rx02 a:hover {
    background: url("../showcase/bg_tab150rx02_hover.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rx02 a.active {
    background: url("../showcase/bg_tab150rx02_active.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.showcase .tabs ul li#rx03 a {
    background: url("../showcase/bg_tab150rx03.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rx03 a:hover {
    background: url("../showcase/bg_tab150rx03_hover.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rx03 a.active {
    background: url("../showcase/bg_tab150rx03_active.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.showcase .tabs ul li#rx04 a {
    background: url("../showcase/bg_tab150rx04.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rx04 a:hover {
    background: url("../showcase/bg_tab150rx04_hover.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rx04 a.active {
    background: url("../showcase/bg_tab150rx04_active.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}



.rx_lineup{
	margin-left:10px;
	margin-right:90px;
}


.rx_lineup_wide{
	width:936px;
	margin-top:50px;
	margin-left:10px;
}

.rx_lineup h3,
.rx_lineup_wide h3{
	float:left;
}

.rx_lineup_wide h3{
	margin-bottom:10px;
}

.rx_lineup h3 +p,
.rx_lineup_wide h3 +p{
	float:left;
	margin-left:20px;
}

.rx_lineup h3 +p a:hover,
.rx_lineup_wide h3 +p a:hover{
	opacity:0.7;
}

.rx_lineup .rx_copy{
	clear:both;
	font-size:16px;
	margin:10px 0;
}

.rx_lineup_wide .rx_copy{
	float:left;
	font-size:16px;
	margin:0 0 0 15px;
}

.rx_lineup .rx_price,
.rx_lineup_wide .rx_price{
	font-size:14px;
	margin:0 0 5px 0;
}

.rx_lineup .rx_price .mini,
.rx_lineup_wide .rx_price .mini{
	font-size:10px;
}

.rx_lineup .bike_img,
.rx_lineup_wide .bike_img{
	margin:15px 0;
}

.escape_rx_concept_box{
	margin:30px 0 30px 10px;
}
.escape_rx_concept_box h3{
	margin:0 0 15px 0;
	padding:0;
	text-indent:0;
	text-align:left;
}

.escape_rx_concept_box h3 img{
	margin:0!important;
}

.concept_left{
	width:430px;
	float:left;
}

.concept_left p{
	font-size:13px;
	line-height:1.6;
}


.concept_right{
	width:450px;
	float:right;
	margin-right:10px;
}

.concept_left img,
.concept_right img{
	margin:0!important;
}


.hikaku_box_title{
	margin-top:40px;
}

.hikaku_box,
.hikaku_box_point{
	margin-bottom:30px;
}

.hikaku_box_title ul{
	margin:0 0 0px 150px;
}

.hikaku_box_title li{
	display:inline;
	text-align:center;
	margin:0 105px 0 0!important;
}

.hikaku_box_title li#title01 {
	margin-left:150px !important;
}
.hikaku_box_title li#title02 {
	margin-left:10px !important;
}
.hikaku_box_title li#title03 {
	margin-left:-15px !important;
}


.hikaku_box_title li:last-child{
	margin-right:0!important;
}


.hikaku_title{
	width:89px;
	float:left;
	margin-right:20px;
}

.hikaku_area{
	width:250px;
	height:267px;
	float:left;
	margin-right:15px;
	border-right:1px #ccc solid;
	padding-top:10px;
	padding-right:15px;
}

.hikaku_box_point .hikaku_area{
	width:250px;
	height:267px;
	float:left;
	margin-right:10px;
	padding-top:10px;
}

.h294{
	height:284px!important;
}


.hikaku_area img{
	border:solid 1px #efefef;
}

.hikaku_area img.no-b{
	border:none;
}


.hikaku_box .hikaku_area:last-child{
	margin-right:0!important;
	padding-right:0px;
	border-right:none;
}

.hikaku_box_point .hikaku_area:last-child{
	margin-right:0!important;
	padding-right:0px;
	border-right:none;
}


.hikaku_area p{
	margin-top:5px;
}

.hikaku_point{
	background:#CCC;
}

#tabsection-videos .margin {
    padding: 10px 0 20px;
}
#tabsection-videos iframe {
}
#tabsection-bikemodels {
	display:none;
}

#tabsection-bikemodels #relatedmodels {
    float: left;
    width: 700px;
	height:500px;
}


#tabsection-bikemodels .margin {
    padding: 0;
}
#tabsection-bikemodels .item-country {
    border: 1px solid #DDDDDD;
    cursor: pointer;
    float: left;
    height: 30px;
    margin: 0 20px 20px 0;
    width: 200px;
}
#tabsection-bikemodels .item-country .image {
    background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 30px;
    text-align: center;
    width: 35px;
}
#tabsection-bikemodels .item-country .image img {
    margin: 8px 0 0;
}
#tabsection-bikemodels .item-country .text {
    float: left;
    font-size: 1.1em;
    padding: 5px 0 0 10px;
    width: 150px;
}
#tabsection-bikemodels .item-country .text a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#tabsection-bikemodels .featured-items article {
    height: 145px;
    width: 125px;
}
#tabsection-bikemodels .featured-items article .image {
    height: 100px;
    width: 125px;
}
#tabsection-bikemodels .featured-items article.item-hover {
    border: 1px solid #0079C2;
}
#tabsection-bikemodels .featured-items article.item-hover .text a {
    color: #0079C2;
}


#toggle-callouts {
z-index: 900;
width: 100px;
position: absolute;
background: #fff;
text-align: center;
}
#toggle-callouts h4 {
margin: 0;
padding: 2px;
font-size: 0.8em;
text-transform: uppercase;
color: #777;
font-family:Arial, Helvetica, sans-serif;
}
.tab-content ul {
font-size: 1em;
color: #555;
margin: 0 0 0 0;
padding: 0;
}
#toggle-callouts ul li {
float: left;
width: 50%;
display: block;
margin: 0;
}

#toggle-callouts ul li.toggle-on a.toggle-active {
background: #333;
color: #99cc00;
}
#toggle-callouts ul li a {
display: block;
line-height: 20px;
background: #ddd;
color: #555;
font-size: 0.8em;
text-transform: uppercase;
text-decoration: none;
}

#toggle-callouts ul li.toggle-off a.toggle-active {
background: #333;
color: red;
}

#toggle-callouts h4 {
    color: #AAAAAA;
    font-size: 0.8em;
    margin: 0 !important;
    padding: 2px;
    text-transform: uppercase;
}
#toggle-callouts a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #0066FF;
    display: block;
    font-size: 0.8em;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
#toggle-callouts a:hover {
    color: #DDDDDD;
}
#toggle-callouts a.off {
    color: #AAAAAA;
}
.text-callout {
    background: url("../showcase/bg_callout_text2.jpg") repeat-x scroll 0 0 #222222;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    display: none;
    font-size: 1em;
    line-height: 1.4em;
    position: absolute;
    width: 320px;
    z-index: 1500;
}

.text-callout h3 {
    margin: 0 !important;
    padding: 17px 5px 10px 17px;
}
.text-callout h3 img{
	margin:0!important;
}

.text-callout p {
    margin: 0;
    padding: 0 20px 15px 17px;
}
.text-callout a.close-callout {
    float: right;
    margin: 5px 5px 5px 0;
}
a.callout {
    background: url("../showcase/bg_callout_hover.png") no-repeat scroll 0 5px transparent;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 33px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 27px;
    z-index: 40;
	font-size:10px;
}
a.callout:hover {
    background: url("../showcase/bg_callout_hover2.png") no-repeat scroll 0 5px transparent;
}
a.callout-active, a.callout-active:hover {
    background: url("../showcase/bg_callout_active.png") no-repeat scroll 0 5px transparent;
}

/* PROPEL SP CONTENTS */
/* DEFY SP CONTENTS */
/* GLORY SP CONTENTS */

#defy h3.index,
#spcontent h3.index {
	margin:24px 0 10px 14px;
	text-align:left;
	font-size:16px;
}

#defy h3,
#spcontent h3 {
	margin:24px 0 10px 34px;
	text-align:left;
	font-size:18px;
}

#defy h3.center,
#spcontent .center {
	text-align:center;
}

#spcontent h4 {
	margin: 10px 0 10px 34px;
}
#spcontent h4.m0 {
	margin: 0px 0 10px 0px;
}

#main_nav ul li{
	margin:0;
	padding:0;
	width:auto;
	float:left;
}

.index_copy {
	margin:10px 0 20px 14px;
	font-size:16px;
	line-height:1.5;
}

.index_copy_01 {
	margin:15px 0 20px 14px;
	font-size:15px;
	line-height:1.5;
}


.sub_copy {
	margin:10px 34px 20px 34px;
	font-size:14px;
	line-height:1.3;
	text-align:left;
}


.showcase #defy .tabs,
.showcase #spcontent .tabs {
    background:#efefef;
    height: auto;
	padding-top:10px;
    margin: 0 0 20px;
    width: auto;
}

.showcase #defy .tabs li.hili,
.showcase #spcontent .tabs li.hili{
	font-size:0.8em;
}

#tabsection-weight,
#tabsection-high_rigidity,
#tabsection-comfortable,
#tabsection-summary,
#tabsection-defy_advanced_pro_tab,
#tabsection-defy_advanced_tab,
#tabsection-defy_advanced_sl_360_tab,
#tabsection-propel_advanced_pro_tab,
#tabsection-propel_advanced_tab,
#tabsection-propel_advanced_sl_360_tab
 {
	display:none;
}

#tabsection-summary {
	position: relative;
}

#spconten #tabsection-gallery {
	display:block !important;
}

.content_box,
.content_box2 {
	margin:30px 14px 30px 14px;
}

.content_box .img_box,
.content_box2 .img_box{
	width: 902px;
}

.content_box .img_box img,
.content_box2 .img_box img{
	width: 62.5%;
	height: auto;
}
.content_box .img_box2 img,
.content_box2 .img_box2 img{
	width: 71.5%;
	height: auto;
}


.content_box h4,
.content_box2 h4 {
	font-size:18px;
	margin-bottom:10px;
}

#spcontent .content_box h4,
#spcontent .content_box2 h4 {
	font-size:18px;
	margin:0 0 10px 0 !important;
}


.content_box h4.midashi,
.content_box2 h4.midashi {
	font-size:18px;
	margin-bottom:15px;
	border-left:solid 18px #0079c2;
	padding:0 0 0 5px;
	line-height:1
}
#spcontent .content_box h4.midashi,
#spcontent .content_box2 h4.midashi {
	font-size:18px;
	margin-bottom:15px;
	border-left:solid 18px #0079c2;
	padding:0 0 0 5px;
	margin: 0 0 10px 0;
	line-height:1
}


.content_box h4 span,
.content_box2 h4 span{
	font-size:12px;
}


.content_box h5,
.content_box2 h5 {
	font-size:16px;
	margin-top:15px;
}

.content_box h5.midashi,
.content_box2 h5.midashi {
	font-size:16px;
	margin-top:15px;
	margin-bottom:5px;
	border-left:solid 18px #0079c2;
	padding:0 0 0 5px;
	line-height:1
}



.content_box p {
	font-size:14px;
}

.content_box ul {
	margin:15px 0;
	padding:0;
}

.content_box ul li{
	font-size:14px;
	color:#333333;
}

.content_box ul li.indent {
	display:block;
	padding-left:1em;
	text-indent:-1em;
}


.content_box table.data-2015 {
border-collapse: collapse;
font-size: 1em;
margin: 0 0 40px 0;
color: #000;
border-left: 1px solid #ccc;

}

table.data-2015 tr th {
background-color: #0079c2;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;
text-align: left;
vertical-align: top;
color: #fff;
font-weight: bold;
}

table.data-2015 tr td {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;
text-align: left;
vertical-align: top;
font-size: 0.9em;
}

.content_box_inner img{
	margin-top:20px;
}

.left_box {
	float:left;
}
.content_box2 .left_box {
	float:left;
}

.left_box p{
	font-size:14px;
}

.text_left {
	display:block;
	float:left;
	width:460px;
	margin:34px 0 0 30px; 
}

.text_left_2 {
	display:block;
	float:left;
	width:540px;
	margin:34px 0 0 30px; 
}

.content_box img,
.content_box2 img {
	float:right;
}

.content_box img.fl_no {
	float:none !important;
}

.content_box img.fl_l,
.content_box2 img.fl_l,
.content_box div.fl_l {
	float:left !important;
}

.img_border {
	border:solid 1px #ccc;
}

 #defy  #toggle-callouts,
 #spcontent  #toggle-callouts {
margin: 40px 0 0 812px;
}


 #defy .text-callout,
 #spcontent .text-callout {
    background: url("../showcase/bg_callout_text2.jpg") repeat-x scroll 0 0 #222222;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    display: none;
    font-size: 1em;
    line-height: 1.4em;
    position: absolute;
    width: 400px;
    z-index: 1500;
}


.showcase #tabsection-defy_advanced_sl_tab .item,
.showcase #tabsection-defy_advanced_pro_tab .item,
.showcase #tabsection-defy_advanced_tab .item,
.showcase #spcontent .tech .item{
    background: url("../showcase/bg_related_technology.png") no-repeat scroll left bottom #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 20px 20px 0;
    width: 400px;
}

.showcase #tabsection-defy_advanced_sl_tab .item .image,
.showcase #tabsection-defy_advanced_pro_tab .item .image,
.showcase #tabsection-defy_advanced_tab .item .image,
.showcase #spcontent .tech .item .image {
    float: left;
    width: 120px;
}
.showcase #tabsection-defy_advanced_sl_tab .item .image img,
.showcase #tabsection-defy_advanced_pro_tab .item .image img,
.showcase #tabsection-defy_advanced_tab .item .image img,
.showcase #spcontent .tech .item .image img  {
    margin: 0 0 0 5px;
}
.showcase #tabsection-defy_advanced_sl_tab .item .text,
.showcase #tabsection-defy_advanced_pro_tab .item .text,
.showcase #tabsection-defy_advanced_tab .item .text,
.showcase #spcontent .tech .item .text {
    color: #444444;
    float: left;
    line-height: 1.1em;
    padding: 10px 0 0;
    width: 280px;
}
.showcase #tabsection-defy_advanced_sl_tab .item .text h3,
.showcase #tabsection-defy_advanced_pro_tab .item .text h3,
.showcase #tabsection-defy_advanced_tab .item .text h3,
.showcase #spcontent .tech .item .text h3 {
    font-size: 0.9em;
    margin: 0 0 2px;
}
.showcase #tabsection-defy_advanced_sl_tab .item .text h3 a,
.showcase #tabsection-defy_advanced_pro_tab .item .text h3 a,
.showcase #tabsection-defy_advanced_tab .item .text h3 a,
.showcase #spcontent .tech .item .text h3 a {
    color: #444444;
    text-decoration: none;
}
.showcase #tabsection-defy_advanced_sl_tab .item .text h4,
.showcase #tabsection-defy_advanced_pro_tab .item .text h4,
.showcase #tabsection-defy_advanced_tab .item .text h4,
.showcase #spcontent .tech .item .text h4 {
    color: #777777;
    font-size: 0.9em;
    margin: 0 0 8px;
}
.showcase #tabsection-defy_advanced_sl_tab .item .text p,
.showcase #tabsection-defy_advanced_pro_tab .item .text p,
.showcase #tabsection-defy_advanced_tab .item .text p,
.showcase #spcontent .tech .item .text p {
    margin: 0;
}


#defy #bikes_content_right,
#spcontent #bikes_content_right  {
width: 900px;
float: left;
text-align: left;
}


/* 360VIEW */
div.spritespin-container {
width: 930px;
height: 620px;
background: url("../showcases/bg_360view.jpg") no-repeat;
}

div.spritespin {
cursor: move;
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}


/* Glory tecnology */
#technology275 {
	text-align:left;
}

#technology275 .mb30 {
	margin-bottom:30px !important;
}
#technology275 h3{
	border-bottom:3px solid #0070bd;
	padding-bottom:5px;
	margin-right:34px;
}


#spcontent #tabsection-gallery {
	padding:30px 10px 30px 20px;
}

#spcontent #tabsection-gallery #caption {
	text-align:left;
}

#advanced,
#advanced_sl  {
    margin-top:-120px;
    padding-top:120px;
}

#img_corvos {
	position: absolute;
	top:53px;
	right:33px;
}

/* PROPEL LINEUP */

#propel .main-bikefinder #bikes_content_right,
#glory .main-bikefinder #bikes_content_right {
	width: 970px;
}
#propel .margin,
#glory .margin{
	padding:0 !important;
	margin: 0 0 0 25px!important;
}

#propel .content_box,
#glory .content_box {
	margin: 30px 0;
}

#propel .content_box .item,
#glory .content_box .item {
	margin:0 10px 14px 0;
}


#propel .content_box .item.last,
#glory .content_box .item.last {
	margin:0 0 14px 0 !important;
}

/* ESCAPE */
.escape h2.index_copy{
	margin:25px 0 25px 14px;
}
.index_copy_02 {
	margin:12px 0 0 14px;
	font-size:15px;
	line-height:1.5;
}


#btn_compare{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 300px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	color: #FFF;
	background: #021b44; /* Old browsers */
	background: -moz-linear-gradient(top,  #021b44 0%, #013568 50%, #004b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021b44), color-stop(50%,#013568), color-stop(100%,#004b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #021b44 0%,#013568 50%,#004b84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021b44', endColorstr='#004b84',GradientType=0 ); /* IE6-9 */
	position: relative;
}
#btn_compare a{
	display: block;
	color:#FFF;
	text-decoration:none;
}
#btn_compare a:hover{
	color:#FFF;
	text-decoration:none;
}

#btn_compare span{
	font-size:140%;
	display: block;
	margin-top:5px;
}

#btn_compare span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	right: 38px;
	top: 35px;
}

.color #bike_area{
	width:900px;
	margin: 30px auto 20px auto;
}

.color #bike_area h2{
	margin-bottom:20px;
}
.color #bike_area p{
	line-height:1.7;
}


.btn_catalog {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	border-radius: 6px;
	background: #021b44; /* Old browsers */
	background: -moz-linear-gradient(top,  #021b44 0%, #013568 50%, #004b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021b44), color-stop(50%,#013568), color-stop(100%,#004b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #021b44 0%,#013568 50%,#004b84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021b44', endColorstr='#004b84',GradientType=0 ); /* IE6-9 */
	position: relative;
	text-align:center;
}

.btn_catalog:hover{
	background:#333;
}


.btn_catalog a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:90px;
	padding:5px;
	font-size:10px;
}

#bike_area .btn_catalog{
	position:absolute;
	top:-3px;
	left:170px;
}

/* ESCAPE CONCEPT */

.showcase.escape_concept .tab-content {
	width:900px;
	margin:0 auto;
	padding-top:25px;
}
.escape_concept .concept_w{
	width:900px;
	height:auto;
	margin:0 auto 20px auto;
}
.escape_concept .concept_w .index_copy_01 {
	margin:15px 0 15px 0 !important;
	font-size:15px !important;
	font-weight:bold;
	line-height:1.5;
}

.escape_concept .concept_w .index_copy_01:before {
	content:"";
	display:block;
	width:8px;
	background: #021b44; /* Old browsers */
	background: -moz-linear-gradient(top,  #021b44 0%, #013568 50%, #004b84 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#021b44), color-stop(50%,#013568), color-stop(100%,#004b84)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #021b44 0%,#013568 50%,#004b84 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #021b44 0%,#013568 50%,#004b84 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021b44', endColorstr='#004b84',GradientType=0 ); /* IE6-9 */
	height: 42px;
	float: left;
	border-radius: 3px;
	margin-right: 8px;
}

.escape_concept .concept_w .index_copy_01.second{
	margin:20px 0 20px 0 !important;
	font-size:15px !important;
	font-weight:bold;
}

.escape_concept .noimg.concept_txt_area {
	width:710px;
}
.escape_concept .concept_txt_area .mini{
	font-size:10px;
}

.escape_concept .concept_w h3{
	font-size:1.2em;
	margin:0 0 25px 0!important;
}

.escape_concept .concept_w h4{
	font-size:1.15em;
	margin:10px 0 !important;
}
.escape_concept .concept_w p{
	font-size:13px;
	margin-top:10px;
	line-height:1.8;
}
.escape_concept .concept_w img{
	border:none !important;
}
.escape_concept .concept_w .img_left,
.escape_concept .concept_w .img_right {
	width:440px;
	text-align:center;
	position:relative;
}

.concept04 {
	margin-top:25px !important;
	margin-bottom:0 !important;
}
.concept02 img,
.concept04 img{
	width:90%;
	height:auto;
}
.concept05 {
	margin-top:0px !important;
	margin-bottom:20px !important;
}

.escape_r_3_2015{
	position: relative;
	top:-10px;
}

.concept_detail_title{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:5px 0 5px 43px;
	background:url(../escape/images/concept/icon_arrow_concept.jpg) no-repeat 0 0;
	border:solid 3px #00457e;
	border-radius:3px;
	font-size:14px !important;
	font-weight:bold;
}

.escape_concept .concept_ws {
	width:450px;
	height:370px;
	border-left:none;
	border-bottom:solid 1px #ccc;
	box-sizing:border-box;
	float: left;
}
.escape_concept .concept_ws:nth-child(odd) {
	width:450px;
	border-left:1px #ccc solid;
	border-bottom:solid 1px #ccc;
	box-sizing:border-box;
	float: left;
	padding-left:9px;
}

.escape_concept .concept_ws h3{
	margin:0 0 10px 0!important;
}
.escape_concept .concept_ws:nth-child(odd) h3{
	margin:0 0 10px 18px!important;
}

.escape_concept .concept_ws.pd{
	padding-top:20px;
	margin-bottom:40px;
	border-bottom: none !important;
}


.concept_detail_l_s {
	width:215px;
	float:left;
	text-align: left;
}

.concept_detail_l {
	width:220px;
	float:left;
	text-align: left;
}
.concept_detail_r {
	width:220px;
	float:right;
	text-align:left;
}

.concept_detail_l_02 {
	width:220px;
	float:left;
	text-align: right;
}
.concept_detail_r_02 {
	width:220px;
	float:right;
	text-align: right;
}

.escape_concept .concept_ws .concept_detail_l .img_box p{
	text-align:left !important;
	margin:5px 0 0 0px;
}
.escape_concept .concept_ws .img_box p{
	text-align:left !important;
	margin:5px 0 0 20px;
}

.icon_zoom {
	display:block;
	margin:6px 15px 0 0;
	text-align:right;
}

.img_w210 {
	width:205px;
	height: auto;
	margin-left: 6px;
}
.content_01_img {
	margin:21px 0 0 8px;
}

p.handling_text {
	margin:5px 18px 0 0px !important;
	font-size:14px;
	text-align:center;
}


/*ESCAPE HISTORY */
#history_area {
	padding:20px 0 15px 0;
	position:relative;
	margin-top:-20px;
}

#history_area .bg_area {
	width:100%;
	text-align:left;
	padding-bottom: 9px;
}
#history_area .bg_area_blu {
	background:#dee5f3;
	width:100%;
	text-align:left;
	padding-bottom: 9px;
}

.pd01{
	padding-top:29px;
}

.pd02{
	padding-top:20px;
}

.pd2005{
	padding-top:84px;
}


#history_area .bg_area img,
#history_area .bg_area_blu img{
	margin-left:7px;
}

/* ヒストリーのディテール画面 */
#history_detail {
	width:400px;
	height:auto;
	margin:10px auto;
}
#history_detail h1{
	font-size:17.5px;
	font-weight:bold;
}
#history_detail h2{
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0075c1;
	line-height:1.2;
	margin-bottom:15px;
}
#history_detail h2 span{
	font-size:12px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	display:block;
}

#history_detail p {
	width:340px;
	margin: 0 auto;
	font-size:14px;
	text-align:left;
}



/*　矢印配置 */
#arrow_01 {
	position: absolute;
	top:65px;
	left:46px;
}
#arrow_02 {
	position: absolute;
	top:1308px;
	left:46px;
}
#arrow_03 {
	position: absolute;
	top:1400px;
	left:46px;
}
#arrow_04 {
	position: absolute;
	top:1494px;
	left:46px;
}
#arrow_05 {
	position: absolute;
	top:1564px;
	left:220px;
}
#arrow_06 {
	position: absolute;
	top:1670px;
	left:220px;
}
#arrow_07 {
	position: absolute;
	top:1400px;
	left:289px;
}
#arrow_08 {
	position: absolute;
	top:1308px;
	left:395px;
}
#arrow_09 {
	position: absolute;
	top:1399px;
	left:890px;
}
#arrow_10 {
	position: absolute;
	top:1157px;
	left:593px;
}
#arrow_11 {
	position: absolute;
	top:72px;
	left:905px;
}
#arrow_12 {
	position: absolute;
	top:443px;
	left:372px;
}
#arrow_13 {
	position: absolute;
	top:996px;
	left:714px;
}
#arrow_14 {
	position: absolute;
	top:891px;
	left:794px;
}
#arrow_15 {
	position: absolute;
	top:540px;
	left:801px;
}
#arrow_16 {
	position: absolute;
	top:871px;
	left:277px;
}
#arrow_17 {
	position: absolute;
	top:767px;
	left:277px;
}
#arrow_18 {
	position: absolute;
	top:627px;
	left:164px;
}
#arrow_19 {
	position: absolute;
	top:155px;
	left:70px;
}
#arrow_20 {
	position: absolute;
	top:627px;
	left:197px;
}
#arrow_21 {
	position: absolute;
	top:67px;
	left:165px;
}
#arrow_22 {
	position: absolute;
	top:249px;
	left:284px;
}
#arrow_23 {
	position: absolute;
	top:340px;
	left:525px;
}
#arrow_24 {
	position: absolute;
	top:158px;
	left:586px;
}
#arrow_25 {
	position: absolute;
	top:73px;
	left:875px;
}
#arrow_26 {
	position: absolute;
	top:357px;
	left:662px;
}
#arrow_27 {
	position: absolute;
	top:156px;
	left:766px;
}
#arrow_28 {
	position: absolute;
	top:622px;
	left:404px;
}
#arrow_29 {
	position: absolute;
	top:241px;
	left:459px;
}

/*　バイク配置 */
#bike_01 {
	position: absolute;
	top:1225px;
	left:30px;
}
#bike_02 {
	position: absolute;
	top:1320px;
	left:20px;
}
#bike_03 {
	position: absolute;
	top:1415px;
	left:30px;
}
#bike_04 {
	position: absolute;
	top:1485px;
	left:187px;
}
#bike_05 {
	position: absolute;
	top:1595px;
	left:190px;
}
#bike_06 {
	position: absolute;
	top:1694px;
	left:189px;
}
#bike_07 {
	position: absolute;
	top:1319px;
	left:291px;
}
#bike_08 {
	position: absolute;
	top:1227px;
	left:552px;
}
#bike_09 {
	position: absolute;
	top:1412px;
	left:850px;
}
#bike_10 {
	position: absolute;
	top:1320px;
	left:849px;
}
#bike_11 {
	position: absolute;
	top:1023px;
	left:510px;
}
#bike_12 {
	position: absolute;
	top:915px;
	left:740px;
}
#bike_13 {
	position: absolute;
	top:811px;
	left:744px;
}

#bike_14 {
	position: absolute;
	top:916px;
	left:643px;
}
#bike_15 {
	position: absolute;
	top:814px;
	left:485px;
}
#bike_16 {
	position: absolute;
	top:814px;
	left:358px;
}
#bike_17 {
	position: absolute;
	top:727px;
	left:427px;
}
#bike_18 {
	position: absolute;
	top:1025px;
	left:244px;
}
#bike_19 {
	position: absolute;
	top:1025px;
	left:123px;
}
#bike_20 {
	position: absolute;
	top:787px;
	left:242px;
}
#bike_21 {
	position: absolute;
	top:741px;
	left:266px;
}
#bike_22 {
	position: absolute;
	top:912px;
	left:25px;
}
#bike_23 {
	position: absolute;
	top:614px;
	left:263px;
}
#bike_24 {
	position: absolute;
	top:543px;
	left:132px;
}
#bike_25 {
	position: absolute;
	top:447px;
	left:247px;
}
#bike_26 {
	position: absolute;
	top:544px;
	left:487px;
}
#bike_27 {
	position: absolute;
	top:356px;
	left:561px;
}
#bike_28 {
	position: absolute;
	top:22px;
	left:515px;
}
#bike_29 {
	position: absolute;
	top:161px;
	left:426px;
}
#bike_30 {
	position: absolute;
	top:467px;
	left:662px;
}
#bike_31 {
	position: absolute;
	top:445px;
	left:830px;
}
#bike_32 {
	position: absolute;
	top:305px;
	left:720px;
}
#bike_33 {
	position: absolute;
	top:62px;
	left:721px;
}

/* rev team ヘルメット */
.showcase .tabs ul li#rev01 a {
    background: url("../showcase/rev_team/images/bg_tab150_01.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rev01 a:hover {
    background: url("../showcase/rev_team/images/bg_tab150_hover_01.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rev01 a.active {
    background: url("../showcase/rev_team/images/bg_tab150_active_01.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.showcase .tabs ul li#rev02 a {
    background: url("../showcase/rev_team/images/bg_tab150_02.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rev02 a:hover {
    background: url("../showcase/rev_team/images/bg_tab150_hover_02.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rev02 a.active {
    background: url("../showcase/rev_team/images/bg_tab150_active_02.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.showcase .tabs ul li#rev03 a {
    background: url("../showcase/rev_team/images/bg_tab150_03.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rev03 a:hover {
    background: url("../showcase/rev_team/images/bg_tab150_hover_03.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rev03 a.active {
    background: url("../showcase/rev_team/images/bg_tab150_active_03.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.showcase .tabs ul li#rev04 a {
    background: url("../showcase/rev_team/images/bg_tab150_04.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rev04 a:hover {
    background: url("../showcase/rev_team/images/bg_tab150_hover_04.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rev04 a.active {
    background: url("../showcase/rev_team/images/bg_tab150_active_04.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.showcase .tabs ul li#rev05 a {
    background: url("../showcase/rev_team/images/bg_tab150_05.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	text-indent:-9999px;
}

.showcase .tabs ul li#rev05 a:hover {
    background: url("../showcase/rev_team/images/bg_tab150_hover_05.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.showcase .tabs ul li#rev05 a.active {
    background: url("../showcase/rev_team/images/bg_tab150_active_05.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    font-weight: bold;
}

.rev_team #toggle-callouts {
	background: none;
	position: relative;
	top:370px;
	left:820px;
}
.rev_team #toggle-callouts a {
	border:none;
}
.rev_team #toggle-callouts h4 {
	color:#FFF;
	font-weight:bold;
}
