@charset "shift_jis";
/* CSS Document */
#nav #nav_hotel a{
	opacity:1;
}


#hotel h3{
	background:url(/img/pankuzu.jpg) 0 0 repeat;
	padding:10px;
	margin-bottom:5px;
}


#hotel table{
	width:775px;
	line-height:1.4;
	/*table-layout:fixed;*/
	font-size:9pt;
	border-left:1px solid #333;
	margin-bottom:10px;
}

#hotel table th{
	background:#f334ff;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:5px;
}

#hotel table td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:5px;
}

#hotel table td:first-child a,
#hotel table td:nth-child(4) a{
	color:#fdc2ff;
}

#hotel table td:nth-child(5) a{
	display:inline-block;
	
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */

	padding:0 8px;
	text-decoration:none;
	vertical-align:middle;
	color:#000;
	border-radius:3px;
}

#hotel table td:nth-child(5) a:before{
	content:'';
	margin-right:2px;
}

#hotel table td:first-child{
	color:#fdc2ff;
	width:180px;
}

#hotel table td:nth-child(3){
	width:130px;
	text-align:center;
}

#hotel table td:nth-child(4){
	width:110px;
	text-align:center;
}

#hotel table td:nth-child(5){
	width:80px;
	text-align:center;
}

.pagetop {
	text-align:right;
}

.pagetop a{
	display:inline-block;
	
	background: #fcecfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcecfc 0%, #fba6e1 50%, #fd89d7 51%, #ff7cd8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcecfc 0%,#fba6e1 50%,#fd89d7 51%,#ff7cd8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=0 ); /* IE6-9 */

	padding:5px 10px;
	text-decoration:none;
	vertical-align:middle;
	color:#000;
	border-radius:3px;
	font-size:11pt;
	font-weight:bold;
	
	margin-bottom:20px;
}

.pagetop a:before{
	content:'';
	margin-right:2px;
	font-size:8pt;
	vertical-align:middle;
}


