/* CSS Document */

/*---------------------------------------------------
* ページ内リンク
*--------------------------------------------------*/
.contents .pageLinkImg {
	margin-top: 0;
	text-align: center;
}

.pageLinkImg li {
	display: inline;
	text-align: center;
	padding: 0 4px;
}


/*---------------------------------------------------
* 代行運転について
*--------------------------------------------------*/

.sec001 {
	clear: both;
	margin-top: 15px;
}

.sec001 .fig {
	float: left;
	display: inline;
	width: 255px;
}

.sec001 .description {
	float: right;
	display: inline;
	width: 395px;
}

.contents .sec001 .description p {
	margin-top: 0;
}

.contents .sec001 .description dl {
	margin-top: 5px;
}

/*   注意事項
---------------------------------------*/

.note {
	margin-top: 15px;
	background: #f0f0f0;
	padding: 10px 65px;
}

.note dt {
	font-weight: bold;
	margin-bottom: 10px;
}

.note img {
	float: right;
	margin-left: 30px;
}

/*   例
---------------------------------------*/

.tbl {
	margin: 0 30px;
	width: 300px;
	float: right;
}

.tbl caption {
	text-align: left;
}

.tbl th,
.tbl td {
	text-align: center;
}


