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

h3{
background:none;
color:#798F99;
}

table{
width:100%;
margin-bottom:30px;
border-collapse:collapse;
border:1px solid #cccccc;
}
col.class{
width:110px;
}
col.name{
width:150px;
}
col.type{
width:75px;
}
col.capacity{
width:75px;
}
col.detail{
width:75px;
}

th{
text-align:center;
border:1px solid #cccccc;
font-weight:normal;
}
th.bg_gray,
tbody th{
background:#e9e9e9;
}
td{
text-align:center;
border:1px solid #cccccc;
}
#contents td.detail_link{
text-align:center;
font-size:120%;
}
#contents td.product_name{
text-align:center;
}
#contents td.detail_link a{
text-decoration:none;
}

#contents td.features{
	padding-left: 7px;
	padding-right: 7px;
	text-align:left;
}

