@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";
@import "../tool/style.css";

/* =========================================================
   TOP
========================================================= */

/* articleCategory
------------------------- */
#articleCategory {
  clear: both;
}
#articleCategory .pieceBody li {
  width: 285px;
  float: left;
  margin: 0 10px 10px 0;

}
#articleCategory .pieceBody li:nth-child(2n+2) {
  margin: 0 0 10px 0;
}
#articleCategory .pieceBody ul li.level1 a {
  display: block;
/*  background-image: url(../piece/images/bg-bunya.gif);
  background-repeat: no-repeat;
  background-position: left center; */
  padding: 5px 5px 3px 20px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius:  3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/_themes/js/PIE.htc);
  position:relative;
  font-weight: bold;
  font-size: 115%;
  color: #000000;
  text-decoration: none;
}
#articleCategory .pieceBody ul:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}