.header1 {
  background: #1253A4;
  display: block;
  color: #ffffff;
  border: 1px solid #1253A4;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  padding: 5px 2px 5px 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header2 {
  background: #ffffff;
  border-bottom: 1px solid #bcc4c7;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  overflow: hidden;
  padding: 7px 0px 7px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#res_navi{
  background: #f9f9f9;
  margin: 0;
  padding: 5px 10px 5px 10px;
}

#res_navi_inner{
  display: table;
  width: 100%;
}

#counts {
  display: table-cell;
  font-size: 12px;
  color: black;
  vertical-align: middle;
}

#counts span {
  color: #e67e22;
  font-size: 16px;
  font-weight: bold;
}

#sort {
  display: table-cell;
  text-align: right;
  font-size: 16px;
}

#sort select {
  font-size: 16px;
}

#contents {
  background: #f5f5f5;
  border-top: 1px solid #b4b4b4;
}

#contents table {
  border-bottom: 1px solid #b4b4b4;
  margin: 0px;
  border-collapse: collapse;
  width: 100%;
}

#contents img {
  border: 0 none;
}

#contents dl {
  margin: 0px;
  font-size: 12px;
  color: black;
}

#contents dt {
  line-height: 1.4;
}

.bukken_box {
  background: none repeat scroll 0px 0px #ffffff;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border: 1px solid #c4c4c4;
  margin: 7px 3px;
  padding-left: 1px;
}

.bukken_icon {
  border: 1px solid #e65f00;
  color: #ff6a00;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  margin: 1px 5px 1px 0px;
  padding: 2px 4px;
}

.images {
  padding: 5px 0 5px 5px;
  margin: 0;
  height: 60px;
  width: 80px;
  text-align: center;
}

.price {
  font-size: 17px;
  font-weight: bold;
  color: #e74c3c;
}

.link_arrow {
  background: url("../images/link_arrow.png"), transparent;
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 18px;
  padding: 5px 20px 5px 5px;
}
.no_link_arrow {
  background: url("../images/no_link_arrow.png"), transparent;
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 18px;
  padding: 5px 20px 5px 5px;
}

.info_icon {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin: 2px 2px 2px 0;
  padding: 2px 6px 1px 6px;
}

.b1 {
  border: 1px solid #eb7a16;
  color: #eb7a16;
}

.b2 {
  border: 1px solid #ca001e;
  color: #ca001e;
}

.mem {
  border: 1px solid #2c5379;
  color: #2c5379;
}

.new1 {
  border: 1px solid #e63fe6;
  color: #e63fe6;
}

.new2 {
  border: 1px solid #ff3399;
  color: #ff3399;
}

.price_upd {
  border: 1px solid #ff4c00;
  color: #ff4c00;
}

.youtube {
  border: 1px solid #eb2142;
  color: #eb2142;
}

.panorama {
  border: 1px solid #0e7ac4;
  color: #0e7ac4;
}

#page_navi {
  margin: 0;
  padding: 10px 0 10px 0;
  background: #ffffff;
  width:100%;
  border-top: 1px solid #b4b4b4;
  text-align: center;
}

#navi {
  margin: 0;
  padding: 10px 0 10px 0;
  width:100%;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  text-align: center;
}

#page_navi button, #navi button {
  background: #ffffff;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  width: 40%;
  height: 45px;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #b3b3b3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.delete, .rename {
  width: 52px;
  height: 52px;
}

.delete button, .rename button {
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.delete button {
  background: #f1667e;
  border: 1px solid #f1667e;
  border-bottom: 2px solid #ed3757;
}
.rename button {
  background: #6493e0;
  border: 1px solid #6493e0;
  border-bottom: 2px solid #3a75d7;
}

#contents a {
  text-decoration: none;
}

.my_cond_tr {
  background: #ffffff;
}

.theme_comment {
  background: #ffffff;
  margin: 0;
  border-bottom: 1px solid #b4b4b4;
}

.theme_comment p {
  margin: 0;
  padding: 10px;
  font-size: 12px;
}
