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

/*車検の流れ*/
#contents1 {
	float: left;
	margin: 40px 0;
}

#contents1 h2 {
	width: 300px;
	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 .contents1_img1 {
	float: left;
	width: 760px;
	height: 70px;
	margin: 0 20px;
}

#contents1 .contents1_img1 img {
	float: left;
}

#contents1 .contents1_img1 p {
	float: left;
	margin: 10px 0 0 20px;
	font-size: 14px;
	line-height: 1.2;
}

#contents1 .contents1_img2 {
	clear: both;
	padding-left: 20px;
}
	
/*コース別料金表*/
#contents2 {
	clear: both;
	padding-top: 40px;
}

#contents2 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 .course {
	float: left;
	width: 180px;
	padding: 5px;
	margin-left: 20px;
	border-left: solid 5px #005eb1;
	border-bottom: solid 1px #aaaaaa;
	font-size: 16px;
	font-weight: bold;
}

#contents2 h4 {
	float: right;
	margin-right: 10px;
	width: 560px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

#contents2 table.fig {
	float: right;
	margin: 20px 40px;
	width: 530px;
}

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

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

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

#contents2 p {
	clear: both;
	padding-left: 230px;
	margin-bottom: 10px;
	width: 410px;
	font-size: 14px;
	line-height: 1.5;
}

/*二輪コース*/
#contents2 #fig2 {
	float: right;
	margin: 20px 40px;
	width: 530px;
}

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

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

#contents2 #fig2 td {
	padding: 5px;
	border: solid 1px #333333;
	font-size: 16px;
	text-align: right;
}