@charset "EUC-JP";
/* CSS Document */
/* ラテンの情熱FLAMEが燃え盛る!イタリアンモーターサイクル特集 */
/* ----------------------------------- +
common
+ ------------------------------------ */
.sp_itarian {}
.sp_itarian img {
    max-width: 100%;
}
/* ----------------------------------- +
#container
+ ------------------------------------ */
#container {
	padding-bottom: 20px;
}
#container .main .main_text{
    background-color: #c61a22;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 15px 30px;
}
/* ----------------------------------- +
.cassette
+ ------------------------------------ */
.cassette {
    text-align: center;
}
.cassette h3 {
    position: relative;
}
.cassette h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    display: block;
    width: 100%;
    height: 28px;
    background: rgb(230,230,230);
    background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
}
.cassette .cassette_asset h4 {
	padding-top: 0;
}
.cassette .cassette_asset {padding: 15px 16px 20px;}
.cassette .cassette_asset.line {
	position: relative;
	padding-top: 31px;
}
.cassette .cassette_asset.line::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: url(../img/border_itary.png) top center no-repeat #e8e8e8;
	background-size: 55px 1px;
	-moz-background-size: 55px 1px;
	-webkit-background-size: 55px 1px;
}
.cassette .cassette_asset > img {margin-top: 15px;}
.cassette .cassette_asset > p {
    position: relative;
    padding-top: 40px;
    text-align: left;
    line-height: 1.5;
}
.cassette .cassette_asset p::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 50%;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background: #ccc;
}
/* ----------------------------------- +
.bike_detail
+ ------------------------------------ */
.bike_detail {
	background: #1d1c1b;
	color: #fff;
}
/* header */
.bike_detail > .header {
	position: relative;
	padding-bottom: 36px;
	text-align: center;
	border-top: 10px solid #c61a22;
}
.bike_detail > .header::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: url(../img/bg_bike_header.png) top center #a5a4a4 no-repeat;
	background-size: 320px 1px;
	-moz-background-size: 320px 1px;
	-webkit-background-size: 320px 1px;
}
.bike_detail > .header > .tag {
	display: inline-block;
	padding: 8px 10px;
	background: #c61a22;
	font-size: 9px;
	font-family: Arial;
	line-height: 1;
}
.bike_detail > .header > h4 {
	padding-top: 18px;
	font-size: 12px;
	font-weight: normal;
}
.bike_detail > .header > h4 > span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #c61a22;
}
/* .info */
.bike_detail > .info {
	position: relative;
	padding: 0 0 16px;
	font-size: 14px;
	background: url(../img/bg_bike_text.png) bottom center #31302f no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
.bike_detail > .info > span {
	display: block;
	position: absolute;
	top: -40px;
	width: 100%;
	text-align: center;
}
.bike_detail > .info > p {
	padding-top: 135px;
	padding: 135px 16px 0;
}
/* other */
.bike_detail > .other {
	padding: 16px 16px 20px;
}
.bike_detail > .other > table {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333;
	border-collapse: collapse;
	overflow: hidden;
	margin-bottom: 15px;
}
.bike_detail > .other > table th,
.bike_detail > .other > table td {
	font-size: 12px;
	border: 1px solid #ccc;
}
.bike_detail > .other > table th {
	width: 119px;
	background: #ececec;
}
.bike_detail > .other > table td {
	padding: 8px 15px;
}
.bike_detail .other dl.price {
	background: #008f3b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
.bike_detail .other dl.price dt {
	width: 135px;
	background: #00ca53;
	float: left;
	display: inline-block;
}
.bike_detail .other dl.price dt span {
	display: block;
	background: url(../img/icon_yen.png) no-repeat 20px 50%;
	background-size: 21px 31px;
	-moz-background-size: 21px 31px;
	-webkit-background-size: 21px 31px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 53px;
	padding-top: 9px;
	height: 41px;
	overflow: hidden;
}
.bike_detail .other dl.price dd {
	float: left;
	display: inline-block;
	background: url(../img/icon_price.png) no-repeat 0 50%;
	background-size: 8px 14px;
	-moz-background-size: 8px 14px;
	-webkit-background-size: 8px 14px;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
	line-height: 1.0;
	padding-left: 22px;
}
.bike_detail .other dl.price dd span {
    font-size: 35px;
    line-height: 1.5;
}
.bike_detail .other dl.price dd span span {
	font-size: 25px;
}
.bike_detail .other a.btn_search {
	display: block;
	background: #c61a22;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	height: 50px;
	text-decoration: none;
}
.bike_detail .other a.btn_search span {
	display: block;
	overflow: hidden;
	height: 50px;
	width: 260px;
	margin: 0 auto;
	background: url(../img/icon_lupe.png) no-repeat 0 50%;
	background-size: 31px 30px;
	-moz-background-size: 31px 30px;
	-webkit-background-size: 31px 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 3.5;
	color: #ffffff;
	text-align: center;
}
.bike_detail .other a.btn_search span.long_name {
	font-size: 14px;
	width: 230px;
	padding-left: 30px;
}
.search_area {
	background-color: #fdf4ea;
	padding: 25px 0;
}
.search_area p {
	color: #c61a22;
	line-height: 1.5;
	font-size: 11px;
	margin-bottom: 20px;
	text-align: center;
}
.search_area .btn_area {
	text-align: center;
}
/* 調節 */
.mb5{margin-bottom: 5px !important;}
.mb8{margin-bottom: 8px !important;}
.mb10{margin-bottom: 10px !important;}
.mb16{margin-bottom: 16px !important;}
.mb20{margin-bottom: 20px !important;}