@charset "utf-8";
/*==============================================
 CSS INFO
 URL : http://www.nissan.car-rental.jp/
 Description : shop css
===============================================*/

/* shop
============================================== */
#map{
	width		:690px;
	height		:385px;
	margin		:3px auto 15px;
	border		:#ccc 1px solid;
	}
	
.shops{
	margin		: 10px 0;
	}
	
.shops h3{
	background	: url("/img/site/list_ttl.gif") no-repeat left top;
	line-height	: 32px;
	padding-left: 15px;
	font-weight	: bold;
	font-size	: 14px;
	}
	
.shopImg{
	border		: 5px solid #EEE;
	width		: auto;
	float		: left;
	margin		: 10px;
	}
	
.shopImg img{
	margin		:2px;
	}
	
.shopDetail{
	width		: 460px;
	float		: right;
	display		: inline;
	margin		: 10px;
	}
	
.shopDetail dl dt{
	width		: auto;
	float		: left;
	clear		: left;
	margin-rigth: 10px;
	padding-left: 15px;
	font-weight	: bold;
	background	: url("/img/site/arrow02.gif") no-repeat left 3px;
	}
	
.shopDetail dl dd{
	padding-left: 80px;
	}
	
.shopsBtn{
	margin	: 10px 0;
	}

.shopMove{
	width		: 550px;
	margin		: 15px auto;
	}

.shopMove iframe{
	border		: solid 3px #cccccc;
	}
	
.move_w .shopDetail{
	float		: none;
	}

.move_w .box{
	width		: 600px;
	margin		: 15px auto 20px;
	}

/* hotel detail
------------------------------------ */
.hotel {
	margin		: 20px auto;
	}

.hotel h3{
	background	: url("/img/site/ttl_hotel.gif") no-repeat left top;
	line-height	: 32px;
	padding-left: 35px;
	font-weight	: bold;
	font-size	: 14px;
	color		: #FFF;
	}

.hotels{
	margin		: 20px 20px;
	border-left	: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

.hotels h4{
	border-top	: 1px solid #ccc;
	border-bottom: 3px solid #D11D56;
	background	: #FAFAFA;
	font-weight	: bold;
	font-size	: 14px;
	margin		: 0 0 10px 0;
	}

.hotels h4 a{
	background	: url("/img/site/arrow.gif") no-repeat 8px center;
	padding		: 5px 5px 5px 20px;
	display		: block;
	text-decoration:none;
	}
.hotelsInner{
	margin		: 0 15px;
	}

.hotelImg{
	width		: 180px;
	float		: left;
	margin		: 0 10px 10px 0;
	display		: block;
	text-align	: center;
	}
	
.hotelImg img{
	border		: 3px solid #EEE;
	}

.kyori{
	width		: auto;
	float		: left;
	background	: url("/img/site/icon_car.gif") no-repeat left center;
	overflow	: hidden;
	text-align	: left;
	padding-left: 18px;
	margin		: 0;
	font-weight	: bold;
	color		: #D11D56;
	}

.hotelBtn{
	text-align	: right;
	margin		: 0;
	}

.hotel table{
	border		: 1px solid #CCC;
	text-align	: left;
	margin		: 10px 0;
	border-collapse:collapse;
	}

.hotel table th{
	border		: 1px solid #CCC;
	background	: #FDF2F5;
	padding		: 5px 8px;
	}

.hotel table td{
	border		: 1px solid #CCC;
	padding		: 5px 8px;
	}

/* hotel detail
------------------------------------ */
.hotelName{
	background	: url("/img/site/ttl/ttl_sub_04.gif") no-repeat left top;
	line-height	: 40px;
	width		: 706px;
	text-align	: left;
	font-size	: 138.5%;
	font-weight	: bold;
	color		: #FFF;
	text-indent	: 10px;
	}

.hotelDtlImg{
	width		: 706px;
	margin		: 0 auto;
 	}

.hotelDtlImg p{
	width		: auto;
	float		: left;
	border		: 1px solid #CCC;
	padding		: 3px;
	margin-right: 10px;
	}

.hotelInner{
	margin		: 10px auto 15px;
	}

.hotelInner h3{
	background	: url("/img/site/list_ttl.gif") no-repeat left top;
	line-height	: 32px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight	: bold;
	font-size	: 14px;
	}

.hotelInner table{
	border		: 1px solid #CCC;
	width		: 385px;
	float		: left;
	text-align	: left;
	border-collapse: collapse;
	}

.hotelInner table.hoteInfo{
	width		: 715px;
	}

.hotelInner table th{
	background	: #FDF2F5;
	border		: 1px solid #CCC;
	padding		: 3px 5px;
	width		: 100px;
	}

.hotelInner table td{
	border		: 1px solid #CCC;
	padding		: 5px 5px;
	}

.hotelMap{
	width		: 300px;
	float		: right;
	border		: 5px solid #CCC;
	}
	
.hotelInner ul{
	margin		: 0 20px;
	}

.hotelInner ul li{
	width		: 200px;
	float		: left;
	margin		: 0 5px 5px 0;
	background	: url("/img/site/arrow.gif") no-repeat left center;
	text-align	: left;
	padding-left: 15px;
	}
