<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.list-unstyled a{
	color: #fff!important;
}
.card-text{
	text-align: left;
}

body{
	margin-top: 70px;
}

.contents_innner {
    padding-top: 100px;
    margin-top:-100px;
}
.unnewline{
	white-space: nowrap;
}

table.rental tbody:nth-child(odd){
	background-color: #f1f1f1;
	
}</pre></body></html>