
@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
レンタル機種一覧
------------------------------------------------------------------------------ */ 
.rentalList{
padding-left: 40px;
list-style-type: decimal;
margin-bottom: 20px;
line-height: 1.5;
}
.rentalStit{
background-image: url(../img_common/icon02.jpg);
background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
margin-bottom: 10px;
margin-left: 20px;
}
.rentalTable01{
width: 565px;
margin-left: 20px;
text-align: center;
margin-bottom: 20px;
border: 1px solid #CCC;
}
.rentalTable01 thead td{
color: #FFF;
background-color: #90C522;
padding-top: 0.2em;
padding-bottom: 0.2em;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #FFF;
border-bottom-color: #FFF;
}
.rentalTable01 tbody th{
background-color: #E3E3E3;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
text-align: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.rentalTable01 tbody td{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #CCC;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

