/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute; 
background-color: #cccccc; /*余白の色*/
padding: 5px;
left: -1000px;
border: 1px double #000000; /*枠の色*/
visibility: hidden;
color: #000000; /*文字の色*/
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px; /*余白の幅*/
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -480px; /*上からの位置*/
left: 0px; /*左からの位置*/

}

#repair {
	clear: both;
	width: auto;
	text-align: left;
	line-height: 1.2em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 1em 5em 1em 5em;
}

table.repair{
    width: 400px;
    border-top:1px solid #888888;
    border-left:1px solid #888888;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.repair th{
    border-right:1px solid #888888;
    border-bottom:1px solid #888888;
    color:#333333;
    background-color:#CCCCCC;
    padding:0.3em 1em;
    text-align:center;
}
.repair td{
    border-right:1px solid #888888;
    border-bottom:1px solid #888888;
    padding:0.3em 1em;
}