/*
 * JavaScriptによるBootstrap状態の初期化が終わるまで、
 * localStorageの状態に応じて表示を固定します。
 */
html:not(.seoi-featured-ready).seoi-featured-open [data-featured-panel] {
	display: block !important;
}

html:not(.seoi-featured-ready).seoi-featured-open [data-featured-reopen] {
	display: none !important;
}

html:not(.seoi-featured-ready).seoi-featured-collapsed [data-featured-panel] {
	display: none !important;
}

html:not(.seoi-featured-ready).seoi-featured-collapsed [data-featured-reopen] {
	display: block !important;
}

.label-default {
	background-color: #aaa;
}

.label-primary {
	background-color: #37abc8;
}

.orig-section-title {
	margin: 0 0 14px;
	font-size: 23px;
	font-weight: bold;
}
.orig-section-lead {
	margin: -7px 0 14px;
	font-size: 14px;
}
.orig-featured {
	margin-bottom: 20px;
}
.orig-featured-columns > [class*="col-"] {
	min-height: 1px;
}
.orig-featured-card {
	display: block;
	margin-bottom: 16px;
	padding: 14px;
	background: #fff;
	border: 1px solid #37abc8;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0,0,0,.05);
	transition: transform .15s ease, box-shadow .15s ease;
}
a.orig-featured-card  {
	color: #555;
	background-color: #e8f8fc;
}
.orig-featured-card:hover {
	text-decoration: none;
	background-color: #d7eef4;
}
.orig-thumb {
	float: left;
	width: 165px;
	height: 110px;
	margin-right: 14px;
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: #777;
}
.orig-thumb-media {
	display: block;
	object-fit: cover;
	object-position: center center; /* thumb_position未指定時の既定値 */
	pointer-events: none;
}
.orig-featured-body {
	overflow: hidden;
}
.orig-featured-card h3 {
	margin: 0 0 6px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
}
.orig-desc {
	margin: 0 0 10px;
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.orig-tags {
	margin-top: 7px;
}
.label {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 5px 7px;
	font-size: 12px;
	font-weight: normal;
}
.orig-category-nav {
	margin-bottom: 22px;
}
.orig-category-nav .btn {
	margin-bottom: 8px;
	border-radius: 20px;
}
.orig-category-nav .glyphicon {
	margin-left: 4px;
	font-size: 10px;
}
.orig-tool-list {
	margin-bottom: 0;
}
.orig-tool-list .list-group-item {
	min-height: 86px;
	padding: 12px;
	border-left: 0;
	border-right: 0;
}
.orig-tool-list .list-group-item:first-child {
	border-top: 0;
}
.orig-tool-thumb {
	float: left;
	width: 66px;
	height: 44px;
	margin-right: 12px;
}
.orig-tool-thumb canvas {
	background-image: var(--seoi-icon-sprite);
	width: 80px;
	height: 40px;

	transform: scale(0.825);
	transform-origin: left top;
}
@media (min-width: 640px) {
	.orig-tool-thumb {
		width: 100px;
		height: 50px;
		margin-right: 12px;
	}

	.orig-tool-thumb canvas {
		transform: scale(1.25);
	}
}
.orig-tool-body {
	overflow: hidden;
}
.orig-tool-title {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
}
.orig-tool-desc {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}
.orig-panel-footer-link {
	display: block;
	width: 100%;
	padding: 11px 15px;
	background: #fafafa;
	border: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.orig-category-more {
	display: none;
}
@media (max-width: 767px) {
	.orig-section-title {
		font-size: 24px;
		padding-bottom: 2px;
	}
	.orig-featured-card {
		padding: 11px;
	}
	.orig-thumb {
		width: 96px;
		height: 128px;
		margin-right: 11px;
	}
	.orig-featured-card h3 {
		font-size: 16px;
	}
	.orig-desc {
		font-size: 12px;
	}
}

/* ページラスト */
.orig-pagelast ul {
	padding-left: 0;
}

.orig-pagelast li {
	list-style: none;
}

/* ドメインタブ */
.orig-domain {
	padding-top: 15px;
}

.orig-domain .nav-tabs.nav > li > a {
	padding: 5px 0 3px 0;
	width: 60px;
	text-align: center;
}

.orig-domain {
	background-color: #ffffff;
}

.orig-domain .nav-tabs > li > a,
.orig-domain .nav-tabs > li > a:focus,
.orig-domain .nav-tabs > li > a:hover {
	background-color: #eee;
	color: #37abc8;
}

.orig-domain .nav-tabs > li.active > a,
.orig-domain .nav-tabs > li.active > a:focus,
.orig-domain .nav-tabs > li.active > a:hover {
	background-color: #37abc8;
	color: #ffffff;
}
