@charset "UTF-8";

table.table tbody th {
  width: auto;
}
h3 {
  margin-bottom: 5px;
}

.indexAction #stonesArea {
  width: 700px;
  margin: 0 -20px 0 0;  
  _zoom: 1;     
  overflow: hidden; 
}
.indexAction #stonesArea .unit {
  float: left;
  width: 330px;
  margin: 0 20px 10px 0;
}
.indexAction #stonesArea .unit img {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.indexAction #stonesArea .unit div {
  overflow: hidden;
  _zoom: 1;
}
.indexAction #stonesArea .unit .title {
  font-size: 100%;
  font-weight: bold;
}
.indexAction #stonesArea .unit .title a {
  color: #508EBE;
}
.indexAction #stonesArea .unit .title a:hover {
  color: #FF6600;
}

.showAction #descArea {
  margin-bottom: 20px;
}
.showAction #descArea .cols {
  width: 680px;
}
.showAction #descArea .cols .colA {
  float: left;
  width: 380px;
}
.showAction #descArea .cols .colB {
  float: right;
  width: 280px;
}
.showAction #descArea .cols .colB img.img {
  display: block;
  margin-bottom: 10px;
}

.showAction #itemArea {
  margin-bottom: 20px;
}
.showAction #itemArea .cols {
  width: 693px;
  margin: 0 -13px 20px 0;    
  overflow: hidden; 
  _zoom: 1; 
}
.showAction #itemArea .cols .item{
  float: left;
  width: 160px;
  margin-right: 13px;
}