/***************************************************
　GIANT '14 WEB Site
  copyright2007 GIANT-JAPAN. AllRightReserved.

  ファイル概要：スタイルシート
***************************************************/ 

/* 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: url("../images/bg_liv.gif") repeat scroll 0 0;
    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;
}
#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;
}

/***************************************************
	エレメント
***************************************************/
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;
}

#header .btn_social{
	float:right;
	margin:20px 0 0 0;
}

#header .btn_social a{
	margin-left:5px;
}


/***************************************************
	フッタ
***************************************************/
#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;
}
#footer div.last {
    border-right: 1px dotted #666666;
    margin-right: 0;
    width: 170px;
}
#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 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:10px;
}

#bn_footer_02{
	border:solid 1px #fff !important;
	text-align:center;
	padding:8px 10px 3px 10px !important;
	width:165px !important;
	margin:auto !important;
	position:absolute;
	right:1px;
	top:66px;
}

.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;
	top:2px;
	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;
}

/***************************************************
	ページ大枠（別ウインドウページ）
***************************************************/
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;
}
#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,
#menu ul li#nav06{
	margin-right:23px;
}
/*
#menu ul li#nav06{
	margin-left:-17px!important;
	margin-right:0px!important;
}

#menu ul li#nav07{
	margin-left:0px!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:inline;
	margin-right:5px;
	line-height:35px;
	margin-bottom:10px;
}


/***************************************************
	トップページ下部右コンテンツ
***************************************************/
div#bottom_right_contents{
	width:290px;
	float:right;
	margin-top:0px;
}


/* 最新情報 */
div#news{
	width:261px;
	height: auto;
	text-align:left;
	margin:20px auto;
	position:relative;
}

div#news h2{
	margin-bottom:15px;
}

div#news ul{
}

div#news li{
	font-size:0.8em;
	margin-bottom:12px;
	color:#999999;
}

div#news li a{
	font-size:1.2em;
	color:#222;
	text-decoration:none;
	display:block;
}

div#news a{
	line-height:1.0em;
}

ul.btn_blog li{
	line-height:0em;
	float:left;
	margin-right:5px;
	margin-bottom:10px!important;
}

ul.btn_blog li a{
	line-height:0em!important;
	margin-bottom:0!important;
}

/***************************************************
	BIKESページコンテンツ
***************************************************/
div#bikes
{
}


.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 p#viewallbikes {
    background: url("../images/bg_main_bikefinder_bikeindexlink.gif") repeat scroll left bottom transparent;
    border-bottom: 1px solid #FFFFFF;
    margin: 0;
    padding: 8px 0 8px 15px;
}
.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:12px 0 10px 15px;
}
.main-bikefinder #bikes_content_left #makeyourselection h4 {
    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 a:hover {
    background: url("../images/li_hover.gif") no-repeat scroll left top transparent;
    color: #000000;
}
.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: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 .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;
}
.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:#b19ac8!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 #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-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 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_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{
	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:301px;
	background-color:#f9f9f9;
	border:solid 1px #EAEAEA;
	margin-right:15px;
	margin-left:2px;
	float:left;
}


div#shop_status_coment th
{
	width:176px;
	padding:8px;
}

div#shop_status_coment td
{
	width:210px;
	vertical-align:top;
	padding:8px;
}

div#shop_status_coment dt{
	margin-bottom:8px;
}


div#shop_status_coment dd{
	font-size:0.9em;
	line-height:1.3em;
	margin-top:1px;
	padding:0 2px;
	height:70px;
}

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;
}

div#shop_gpm_coment dt
{
	font-weight:bold;
	color:#657681;
}

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;
}

/***************************************************
　プライバシーポリシー
***************************************************/
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.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#currentmenu {
    background: none repeat scroll 0 0 #0079C2;
}
#tech_menu {
    margin-bottom: 20px;
}



div#technology table{
	margin:20px 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;
}

#composite_technology th{
	color:#fff;
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	border-right:solid 1px #5590b9;
	font-size:10px;
	text-align:left!important;
	padding:2px!important;
	line-height:125%;
	font-weight:normal!important;
}

#composite_technology td{
	color:#fff;
	border-top:solid 1px #5590b9;
	border-bottom:solid 1px #5590b9;
	border-right:solid 1px #5590b9;
	font-size:10px;
	padding:2px!important;
	line-height:125%;
	vertical-align:middle;
	text-align:center;
}

/* 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:10px;
}



/* 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;
}

/* 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;
}



/* 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:680px;
	float:left;
}

div#tech_sub h2#title_wheelsystem{
	margin:20px 0 15px 0;
}
	
.title_ws{
	margin-bottom:15px;
}


.text_ws{
	margin-bottom:20px;
}

#ws_img{
	width:666px;
	height:528px;
	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;
}


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:380px;
	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 0 20px 15px;
	height:22px;
	padding-top:30px;
}


#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;
}


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: 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: 0;
}
.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.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;
}
.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 {
    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;
}

 .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 .image {
    height: 155px;
	width:223px;
	vertical-align:middle;
	display:table-cell;
    margin: 2px 0 0 0;
	text-align:center;
}

div.item_w .image img{
	vertical-align:middle;
}

.right_acc h2 {
    margin:10px 0 20px 0;
}


.right_acc div.item_w .text {
    text-align: center;
}
.right_acc div.item_w .text h2 {
    font-size: 0.9em;
    margin: 0;
}

.right_acc div.item_w .text h2.liv a{
	color:#b19ac8!important;
}

.right_acc div.item_w .text h2.liv a:hover {
    color: #7844ac!important;
}


 .right_acc div.item_w .text h3 {
    font-size: 1em;
    margin: 0;
}
 .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:1000px;
	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:45px;
}

div#cam_w #se01 {
	position:relative;
	top:45px;
	left:35px;
	float:left;
}

div#cam_w #se02 {
	position:relative;
	top:45px;
	left:50px;
	float:left;
}

div#cam_w #se03 {
	position:relative;
	top:45px;
	left:65px;
	float:left;
}


div#cam_w #se04 {
	position:relative;
	top:80px;
	left:35px;
	float:left;
}

div#cam_w #se05 {
	position:relative;
	top:80px;
	left:50px;
	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;
}

/***************************************************
　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;
}

.mtb10{
	margin:20px 0 10px;
}
.mtb15{
	margin:10px 0 10px 0px;
}

.mb40{
	margin-bottom:40px;
}

.mb30{
	margin-bottom:30px;
}

.mb20{
	margin-bottom:20px;
}

.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;
}

/* テーブル
.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;
}

.mb-10
{
	margin-bottom:10px;
}

.mb-9
{
	margin-bottom:9px;
}


.mr-10{
	margin-right:10px;
}

.mr-20{
	margin-right:20px;
}


.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;
}

.red{
	color:#F30;
}

.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;
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
#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: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 {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    margin: 20px 0 0 20px;
    position: absolute;
    text-align: center;
    z-index: 900;
}
#toggle-callouts h4 {
    color: #AAAAAA;
    font-size: 0.8em;
    margin: 0;
    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;
    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;
}