@charset "UTF-8";
/* 
product.css
pokemon.co.jp/ex/xy/product/
#product
*/

/* 
 Title
*/
#product h1{
background: url(/ex/xy/product/images/ttl_product.png) no-repeat 0 0;
}

/* spec table */
#product table.specs{
width: 100%;
margin: 0 0 15px;
border-collapse: collapse;
border-top: 1px solid #a4dcd7;
border-left: 1px solid #a4dcd7;
}
#product table.specs tr th,
#product table.specs tr td{
padding: 4px;
border-right: 1px solid #a4dcd7;
border-bottom: 1px solid #a4dcd7;
}
#product table.specs tr th{
color: #21a79c;
}
#product table.specs tr.first{
color: #21a79c;
background: #d2f6f3;
font-weight: bold;
}

/* specNotes */
#product p.specNotes{
font-size: 11px;
}


/*
* S I D E  #side
*/
/* TTL in Lowest Cont  */
#product #contentWrap.lowestCont #side h3{
height: 24px;
margin: 0 0 0 18px;
background: url(/ex/xy/product/images/side_ttl.png) no-repeat 0 0;
}