/* ------ 家賃表部分 ------*/

table#plant {
width: 720px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

table#plant td {
padding: 3px;
text-align: center;
}

/* ------ 施設写真部分 ------*/

div.photo {
width: 750px;
margin-top: 12px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
position: relative;
}

table#photo {
width: 740px;
margin-top: 5px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

table#photo td {
height: 145px;
margin: 0px;
font-size: 9pt;
line-height: 1.5em;
text-align: center;
}

div.photo img.pop {
position: absolute;
left: 215px;
top: 223px;
visibility: hidden;
border-style: none;
}

div.photo a:hover {
visibility: visible;
}

div.photo a:link img {
border-style: none;
}

div.photo a:visited img {
border-style: none;
}

div.photo a:hover img.pop {
visibility: visible;
}

/* ------ 利用者感想部分 ------*/

table#comment {
width: 720px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

table#comment td {
padding: 10px;
}

td.pict {
text-align: center;
}