@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   category
========================================================= */

/* side-link
----------------------------------------------- */
#attributeList .pieceHeader {
  height: 25px;
  background-image: url(./images/tl-kakuzokusei.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

/* shinchaku-ichiran
----------------------------------------------- */
/* 
.contentArticleAttribute .latest {
  margin-bottom: 30px;
  padding: 0px;
  background-image: url(./images/tl-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
.contentArticleAttribute .latest h2 {
  margin-bottom: 10px;
  padding: 3px 10px;
  background:#0952EB;
  background: -moz-linear-gradient(top, #0952EB, #001C66);
  background: -webkit-gradient(linear, center top, center bottom, from(#0952EB), to(#001C66));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0952EB', endColorstr='#001C69');
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}
  */



.contentArticleAttribute ul {
  padding: 0 5px;
}
.contentArticleAttribute li {
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.contentArticleAttribute h3 {
  margin-bottom: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 120%;
}
.more {
  padding: 0 5px 10px 0;
  text-align: right;
}

/* shinchaku-ichiran
----------------------------------------------- */
.attribute {
  float: left;
  width: 49%;
  margin-bottom: 10px;
  padding: 15px 0 20px;
  background-color: #e3f5ff;
}
.attributeNyusatsu {
  background-image: url(./images/ic-nyusatsu.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeSaiyo {
  background-image: url(./images/ic-saiyo.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeShikakushiken {
  background-image: url(./images/ic-kakusyushikakushiken.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeBosyu {
  background-image: url(./images/ic-bosyu.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeEvent {
  background-image: url(./images/ic-event.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeKyoka {
  background-image: url(./images/ic-kakusyushikakushiken.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attribute h2 {
  padding: 0 0 5px 70px;
}
.attribute .explain {
  margin-left: 70px;
}
.attributeSaiyo,
.attributeBosyu,
.attributeKyoka {
  margin-left: 15px;
}