/* main-search-detal.php ---------------------------------------------------------*/
.button-open {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	background: url("/images/detail/default/add_bookmark.png") no-repeat left top;
	background-size: 145px;
	border: none;
	cursor: pointer;
	width: 145px;
	height: 40px;
}
.button-open-mid {
	position: absolute;
	top: 40px;
	right: 100px;
	display: block;
	background: url("/images/detail/default/add_bookmark.png") no-repeat left top;
	background-size: 145px;
	border: none;
	cursor: pointer;
	width: 145px;
	height: 40px;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
  }
.modal-window {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 380px;
	height: 150px;
	background-color: #dfdddd;
	border-radius: 5px;
	z-index: 11;
	padding: 1.5rem;
	font-size: 14px;
  }
.button-close {
	position: absolute;
	top: 85%;
	left: 25%;
	transform: translate(-50%, -50%);
	width: 100px;
	padding: 0.8em;
	background-color: #7d7d7d;
	color: #FFF;
	border: 0px solid #eaeaea;
	border-radius: 20rem;
	cursor: pointer;
}
.button-list {
	position: absolute;
	top: 85%;
	left: 70%;
	transform: translate(-50%, -50%);
	width: 160px;
	padding: 0.8em;
	background-color: #e67d00;
	color: #FFF;
	border: 0px solid #eaeaea;
	border-radius: 20rem;
	cursor: pointer;
}
/* favorite-list.php ---------------------------------------------------------*/
.favorite_list {
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	width: 890px;
	border: 0 none;
}
.midashi {
	background: url(../images/contents/midashi1-bg.png) top repeat-x;
	margin-bottom: 5px;
	padding: 15px 15px;
	font-size: 18px;
	font-weight: bold;
}
hr {
	color: silver;
}
.list-table {
	margin-top: 40px;
	width: 100%;
	border-spacing: 0;
}
.list-head th {
	background-color: #ffedd9;
	border: 1px solid silver;
	border-right: 0;
	padding: 3px;
}
.list-head th:last-child {
	border-right: 1px solid silver;
}
.list-data-none {
	border: 1px solid silver;
	border-top: 0;
	padding: 10px 3px;
}
.list-data td {
	border: 1px solid silver;
	border-top: 0;
	border-right: 0;
	padding: 3px;
}
.list-data td:last-child {
	border-right: 1px solid silver;
}
.list-data td:first-child {
	text-align: center;
}
.font-red-bold {
	font-weight: bold;
	color: red;
}
.inquiry_btn {
	padding: 0.1em;
	background-color: #e67d00;
	color: #FFF;
	border: 0px solid #eaeaea;
	border-radius: 20rem;
	cursor: pointer;
	text-align: center;
}
.inquiry_btn a {
	text-decoration: none;
	color: #FFF;
}
.delete_btn {
	padding: 0.1em;
	background-color: #7d7d7d;
	color: #FFF;
	border: 0px solid #eaeaea;
	border-radius: 20rem;
	cursor: pointer;
	text-align: center;
	margin-top: 6px;
}
.delete_btn a {
	text-decoration: none;
	color: #FFF;
}
.close_btn {
	text-align: center;
	margin: 30px 0;
}
.close_btn input {
	width: 120px;
	padding: 5px;
	background-color: #e67d00;
	color: #FFF;
	border: 3px double #FFF;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
}
.icon_td {
	text-align: left !important;
	padding: 5px 0 0 5px !important;
}
.icon_td img {
	width: 25px;
	margin-right: 3px;
}


