@charset "utf-8";
.sch_comm {
	margin-bottom: 20px;
}

.scheBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.scheBox:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.left_txt_1 a {
	color: #c80037;
	text-decoration: underline;
}
.left_img {
	width: 150px;
	height: 200px;
	overflow: hidden;
}
.left_txt_box {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size:14px;
}
.scheProf {
	width: 160px;
}

.titleIcon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:center;

}
.reserveBtn img {
	vertical-align: middle;
	margin-right: 3px;
    width: 14.5%;
}
.titleIcon li {
	width: 160px;
	text-align: center;
}
.titleIcon .reserveBtn {
	/*border: solid 1px #f8a616;*/
    background: #f8a616;
	color: #fff;
	margin-right: 10px;
	padding: 4px 0px;
	border-radius: 5px;
	font-size: 13px;
	box-sizing: border-box;
}
.titleIcon .daysBtn a {
	background: #c90037;
	color: #fff;
	padding: 6px 30px;
	border-radius: 5px;
	font-size: 13px;
	display: block;
}
.float_right {
	width: 630px;
}
.table_index {
	display: table;
	table-layout: fixed;
	border-left: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.table_tr{
	display: table-row;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.table_th1{
	display: table-cell;
	width: 90px;
	height: 40px;
	background-color: #ffeaf6;
	text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #c9c9c9;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius:5 px 0 0 0;
	border-radius: 5px 0 0 0;
}
.table_th {
	display: table-cell;
	width: 90px;
	height: 40px;
	background-color: #ffeaf6;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.table_th3 {
	display: table-cell;
	width: 83px;
	height: 30px;
	color: #28abfd;
	background-color: #ffeaf6;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
.table_th4{
	display: table-cell;
	width: 83px;
	height: 30px;
	color: red;
	background-color: #ffeaf6;
	text-align: center;
  vertical-align: middle;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.table_td{
	display: table-cell;
	width: 90px;
	height: 150px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #c9c9c9;
	word-break: break-all;
	font-size:14px;
	vertical-align: middle;
}
.table_th_end{
  display: table-cell;
  width: 83px;
  height: 30px;
  background-color: #ffeaf6;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #c9c9c9;
	-webkit-border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
}

#title_content .title01 {
	margin-bottom: 0;
}
.shopTitle {

	align-items: baseline;
}
.lady_genre_icon {
	margin-bottom: 5px;
	line-height: 0;
}

.titleIcon .daysBtn a:hover {
	opacity: 0.6;
}
.open_modal {
	margin-top: 5px;
	cursor: pointer;
}
.float_right .table_th {
	font-size: 15px;
}
.schComment {
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
	padding-top: 5px;
}
.bottomIcon li {
	margin-bottom: 5px;
}
