@charset "UTF-8";


/* 非表示設定(social,評価,コメント,詳細,画像サブ) */
div#content div#main table.field-table tbody tr#field-11,
 tr#field-7,
 tr#field-8,
 tr#field-1,
 tr#field-2 td.field tr:not(:first-child){
 display: none;
}
/* 非表示設定(画像2サブ) */
div#content div#main table.field-table tbody tr#field-9 td.field tr:not(:first-child){
 display: none;
}
/* LINK色 */
div.field-description a:hover {
  color: #AF3E00;
  text-decoration: underline;
}
div.field-description a:link {
  color: #AF3E00;
  text-decoration: none;
}
