@charset "utf-8";

/* ==========================
商品詳細（item_detail.xhtmlほか）
========================== */

/* TAB修正 */
.layoutBoxTypeE01NaviColumn1 {
	width:100%;
	border:none;
	float:none;
	}
.layoutBoxTypeE01Navi ul {
	justify-content:center;
	}

/* SNS */
.sns2023 ul {
	display:flex;
	justify-content:center;
	margin-bottom:15px;
	}

/* 予約申込金の注意書き */
#YMnotice span:after {
	content:"、";
	}
#YMnotice span:last-child::after {
	content:none;
	}

/* 検索項目 */
.searchConsole table {
	width:100%;
	border-collapse:collapse;
	color:#333333;
	font-weight:normal;
	}
.searchConsole table tr th,
.searchConsole table tr td {
	padding:7px 20px;
	border-bottom:#e2e2e2 solid 1px;
	border-left:#e2e2e2 solid 1px;
	}
.searchConsole table tr th {
	width:100px;
	background-color:#eee;
	}
.searchConsole table tr td {
	width:300px;
	}
.searchConsole table tr td em {
	font-weight:normal;
	}

/* ステータスアイコン修正 */
#itemDetail .icon_area{width:100px;}


/* ==========================
詳細検索（item_detail_search.xhtml）
========================== */
.detailSearch table {
	width:700px;
	margin:20px auto;
	}
.detailSearch table th,
.detailSearch table td {
	padding:15px 10px;
	border:1px #ccc solid;
	}
.detailSearch table th {
	width:100px;
	font-weight:normal;
	color:#fff;
	background-color:#999;
	text-align:right;
	}
.detailSearch table td {
	width:450px;
	}
.detailSearch table td.searchTxt input {
	width:400px;
	height: 34px;
	padding: 1px 5px 1px 8px;
	border: 1px solid #ccc;
	border-radius:3px;
	box-sizing: border-box;
	color: #000;
	outline: none;
	}
.detailSearch table td .searchSlt {
	position: relative;
	}
.detailSearch table td .searchSlt::before,
.detailSearch table td .searchSlt::after {
	position: absolute;
	right: 15px;
	width: 9px;
	height: 6px;
	background-color: #535353;
	content: '';
	pointer-events: none;
	}
.detailSearch table td .searchSlt::before {
	top: calc(50% - 9px);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	}
.detailSearch table td .searchSlt::after {
	bottom: calc(50% - 9px);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
.detailSearch table td .searchSlt select {
	appearance: none;
	width: 300px;
	height: 2.8em;
	padding: .4em calc(.8em + 30px) .4em .8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #eee;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
	}




