@charset "UTF-8";
@import "../base/init.css";
@import "../base/style_joy.css";
@import "../piece/style_joy.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 {
  font-weight: bold;
  font-size: 120%;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #FBB821;
  border-bottom: 1px solid #ccc;
  margin: 10px 0px 12px 0px;
}
.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 li span.new {
  display: inline-block;
  width: 30px;
  height: 0;
  margin: -3px 3px 2px;
  padding-top: 13px;
  background-image: url("./images/ic-new.gif");
  background-position: left top;
  backgroun-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}
* html #docTabPortal .content li span.new,
* html #docTab .content li span.new {
  margin: -1px 3px 1px;
}
*:first-child+html #docTabPortal .content li span.new,
*:first-child+html #docTab .content li span.new {
  margin: -1px 3px 1px;
}
.contentArticleAttribute h3 {
  margin-bottom: 10px;
  padding: 5px 5px 4px 15px;
  background-color: #FBB821;
  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: 0px 4px 10px 4px;
  padding: 15px 0 20px;
  background-color: rgba(255, 255, 255, 0.62);
  border-bottom: 2px dotted #cccccc;
}
.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;
}