/**********************************************************************
view-can.com : For hotellist.html [ /resources/JPN/styles_us/hotellist.css ]

07.09.16
**********************************************************************/

/*---------------------------------------------
 Heading
---------------------------------------------*/
h1{
	margin-bottom: 20px;
	padding-bottom: 0px;
}

/*---------------------------------------------
 LinkArea
---------------------------------------------*/
#ContentsArea #LinkArea{
	padding-bottom: 20px;
	font-size: 75%;
}

/*---------------------------------------------
 AreaTitle
---------------------------------------------*/
h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*---------------------------------------------
 box-pre
---------------------------------------------*/
table.box-pre{
	width: 100%;
	background-color: #efebe2 ;
	border: solid 1px #6d533a;
	margin-bottom: 10px;
}

table.box-pre .pre{
	width: 10%;
	background-color: #ddd4c1 ;
	border-right: solid 1px #6d533a;
	text-align: center;
	font-size: 75%;	
}

table.box-pre .hotel{
	width: 90%;
	padding: 3px;
}

table.box-pre-last{
	width: 100%;
	background-color: #efebe2 ;
	border: solid 1px #6d533a;
	margin-bottom: 20px;
}

table.box-pre-last .pre{
	width: 10%;
	background-color: #ddd4c1 ;
	border-right: solid 1px #6d533a;
	text-align: center;
	font-size: 75%;	
}

table.box-pre-last .hotel{
	width: 90%;
	padding: 3px;	
}

table.box-pre-bottom{
	width: 100%;
	background-color: #efebe2 ;
	border: solid 1px #6d533a;
	margin-bottom: 40px;
}

table.box-pre-bottom .pre{
	width: 10%;
	background-color: #ddd4c1 ;
	border-right: solid 1px #6d533a;
	text-align: center;
	font-size: 75%;	
}

table.box-pre-bottom .hotel{
	width: 90%;
	padding: 3px;	
}

/*---------------------------------------------
 box-hotel
---------------------------------------------*/
table.box-hotel{
	width: 100%;
}

table.box-hotel .hotel{
	width: 70%;
	padding: 3px 0px 3px 40px;
	font-size: 75%;
}

table.box-hotel .spot{
	width: 30%;
	padding: 3px 40px 3px 0px;
	font-size: 75%;
	text-align: right;
}

/*---------------------------------------------
 view-mail
---------------------------------------------*/
div#view-mail{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 75%;
}
