@charset "UTF-8";
/* ==============================

style.css

============================== */

/*///////////////////
共通で使用
///////////////////*/







/*--------------------------
----------------------------
----------------------------
アテンション　PC
-webkit---------------------------: ;
-moz---------------------------: ;
-ms---------------------------: ;
-o---------------------------: ;
--------------------------: ;
----------------------------
--------------------------*/
.attention {
	background-color: #313131;
	color: #ffffff;
}
.attention .attention_inner {
	max-width: 1030px;
	margin: 0 auto;
	padding: 20px 0;
}
.attention .attention_inner a {
	color: #fec500;
	text-decoration: underline;
}
.attention .attention_inner a:hover {
	color: #fec500;
	text-decoration: none;
}
.attention .attention_inner a:visited {
	color: #fec500;
}
.attention .attention_title {
	color: #fec500;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.attention p span {
	color: #fec500;
}

.attention_top {
	background-color: #313131;
  width: 100%;
}

.attention_top p span {
	color: #fec500;
  font-weight: bold;
  font-size: 18px;
}

.attention_top p {
	color: #fec500;
  padding: 20px 60px;
  margin: auto;
  text-align: left;
  width: 1100px;
}

@media only screen and (max-width: 767px) {
  .attention_top p {
    padding: 20px;
    width: 100%;
  }
}


/*--------------------------
----------------------------
----------------------------
アテンション　SP
----------------------------
----------------------------
--------------------------*/
@media only screen and (max-width: 767px) {
.attention .attention_inner {
	min-width: 320px;
	margin: 0 auto;
	padding: 20px 10px;
}
}
/*---------------------------------------
	トップページ　スライダー用
---------------------------------------*/
/*--------------------------
----------------------------
----------------------------
メインビジュアル
----------------------------
----------------------------
--------------------------*/
#slideareapane,
#mainVidual,
#slideSet,
#slideBox,
#slideBox .box,
#slideBox .slide,
#slideBox .slide h2,
#slidearea {
	min-height: 506px;
}
#slideareapane {
	position: relative;
	width: 100%;
	margin: 0 auto 30px;
	background-color: #ffffff;
}
#slidearea {
	position: relative;
	width: 100%;
	min-height: 506px;
	margin: 0 auto;
	overflow: hidden;
}
#slidearea p {
	z-index: 1;
}
#mainVidual {
	z-index: 5;
	position: relative;
	width: 100%;
	line-height: 0;
}
#slideSet {
	width: 100%;
	min-height: 506px;
	position: relative;
	margin-top: 0;
	margin-left: 0;
}
#slideSet p.slide_title {
	position: absolute;
	top: 2%;
	right: 0.5%;
	z-index: 100;
}
#slideBox {
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}
#slideBox .box {
	width: 100%;
	min-height: 506px;
	overflow: hidden;
	position: relative;
}
#slideBox .slide {
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 506px;
	background-color: #ffffff;
	line-height: 0;
}
#slideBox noscript .slide1 {
	position: relative;
	z-index: 10;
}
#slideBox .slide1 {
	z-index: 5;
}
#slideBox .slide2, #slideBox .slide3, #slideBox .slide4 {
	z-index: 1;
}
#slideBox .slide1 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/index/main_image01.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slideBox .slide2 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/index/main_image02.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slideBox .slide3 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/index/main_image03.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slideBox .slide4 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/index/main_image04.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slideBox .slide h2 {
	display: table;
	position: relative;
	width: 100%;
	max-width: 1050px;
	min-height: 506px;
	margin: 0 auto;
}
#slideBox .slide h2 strong {
	display: table-cell;
	height: 506px;
	padding-top: 11px;
	padding-left: 7px;
	vertical-align: middle;
	text-indent: 0px;
	white-space: normal;
	overflow: visible;
	background-image: none;
	letter-spacing: 3.7px;
	font-size: 36px;
	color: #3e6017;
	font-weight: normal;
	z-index: 100;
}
#slideBox .slide h2 strong span {
	display: block;
	padding-top: 6px;
	padding-left: 4px;
	letter-spacing: 0;
	font-size: 22px;
}
div.rightButton, div.leftButton {
	position: absolute;
	bottom: -64px;
	width: 50px;
	height: 50px;
	padding: 0;
	border-width: 0;
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
	cursor: pointer;
}
div.rightButton a, div.leftButton a {
	display: block;
	width: 50px;
	height: 50px;
}
/* インジケーター */
#slideNaviSet {
	position: relative;
	margin-top: -30px;
	top: 30px;
	overflow: hidden;
	padding-left: 11px;
	z-index: 99;
	height: 50px;
	background-color: #000000;
}
#slideNaviSet ul {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
	position: relative;
	left: 50%;
	top: 20px;
}
#slideNaviSet ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slideNaviSet ul li {
	float: left;
	position: relative;
	left: -50%;
	padding: 0 8px 0 7px;
}
#slideNaviSet ul li span {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../../img/index/indicator_off.png) no-repeat 0px 0px;
	cursor: pointer;
}
#slideNaviSet ul li.selected {
	cursor: default;
}
#slideNaviSet ul li.selected span {
	cursor: default;
	background: url(../../img/index/indicator_cur.png) no-repeat 0px 0px;
}

/*--------------------------
----------------------------
メインビジュアル 1100px以上
----------------------------
--------------------------*/
@media only screen and (min-width: 1030px) {
#slideareapane,
	#mainVidual,
	#slideSet,
	#slideBox,
	#slideBox .box,
	#slideBox .slide,
	#slideBox .slide p.slideimg,
	#slidearea {
	min-height: 506px;
	padding-bottom: 0;
}
}

/*--------------------------
----------------------------
メインビジュアル スマホ
----------------------------
--------------------------*/
@media only screen and (max-width: 767px) {
#slideareapane,
	#mainVidual,
	#slideSet,
	#slideBox, 
	#slideBox .box,
	#slideBox .slide,
	#slideBox .slide h2,
	#slidearea {
	width: 100%;
	height: 0;
	min-height: 0;
	padding-bottom: 51.563%;
}
#slideareapane {
	margin: 0 auto 50px;
}
#slideBox .slide:after {
	content: ".";
	display: block;
	margin-top: -1em;
	line-height: 1;
	color: transparent;
}
#slideBox .slide1 {
	background-image: url(../../img/index/main_img01_sp.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slideBox .slide2 {
	background-image: url(../../img/index/main_img02_sp.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slideBox .slide3 {
	background-image: url(../../img/index/main_img03_sp.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slideBox .slide4 {
	background-image: url(../../img/index/main_img04_sp.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#slideBox .slide h2 {
	display: none;
}
/* インジケーター */
#slideNaviSet ul li span {
	width: 11px;
	height: 11px;
	background-image: url(../../img/index/indicator_off_sp.png);
	-moz-background-size: 11px 11px;
	-o-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
	cursor: default;
}
#slideNaviSet ul li.selected span {
	background-image: url(../../img/index/indicator_cur_sp.png);
	-moz-background-size: 11px 11px;
	-o-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
}
/*--------------------------
----------------------------
----------------------------
ニュース　PC
----------------------------
----------------------------
--------------------------*/
body#top .news {
	display: block;
	min-height: 606px;
	min-width: 320px;
	margin: 0 auto;
	background-image: url(../../img/index/news_bg.jpg);
	background-position: right top;
	background-size: cover;
}
body#top .news_inner {
	padding: 70px 0 40px;
	width: 830px;
	margin: 0 auto;
}
body#top .news_inner h2 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 20px;
}
body#top div.news dl.news_list {
	border-top: 1px solid #98000d;
	padding-top: 20px;
}
body#top div.news dl.news_list dt {
	width: 18em;
	padding-bottom: 5px;
	padding-left: 3px;
	line-height: 1.5;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	float: left;
}
body#top div.news dl.news_list dt em {
	display: inline-block;
	width: 10em;
	font-style: normal;
}
body#top div.news dl.news_list dt.motorcycle span:after {
	content: "";
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 center;
	/*position: absolute;*/
	top: 0;
	left: 0;
	vertical-align: middle;
	width: 80px;
	height: 23px;
	min-height: 1.5em;
	background-image: url(../img/index/icon_motorcycle.png);
	margin-left: 10px;
}
body#top div.news dl.news_list dt.bicycle span:after {
	content: "";
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 center;
	/*position: absolute;*/
	top: 0;
	left: 0;
	vertical-align: middle;
	width: 80px;
	height: 23px;
	min-height: 1.5em;
	background-image: url(../img/index/icon_bicycle.png);
	margin-left: 10px;
}
body#top div.news dl.news_list dd {
	line-height: 1.5;
	float: left;
	max-width: 595px;
	margin-bottom: 20px;
}
body#top div.news dl.news_list dd span {
	display: block;
	position: relative;
}
body#top div.news dl.news_list dd span:before {
	content: "";
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 center;
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 21px;
	min-height: 1.5em;/*background-image: url(../img/link.png);*/
}
body#top div.news dl.news_list dd span a {
	text-decoration: underline;
	color: #ffffff;
}
body#top div.news dl.news_list dd span a:hover {
	text-decoration: none;
	color: #ffffff;
}
body#top div.news dl.news_list dd.new_release span a:before,
body#top div.news dl.news_list dd.new_release_pdf span a:before {
	display: inline-block;
	content: "NEW RELEASE,";
	color: #fec500;
	margin-right: 10px;
}


body#top div.news dl.news_list dd.new_release_pdf span a:after {
    content: "";
    display: inline-block;
    position: relative;
    right: inherit;
    width: 16px;
    height: auto;
    min-height: 16px;
    margin: 4px;
    background: url(../img/icon/icon_pdf01.png) 0 center no-repeat;
    vertical-align: middle;
}

body#top div.news dl.news_list dd.infomation span a:before {
	display: inline-block;
	content: "INFORMATION,";
	color: #ea0014;
	margin-right: 10px;
}

/*--------------------------
ニュースSP
--------------------------*/
@media only screen and (max-width: 767px) {
body#top .news_inner {
	padding: 20px 10px 10px;
	max-width: 100%;
	margin: 0 auto;
}
body#top div.news dl.news_list dd span a:hover {
	text-decoration: underline;
	color: #ffffff;
}
body#top div.news dl.news_list dt.motorcycle span:after {
	background-image: url(../img/index/icon_motorcycle_sp.png);
	-moz-background-size: 70px 21px;
	-o-background-size: 70px 21px;
	-webkit-background-size: 70px 21px;
	background-size: 70px 21px;
}
body#top div.news dl.news_list dt.bicycle span:after {
	background-image: url(../img/index/icon_bicycle_sp.png);
	-moz-background-size: 70px 21px;
	-o-background-size: 70px 21px;
	-webkit-background-size: 70px 21px;
	background-size: 70px 21px;
}
body#top div.news dl.news_list dd {
	clear: both;
	padding-left: 0em;
	line-height: 1.5;
	float: left;
	margin-bottom: 25px;
}
body#top div.news dl.news_list dd span {
	display: block;
	position: relative;
	padding-left: 0px;
}
/* 背景*/
body#top .news {
	display: block;
	min-height: inherit;
	background-image: none;
	background-color: #1e1e1e;
}
}
.area_bicycle, .area_motorcycle {
	display: block;
	background-color: black;
	width: 50%;
	float: left;
}
.area_distributor {
	background-color: black;
}

@media only screen and (max-width: 767px) {
.area_bicycle, .area_motorcycle {
	display: block;
	background-color: black;
	width: 100%;/*float: left;*/
}
}
/*--------------------------
----------------------------
----------------------------
PC：自転車
----------------------------
----------------------------
--------------------------*/
.area_bicycle h2 a {
	display: block;
	height: 340px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/index/bicycle_bg.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: cover;
}
.area_bicycle img {
	padding-top: 120px;
	padding-left: 40px;
}
.area_bicycle h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/*SP：自転車*/
@media only screen and (max-width: 767px) {
.area_bicycle h2 a {
	background-image: url(../../img/index/bicycle_sp.jpg);
	width: 100%;
	height: auto;
	min-height: 90px;
	background-position: center center;
	padding-bottom: 25%;
}
.area_bicycle h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
}
.area_bicycle img {
	display: none;
}
}
/*--------------------------
----------------------------
----------------------------
自転車・メインビジュアル
----------------------------
----------------------------
--------------------------*/
body#bicycle #slideBox .slide1 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/bicycle/bicycle_main_image01.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#bicycle #slideBox .slide2 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/bicycle/bicycle_main_image02.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#bicycle #slideBox .slide3 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/bicycle/bicycle_main_image03.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#bicycle #slideBox .slide4 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/bicycle/bicycle_main_image04.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
/* スライドキャッチコピー画像 */
body#bicycle div.slide_catchcopy {
	display: none;
	max-width: 500px;
	position: absolute;
	/*bottom: 24%;*/
  bottom: 5%;
	left: 7%;
	z-index: 1000;
}

/*--------------------------
----------------------------
自転車・メインビジュアル スマホ
----------------------------
--------------------------*/
@media only screen and (max-width: 767px) {
	body#bicycle #slideBox .slide1 {
		background-image: url(../../img/bicycle/bicycle_main_image01_sp.jpg);
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	body#bicycle #slideBox .slide2 {
		background-image: url(../../img/bicycle/bicycle_main_image02_sp.jpg);
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	body#bicycle #slideBox .slide3 {
		background-image: url(../../img/bicycle/bicycle_main_image03_sp.jpg);
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	body#bicycle #slideBox .slide4 {
		background-image: url(../../img/bicycle/bicycle_main_image04_sp.jpg);
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	/* スライドキャッチコピー画像 */
	body#bicycle div.slide_catchcopy img{
		display: none;
	}
}

/*--------------------------
----------------------------
----------------------------
自転車・ニュース　PC
----------------------------
----------------------------
--------------------------*/
body#bicycle div.news {
	display: block;
	min-height: 606px;
	min-width: 320px;
	margin: 0 auto;
	background-image: url(../../img/bicycle/bicycle_news_bg.jpg);
	background-position: right top;
	background-size: cover;
}
body#bicycle .news_box {
	max-width: 1030px;
	margin: 0 auto;
}
body#bicycle .news_inner {
	padding: 70px 0 40px;
	width: 620px;
}
body#bicycle .news_inner h2 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 20px;
	float: left;
}
body#bicycle .news_inner h2 span {
	font-size: 60%;
}

body#bicycle div.news .news_list {
	border-top: 1px solid #ffffff;
	padding-top: 20px;
}
body#bicycle div.news dl.news_list dt {
	width: 11em;
	padding-bottom: 5px;
	padding-left: 3px;
	line-height: 1.5;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	float: left;
}
body#bicycle div.news dl.news_list dd {
	line-height: 1.5;
	float: left;
	max-width: 470px;
	margin-bottom: 20px;
}
body#bicycle div.news dl.news_list dd span {
	display: block;
	position: relative;
}
body#bicycle div.news dl.news_list dd span:before {
	content: "";
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 center;
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 21px;
	min-height: 1.5em;/*background-image: url(../img/link.png);*/
}
body#bicycle div.news dl.news_list dd span a {
	text-decoration: underline;
	color: #ffffff;
}
body#bicycle div.news dl.news_list dd span a:hover {
	text-decoration: none;
	color: #ffffff;
}
body#bicycle div.news dl.news_list dd.new_release span a:before,
body#bicycle div.news dl.news_list dd.new_release_pdf span a:before {
	display: inline-block;
	content: "NEW RELEASE,";
	color: #fec500;
	margin-right: 10px;
}
body#bicycle div.news dl.news_list dd.new_release_pdf span a:after {
    content: "";
    display: inline-block;
    position: relative;
    right: inherit;
    width: 16px;
    height: auto;
    min-height: 16px;
    margin: 4px;
    background: url(../img/icon/icon_pdf01.png) 0 center no-repeat;
    vertical-align: middle;
}
body#bicycle div.news dl.news_list dd.infomation span a:before {
	display: inline-block;
	content: "INFORMATION,";
	color: #ea0014;
	margin-right: 10px;
}

/*--------------------------
自転車・ニュースSP
--------------------------*/
@media only screen and (max-width: 767px) {
	body#bicycle .news_box{
		margin: 0 auto;
	}
	body#bicycle .news_inner {
		padding: 20px 10px 10px;
		max-width: 100%;
	}
	body#bicycle div.news dl.news_list dd span a:hover {
		text-decoration: underline;
		color: #ffffff;
	}
body#bicycle div.news dl.news_list dd {
	clear: both;
	padding-left: 0em;
	line-height: 1.5;
	float: left;
	margin-bottom: 25px;
}
body#bicycle div.news dl.news_list dd span {
	display: block;
	position: relative;
	padding-left: 0px;
}
/* 背景*/
body#bicycle div.news {
	display: block;
	min-height: inherit;
	background-image: none;
 background-color: #18263C;
}
}
.area_bicycle_catalog {
	background-color: black;
  margin-top: 30px;
}

/*--------------------------
----------------------------
----------------------------
PC：自転車・カタログ
----------------------------
----------------------------
--------------------------*/
.area_bicycle_catalog h2 a {
	display: block;
	width: 100%;
	height: 217px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/bicycle/bicycle_catalog.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: cover;
}
.area_bicycle_catalog h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.area_bicycle_catalog img {
	padding-top: 60px;
	padding-left: 40px;
}

/*SP：自転車・カタログ*/
@media only screen and (max-width: 767px) {
.area_bicycle_catalog h2 a {
	background-image: url(../../img/bicycle/bicycle_catalog_sp.jpg);
	width: 100%;
	height: auto;
	min-height: 90px;
	background-position: center center;
	padding-bottom: 25%;
}
.area_bicycle_catalog h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
}
.area_bicycle_catalog img {
	display: none;
}
}
/*--------------------------
----------------------------
----------------------------
PC：バイク
----------------------------
----------------------------
--------------------------*/
.area_motorcycle h2 a {
	display: block;
	height: 340px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/index/motorcycle_bg.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: cover;
}
.area_motorcycle h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.area_motorcycle img {
	padding-top: 120px;
	padding-left: 40px;
}

/*SP：バイク*/
@media only screen and (max-width: 767px) {
.area_motorcycle h2 a {
	background-image: url(../../img/index/motorcycle_sp.jpg);
	width: 100%;
	height: auto;
	min-height: 90px;
	background-position: center center;
	padding-bottom: 25%;
}
.area_motorcycle h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
}
.area_motorcycle img {
	display: none;
}
}
/*--------------------------
----------------------------
----------------------------
バイク・メインビジュアル
----------------------------
----------------------------
--------------------------*/
body#motorcycle #slideBox .slide1 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/motorcycle/motorcycle_main_image01.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#motorcycle #slideBox .slide2 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/motorcycle/motorcycle_main_image02.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#motorcycle #slideBox .slide3 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/motorcycle/motorcycle_main_image03.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#motorcycle #slideBox .slide4 {
	text-indent: 300%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/motorcycle/motorcycle_main_image04.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
/* スライドキャッチコピー画像 */
body#motorcycle div.slide_catchcopy {
	display: none;
	max-width: 610px;
	position: absolute;
	/*bottom: 26%;*/
  bottom: 5%;
	left: 7%;
	z-index: 1000;
}

/*--------------------------
----------------------------
バイク・メインビジュアル スマホ
----------------------------
--------------------------*/
@media only screen and (max-width: 767px) {
body#motorcycle #slideBox .slide1 {
	background-image: url(../../img/motorcycle/motorcycle_main_image01_sp.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#motorcycle #slideBox .slide2 {
	background-image: url(../../img/motorcycle/motorcycle_main_image02_sp.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#motorcycle #slideBox .slide3 {
	background-image: url(../../img/motorcycle/motorcycle_main_image03_sp.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
body#motorcycle #slideBox .slide4 {
	background-image: url(../../img/motorcycle/motorcycle_main_image04_sp.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
	/* スライドキャッチコピー画像 */
	body#motorcycle div.slide_catchcopy img{
		display: none;
	}
}

/*--------------------------
----------------------------
----------------------------
バイク・自転車共通：ニュースmoreボタン　PC
----------------------------
----------------------------
--------------------------*/
body#motorcycle div.more_btn a {
	color:#fff;
	display: inline-block;
	background-color:#ab346f;
	width: 107px;
	text-align: center;
	vertical-align: middle;
	min-height: 30px;
	line-height: 30px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}
body#bicycle div.more_btn_b a {
	color:#fff;
	display: inline-block;
	background-color:#2865c4;
	width: 107px;
	text-align: center;
	vertical-align: middle;
	min-height: 30px;
	line-height: 30px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}
body#motorcycle div.more_btn,
body#bicycle div.more_btn_b {
	float: right;
	position: relative;
	top: 35px;
}
body#motorcycle div.more_btn:hover,
body#bicycle div.more_btn_b:hover{
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/*--------------------------
バイク・自転車共通：ニュースmoreボタン　SP
--------------------------*/
@media only screen and (max-width: 767px) {
	body#motorcycle div.more_btn a {
	   color:#fff;
	   display: inline-block;
	   background-color:#ab346f;
	   width: 79px;
		  text-align: center;
	   vertical-align: middle;
    min-height: 30px;
    line-height: 40px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
	}
	body#bicycle div.more_btn_b a {
	   color:#fff;
	   display: inline-block;
	   background-color:#2865c4;
	   width: 79px;
		  text-align: center;
	   vertical-align: middle;
    min-height: 30px;
    line-height: 40px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
	}
	
		body#motorcycle div.more_btn,
		body#bicycle div.more_btn_b {
		float: right;
		position: relative;
		top: 65px;
	}
}
/*--------------------------
----------------------------
----------------------------
バイク・ニュース　PC
----------------------------
----------------------------
--------------------------*/
body#motorcycle .news {
	display: block;
	min-height: 606px;
	min-width: 320px;
	margin: 0 auto;
	background-image: url(../../img/motorcycle/motorcycle_news_bg.jpg);
	background-position: right top;
	background-size: cover;
}
body#motorcycle .news_box {
	max-width: 1030px;
	margin: 0 auto;
}
body#motorcycle .news_inner {
	padding: 70px 0 40px;
	width: 580px;
}
body#motorcycle .news_inner h2 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 20px;
	float: left;
}
body#motorcycle .news_inner h2 span {
	font-size: 60%;
}

body#motorcycle div.news .news_list {
	border-top: 1px solid #ffffff;
	padding-top: 20px;
}
body#motorcycle div.news dl.news_list dt {
	width: 11em;
	padding-bottom: 5px;
	padding-left: 3px;
	line-height: 1.5;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	float: left;
}
body#motorcycle div.news dl.news_list dd {
	line-height: 1.5;
	float: left;
	max-width: 435px;
	margin-bottom: 20px;
}
body#motorcycle div.news dl.news_list dd span {
	display: block;
	position: relative;
}
body#motorcycle div.news dl.news_list dd span:before {
	content: "";
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 center;
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 21px;
	min-height: 1.5em;/*background-image: url(../img/link.png);*/
}
body#motorcycle div.news dl.news_list dd span a {
	text-decoration: underline;
	color: #ffffff;
}
body#motorcycle div.news dl.news_list dd span a:hover {
	text-decoration: none;
	color: #ffffff;
}
body#motorcycle div.news dl.news_list dd.new_release span a:before,
body#motorcycle div.news dl.news_list dd.new_release_pdf span a:before {
	display: inline-block;
	content: "NEW RELEASE,";
	color: #fec500;
	margin-right: 10px;
}

body#motorcycle div.news dl.news_list dd.new_release_pdf span a:after {
    content: "";
    display: inline-block;
    position: relative;
    right: inherit;
    width: 16px;
    height: auto;
    min-height: 16px;
    margin: 4px;
    background: url(../img/icon/icon_pdf01.png) 0 center no-repeat;
    vertical-align: middle;
}

body#motorcycle div.news dl.news_list dd.infomation span a:before {
	display: inline-block;
	content: "INFORMATION,";
	color: #ea0014;
	margin-right: 10px;
}

/*--------------------------
バイク・ニュースSP
--------------------------*/
@media only screen and (max-width: 767px) {
	body#motorcycle .news_box{
		margin: 0 auto;
	}
	body#motorcycle .news_inner {
		padding: 20px 10px 10px;
		max-width: 100%;
	}
	body#motorcycle div.news dl.news_list dd span a:hover {
		text-decoration: underline;
		color: #ffffff;
	}
body#motorcycle div.news dl.news_list dd {
	clear: both;
	padding-left: 0em;
	line-height: 1.5;
	float: left;
	margin-bottom: 25px;
}
body#motorcycle div.news dl.news_list dd span {
	display: block;
	position: relative;
	padding-left: 0px;
}
/* 背景*/
body#motorcycle .news {
	display: block;
	min-height: inherit;
	background-image: none;
 background-color: #2c1822;
}
}
.area_motorcycle_catalog {
	background-color: black;
  margin-top: 30px;
}

/*--------------------------
----------------------------
----------------------------
PC：バイク・カタログ
----------------------------
----------------------------
--------------------------*/
.area_motorcycle_catalog h2 a {
	display: block;
	width: 100%;
	height: 217px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/motorcycle/motorcycle_catalog.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: cover;
}
.area_motorcycle_catalog h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.area_motorcycle_catalog img {
	padding-top: 60px;
	padding-left: 40px;
}

/*SP：バイク・カタログ*/
@media only screen and (max-width: 767px) {
.area_motorcycle_catalog h2 a {
	background-image: url(../../img/motorcycle/motorcycle_catalog_sp.jpg);
	width: 100%;
	height: auto;
	min-height: 90px;
	background-position: center center;
	padding-bottom: 25%;
}
.area_motorcycle_catalog h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
}
.area_motorcycle_catalog img {
	display: none;
}
}
/*--------------------------
----------------------------
----------------------------
PC：ディストリビュータ
----------------------------
----------------------------
--------------------------*/
.area_distributor h2 a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 220px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../../img/index/distributor_bg.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: cover;
}
.area_distributor h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.area_distributor img {
	padding-top: 80px;
	padding-left: 40px;
}

/*SP：ディストリビュータ*/
@media only screen and (max-width: 767px) {
.area_distributor h2 a {
	background-image: url(../../img/index/distributor_sp.jpg);
	width: 100%;
	height: auto;
	min-height: 90px;
	background-position: center center;
	padding-bottom: 25%;
}
.area_distributor h2 a:hover:hover {
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
}
.area_distributor img {
	display: none;
}
}


/*--------------------------
----------------------------
----------------------------
バイク・ニュース
自転車・ニュース　：一覧ページ　PC
----------------------------
----------------------------
--------------------------*/
body#motorcycle .news02 {
	background-color: #2c1822;
}
body#motorcycle .news_inner02 {
	width: 1030px;
	padding: 50px 100px 50px;
 background-image: url(../../img/motorcycle/motorcycle_news_bg02.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
	margin: 0 auto;
	min-height: 550px;
}
body#bicycle .news02 {
	background-color: #18263c;
}
body#bicycle .news_inner02 {
	width: 1030px;
	padding: 50px 100px 50px;
 background-image: url(../../img/bicycle/bicycle_news_bg02.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
	margin: 0 auto;
	min-height: 550px;
}

body#motorcycle .news_inner02 h2,
body#bicycle .news_inner02 h2 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 20px;
}
body#motorcycle .news_inner02 h2 span,
body#bicycle .news_inner02 h2 span{
    font-size: 60%;
}
body#motorcycle div.news02 .news_list,
body#bicycle div.news02 .news_list {
	border-top: 1px solid #fff;
	padding-top: 20px;
}

base.css:78
a, 
body#motorcycle div.news02 .news_list,
body#bicycle div.news02 .news_list {
	border-top: 1px solid #fff;
	padding-top: 20px;
}
body#motorcycle div.news02 dl.news_list dt,
body#bicycle div.news02 dl.news_list dt{
	width: 11em;
	padding-bottom: 5px;
	padding-left: 3px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
	float: left;
}
body#motorcycle div.news02 dl.news_list dd,
body#bicycle div.news02 dl.news_list dd {
	line-height: 1.5;
	float: left;
	margin-bottom: 20px;
}
body#motorcycle div.news02 dl.news_list dd:last-child,
body#bicycle div.news02 dl.news_list dd:last-child {
	margin-bottom: 0px;
}
body#motorcycle div.news02 dl.news_list dd span,
body#bicycle div.news02 dl.news_list dd span{
	display: block;
	position: relative;
}
body#motorcycle div.news02 dl.news_list dd span:before,
body#bicycle div.news02 dl.news_list dd span:before{
	content: "";
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 center;
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 21px;
	min-height: 1.5em;/*background-image: url(../img/link.png);*/
}
body#motorcycle div.news02 dl.news_list dd span a,
body#bicycle div.news02 dl.news_list dd span a{
	text-decoration: underline;
	color: #fff;
}
body#motorcycle div.news02 dl.news_list dd span a:hover,
body#bicycle div.news02 dl.news_list dd span a:hover {
	text-decoration: none;
	color: #fff;
}
body#motorcycle div.news02 dl.news_list dd.new_release span a:before,
body#motorcycle div.news02 dl.news_list dd.new_release_pdf span a:before,
body#bicycle div.news02 dl.news_list dd.new_release span a:before,
body#bicycle div.news02 dl.news_list dd.new_release_pdf span a:before {
	display: inline-block;
	content: "NEW RELEASE,";
	color: #fec500;
	margin-right: 10px;
}


body#motorcycle div.news02 dl.news_list dd.new_release_pdf span a:after,
body#bicycle div.news02 dl.news_list dd.new_release_pdf span a:after {
    content: "";
    display: inline-block;
    position: relative;
    right: inherit;
    width: 16px;
    height: auto;
    min-height: 16px;
    margin: 4px;
    background: url(../img/icon/icon_pdf01.png) 0 center no-repeat;
    vertical-align: middle;
}

body#motorcycle div.news02 dl.news_list dd.infomation span a:before,
body#bicycle div.news02 dl.news_list dd.infomation span a:before {
	display: inline-block;
	content: "INFORMATION,";
	color: #ea0014;
	margin-right: 10px;
}
/*--------------------------
バイク・ニュース
自転車・ニュース　：一覧ページ　SP
--------------------------*/
@media only screen and (max-width: 767px) {
body#motorcycle .news_inner02,
	body#bicycle .news_inner02 {
	padding: 20px 10px 20px;
	max-width: 100%;
	margin: 0 auto;
	background-image:none;
	min-height: auto;
}
	body#motorcycle .news_inner02 h2,
		body#bicycle .news_inner02 h2 {
	font-size: 23px;
	}
	body#motorcycle div.news02 dl.news_list dt,
body#bicycle div.news02 dl.news_list dt{
	width: 11em;
	padding-bottom: 5px;
	padding-left: 3px;
	line-height: 1.5;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	float: left;
}
body#motorcycle div.news02 dl.news_list dd,
	body#bicycle div.news02 dl.news_list dd {
	clear: both;
	padding-left: 0em;
	margin-bottom: 25px;
}
body#motorcycle div.news02 dl.news_list dd span,
	body#bicycle div.news02 dl.news_list dd span {
	display: block;
	position: relative;
	padding-left: 0px;
}
/* 背景*/
body#motorcycle .news02 {
	display: block;
	min-height: inherit;
	background-image: none;
 background-color: #2c1822;
}
	body#bicycle  .news02 {
	display: block;
	min-height: inherit;
	background-image: none;
 background-color: #18263c;
}
}

/*--------------------------
----------------------------
----------------------------
バイク・自転車：ニュース　詳細ページ　PC
----------------------------
----------------------------
--------------------------*/
body#motorcycle .news_inner03 h2 span,
body#bicycle .news_inner03 h2 span {
    font-size: 60%;
}
body#motorcycle div.news03 .news_list {
    color: #fff;
	   font-size:20px;
    padding-top: 20px;
    background-color: #50273b;
		  padding:20px 20px 0;
	  border:3px solid #3b0c23;
}
body#bicycle div.news03 .news_list {
    color: #fff;
	   font-size:20px;
    padding-top: 20px;
    background-color: #283c5d;
		  padding:20px 20px 0;
	  border:3px solid #142a4d;
}
body#motorcycle div.allnews_btn a {
	   color:#fff;
	   display: inline-block;
	   background-color:#ab346f;
	   width: 107px;
		  text-align: center;
	   vertical-align: middle;
    min-height: 30px;
    line-height: 30px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
body#bicycle div.allnews_btn a {
	   color:#fff;
	   display: inline-block;
	   background-color:#2865c4;
	   width: 107px;
		  text-align: center;
	   vertical-align: middle;
    min-height: 30px;
    line-height: 30px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
body#motorcycle .news03,
body#bicycle .news03 {
	background-color: #fff;
}
body#motorcycle .news_inner03,
body#bicycle .news_inner03 {
	width: 1000px;
	min-height:500px;
	padding: 50px 0px 50px;
	margin: 0 auto;
	border-top: 0px;
}
body#motorcycle .news_inner03 h2,
body#bicycle .news_inner03 h2{
	font-size: 24px;
	font-weight: normal;
	color: #000;
	padding-bottom: 20px;
}
body#motorcycle div.news03 dl.news_list dt,
body#bicycle div.news03 dl.news_list dt{
	width: 11em;
	padding-bottom:, 5px;
	padding-left: 3px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;
	float: left;
		font-size:14px;
}
body#motorcycle div.news03 dl.news_list dd,
body#bicycle div.news03 dl.news_list dd{
	clear: both;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size:20px;
}

/*body#motorcycle div.news03 dl.news_list dd span {
	display: block;
	position: relative;
}
body#motorcycle div.news03 dl.news_list dd span:before {
	content: "";
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 center;
	position: absolute;
	top: 0;
	left: 0;
	width: 61px;
	height: 21px;
	min-height: 1.5em;background-image: url(../img/link.png);
}*/

body#motorcycle div.news03 dl.news_list dd span a,
body#bicycle div.news03 dl.news_list dd span a {
	text-decoration: underline;
	color: #fff;
}
body#motorcycle div.news03 dl.news_list dd span a:hover,
body#bicycle div.news03 dl.news_list dd span a:hover {
	text-decoration: none;
	color: #fff;
}
body#motorcycle div.news03 dl.news_list dd.new_release span:before,
body#motorcycle div.news03 dl.news_list dd.new_release_pdf span:before,
body#bicycle div.news03 dl.news_list dd.new_release span:before,
body#bicycle div.news03 dl.news_list dd.new_release_pdf span:before {
	display: inline-block;
	content: "NEW RELEASE,";
	color: #fec500;
	margin-right: 10px;
}
body#motorcycle div.news03 dl.news_list dd.infomation span:before,
body#bicycle div.news03 dl.news_list dd.infomation span:before{
	display: inline-block;
	content: "INFORMATION,";
	color: #ea0014;
	margin-right: 10px;
}
body#motorcycle div.allnews_btn,
body#bicycle div.allnews_btn {
	text-align: right;
}
body#motorcycle div.allnews_btn:hover,
body#bicycle div.allnews_btn:hover{
	text-decoration: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/*--------------------------
バイク・自転車：ニュース　詳細ページ　SP
--------------------------*/
@media only screen and (max-width: 767px) {
body#motorcycle .news_inner03,
	body#bicycle .news_inner03 {
	padding: 20px 10px 20px;
	max-width: 100%;
	min-height:auto;
	margin: 0 auto;
	background-image:none;
	border-top: 1px solid #720009;
}
	body#motorcycle div.allnews_btn a {
	   color:#fff;
	   display: inline-block;
	   background-color:#ab346f;
	   width: 140px;
		  text-align: center;
	   vertical-align: middle;
    min-height: 30px;
    line-height: 40px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
	body#bicycle div.allnews_btn a {
	   color:#fff;
	   display: inline-block;
	   background-color:#2865c4;
	   width: 140px;
		  text-align: center;
	   vertical-align: middle;
    min-height: 30px;
    line-height: 40px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
	body#motorcycle .news_inner03 h2,
	body#bicycle .news_inner03 h2 {
	font-size: 23px;
	}
body#motorcycle div.news03 dl.news_list dt,
body#bicycle div.news03 dl.news_list dt{
	width: 11em;
	padding-bottom:, 5px;
	padding-left: 3px;
	line-height: 1.5;
	color: #fff;
	font-size:15px;
	font-weight: normal;
	float: left;
}
body#motorcycle div.news03 dl.news_list dd,
	body#bicycle div.news03 dl.news_list dd {
	clear: both;
	padding-left: 0em;
	line-height: 1.5;
	float: left;
	margin-bottom: 20px;
	font-size:18px;
}
body#motorcycle div.news03 dl.news_list dd span,
	body#bicycle div.news03 dl.news_list dd span {
	display: block;
	position: relative;
	padding-left: 0px;
}
/* 背景*/
body#motorcycle .news03,
	body#bicycle .news03 {
	display: block;
	min-height: inherit;
	background-image: none;
 background-color: #fff;
}
}

/*--------------------------
----------------------------
----------------------------
アバウトページ
----------------------------
----------------------------
--------------------------*/

.contents_area {
	width: 1030px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.contents_area {
	width: 100%;
	padding: 0 10px;
}
}
/*--------------------------
----------------------------
----------------------------
タイトルPC
----------------------------
----------------------------
--------------------------*/

div#contents_title {
	width: 100%;
	margin: 0 auto 40px;
	padding: 50px 0 0;
	background-color: #000;
	text-align: center;
}
div#contents_title p {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: -10px;
}
div#contents_title h2 {
	display: inline-block;
	font-size: 45px;
	color: #fff;
	margin-bottom: 40px;
}

/*SP：タイトル*/
@media only screen and (max-width: 767px) {
div#contents_title {
	margin: 0 auto 25px;
	padding: 7px 0 0;
}
div#contents_title p {
	font-size: 16px;
	margin-bottom: -4.5px;
}
div#contents_title h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
}
/*--------------------------
----------------------------
----------------------------
セーフティ・クォリティPC
----------------------------
----------------------------
--------------------------*/

div.safety_area {
	height: 310px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../../img/about/safety_bg.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: auto;
}
div.safety_text {
	float: left;
	width: 53%;
}
div.safety_img {
	float: right;
	display: none;
}
div.quality_area {
	height: 310px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../../img/about/quality_bg.jpg);
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: auto;
}
div.quality_text {
	float: right;
	width: 53%;
}
div.quality_img {
	float: left;
	display: none;
}
div.safety_text h3,
div.quality_text h3 {
	font-size: 40px;
	margin-bottom: 7.5px;
}
div.safety_text p,
div.quality_text p {
	margin-bottom: 10px;
}

/*SP：セーフティ・クォリティ*/
@media only screen and (max-width: 767px) {
div.safety_area, 
div.quality_area {
	background-image: none;
	height:auto;
}
div.safety_img,
	div.quality_img{
	display: block;
	float:none;
	text-align: center;
}
div.safety_img img,
	div.quality_img img{
	max-width: 500px;
	width:100%;
}
div.safety_text,
div.quality_text{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div.safety_text h3,
div.quality_text h3 {
	font-size: 25px;
}
div.safety_text p,
div.quality_text p {
	margin-bottom: 8.5px;
}
}
/*--------------------------
----------------------------
----------------------------
会社概要・テーブルPC
----------------------------
----------------------------
--------------------------*/

table.company_table td div.left_cmn {
	float: left;
}
table.company_table td div.right_cmn {
	float: right;
	width: auto;
}
table.company_table td div.right_cmn p {
	text-align: right;
}
table.company_table th {
	width:160px;
	font-weight: bold;
	line-height:1.7;
}
table.company_table td div p span {
	font-weight: bold;
}

table.company_table td div .td_line {
	margin-bottom:15px;
}
table.company_table td p {
	line-height: 1.7;
}
table.company_table ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}
table.company_table ul li {
	list-style: disc;
	margin: 0;
	padding: 0;
}

/*SP：会社概要・テーブル*/
@media only screen and (max-width: 767px) {
table.company_table td div.right_cmn img,
table.company_table td div.right_cmn p {
	display: none;
}
table.company_table td div.left_cmn {
	clear: left;
}
	table.company_table td {
	line-height: 1.4;
}
	table.company_table th {
		line-height: 1.4;
	 width:130px;
}
}
/*--------------------------,
----------------------------
----------------------------
ヒストリーPC
----------------------------
----------------------------
--------------------------*/

div.history_title h4 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
/*SP：ヒストリー*/
@media only screen and (max-width: 767px) {
div.history_title h4 {
		font-size: 20px;
	}
}


/*--------------------------
----------------------------
----------------------------
 ディストリビュータページ
----------------------------
----------------------------
--------------------------*/
/*PC*/
ul li {
	list-style-type: none;
}
img {
	max-width: none;
}
#map-area_sp {
	display: none;
}
div.map_contents_area {
	width: 850px;
	margin: 0 auto;
}
#contents-in {
	width: 1030px;
	margin: 0 auto;
}
#en-distributor #map-bg-area {
	background-color: #f5f5f5;
	padding: 0 10px;
}
#footer ul.dis_mail {
	margin-left: 40px;
	padding: 14px 0;
}

/*SP*/
@media only screen and (max-width: 767px) {
img {
	width: 100%;
}
#map-area {
	display: none;
}
#map-area_sp {
	display: block;
	width: 100%;
	height: auto;
}
#contents-in {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
#en-distributor #map-bg-area {
	padding: 0 10px 25px;
}
#footer ul.dis_mail {
	margin-left: 10px;
}
}

/*PC：タイトル*/
div#contents_dis_title {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
	background-color: #000;
	text-align: center;
}
div#contents_dis_title p {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: -10px;
}
div#contents_dis_title h2 {
	display: inline-block;
	font-size: 45px;
	color: #fff;
	margin-bottom: 40px;
}
/*
div#top_adress {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 40px 0 30px;
}
#top_adress h4 {
	font-size: 20px;
	padding-left: 0px;
}
#top_adress p {
	font-size: 16px;
	margin-bottom: 5px;
}
#top_adress p a {
	color: #000;
	font-size: 16px;
}
*/
.top_adress_area {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 40px 0 30px;
}
div#top_adress {
	position: relative;
	width: 45%;
	/* margin: 0 auto; */
	/* padding: 40px 0 30px; */
	float:  left;
}

div#top_adress2 {
	position: relative;
	width: 50%;
	/* margin: 0 auto; */
	/* padding: 40px 0 30px; */
	float:  right;
}

#top_adress h4,
#top_adress2 h4  {
	font-size: 20px;
	padding-left: 0px;
}
#top_adress p,
#top_adress2 p {
	font-size: 16px;
	margin-bottom: 5px;
}
#top_adress p a,
#top_adress2 p a {
	color: #000;
	font-size: 16px;
}
/**/
div.shoplist_area_g {
	padding: 20px 0;
	background-color: #f5f5f5;
}

/*SP：タイトル*/
@media only screen and (max-width: 767px) {
div#contents_dis_title {
	padding: 7px 0 0;
}
div#contents_dis_title p {
	font-size: 16px;
	margin-bottom: -4.5px;
}
div#contents_dis_title h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
div#top_adress {
	width: 100%;
	padding: 25px 0 15px;
}
}

/*PC：バイク　販売店リスト*/
#motorcycle_title h3 {
	font-size: 20px;
	color: #FFF;
	background-color: #b40033;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}
#bicycle_title h3 {
	font-size: 20px;
	color: #FFF;
	background-color: #164999;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}
body#en-distributor .shop_list {
	padding: 15px 20px 12px;
}
body#en-distributor .shop_list_g {
	background-color: #f5f5f5;
	padding: 15px 20px 12px;
}
body#en-distributor .shop_list_l {
	float: left;
	width: 250px;
	font-size: 16px;
	padding-right:20px;
}
body#en-distributor .shop_list_r {
	float: left;
	width: 720px;
}
body#en-distributor .shop_list_r dt {
	clear: left;
	float: left;
	width: 130px;
	margin-bottom: 10px;
	padding-right:20px;
}
body#en-distributor .shop_list_r dd {
	margin-bottom: 10px;
	line-height: 1.8;
}

body#en-distributor span.dis_capital_m:before {
	background-image: url(../../img/distributor/img/dis_capital_m.gif);
	content: "";
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	min-height: 1.5em;
	background-position: 0 center;
	background-repeat: no-repeat;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
body#en-distributor span.dis_capital_b:before {
	background-image: url(../../img/distributor/img/dis_capital_b.gif);
	content: "";
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	min-height: 1.5em;
	background-position: 0 center;
	background-repeat: no-repeat;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
body#en-distributor span.dis_capital_m,
body#en-distributor span.dis_capital_b {
	display: inline-block;
	position: relative;
	padding-left: 21px;
	line-height: 1.8;
	font-weight: bold;
}
body#en-distributor span.country {
	color: #898989;
	font-size: 14px;
	font-weight: bold;
	padding-left: 21px;
}



.aero_banner,
.fullface_banner {
  width: 50%;
  float: left;
  height: 108px;
  background-color: #000;
}

.aero_banner a,
.fullface_banner a {
  display: block;
  width: 100%;
}

.aero_banner a .inner,
.fullface_banner a .inner {
  background-color: #141414;
  text-align: right;
  background-image: url("../../img/bicycle/img_arrow.png");
  background-repeat: no-repeat;
  background-position: 2.5%;
  background-size: 20px;
}

.aero_banner a:hover,
.fullface_banner a:hover {
  opacity: 0.7;
}

/*SP：バイク　販売店リスト*/
@media only screen and (max-width: 767px) {
  #motorcycle_title h3 {
  	font-size: 17px;
  	font-weight: bold;
  }
  #bicycle_title h3 {
  	font-size: 17px;
  	font-weight: bold;
  }
  body#en-distributor .shop_list {
  	padding: 15px 10px 0;
  }
  body#en-distributor .shop_list_g {
  	padding: 15px 10px 0;
  }
  body#en-distributor .shop_list_l {
  	width: 100%;
  	height: auto;
  }
  body#en-distributor .shop_list_r {
  	width: 100%;
  	font-size: 15px;
  }
  body#en-distributor .shop_list_r dt {
  	float: none;
  	margin-bottom: -3px;
  	font-weight: bold;
  }
  body#en-distributor .shop_list_r dd {
  	margin-bottom: 5px;
    line-height: 1.4;
  }
  body#en-distributor span.dis_capital_m:before {
	  background-image: url(../../img/distributor/img/dis_capital_m_sp.gif);
		top: 0;
	  width: 13px;
	  height: 13px;
	  -moz-background-size: 13px 13px;
	  -o-background-size: 13px 13px;
	  -webkit-background-size: 13px 13px;
	  background-size: 13px 13px;
  }
  body#en-distributor span.dis_capital_b:before {
	  background-image: url(../../img/distributor/img/dis_capital_b_sp.gif);
	 top: 0;
	  width: 13px;
	  height: 13px;
	  -moz-background-size: 13px 13px;
	  -o-background-size: 13px 13px;
	  -webkit-background-size: 13px 13px;
	  background-size: 13px 13px;
  }
  body#en-distributor span.dis_capital_m,
  body#en-distributor span.dis_capital_b {
  	padding-left: 18px;
  	line-height: 1.6;
  }
  body#en-distributor span.dis_capital_m span ,
  body#en-distributor span.dis_capital_b span {
  	color: #898989;
  	font-size: 15px;
  }
  
  .aero_banner,
  .fullface_banner {
    width: 100%;
    float: none;
    height: 70px;
    border-top: solid 1px #555;
  }
  .aero_banner {
    width: 100%;
    float: none;
    height: 69px;
    border-top: solid 1px #555;
  }
  .fullface_banner {
    border-bottom: solid 1px #555;
  }
  .aero_banner a .inner,
  .fullface_banner a .inner {
    background-size: 10px;
  }
  .aero_banner a .inner img,
  .fullface_banner a .inner img {
    width: auto;
    height: 68px;
  }
  .aero_banner a:hover,
  .fullface_banner a:hover {
    text-decoration: none;
    opacity: 1;
  } 
}

@media only screen and (max-width: 767px) {
  .top_adress_area {
    width: 100%;
  }
}


/*//////////////////////////
Contact Form
//////////////////////////*/
#contact.form h1 {
  padding-bottom: 35px;
  border-bottom: 1px solid #d2d2d2;
}
#contact.form h2 {
  text-align: center;
  padding-top: 35px;
  font-size: 40px;
}
#contact.form p.notes {
  color: #c00;
  margin-bottom: 10px;
  font-weight: bold;
}
#contact.form .entry,
#contact.form .reset {
  display: inline-block;
  background-color: #000;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: normal
}
#contact.form .entry:hover,
#contact.form .reset:hover {
  background-color: #555;
}
#contact.form span.red {
  color: #c00;
}
#contact.form .entry {
  margin-right: 20px;
}
#contact.form table td.send {
  text-align: center;
  margin: auto;
  padding: 20px;
}
#contact.form table th {
  width: 200px;
  font-weight: bold;
}
#contact.form table td.uq {
 padding-bottom: 0px;
}
#contact.form input,
#contact.form textarea {
  border: 1px solid #ccc;
}
#contact.form input[type=text],
#contact.form input[type=email] {
  width: 400px;
}
#contact.form textarea {
  width: 100%;
}
#contact.form input[type=text],
#contact.form input[type=email] {
  min-height: 32px;
}

#contact.form #footer {
  text-align: center;
  margin-top: 20px;
}
#contact.form #footer_inner {
  width: 1030px;
  text-align: right;
  margin: auto;
}

#contact.form #sample_form .form_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 30px;
  padding: 0;
  line-height: 1;
  overflow: hidden;
  width: 500px;
}
#contact.form #sample_form .form_flow li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 12px 10px;
  background-color: #c3c3c3;
  text-align: center;
  font-size: 16px;
  /*font-size: 1.3333333333rem;*/
  color: #fff;
}
#contact.form #sample_form .form_flow li:before, #sample_form .form_flow li:after {
  content: '';
  position: absolute;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 17px;
  border-color: transparent transparent transparent #c3c3c3;
}
#contact.form #sample_form .form_flow li:before {
  left: -3px;
  border-color: transparent transparent transparent #fff;
}
#contact.form #sample_form .form_flow li:after {
  right: -12px;
  z-index: 2;
}
#contact.form #sample_form .form_flow li:first-child:before {
  display: none;
}
#contact.form #sample_form .form_flow li:last-child:after {
  right: 0;
}
#contact.form #sample_form .form_flow li.active {
  background-color: #818181;
}
#contact.form #sample_form .form_flow li.active:after {
  border-color: transparent transparent transparent #818181;
}
#contact.form #sample_form .form_flow + .cmsTextrule-bold {
  margin: 0 0 14px;
  font-size: 13px;
}

#contact.form table td.error_style {
  background: #ffe7e7;
  margin-bottom: 5px;
  position: relative;
}

#contact.form table td.error_style strong {
  font-weight: bold;
  color: #c00;
}

#contact.form table td.error_style .error_message:before {
  content: '!';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 17px;
  margin-top: -9px;
  vertical-align: middle;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../img/about/icon_exclamation.png) no-repeat 0 0;
}

#contact.form table td.error_style .error_message {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding: 0 15px 0 21px;
}
#contact.form .finish {
  border: 2px solid #ccc;
  padding: 20px;
  text-align: center;
}

/*プレースフォルダ色*/
input.sample::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input.sample:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input.sample::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
  
@media only screen and (max-width: 767px) {
  #contact.form h2 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
  }
  #contact.form input[type=text],
  #contact.form textarea {
    width: 100%;
  }
  #contact.form table tr,
  #contact.form table th,
  #contact.form table td {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  #contact.form #sample_form .form_flow {
    display: block;
    max-width: 300px;
    margin: 17px auto 20px;
  }
  #contact.form #sample_form .form_flow li {
    width: 100%;
    margin-bottom: 28px;
    padding: 16px 10px 5px;
    font-size: 16px;
  }
  #contact.form #sample_form .form_flow li:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -18px;
    right: auto;
    left: 0;
    width: 0;
    height: 0;
    border-width: 18px 150px 0 150px;
  }
  #contact.form #sample_form .form_flow li:before {
    display: none;
  }
  #contact.form #sample_form .form_flow li:after {
    right: auto;
    border-color: #c3c3c3 transparent transparent transparent;
  }
  #contact.form #sample_form .form_flow li:last-child:after {
    display: inline-block;
  }
  #contact.form #sample_form .form_flow li.active:after {
    border-color: #818181 transparent transparent transparent;
  }

  #contact.form table tr,
  #contact.form table th {
    border: none;
  }
  #contact.form table td {
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #contact.form .entry,
  #contact.form .reset {
    padding: 10px;
  }
  #contact.form .entry {
    margin-right: 10px;
  }
  #contact.form table tr:nth-child() td {
    border: none;
  }
  #contact.form table tr:last-of-type td {
    border: none;
  }
  #contact.form #footer_inner {
    width: 100%;
    padding: 0 10px;
  }
}


/*--------------------------
----------------------------
----------------------------
 Cookieポリシーページ
----------------------------
----------------------------
--------------------------*/
/*PC*/

.section_policy h3 {
 margin-bottom:14px;
 padding:8px 11px 7px;
 background-color:#8b8b8b;
 font-size:17px;
 font-weight:700;
 color:#fff
}
.section_policy h3~h3 {
 margin-top:24px
}
.section_policy h3 span {
 font-weight:400;
 font-size:15px;
 display:inline-block
}
.section_policy h4 {
 font-size:17px;
 font-weight:700;
 margin-bottom:10px;
 border-bottom:1px solid #aaa
}
.section_policy h4~h4 {
 margin-top:15px
}
.section_policy p {
 font-size:15px
}
.section_policy .parallel {
 display:inline-block
}
.section_policy .tablepane {
 margin:12px auto 14px;
 overflow:visible
}
.section_policy table {
 width:100%;
 border-collapse:collapse
}
.section_policy table td,
.section_policy table th {
 border:1px solid #aaa;
 line-height:2;
 font-size:15px
}
.section_policy table th {
 padding:11px 3px 9px 10px;
 background-color:#e0e0e0;
 font-weight:400;
 vertical-align:top;
 text-align:left
}
.section_policy table th.th2 {
 background-color:#f5f5f5
}
.section_policy table th:first-of-type {
 width:25em
}
.section_policy table td {
 padding:11px 6px 9px 9px;
 background-color:#fff
}
.oo_redf{
  color: #ff0000;
}

/*SP*/
@media only screen and (max-width: 767px) {
	.section_policy h3 {
  margin-bottom:18px;
		font-size:16px
 }
	.section_policy h3 span {
  font-size:15px;
		display:block
 }
	.section_policy h4 {
  font-size:16px;
		margin-bottom:10px
 }
	.section_policy p {
  font-size:15px
 }
	.section_policy .tablepane {
  overflow:scroll
 }
	.section_policy table td,
	.section_policy table th {
  line-height:1.7
 }
	.section_policy table th {
  padding:10px 3px 10px 10px
 }
	.section_policy table th:first-of-type {
  width:10em
 }
	.section_policy table td {
  padding:10px 5px 10px 8px
 }
}


/*--------
広告バナー
-----*/
.aerobanner,
.advertising_2020,
.advertising_2023 {
  background-color: #000000;
	border-top: 1px solid #6b6b6b;
}
.aerobanner a {
   display: block;
   width: 100%;
}
.advertising_2020 a {
   display: block;
   width: 100%;
   height: 149px;
   background-repeat: no-repeat;
   background-position: 95% 0;
   background-image: url(../../img/bicycle/advertising_banner.png);
}
.advertising_2023 a {
   display: block;
   width: 100%;
   height: 149px;
   background-repeat: no-repeat;
   background-position: 95% 0;
   background-image: url(../../img/bicycle/advertising_banner2.png);
}
.advertising_2020 a img,
.advertising_2023 a img {
   margin-left: 5%;
   padding-top: 50px;
}
.aerobanner a .inner {
  background-color: #262626;
  padding-left: 20px;
}

.aerobanner a:hover,
.advertising_2020 a:hover,
.advertising_2023 a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
   .advertising_2020 a {
      height: 71px;
      background-repeat: no-repeat;
      background-position: 95% 0;
      background-image: url(../../img/bicycle/advertising_banner.png);
      background-size: auto 100%;
    }
	.advertising_2023 a {
      height: 71px;
      background-repeat: no-repeat;
      background-position: 95% 0;
      background-image: url(../../img/bicycle/advertising_banner2.png);
      background-size: auto 100%;
    }
	.advertising_2020 a img,
	.advertising_2023 a img {
      margin-left: 20px;
      padding-top: 19px;
      width: 20px;
   }
}



