@charset "UTF-8";
/* CSS Document */
.spHide{
	display: none;
}
#contents {
	width: 100%;
}

#rescue {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../image/Wrap.png) repeat-y top left;
	z-index: 2;
	overflow: hidden;
	background-size: contain;
	line-height: 24px;
}
#rescue .head{
	width: 95%;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 2px;
	overflow: hidden;
} 
#rescue .Guide0{
	float: left;
	width: 50%;
	max-width: 220px;
	margin-top: 5px;
}

#rescue .Guide0 img{
	width: 100%;
}

#rescue .Guide-SP1{
	float: left;
}
#rescue .Guide-SP2{
	float: left;
	width: 220px;
	height: 100%;
}
#rescue .head .head-text{
	float: left;
	width: 50%;
}
#rescue .head .head-line{
	width: 100%;
	height: 50px;
	background: url(../image/Top-Line1.png) no-repeat top left
}
#rescue .head .head-title{
	width: 100%;
	background: url(../image/Top-Line2-SP.png) no-repeat top left;
}
#rescue .head .head-title h1{
	font-size: 16px;
	color: #ffffff;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
#rescue .head p{
	float: right;
	display: inline-block;
	font-size: 13px;
	color: #127026;
	margin-left: 16px;
	line-height: 24px;
}
#rescue .Bike-Lineup{
	width: 95%;
	position: relative;
}
#rescue .Bike-Lineup-icon{
	width: 100%;
	height: 40px;
	background-color: #b7b7b7;
	margin-bottom: 20px;
}

#rescue .Bike-Lineup-icon{
	position: relative;
}

#rescue .Bike-Lineup-icon h2{
	font-size: 13px;
	padding-left: 5px;
	margin: 0;
}
#rescue .Bike-Lineup-icon p{
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	line-height: 3px;
	padding: 0 5px 6px 0;
	margin: 0;
}

#rescue .Bike-Lineup-icon p:after{
	content: " ";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	bottom: 3px;
	right: 0;
}


#rescue .Bike-list{
	right: 0;
	left: 0;
	width: 80%;
	margin: 0 auto 20px;
}
#rescue .Bike-inner{
	float: right;
	right: 0;
	margin-bottom: 50px;
}

#rescue .Bike-inner .Bike img{
	width: 100%;
}




/*下層用*/

.SpHead{
	height: 250px;
	position: relative;
}


@media screen and (max-width:430px) {
.SpHead{
	height: 190px;
}
}


.SideNavi {
	display: none;
}

.DetailWrap{
	overflow: hidden;
	width: 100%;
}

.BikeLogo {
	width: 45%;
	text-align: left;
	float: left;
	position: absolute;
	left:  53%;
	bottom: 0;
}

.BikeLogo img {
	width: 100%;
	bottom: 0;
}
.BikeDetail {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.BikePhoto {
	width: 80%;
	margin: 0 auto;
	border: 3px solid #64ac4e;
	text-align: center;
	padding: 10px 0;
	display: block;
	box-sizing: border-box;
}


.BikePhoto img{
	width: 100%;
	box-sizing: border-box;
}

.BikeBtn {
	width: 83%;
	position: relative;
	box-sizing: border-box;
	-moz-box-shadow: 5px 6px 14px -12px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 5px 6px 14px -12px rgba(0, 0, 0, 0.65);
	-ms-box-shadow: 5px 6px 14px -12px rgba(0, 0, 0, 0.65);
	box-shadow: 5px 6px 14px -12px rgba(0, 0, 0, 0.65);
	margin: 20px auto;
}
.BikeBtn a {
	text-align: left;
	display: block;
	border: 3px solid #d1d1d1;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	box-sizing: border-box;
	padding: 3px;
	background: #fefeff; /* Old browsers */
	background: -moz-linear-gradient(top, #fefeff 0%, #fefeff 23%, #f0f0f1 79%, #f0f0f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefeff 0%, #fefeff 23%, #f0f0f1 79%, #f0f0f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefeff 0%, #fefeff 23%, #f0f0f1 79%, #f0f0f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#f0f0f1', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	line-height: 1.5em;
}


.BikeBtn a:hover{
	opacity: 0.8;
}

.BikeBtn a span{
	display: block;
	padding-left: 30px;
	background: url(../image/adobe_icon.png);
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 35px;
	background-position:5px 2px;
}


.fotter{
	border-top: 3px solid #d2d2d2;
	width: 96%;
	overflow: hidden;
	padding-top: 10px;
}

.fotter p{
	padding: 0;
	margin: 0 auto;
	width: 95%;
	font-size: 10px;
	vertical-align: top;
}
.fotter p span{
	vertical-align: top;
	width: 100%;
}

.fotter p span a{
	display: block;
	width: 158px;
	line-height: 0;
}

.fotter p span a img{
	width: 100%;
}


#rescue .to_toppage{
	margin: 20px 0 30px;
}
#rescue .to_toppage span{
	display: block;
	position: relative;
	width: 220px;
	right: 0;
	left: 0;
	margin: 5px auto;
	background-color: #82b167;
}
#rescue .to_toppage span a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	padding: 10px;
}
@media screen and (max-width:737px) {
    .car-link {
        margin: 35px 0 50px;
    }
    
    .car-btn {
        padding: 18px 32px 18px 40px;
        font-size: 17px;
        min-width: 280px;
    }
    
    .car-btn .arrow {
        font-size: 23px;
        padding-right: 6px;
    }
}