@charset "UTF-8";

/* ========================================
* File Name: glossary.css
* Created Date: 2014.05
* Author: TAM
======================================== */

#contentsWrap.glossary {
  width: 984px;
  padding: 50px 0 71px;
  margin: 0 auto;
  font-family: "adobe-garamond-pro",'Ryumin Regular KL','メイリオ',Meiryo;
  font-style: normal;
  font-weight: 400;
}

sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}


/* pageHeader */

.pageHeader {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 25px;
  line-height: 1.8;
}

.pageHeader .title {
  float: left;
  width: 242px;
  font-size: 12px;
}

.pageHeader .localNav {
  float: right;
  font-family: 'LinotypeUniversW02-Regu','Gothic Medium BBB','メイリオ',Meiryo;
  font-size: 12px;
}

.pageHeader .localNav .current {
  color: #ADD6EB;
}


/* listArea */

#listArea {
  overflow: hidden;
  margin: 0 0 30px;
  clear: both;
}

#listArea .tableHeader {
  z-index: 2;
}

#listArea .tableHeader.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#listArea .tableHeader .inner {
  width: 984px;
  margin: 0 auto;
  padding: 25px 0;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

#listArea .tableHeader ul {
  padding: 0 0 0 247px;
  overflow: hidden;
}

#listArea .tableHeader ul li {
  float: left;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1;
  border-left: 1px solid #e1e1e1;
}

#listArea .tableHeader ul li.first {
  border: none;
}


/* block */

.block {
  overflow: hidden;
  clear: both;
  z-index: 1;
  padding: 42px 0 0;
  margin: -43px 0 0;
}

.block h2 {
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  font-family: "adobe-garamond-pro",'Ryumin Regular KL','メイリオ',Meiryo;
  font-style: normal;
  font-weight: 400;
  float: left;
  line-height: 1.8;
  width: 84px;
}

.block table {
  font-size: 12px;
  float: left;
  width: 900px;
}

.block table th, .block table td {
  border-top: 1px solid #e6e6e6;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  padding: 0 0 20px;
}

.block table th {
  font-family: 'LinotypeUniversW02-Bold 726184','Midashi Go MB31','メイリオ',Meiryo;
  font-weight: bold;
  width: 168px;
}

.block table td {
  font-family: "adobe-garamond-pro",'Ryumin Regular KL','メイリオ',Meiryo;
  font-style: normal;
  font-weight: 400;
}

.block table .link {
  width: 234px;
}

.block table .link .word {
  text-indent: -5em;
  margin: 0 0 0 5em;
}

.block table .link .page {
  text-indent: -6em;
  margin: 0 0 0 6em;
}


/* localNavWrap */

.localNavWrap{
  overflow: hidden;
  zoom: 1;
}

.localNavWrap a{
  color: #191919;
  line-height: 1.8;
}

.localNavWrap .title{
  float: left;
  font-size: 12px;
  font-family: 'LinotypeUniversW02-Bold 726184','Midashi Go MB31','メイリオ',Meiryo;
  font-weight: bold;
  line-height: 1.8;
}

.localNavWrap .rowWrap{
  overflow: hidden;
  zoom: 1;
  float: right;
  width: 648px;
}

.localNavWrap .rowWrap .categoryBox{
  display: block;
  float: left;
  width: 144px;
  margin: 0 24px 24px 0;
  color: #1A1A1A;
  font-size: 12px;
}

.localNavWrap .rowWrap .right{
  margin: 0 0 24px;
}

.localNavWrap .rowWrap .categoryBox.last{
  margin: 0;
}

.localNav .line{
  margin: 0 0 0 12.3em;
}
