/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2026 | 08:51:54 */
/* パンくずリストのスタイル */
.breadcrumb-container.theme1 ol {
	margin: 0;
}
.breadcrumb-container.theme1 a {
	margin: 0 !important;
	padding: 0 !important;
}
.breadcrumb-container li .separator {
	margin: 0 5px;
}

/* 会員ページのテーブル */
.parent-pageid-23 table {
	width: 100%;
	line-height: 4em;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}
.parent-pageid-23 table td:nth-of-type(1) {
	width: 25%;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid;
}
.parent-pageid-23 table td:nth-of-type(2) {
	padding: 0 0 0 15px;
	border: 1px solid;
}

/* 会員ページGoogleマップ非表示 */
.parent-pageid-23 iframe {
	display: none;
}