@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
レンタカー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

table#history { max-width: 100%; }
table#history tr > * {
	word-break: keep-all;
}
table#history th { 
	padding-right: 15px; 
	vertical-align: top;
	letter-spacing: 0px;
}
table#history tr:nth-child(1) td { letter-spacing: 0.072em; }
.ipad table#history tr:nth-child(1) td { letter-spacing: 0.01em; }
table#history tr:nth-child(12) td { letter-spacing: 0.038em; }
.ipad table#history tr:nth-child(12) td { letter-spacing: 0; }
table#intelligence { 
	max-width: 100%; 
	margin: 10px 0px 50px 0px; 
}
table#intelligence tr > * {
	word-break: keep-all;
}
table#intelligence th { 
	padding-right: 8px; 
	vertical-align: top;
}

.map { margin-top: 8px; }

#point_01 {
	margin: 11px 0px 200px 0px;
	background: url(../images/bg_stripe.gif) repeat center top;
	background-size: 4px;
	-moz-background-size: 4px;
	-webkit-background-size: 4px;
}
#point_01 h2 { padding: 37px 0px 20px 0px; }
#point_01 .inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    padding: 0 0 50 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#point_01 .fl { clear: both; }
#point_01 p {
	text-align: left;
	padding: 0px 0px 43px 0px;
}


