	/*
	--------------------
	フォント
	--------------------
	*/
	@font-face {
		font-family: 'NotoSansMonoCJKjp';
		src: url('/assets-seoi/font/NotoSansMonoCJKjp-Regular-diet.otf') format('opentype');
	}
	
	/*
	--------------------
	形
	--------------------
	*/
	/*
	----------
	全体
	----------
	*/
	* {
		font-family: monospace;
	}
	
	h2 {
		margin-top: 15px;
		font-family: 'NotoSansMonoCJKjp', monospace;
	}
	
	td {
		background-color: #fff;
	}
	
	p {
		line-height: 1.8em;
	}
	
	.navbar {
		margin-bottom: 25px;
	}
	
	ul.orig-kome {
		margin-bottom: 15px;
	}
	.alert ul.orig-kome {
		margin-bottom: 0;
	}
	
	.panel-heading {
		font-family: 'NotoSansMonoCJKjp', monospace;
	}
	
	.panel-body {
		padding-bottom: 0;
	}
	
	.panel-body .btn {
		display: inline-block;
		margin-bottom: 15px;
	}
	
	.panel-body .alert {
		padding: 5px 15px;
	}
	
	table.orig-list>thead>tr>th:nth-of-type(3),
	table.orig-list>tbody>tr>td:nth-of-type(3) {
		min-width: 90px;
		white-space: nowrap;
	}
	
	table.orig-list>thead>tr>th,
	table.orig-list>tbody>tr>td {
		vertical-align: middle;
	}
	
	.orig-must::before {
		content: "*";
		color: red;
		margin-right: 4px; /* スターとテキストの間にスペースを追加 */
	}
	
	/*
	--------------------
	色
	--------------------
	*/
	/*
	----------
	全体
	----------
	*/
	.orig-main {
	}
	
	.glyphicon-ok {
		color: #33dd33;
	}
	
	.glyphicon-remove {
		color: #ee6666;
	}
	
	.orig-list-group .list-group-item.active {
		background-color: #fff;
		color: inherit;
		border-color: #ddd;
		position: relative;
	}
	
	.orig-list-group .list-group-item.active::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 8px;
		background-color: #baa; /* アクティブカラー */
	}
	
	.orig-panel-inkei {
		border-color: #baa;
	}
	
	.orig-panel-inkei > .panel-heading {
		color: #fff;
		background-color: #baa;
		border-color: #baa;
	}
	
	.orig-panel-guest {
		border-color: #888;
	}
	
	.orig-panel-guest > .panel-heading {
		color: #fff;
		background-color: #888;
		border-color: #888;
	}
	
	.orig-panel-fanbox {
		border-color: #0ad;
	}
	
	.orig-panel-fanbox > .panel-heading {
		color: #fff;
		background-color: #0ad;
		border-color: #0ad;
	}
	
	.orig-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		pointer-events: all;
		display: flex;
		align-items: center;
	}
	
	.orig-overlay .orig-overlay-text {
		font-weight: bold;
	}
	
	.panel .orig-overlay {
		justify-content: center;
		background: rgba(0, 0, 0, 0.4);
	}
	
	.panel .orig-overlay .orig-overlay-text {
		font-size: 28px;
		color: #fff;
		text-shadow: 0 0 5px #000;
	}
	
	.list-group .orig-overlay {
		justify-content: right;
		padding-right: 15px;
		background: rgba(255, 255, 255, 0.8);
	}
	
	.list-group .orig-overlay .orig-overlay-text {
		color: #888;
		text-shadow: 0 0 5px #fff;
	}
