@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;
	
}