body.categories .pagetitle {
  background: url("../images/bg_pagetitle.gif") repeat center top;
}
body.categories .topicpath {
  padding: 10px 0;
  background: url("../images/bg_blue.gif") repeat center top;
}
body.categories .topicpath ul:after {
  content: '';
  clear: both;
  display: block;
}
body.categories .topicpath ul li {
  float: left;
  margin-right: 1em;
  padding: 0.3em 0;
  color: #ffffff;
  font-size: 75%;
}
body.categories .topicpath ul li + li {
  padding-left: 1.5em;
  background: url("../images/arrow_white.png") no-repeat left center;
}
body.categories .topicpath ul li a:link, body.categories .topicpath ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}
body.categories .topicpath ul li a:hover, body.categories .topicpath ul li a:focus, body.categories .topicpath ul li a:active {
  text-decoration: underline;
}
body.categories .contents {
  padding: 30px 0;
}
body.categories .contents .main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 75%;
}
body.categories .contents .main .section {
  margin-bottom: 50px;
}
body.categories .contents .main .section:after {
  content: '';
  clear: both;
  display: block;
}
body.categories .contents .main .section h3 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  color: #262687;
  font-size: 190%;
  font-weight: bold;
  background: url("../images/line.png") no-repeat left bottom;
}
body.categories .contents .main .section h4 {
  margin-bottom: 0.5em;
  color: #3562b5;
  line-height: 1.4;
  font-size: 150%;
  font-weight: bold;
}
body.categories .contents .main .section p {
  font-size: 90%;
  line-height: 1.8;
  margin-bottom: 1em;
}
body.categories .contents .main .section ul.list, body.categories .contents .main .section ol.list {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 2em;
  font-size: 90%;
  line-height: 1.4;
}
body.categories .contents .main .section ul.list li, body.categories .contents .main .section ol.list li {
  padding: 0.2em 0;
}
body.categories .contents .main .section ul.list {
  list-style-type: circle;
}
body.categories .contents .main .section ol.list {
  list-style-type: decimal;
}
body.categories .contents .main .section .alignright {
  float: right;
  margin-left: 1em;
}
body.categories .contents .main .section .alignright img {
  border: solid 4px #cccccc;
}
body.categories .contents .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 20px;
}
body.categories .contents .sidebar ul.bnrs li {
  margin-bottom: 10px;
  text-align: right;
}
body.categories .contents .sidebar ul.bnrs li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* RWD
---------------------------------------------------------------------------------------------------- */
