@charset "utf-8";

/* ------------------------------------- 
  共通スタイル
------------------------------------- */
#contents_wrap {
  font-size: 81.25%;
  line-height: 1.3;
}

#contents_wrap a {
  text-decoration: none;
}

#contents_wrap a:hover {
  text-decoration: underline;
}

#contents_wrap {
  width: 940px;
  margin: 0 auto;
  background-image: none;
}

.pagetop {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: right;
  width: 940px;
}

.pagetop a {
  background: url(../images/arw_pagetop.gif) 9px 0.4em no-repeat;
  padding-left: 20px;
}

.w850_center {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}

.red {
  color: #f00;
  font-weight: bold;
}

/* ------------------------------------- 
  メイン領域のスタイル
------------------------------------- */
#main {
  float: left;
  width: 740px;
}

.app_ver {
  margin: 5px;
  font-size: 0.8em !important;
  color: #707070;
  text-align: right;
}

/* ------------------------------------- 
  サイド領域のスタイル
------------------------------------- */
#side {
  float: right;
  width: 180px;
}

/* ------------------------------------- 
  サイドナビゲーションのスタイル
------------------------------------- */
#side_navi {
  margin-bottom: 10px;
}

#side_navi ul {
  padding-bottom: 5px;
  background: url(../images/side_navi_sa1bottom.gif) no-repeat bottom;
}

#side_navi ul li.on {
  background-color: #cef !important;
}

#side_navi ul.off li {
  background-color: #fff !important;
}

#side_navi ul li.top {
  border: none;
  border-bottom: 3px solid #1793ea;
  background: #003d7b;
  padding: 8px 8px 8px 10px;
}

#side_navi ul li.cclink {
  font-size: 73%;
}

#side_navi ul li.top a {
  font-size: 130%;
  color: #fff;
  font-weight: bold;
}

#side_navi ul li.bottom {
  border-bottom: none !important;
}

#side_navi ul li {
  font-size: 92.3%;
  background: url(../images/arr_blue.gif) no-repeat 12px 14px;
  padding: 10px 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
}

#side_navi a:link {
  color: #444444;
  text-decoration: none;
}
#side_navi a:visited {
  color: #444444;
  text-decoration: none;
}
#side_navi a:hover {
  color: #444444;
  text-decoration: underline;
}
#side_navi a:active {
  color: #444444;
  text-decoration: underline;
}

#side_navi ul li.top a {
  margin: 0;
}

#side_navi ul li a {
  margin-left: 22px;
  margin-right: 2px;
  display: block;
}

/* ------------------------------------- 
  コンテンツ領域のスタイル
------------------------------------- */
h1 {
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0.1em;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #f5f5f5;
  margin-left: 0;
  height: initial;
  text-indent: initial;
}

h1 span {
  font-size: 69.25%;
  font-weight: bold;
  line-height: 1.25;
  padding-bottom: 4px;
  padding-top: 20px;
  border-top: 3px solid #cc0000;
  display: block;
  margin: -1px 12px 10px;
}

h2 {
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: 13px;
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #fff;
  width: 100% !important;
  margin-left: 0;
}

h2 span {
  font-weight: inherit;
  line-height: 1.25;
  padding-bottom: 0;
  padding-top: 8px;
  border-top: 3px solid #cc0000;
  display: block;
  margin: -1px 12px 6px;
}

h3 {
  font-size: 107.7%;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  margin: 30px 0 16px;
  width: 100%;
  font-weight: bold;
}

h3 span {
  font-weight: inherit;
  border-left: 3px solid #cc0000;
  line-height: 1.3em;
  padding-left: 7px;
  display: block;
}

/* ------------------------------------- 
  クリップボードボタンのスタイル
------------------------------------- */
.clipboard-button {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.clipboard-button > div > button {
  margin-right: 6px;
}

.clipboard-button button.clip-delete {
  background: url(../images/btn_clip_delete.png) no-repeat 10px center;
}

.clipboard-button button.back-button {
  width: 100px !important;
}

/* ------------------------------------- 
  選定条件のスタイル
------------------------------------- */
ul.selection-step {
  display: flex;
  width: 741px;
  height: 76px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  font-size: 130%;
}

ul.selection-step.step1 {
  background-image: url(../images/step1.png);
}

ul.selection-step.step2 {
  background-image: url(../images/step2.png);
}

ul.selection-step.step3 {
  background-image: url(../images/step3.png);
}

ul.selection-step > li {
  flex: 1;
  line-height: 76px;
  padding-right: 10px;
  text-align: center;
}

ul.selected-values {
  display: flex;
  flex-wrap: wrap;
}

ul.selected-values > li {
  list-style: none;
  margin-right: 0.5rem;
}

ul.selection-tab {
  display: flex;
  width: 650px;
  height: 36px;
}

ul.selection-tab > li {
  flex: 1;
  line-height: 36px;
  text-align: center;
  border: 1px solid #707070;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}

ul.selection-tab > li.active {
  background-color: #d5d5d5;
}

.selection-content {
  border: 1px solid #707070;
  padding: 20px;
}

.selection-content > ul.selection-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px;
}

ul.selection-menu li {
  margin: 10px 0;
}

ul.selection-menu li a {
  font-weight: bold;
  padding: 8px 5px 3px 30px;
  height: 25px;
  display: block;
  width: 124px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 130%;
  background-image: url(../images/icon_motor.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  cursor: pointer;
}

ul.selection-menu li a.has-detail {
  padding: 2px 5px 0px 30px;
  height: 34px;
  font-size: 120%;
  line-height: 1.2;
}

ul.selection-menu li a.has-detail > span {
  display: block;
  font-size: 80%;
  margin-left: 0.5rem;
}

ul.selection-menu li a.blank {
  border-color: white;
  background: none;
  cursor: auto;
}

.selection-content-row {
  display: flex;
}

.selection-content-col {
  flex: 1;
}

.selection-content-col:first-child {
  margin-right: 10px;
}

.selection-content-col > select {
  margin: 10px 0 !important;
}

.selection-content-col:last-child {
  margin-left: 10px;
}

.selection-submenu {
  border: 1px solid #707070;
  border-radius: 8px;
  position: relative;
  padding: 10px 20px;
  margin: 20px 0 10px;
}

.selection-submenu:first-child {
  margin-top: 10px;
}

.selection-submenu.dence {
  padding: 0 20px;
}

.selection-submenu > .selection-submenu-title {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  padding: 0 0.5rem;
  background-color: white;
}

.selection-submenu li {
  margin: 1rem 0;
}

.selection-submenu li > table {
  margin-left: 1.5rem;
}

.selection-IP67-cable-length {
  font-weight: bold;
  background-color: #fffec4;
}

#main ul.wrap {
  display: flex;
  flex-wrap: wrap;
}

#main ul.nowrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#main ul.wrap > li,
#main ul.nowrap > li {
  margin-right: 1rem;
}
#main ul > li.no-margin {
  margin-right: 0;
}

#main input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

#main select {
  width: 100%;
  height: 1.5rem;
  margin: 0;
  font-size: 0.8rem;
}

#main select option {
  line-height: 1.5rem;
  padding: 10px 3px;
  font-size: 0.8rem;
}

.selection-content .selection-content-button {
  display: flex;
  justify-content: space-between;
}

#main button {
  width: 159px;
  height: 40px;
  border-radius: 5px;
  background-color: #efefef;
  border: 2px solid #707070;
  cursor: pointer;
}

#main button.secondary {
  border-width: 1px;
}

#main button:disabled {
  border: 2px solid #cccccc;
  cursor: initial;
}

/* ------------------------------------- 
  詳細絞込み条件のスタイル
------------------------------------- */
.shiborikomi-container {
  display: flex;
}

.shiborikomi {
  border: 1px solid #707070;
  padding: 20px;
  margin-top: 10px;
  width: 50%;
}

.shiborikomi:nth-child(2) {
  border-left: none;
}

.shiborikomi.w100 {
  width: 100%;
}

.shiborikomi p.title {
  font-weight: bold;
  white-space: pre-wrap;
  margin: 1rem 0 0.5rem 0;
  padding: 0.25rem;
  background-color: #d5d5d5;
}

.shiborikomi p.title:first-child:first-child {
  margin-top: 0;
}

.shiborikomi p.title2 {
  margin-left: 1rem;
}

.shiborikomi ul {
  margin: 0.5rem 0 0.5rem 2rem;
}

.shiborikomi ul.selection-submenu-menu {
  margin-left: 2rem;
}

.shiborikomi ul:not(.nowrap) li {
  margin-bottom: 0.5rem;
}
.shiborikomi ul:not(.nowrap) li:last-child {
  margin-bottom: 0;
}

.shiborikomi input[type="number"] {
  margin-top: -1px;
  vertical-align: middle;
  margin-right: 0.5rem;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  width: 4rem;
}
.shiborikomi input[type="number"]::-webkit-inner-spin-button,
.shiborikomi input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#main .shiborikomi select {
  width: auto;
}

.shiborikomi-button {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.shiborikomi-button > div > button {
  margin-left: 6px;
}

/* ------------------------------------- 
  選定結果のスタイル
------------------------------------- */
.sentei-kekka {
  display: flex;
  align-items: stretch;
  background-color: #776e98;
  padding: 4px;
  margin: 10px 0;
}

.sentei-kekka > .side-col {
  border: 3px solid #bbb3d8;
  background: #e3e2ea;
  border-radius: 6px;
  width: 88px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.sentei-kekka > .side-col > .name {
  font-size: 16px;
  text-align: center;
  width: 80px;
}

.sentei-kekka > .center-col {
  flex: 1;
  display: flex;
  flex-flow: column;
}

.sentei-kekka.relay > .center-col {
  flex: 1;
  display: flex;
  flex-flow: nowrap;
}

.sentei-kekka > .center-col > div {
  flex: 1;
  display: flex;
  flex-flow: column;
}

.sentei-kekka.relay > .center-col > div:first-child {
  margin-right: 0;
}

.sentei-kekka.relay > .center-col > div:nth-child(2),
.sentei-kekka.relay > .center-col > div:nth-child(3) {
  margin-left: 0;
  margin-top: 0;
}

.sentei-kekka > .center-col .name {
  background-color: #d5d5d5;
  border: 1px solid #707070;
  margin: 0 4px;
  padding: 2px 0.5rem;
}

.sentei-kekka > .center-col .image {
  width: 80px;
}

.sentei-kekka > .center-col .name > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 3px 0;
  line-height: 1.7em;
}

.sentei-kekka > .center-col .name .cable-type {
  font-size: 11px;
  line-height: 14px;
  padding: 2px 5px 0;
  text-align: center;
  color: white;
  margin-right: 0.2rem;
}

.sentei-kekka > .center-col .name .cable-type.directConnect {
  font-size: 12px;
  line-height: 15px;
  padding-top: 2px;
}

.sentei-kekka > .center-col .name .cable-type.hyojunh {
  background-color: #00b0ec;
}

.sentei-kekka > .center-col .name .cable-type.koukutsukyoku {
  background-color: #e95098;
}

.sentei-kekka > .center-col .name .cable-name {
  padding-top: 1px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}

.sentei-kekka > .center-col .name .cable-name.directConnect {
  padding-left: 0.5em;
  font-size: 14px;
  width: auto;
}

.sentei-kekka > .center-col .name .type {
  background-color: #595757;
  color: white;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  border-radius: 5px;
  padding: 2px 5px 0;
  margin-left: 0.2rem;
}

.sentei-kekka > .center-col .name .type.directConnect {
  font-size: 12px;
  line-height: 15px;
  padding: 2px 6px 0;
}

.sentei-kekka > .center-col .detail {
  flex: 1;
  background-color: white;
  border: 1px solid #707070;
  margin: 0 4px;
  padding: 0.5rem;
  display: flex;
  flex-flow: column;
  height: 160px;
}

.sentei-kekka > .center-col .detail .cable-discription {
  font-weight: bold;
  white-space: pre-wrap;
  margin-bottom: 0.5rem;
}

.sentei-kekka > .center-col .detail .cable-image {
  text-align: center;
  width: 534px;
}

.sentei-kekka.relay > .center-col .detail .cable-image {
  text-align: center;
  width: 255px;
}

.sentei-kekka > .center-col .detail .cable-image img {
  width: 500px;
}

.sentei-kekka.relay > .center-col .detail .cable-image img {
  width: 260px;
}

.sentei-kekka > .center-col .detail .shiyosho-title {
  font-weight: bold;
}

.sentei-kekka > .center-col .detail ul.shiyosho {
  margin: 0 0.5rem;
  font-size: 11px;
}

.sentei-kekka > .center-col .detail ul.shiyosho > li {
  background: url(../images/li.png) no-repeat 0 3px;
  padding-left: 1rem;
  margin: 3px 0;
}

.sentei-kekka > .center-col .detail ul.shiyosho > li.disabled {
  background-image: url(../images/li_disabled.png);
}

.sentei-kekka > .center-col .detail ul.shiyosho > li.disabled > span,
.sentei-kekka > .center-col .detail ul.shiyosho > li.disabled > a {
  color: #d8d8d8;
  pointer-events: none;
}

.sentei-kekka > .center-col .detail ul.shiyosho > li > a {
  padding-right: 15px;
  background: url(../images/btn_red.png) no-repeat right center;
  text-decoration: none !important;
}

.sentei-kekka > .center-col .detail ul.shiyosho > li.disabled > a {
  padding-right: 15px;
  background-image: url(../images/btn_red_disabled.png);
}

.sentei-kekka > .center-col .detail ul.shiyosho > li > span.type {
  display: inline-block;
  min-width: 100px;
}

.sentei-kekka > .center-col .detail.detail2 > .discription {
  display: flex;
}

.sentei-kekka > .center-col .detail.detail2 > .discription .type {
  margin-left: 1rem;
  background-color: #595757;
  color: white;
  font-size: 9px;
  font-weight: normal;
  line-height: 12px;
  border-radius: 6px;
  padding: 1px 9px 0;
  white-space: nowrap;
}

/* ------------------------------------- 
  選定結果一覧表のスタイル
------------------------------------- */
table.sentei-kekka-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 12px;
}

table.sentei-kekka-table th {
  border: 1px solid #707070;
  background-color: #d5d5d5;
  padding: 8px 10px;
  font-weight: bold;
}

table.sentei-kekka-table th:first-child {
  width: 5rem;
}

table.sentei-kekka-table th:last-child {
  width: 5rem;
}

table.sentei-kekka-table td {
  border: 1px solid #707070;
  padding: 6px;
  vertical-align: top;
}

table.sentei-kekka-table td.series {
  width: 8rem;
}

table.sentei-kekka-table td.cbType {
  white-space: pre-wrap;
  width: 12rem;
}

table.sentei-kekka-table td.cbSide {
  width: 3rem;
  text-align: center;
}

table.sentei-kekka-table td.cfBent {
  width: 2.5rem;
  text-align: center;
}

table.sentei-kekka-table thead:last-child th {
  border-top: 2px solid #707070;
}

table.sentei-kekka-table.clipboard td:first-child,
table.sentei-kekka-table.clipboard th:first-child {
  text-align: center;
  width: 1rem;
}

table.sentei-kekka-table.clipboard td:last-child {
  white-space: nowrap;
}

table.sentei-kekka-note {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

table.sentei-kekka-note tr > td {
  vertical-align: top;
}

table.sentei-kekka-note tr > td > ul {
  list-style: square;
  padding-left: 1em;
}

table.sentei-kekka-note tr > td > ul {
  margin-left: 1em;
}

img.pdf {
  padding: 0;
  margin: 0.5em;
  vertical-align: middle;
}

/*------------------------------------- 
  詳細絞込み条件に戻るリンクのスタイル
------------------------------------- */
.detailtop {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  width: 740px;
}

.detailtop a {
  font-size: 90%;
  background: url(../images/arw_pagetop.gif) 9px 0.4em no-repeat;
  padding-left: 20px;
}

.w650_center {
  margin-left: auto;
  margin-right: auto;
  width: 740px;
}
