/* 詳細の項目セル */
.td_item{
  text-align: center;
  background-color: #DCEFEE;
  color: #000000;
  border: 1px #6396ab solid;
}
/* 詳細の値セル */
.td_value{
  border-bottom: solid 1px #2c6d6d;
}

.item_header{
  background-color: #306fad;
  color: white;
  width: 90%;
  padding-left: 20px;
}

.content_left{
  float: left;
  width: 60%;
  margin-right: 20px;
}

.content_right{
  position: sticky;
  /*position: fixed;*/
  top: 0;
  right: 0;
  overflow: auto; /* 左側の途中から空白ができた場合、その部分へスライドせず、そのまま下へ広がる */
  width:35%;
  z-index: 2;
  /*border: 1px solid #2d7fff;*/
}

.customer_info{
  /*float: left;*/
  width: 48%;
  /*margin-right: 20px;*/
}
