@charset "UTF-8";


/*
CSS Name: NHWS CSS TabSelection
Author: ぴー＠西東京
Author URI: https://nhws.localinfo.jp/
*/




.ts-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.ts-toggle { display: none; }
.ts-title {
	max-width: 170px;
	margin: 5px 5px 0;
	padding: 0 10px;
	background-color: #e0e0e0;
	order: -1;
	opacity: 0.7;
}
.ts-title:hover { cursor: pointer; }
.ts-content {
	display: none;
	width: 100%;
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	padding: 10px;
	background-color: #e0e0ff;
}
.ts-toggle:checked + .ts-title {
	background-color: #e0e0ff;
	opacity: 1;
}
.ts-toggle:checked + .ts-title + .ts-content { display: block; }

/* 管理者用の設定ページ */

.ts-admin-sample td {
	width: 30%;
	vertical-align: top;
}

.ts-admin-bar {
	vertical-align: middle;
	cursor: pointer;
}
