@charset "utf-8";
/* CSS Document */

table.style2, td, th {    
    border: 1px solid #ddd;
    text-align: left;
}

table.style2 {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px;
	width:33.333%;
	vertical-align:middle;
}
.row-item-page{
	padding:10px 0;
}
.row-item-page:first-child{
	padding-top:0;
}
img.br-img{
	border:1px solid #ccc;
	padding:2px;
}