#viewer {
  /* 全体の背景色 */
  background-color: #e6e8e8;
}

/* 左タブのタブ */
div.sidebar-tab {
  opacity: 1.0;
}

/* 左タブ枠の見出し部分 */
div.sidebar-header {
  font-size: 110%;
  font-weight: bold;
  padding-left: 6px;
  padding-top: 2px;
  background-color: #333333;
  color: white;
}

/* 左タブ枠 */
div.sidebar-panel {
  background-color: white;
  border-width: 2px;
  border-style: inset;
  border-color: grey;
  opacity: 1.0;
}

/* 左タブの説明文の枠 */
div.sidebar-help {
  border-top: 2px inset #cccccc;
  padding-top: 2px;
  padding-left: 2px;
  line-height: 15px;
  font-size: 12pt;
  font-family: MS Gothic, sans-serif;
}

/* 注文番号ポップアップ */
div.link-popup {
  color: #000000;
  background-color: #ffffff;
  border-width: 3px;
  border-style: ridge;
  border-color: #eeeeee;
  font-weight: bold;
  font-size: 100%;
  opacity: 1.0;
}

div.link-popup table.link-popup-links {
  font-size: 80%;
}

div.link-popup table.link-popup-links tr {
  height: 24px;
}

/* 下のツールバー */
div.toolbar {
  background-color: #eeeeee;
}

/* 次のカタログの枠 */
div.next-catalog,
/* 前のカタログの枠 */
div.prev-catalog {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  background-color: white;
  border: 3px groove grey;
}

/* 他のカタログのリスト */
div.other-catalogs {
  margin-left: 0em;
  padding-top: 1em;
  padding-left: 1.5em;
  margin-bottom: 1em;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: 120px;
}

div.other-catalogs > div.catalog {
  padding-left: 6px;
  padding-right: 6px;
  width: 148px;
}

div.other-catalogs > div.catalog .img-container {
   width: 136px;
}

div.other-catalogs > div.catalog .img-container img {
   width: 136px;
}

div.other-catalogs > div.catalog .name-container {
   width: 136px;
}

div.contents-content {
}

div.contents-content > ul {
  width: 500px;
  overflow-y: auto;
  padding-left: 32px;
}
div.contents-content > ul > li {
  padding-left: 0px;
  width: 500px;
  list-style-type: none;
  cursor: pointer;
}
div.contents-content > ul > li .title {
  font-size: 16px;
  font-weight: bold;
}
div.contents-content > ul > li .line {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #cccccc;
}
div.contents-content > ul > li .text {
  margin-top: -10px;
  font-size: 14px;
}
div.contents-content > ul > li .left {
  background: #fff;
  text-align: left;
  padding-right: 4px;
}
div.contents-content > ul > li .right {
  background: #fff;
  float: right;
  padding-left: 4px;
}

div.search-content {
}

div.search-content > div.root {
  padding-left: 12px;
  padding-top: 6px;
}
div.search-content > div.root > div.input-row {
  padding-left: 12px;
  padding-top: 6px;
}
div.search-content > div.root > div.input-row > input {
  float: left;
  width: 500px;
  height: 24px;
}
div.search-content > div.root > div.input-row > .search-button {
  float: left;
  position: relative;
  color: #dbdbdb;
  background-color: rgba(65, 65, 65, 1.0);
  width: 100px;
  height: 30px;
  margin-top: 4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-style: none;
  cursor: pointer;
}
div.search-content > div.root > div.input-row > .search-button table {
  width: 100px;
}
div.search-content > div.root > div.input-row > .search-button table td.left {
  text-align: right;
  width: 20px;
}
div.search-content > div.root > div.input-row > .search-button table td.right {
  text-align: left;
  width: 50px;
}
div.search-content > div.root > div.input-row > .search-button .icon {
  background-image: url(svg/ico_search.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 30%;
  width: 24px;
  height: 24px;
}
div.search-content > div.root > div.input-row > .search-button .text {
  width: 50px;
  margin-top: 0px;
  height: 24px;
  font-size: 16px;
}
div.search-content > div.root > div.radio-row {
  clear: both;
  padding-left: 12px;
  padding-top: 6px;
}

.toolbar .svg-button {
  border-width: 0px;
}

div.itemlist {
  color: #000000;
  background-color: #ffffff;
  border-width: 3px;
  border-style: ridge;
  border-color: #eeeeee;
  font-weight: bold;
  font-size: 100%;
  opacity: 1.0;
}

div.itemlist table {
    border-collapse: collapse;
}

div.itemlist td.title {
    width: 380px;
    text-align: center;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background-color: #66aaec;
    color: white;
}
div.itemlist td.order-no {
    width: 60px;
    padding: 5px 5px 5px 5px;
    min-height: 30px;
    cursor: pointer;
}
div.itemlist td.name {
    width: 320px;
    padding: 5px 5px 5px 5px;
    min-height: 30px;
    cursor: pointer;
}

div.itemlist table tr.item:hover td {
    font-weight: bold;
}
div.itemlist table tr.item:hover {
    background-color: #ffffdd;
}#viewer {
  /* 全体の背景色 */
  background-color: #e6e8e8;
}

/* 左タブのタブ */
div.sidebar-tab {
  opacity: 1.0;
}

/* 左タブ枠の見出し部分 */
div.sidebar-header {
  font-size: 110%;
  font-weight: bold;
  padding-left: 6px;
  padding-top: 2px;
  background-color: #333333;
  color: white;
}

/* 左タブ枠 */
div.sidebar-panel {
  background-color: white;
  border-width: 0px;
  border-style: inset;
  border-color: grey;
  opacity: 1.0;
}

/* 左タブの説明文の枠 */
div.sidebar-help {
  border-top: 2px inset #cccccc;
  padding-top: 2px;
  padding-left: 2px;
  line-height: 15px;
  font-size: 12pt;
  font-family: MS Gothic, sans-serif;
}

/* 注文番号ポップアップ */
div.link-popup {
  color: #000000;
  background-color: #ffffff;
  border-width: 3px;
  border-style: ridge;
  border-color: #eeeeee;
  font-weight: bold;
  font-size: 100%;
  opacity: 1.0;
  width: 200px;
}

div.link-popup table.link-popup-links {
  font-size: 80%;
}

div.link-popup table.link-popup-links tr {
  height: 24px;
}

/* 下のツールバー */
div.toolbar {
  background-color: #eeeeee;
}

/* 次のカタログの枠 */
div.next-catalog,
/* 前のカタログの枠 */
div.prev-catalog {
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  background-color: white;
  border: 3px groove grey;
}

/* 他のカタログのリスト */
div.other-catalogs {
  margin-left: 0em;
  padding-top: 1em;
  padding-left: 1.5em;
  margin-bottom: 1em;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: 120px;
}

div.other-catalogs > div.catalog {
  padding-left: 6px;
  padding-right: 6px;
  width: 148px;
}

div.other-catalogs > div.catalog .img-container {
   width: 136px;
}

div.other-catalogs > div.catalog .img-container img {
   width: 136px;
}

div.other-catalogs > div.catalog .name-container {
   width: 136px;
}

div.itemlist {
  color: #000000;
  background-color: #ffffff;
  border-width: 3px;
  border-style: ridge;
  border-color: #eeeeee;
  font-weight: bold;
  font-size: 100%;
  opacity: 1.0;
}

div.itemlist table {
    border-collapse: collapse;
}

div.itemlist td.title {
    width: 380px;
    text-align: center;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background-color: #66aaec;
    color: white;
}
div.itemlist td.order-no {
    width: 60px;
    padding: 5px 5px 5px 5px;
    min-height: 30px;
    cursor: pointer;
}
div.itemlist td.name {
    width: 320px;
    padding: 5px 5px 5px 5px;
    min-height: 30px;
    cursor: pointer;
}

div.itemlist table tr.item:hover td {
    font-weight: bold;
}
div.itemlist table tr.item:hover {
    background-color: #ffffdd;
}

div.tit-modal-order {
  margin: 0px 0px 16px;
  padding: 0px 0px 0px 24px;
}

.ico-arrow {
  width: 5px;
  height: 9px;
  background: url(/front/contents/design_pc/img/common/ico_arrow.svg) center center no-repeat;
  background-size: 5px 9px;
  display: inline-block;
  _display: inline;
  margin-top: 4px;
  margin-right: 4px;
}

.ico-exclamation-red {
  width: 18px;
  height: 18px;
  background: url(/front/contents/design_pc/img/common/ico_exclamation_red.svg) center center no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  _display: inline;
}

.content-modal-in {
  max-height: none;
  overflow-y: visible;
  padding: 0 16px;
  padding-inline-start: 0px;
}

.comment-content-modal-in {
  margin: 5px 0px 0px;
  padding: 16px 24px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.5;
  border: 0;
  vertical-align: baseline;
}

.comment-content-modal-in ul {
  padding: 0 0 0 0;
}

.btn-order {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 28px;
    border-radius: 14px;
    outline: 0;
    background-color: #f84f2c;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: .08em;
    cursor: pointer;
    position: relative;
}

.link-popup .btn-order {
    width: 128px;
    height: 40px;
    margin: 0 0 0 12px;
    border-radius: 20px;
}
.quantity-order {
  font-weight: normal; 
}
.quantity-order label:after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 5px;
  height: 9px;
  margin: -4px 0 0;
  background: url(/front/contents/design_pc/img/common/ico_arrow.svg) center center no-repeat;
  background-size: 5px 9px;
  transform: rotate(90deg);
  pointer-events: none;
  content: '';
}

.quantity-order select {
  margin: 0 8px 0 0;
  padding: 5px 14px 5px 6px;
  outline: 0;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: .08em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.quantity-order select::-ms-expand {
  display: none;
}

.link-popup table:nth-child(2) {
    margin: 0 0 0 20px;
}
