@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）


***********************************/

@import "base.css";

h2 {
  margin-bottom: 5px;
}

h4.subtitle {
  font-weight: bold;
  font-size: 120%;
}

#contents div.box {
  padding: 0 40px 10px;
}

#contents dl.accessmap {
  width: 330px;
}

#contents dl.accessmap dt {
  font-size: 110%;
  font-weight: bold;
  padding: 3px 5px;
  margin-bottom: 3px;
  background-color: #d1ccc9;
}

#contents dl.accessmap dd {
  margin: 0 0 20px 5px;
}

#contents table.history {
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
}

#contents table.history th {
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  padding: 5px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #dddddd;
  width: 60px;
}

#contents table.history td {
  border-right: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  padding: 5px;
}

#contents table.history td dt {
  font-weight: bold;
}

#contents table.history td dd {
  margin: -1.5em 0 5px 40px;
}

#contents div.koryo {
  float: right;
  width: 400px;
}

#contents div.koryo h4 {
  font-size: 120%;
  font-weight: bold;
  background-color: #d1ccc9;
  padding: 3px 5px;
  margin-bottom: 10px;
}

#contents div.koryo li {
  text-indent: -2em;
  margin-left: 2em;
  margin-bottom: 10px;
}

#contents dl.work dt {
  color: #f29439;
  font-size: 120%;
  font-weight: bold;
}

#contents dl.work dd {
  border-bottom: 1px #999999 dotted;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#contents table.officer {
  width: 100%;
  margin: 0 auto 20px;
  border-top: 1px #333333 solid;
  border-left: 1px #333333 solid;
}

#contents table.officer th {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5em;
  padding: 5px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #666666;
}

#contents table.officer td {
  padding: 5px;
  text-align: center;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

#contents ul.list_item {
  margin-bottom: 20px;
}

#contents ul.list_item li {
  font-weight: bold;
  font-size: 110%;
  display: inline;
  margin-right: 20px;
}

.square-list dd {
  padding-left: 1em;
}
.square-list dt:before {
  content: "■";
}

#contents dl.accession dt {
  font-weight: bold;
  font-size: 110%;
}

#contents dl.accession dd {
  margin-bottom: 12px;
}

#contents dl.accession table {
  width: 80%;
  border-top: 1px #333333 solid;
  border-left: 1px #333333 solid;
}

#contents dl.accession td {
  padding: 5px 10px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

/* ブラウザ互換
*********************************************************************/

/* レスポンシブ
*********************************************************************/
@media screen and (max-width: 949px) {
  #contents div.box {
    padding: 0;
  }
  #contents div.right {
	  width: 100%;
	  margin: auto;
  }
  #contents div.right img {
	  width: 100%;
  }
  #contents div.right a {
	  text-align: center !important;
	  width: 100%;
	  margin-bottom: 2rem;
  }
  #contents dl.accession table {
    width: 100%;
  }
  #contents dl.accessmap {
	  width: 100%;
	  margin: auto;
  }
}
