body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 800px;
  max-width: 1080px;
}

/*
h2, h3, h4, h5 {
  margin: 0px;
}
*/

h3 {
  margin-bottom: 5px;
  margin-top: 20px;
}

/*------------------*/
/*-- タブメニュー --*/
/*------------------*/
ul.menu {
  margin: 0px;
  padding: 0px;
}
ul.menu li {
  float: left;
  display: block;
  font-size: 12px;
}

ul.menu li.on {
  background-color: #d0c8f0;
  width: 164px;
  height: 27px;
  margin-right: 3px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

ul.menu li.off {
  background-color: #f8f8ff;
  width: 162px;
  height: 26px;
  margin-right: 3px;
  text-align: center;
  border-top: solid 1px #d0c8f0;
  border-left: solid 1px #d0c8f0;
  border-right: solid 1px #d0c8f0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

li.on a:visited,
li.on a.link,
li.off a:visited,
li.off a.link {
  color: #000000;
}

li.on a {
  text-decoration: none;
  display: block;
  margin-top: 5px;
}

li.off a {
  text-decoration: underline;
  display: block;
  margin-top: 5px;
}

div.tab-menu {
  height: 27px;
}

div.tab-contents {
  border-top: solid 10px #d0c8f0;
  padding-top: 5px;
}

/*----------------*/
/*-- 医薬品情報 --*/
/*----------------*/
div.drug-info {
  margin-left: 20px;
  width: 700px;
}

div.drug-info > table {
  width: 500px;
  float: left;
}

div.drug-info > table th {
  width: 111px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

div.drug-info > table tr:not(:last-child) th,
div.drug-info > table tr:not(:last-child) td {
  padding-bottom: 5px;
}

div.drug-info div.cm {
  width: 176px;
  float: right;
  padding: 5px;
  border: solid 2px #d0c8f0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

/*--------------*/
/*-- 商品情報 --*/
/*--------------*/
h4#products a {
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
}

table.product_info td {
  padding: 10px 10px 0px 10px;
  vertical-align: top;
}

/*----------------------*/
/*-- 添付文書情報共通 --*/
/*----------------------*/

h3.contents-title {
  margin-top: 20px;
  margin-bottom: 5px;
}

h4.contents-title {
}

h5.contents-title, div.contents-title {
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
  /*font-weight: normal;*/
  font-size: 12px;
}

span.revision {
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal;
  /*display: none;*/
}

div.contents-block {
  margin: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.tbl-set {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tbl-header, .tbl-footer {
  font-size: 0.9em;
}

table.chemical-fact th {
  width: 150px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

div.warning {
  color: #bb5566;
  border: solid 1px #bb5566;
  padding: 4px;
}

div.contraindicate {
  border: solid 1px #bb5566;
  padding: 4px;
}

div.doc_request {
  margin-bottom: 10px;
}

div.other-precaution {
  border: solid 1px #000000;
  padding: 4px;
  margin-top: 10px;
}

div.other-precaution b {
  color: #bb5566;
}

/*--------------------------*/
/*-- 相互作用（併用禁忌） --*/
/*--------------------------*/
#par-10_1+div td{
  border: solid 1px #bb5566;
}

/*----------*/
/*-- 共通 --*/
/*----------*/
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}

/*------------------*/
/*-- 章番号リンク --*/
/*------------------*/
div.doc-index td {
  vertical-align: top;
}

div.doc-index a {
  white-space: nowrap;
}

div.doc-index .link a:not(:last-child) {
  margin-right: 10px;
}

div.doc-index .link a:not(.important) {
  display: none;
}

/*----------------------------------*/
/*-- 章番号リンク（ポップアップ） --*/
/*----------------------------------*/
#paragraph-index {
  border: solid 1px #000000;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  position: fixed;
  top: 20px;
  right: 10px;
  overflow: auto;
}

#toggle-button {
  color: #000000;
}

#paragraph-index ol {
	display: none;
  margin: 0px;
  padding-left: 30px;
}

/*------------------------*/
/*-- ポップアップ表示用 --*/
/*------------------------*/
a.ddi-block, a.bacteria-block, a.indication-block {
  cursor: text;
  color: inherit;
  text-decolation: none;
  border-bottom: dashed 1px #003399;
}

/*-------------------*/
/*-- micro clearfx --*/
/*-------------------*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after{
  clear: both;
}

.clearfix{
  zoom: 1;
} /* For IE 6/7 */
