@charset "utf-8";
/* CSS Document */
/* Amenity */


#amenity a:link,
#amenity a:visited,
#amenity a:active {
color:#010101;
border-bottom:#010101 1px dotted;
}
#amenity .link span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 10px;
    top: 15px;
    border-left: 5px solid #010101;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    padding-left: .5em;
}

#amenity ul.clmBox2 > li:nth-child(1) { width:50%;}

#amenity table tr th {
    font-weight:bold;
    /*background-color: #fff;*/
    }
#amenity table tr td:nth-child(2n) {
    border-right: none;
}
#amenity table tr td:nth-child(1n) {
    border-left: none;
}
#amenity img:not(.bnr){ width:100%;}

#amenity img.spbnr{ width:90%;}

#amenity table tr td.rline {
	 border-right:#aaa solid 1px!important;
}
#amenity table tr td > ul.note {
	margin: 0.5em 0 0.5em 0em;
}
#amenity table tr td > ul.note li{
	text-indent:-1em;
	padding-left:1em;
	font-size: 105%!important;
	margin: 0em;
}

@media only screen and (max-width: 750px) {
#amenity table tr th{
    border-bottom:#aaa 1px solid;
	margin-top:20px;
	
}
#amenity table tr:last-child,
#amenity table,
#amenity table tr td{
    border:none;
}
#amenity img.bnr,
#amenity img.spbnr { width:85%;}

}
