h4 {
	color : yellow;
}

/* tableview */
.tableview {
  position: relative;
  margin: 0;
  padding: 0;
  font: bold 17px Helvetica;
}

.tableview.bordertop    { border-top: 1px solid #aaaaaa; }
.tableview.borderbuttom { border-bottom: 1px solid #aaaaaa; }

.tableview li {
  clear: both;
  position: relative;
  padding: 7px 20px 7px 8px;
  font-size: 14px;
  border-bottom: 1px solid #aaaaaa;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /* arrow */
  background-image: url(/static/images/arrow/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px 13px;
  -webkit-background-size: 18px 13px;
}

.tableview.noarrow li,
.tableview li.noarrow {
  background-image: none;
}

.tableview li a {
  display: block;
  margin: -7px -0px -7px -8px;
  padding: 7px 0px 7px 8px;
  padding-left: 35px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  height: auto !important;  /* 高さに合わせる */
}

.tableview li a .sprite,
.tableview li a img {
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 10;
}

.tableview li.header,
.tableview li.divider {
  padding: 1px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  background-color: #343434;
  background-image: none;
}

.tableview li.orange {
  background-color: #ffcf00;
  color: #000000;
}

.tableview .sprite {
  width: 20px;
  height: 20px;
}

.tableview h4 {
  font-size: 15px;
  line-height: 18px;
  margin-top: 5px;
  margin-left: 5px;
}

.tableview h5,
.tableview strong {
  font-size: 14px;
}

.tableview p,
.tableview .desc {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  margin-top: -5px;
}

.tableview p.right {
  text-align: right;
  margin-right: 25px;
}

.tableview span.right {
  float: right;
  text-align: right;
  margin-right: 20px;
  font-size: 13px;
  font-weight: normal;
}

.tableview span.middle {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6.5px;
  font-size: 13px;
  font-weight: normal;
}

.tableview.ico100 li a {
  padding-left: 120px;
  min-height: 120px;
}

.tableview.ico100 img,
.tableview.ico100 .sprite {
  width: 100px;
  height: 100px;
}

.tableview .title {
  margin-top: 5px;
  margin-left: 5px;
  color: yellow;
  font-size: large;
}

.tableview.ico50 li{
  min-height: 80px;
}

