/* タイムテーブルページ */
.booking {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  background-color: rgb(255, 235, 205);
  padding: 5px;
  border-radius: 5px;
}
.booking div {
  font-weight: bold;
  font-size: 13px;
  color: #A2647D;
  margin-bottom: 8px;
}
.booking p {
	margin: 5px 0 0;
}
.date {
    margin-top: 2em;
    margin-bottom: 15px;
    width: 200px;
    float: left;
}
.update {
	margin-top: 1.5em;
    margin-right: 10px;
    float: right;
}
.update input {
	cursor: pointer;
}

#CompanionListForTimeTable {
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
}
#CompanionListForTimeTable .possible {
    background: #EFFCF5;
}
#CompanionListForTimeTable .imageBox {
    vertical-align: top;
}
#CompanionListForTimeTable .detailBox {
    width: 360px;
    vertical-align: top;
}
#CompanionListForTimeTable .nameBox {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    padding-bottom: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}
#CompanionListForTimeTable .nameBox .name {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
#CompanionListForTimeTable .nameBox .age {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    padding-left: 2px;
}
#CompanionListForTimeTable .nameBox img.imasugu {
    position: relative; top: -3px;
    float: right;
}
#CompanionListForTimeTable .figureBox {
    width: 100%;
    font-size: 12px;
    color: #999999;
    margin-bottom: 5px;
    padding-left: 2px;
}