@charset "utf-8";
/* common.css */

/*クルマ買取*/
#contents1 {
	float: left;
	margin: 40px 0 20px 0;
}

#contents1 h2 {
	width: 220px;
	height: 40px;
	background: url(../contents_page/img/business_bike_bg01.jpg) no-repeat;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff; 
	text-align: center;
}

#contents1 h3 {
	width: 740px;
	padding: 5px;
	margin-left: 20px;
	border-left: solid 5px #005eb1;
	border-bottom: solid 1px #aaaaaa;
	font-size: 16px;
	font-weight: bold;
}

#contents1 #car_img {
	float: left;
	margin: 35px 0 0 20px;
}

#contents1 #infomation {
	float: center;
	margin: 20px 20px 0 20px; 
	width: 266px;
	height: 233px;
	background: url(../contents_page/img/car_bg01.jpg) no-repeat;
}

#contents1 #infomation ul#fax {
	width: 247px;
	margin: 0 auto;
	padding-top: 60px;
}

#contents1 #infomation ul#mail {
	width: 247px;
	margin: 0 auto;
	padding-top: 60px;
}

/*レンタカー*/
#contents2 {
	/*float: left;*/
	margin-bottom: 20px;
}

#contents2 #eco h2 {
	width: 220px;
	height: 40px;
	background: url(../contents_page/img/business_bike_bg01.jpg) no-repeat;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff; 
	text-align: center;
}

#contents2 #eco h3 {
	width: 740px;
	padding: 5px;
	margin-left: 20px;
	border-left: solid 5px #005eb1;
	border-bottom: solid 1px #aaaaaa;
	font-size: 16px;
	font-weight: bold;
}

#contents2 #eco h4 {
	margin: 20px 20px;
	font-size: 14px;
}

#contents2 table#fig1 {
	float: left;
	margin-left: 20px; 
	width: 760px;
}

#contents2 table#fig1 tr {
	border: solid 1px #333333;
}

#contents2 table#fig1 th {
	padding: 5px;
	border: solid 1px #333333;
	background-color: #e1f1ff;
	font-size: 16px;
}

#contents2 table#fig1 td {
	padding: 5px;
	border: solid 1px #333333;
	font-size: 16px;
}

#contents2 #eco ul#note {
	float: left;
	margin: 20px 20px;
}

#contents2 #eco ul#note li {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 14px;
	
}
/*予約までの流れ*/
#contents2 #reservation {
	float: left;
}

#contents2 #reservation h3 {
	width: 740px;
	padding: 5px;
	margin-left: 20px;
	border-left: solid 5px #005eb1;
	border-bottom: solid 1px #aaaaaa;
	font-size: 120%;
	font-weight: bold;
}

#contents2  #reservation #fig2 {
	float: left;
	margin: 20px 0 20px 20px; 
}

/*Uバイク料金表*/
ul.rental_item {
	width:760px;
	margin:0 auto 0 auto;
	margin-right:-23px;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}
ul.rental_item .img_box {
	margin-bottom:10px;
}
ul.rental_item li {
	width:200px;
	float:left;
	border:1px solid #1174C7;
	padding:8px;
	margin:0 23px 20px 0;
}
ul.rental_item p {
	font-weight:bold;
}
ul.rental_item .txt_box .price {
	color:#F00;
	font-weight:bold;
}
ul.rental_item .txt_box strong {
	font-size:80%;
	font-weight:bold;
}

dl.auction_teigi02 dt {
	background:#017EBE;
	color:#FFF;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
dl.auction_teigi02 dd {
	margin-bottom:20px;
	padding:5px 10px 5px 10px;
}

dl.auction_teigi01 {
	border:1px solid #5ebff1;
	padding:10px;
	background:#f7fcff;
	margin-bottom:15px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
dl.auction_teigi01 dt {
	font-weight:bold;
	color:#017EBE;
}