@charset "UTF-8";
/*-------------------------------------------------
 
business/motorbike.css
 
 --------------------------------------------------*/
 
/* main
****************************************************/

#main > div:not(#pan) {
	border-bottom: 1px solid #dedede;
	padding-bottom: 40px;
}
#main > div#selecttype {
	padding-bottom:0;
}
#main > div#selecttype,
#main > div#wanted,
#main > div#banArea {
	border-bottom: none;
}
#riderpit p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 1em;
	color: #333;
}
#selecttype table {
	margin-bottom: 0;
}
#selecttype table tr {
	border-bottom: 1px solid #dedede;
}
#selecttype table tr td {
	padding: 40px 20px 30px 20px;
}
#selecttype table tr td.pic {
	padding: 40px 0 40px 20px;
}
#selecttype table tr td p.tit {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 1em;
}
#selecttype table tr td p.txt {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333;
}
#selecttype table tr td ul li {
	background-image: url(../../img/common/i_liststyle.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
#wanted h3+div.txt {
	margin-bottom: 20px;
}

#banArea {
	position: relative;
	background: #d9f3fc;
	padding: 50px 80px 50px 90px;
}
#banArea a {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#banArea .arrow {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -14px;
}
#banArea .arrow img {
	vertical-align: top;
}
#banArea .tac a:first-child {
	margin-bottom: 10px;
}
#banArea .fll {
	width: 241px;
}
#banArea .flr {
	width: 213px;
}
#banArea .fll a:first-child,
#banArea .flr a:first-child {
	margin-bottom: 10px;
}