/* #dynamic_object .text table .list td + td{
  width: 140px;

} */
.imageDetail .imageBox canvas{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.registerBox .txt {
  width: 100%;
}
#static_object .txt .box .col2{
  position: relative;
}
#static_object .txt .box .col2 table{
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
}
#static_object .txt .box .col2 table th{
  padding-right: 10px;
  white-space: nowrap;
}
#static_object .txt .box .col2 table td input,
#static_object .txt .box .col2 table td textarea{
  margin-top: 5px;
}
#static_object .txt .box .col2 table td p{
  margin-top: 10px;
}
#static_object .txt .box .col2 table td p:first-child{
  margin-top: 0;
}
#static_object .txt .box .col2 table td .func_errorTxt{
  margin-top: 5px;
  display: block;
}
#static_object .txt .box .col2 .delBtn{
  position: absolute;
  right: 0;
  bottom: 20px;
}
header ul li #cataloglink{
	display: initial;
}

@media only screen and (max-width:1080px) {
#static_object .txt .box .col2 table th{
  display: block;
  padding: 0 0 10px 0;
}
#static_object .txt .box .col2 table td{
  display: block;
  padding-right: 0;
}
}
@media only screen and (max-width:768px) {
}