/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 02 2026 | 08:33:42 */
.FacetGuide {
	width: 464px;
	font-size: 62.5%;
}

.FacetGuide__Head {
	margin: 0 0 8px;
	padding: 0 24px 8px 0;
	border-bottom: #b3b3b3 1px solid;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.FacetGuide__Contents {
	display: flex;
	flex-flow: column;
	gap: 24px;
}

.FacetGuide__Box {
	display: flex;
	flex-flow: column;
	gap: 8px;
}

.FacetGuide__Title {
	margin: 0;
	padding: 8px 8px 4px;
	background: #f1f1f1;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.FacetGuide__SubTitle {
	margin: 0;
	padding-bottom: 4px;
	border-bottom: #b3b3b3 1px solid;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.FacetGuide__Text {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1.3rem;
	line-height: 1.5;
}

.FacetGuide__NoteBox {
	display: flex;
	flex-flow: column;
	gap: 8px;
    padding: 16px;
	background: #fafafa;
	border: #ccc 1px solid;
}

.FacetGuide__Note {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1.1rem;
	line-height: 1.5;
}

.FacetGuide__ImageBox {
	display: block;
	text-align: center;
}

.FacetGuide__Image {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.FacetGuide__FlexBox {
	display: flex;
	gap: 16px;
}

.FacetGuide__FlexImageBox {
	width: 220px;
}

.FacetGuide__FlexBoxInner {
	flex: 1;
}

.FacetGuide__Table {
	border-collapse: collapse;
	border: #b3b3b3 1px solid;
}

.FacetGuide__TableHead {
	padding: 8px;
	width: 50%;
	background: #f1f1f1;
	border: #b3b3b3 1px solid;
	color: #333;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
}

.FacetGuide__TableRowHead {
	padding: 8px;
	background: #f1f1f1;
	border: #b3b3b3 1px solid;
	color: #333;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

.FacetGuide__TableData {
	padding: 8px;
	border: #b3b3b3 1px solid;
	color: #333;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

.FacetGuide__Button {
	margin: 0 auto;
	padding: 10px 16px 8px;
	width: 400px;
	border: #b3b3b3 1px solid;
	box-shadow: #b3b3b3 0 -1px 0 0 inset;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
    outline: none;
    appearance: none;
    user-select: none;
}

.FacetGuide__Button:hover {
	color: #999;
    border-color: #ccc;
    box-shadow: none;
}