<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* サブメニュー */

.doctors_cosme_submenu_top {
  width: 540px;
  height: 44px;
}
.doctors_cosme_submenu_top ul {}
.doctors_cosme_submenu_top ul li {
  float: left;
}
.doctors_cosme_submenu_top ul li a {}
.doctors_cosme_submenu_top ul li a:link:hover {
  border: 0 none; 
  opacity: 0.8;
}
.doctors_cosme_submenu_top ul li a:visited:hover {
  border: 0 none; 
  opacity: 0.8;
}

.doctors_cosme_submenu_bottom {
  width: 540px;
  height: 86px;
  margin-bottom: 25px;
}
.doctors_cosme_submenu_bottom ul {}
.doctors_cosme_submenu_bottom ul li {
  float: left;
}
.doctors_cosme_submenu_bottom ul li a {}
.doctors_cosme_submenu_bottom ul li a:link:hover {
  border: 0 none;
  opacity: 0.5;
}
.doctors_cosme_submenu_bottom ul li a:visited:hover {
  border: 0 none;
  opacity: 0.5;
}

/*             */

.catch {
  font-size: 115%;
  margin-bottom: 8px;
}
.item_title {
  font-size: 140%;
  font-weight: bold;
}
.item_title span { font-size: 85%; }
.price {
  color: #cc0000;
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 20px;
}
.item_img {
  float: left;
  width: 210px;
  margin-bottom: 15px;
}
.item_img img {
  width: 190px;
  height: auto;
}
.item_img img {}
.goto_cart {
  float: left;
  width: 320px;
}
.goto_cart a:link:hover,
.goto_cart a:visited:hover {
  border: 0 none;
  opacity: 0.8;
}
.goto_cart img {
  margin-bottom: 3px;
}
.note {
  font-size: 115%;
  line-height: 1.2;
  margin-left: 18px;
}
.note li { list-style: outside none disc; }
strong { font-family: ＭＳ Ｐゴシック; }
.ext_table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.ext_table th {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  vertical-align: top;
  padding: 5px;
  background: #eeeeee;
  text-align:left;
  white-space: nowrap;
}
.ext_table td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 5px;
}
.tejun {
  font-size: 115%;
  margin-bottom: 20px;
}
.tejun dt {
  clear: both;
  float: left;
  padding-bottom: 6px;
  width: 100px;
}
.tejun dd {
  margin-left: 100px;
  padding-bottom: 6px;
}
</pre></body></html>