@CHARSET "utf-8";

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* リンクボタンデザイン変更 */
a:not(.ui-corner-all) {
	position: relative;
	display: inline-block;
	padding: 0.5em 1.0em;
	text-decoration: none;
	color: #FFF;
	background: #8d5aa2; /*背景色*/
	border-bottom: solid 2px #8d5aa2; /*少し濃い目の色に*/
	border-radius: 4px; /*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px
		rgba(0, 0, 0, 0.19);
	font-weight: bold;
}

a.contact {
	text-decoration: underline;
	background: none;
	border: none;
	color: -webkit-link;
	cursor: pointer;
	box-shadow: none;
	padding: unset;
	font-weight: unset;
	position: static;
	display: unset;
	border-radius: unset;
}

form {
	border: 0;
	padding: 10px 10px 10px 0;
	border-radius: 3px;
	margin: 0 0 20px;
}

input, select {
	margin: 5px;
	padding: 6px;
	font-size: 20px;
}

footer {
	width: 99%;
	position: absolute;
	bottom: 0;
}

.wrapper {
	min-height: 98vh;
	position: relative; /*←相対位置*/
	padding-bottom: 30px; /*←footerの高さ*/
	box-sizing: border-box; /*←全て含めてmin-height:100vhに*/
}

.bottom {
	width: 100%;
	position: absolute;
	bottom: 30px;
	margin-left: -20px;
}

.back {
	margin-left: 30px;
}

.logout {
	color: #fff;
	background-color: #a47ab5;
	border-radius: 4px;
	border: none;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	text-decoration: none;
}

[name="exec"] {
	width: 200px;
}

[name="cancel"] {
	width: 200px;
}

/* ログイン画面 */
[name="login"] {
	width: 300px;
}

/* appSettings画面 */
table.appSettings {
	min-width: 503px;
}

/* パスワード変更画面 */
.btnPwd {
	width: 180px;
}

/* 本部メニュー */
div.menu {
	border: 1px solid #000;
}

div.menu>ul {
	list-style: none;
}

div.menu ul>li {
	list-style: none;
}

div.menu li>a {
	width: 300px;
	margin-bottom: 5px;
}

/* 混雑状況表示 */
.statusIcon {
	width: 75px;
	height: 75px;
}

.statusText {
	display: block;
}

.searchBar #searchForm {
	margin-bottom: 0px;
}

.list {
	margin-bottom: 10px;
}

.updateLink {
	margin-left: 100px;
}

div.indexList>.congestionList {
	margin-top: 15px;
}

table.inputTable {
	box-sizing: border-box;
	border-collapse: collapse;
	width: 80%;
}

table.inputTable td {
	box-sizing: border-box;
	padding: 5px
}

.sticky_table {
	box-sizing: border-box;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
}

.sticky_table th, .sticky_table td {
	border: none;
}

.sticky_table thead th {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* tbody内のセルより手前に表示する */
	z-index: 1;
}

.sticky_table tr {
	border-bottom: 2px solid red;
}

.sticky_table th, .sticky_table td {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.sticky_table tr:first-child>th {
	border-top: 1px solid black;
}

.sticky_table tr th:last-child, .sticky_table tr td:last-child {
	border-right: 1px solid black;
}

table.congestionHistory .statusIcon {
	width: 50px;
	height: 50px;
}

table.congestion, table.congestionHistory {
	margin-left: 150px;
	margin-right: 50px;
}

table.congestion {
	width: 600px;
	margin-bottom: 20px;
}

table.congestionHistory {
	margin-bottom: 20px;
}

table.congestionList {
	width: 80%;
	margin-bottom: 20px;
}

table.congestion th.status {
	width: 150px;
}

table.congestion th.memo {

}

table.congestionHistory th.editTime {
	width: 180px;
}

table.congestionHistory th.status {
	width: 150px;
}

table.congestionHistory th.memo {

}

table.congestionHistory td.memo {
	min-width: 300px;
	/* 	overflow: hidden; */
	/* 	display: -webkit-box; */
	/* 	-webkit-box-orient: vertical; */
	/* 	-webkit-line-clamp: 4; */
	/* 	border: none; */
	/* 	padding-bottom: 0px; */
}

table.congestionHistory th.editUser {
	width: 150px;
}

table.congestionList th.pollingPlaceName {
	width: 300px;
}

table.congestionList td.pollingPlaceName>a {
	width: 80%;
}

table.congestionList th.editTime {
	width: 180px;
}

table.congestionList th.status {
	width: 150px;
}

table.congestionList th.memo {

}

table.congestionList td.pollingPlaceName {
	text-align: center;
}

table.congestionList td.memo {
	min-width: 300px;
	/* 	overflow: hidden; */
	/* 	display: -webkit-box; */
	/* 	-webkit-box-orient: vertical; */
	/* 	-webkit-line-clamp: 4; */
	/* 	border: none; */
	/* 	padding-bottom: 0px; */
}

table.congestionList th.editUser {
	width: 150px;
}

table.congestion td, table.congestionHistory td, table.congestionList td
	{
	padding: 10px;
}

table.congestion input[type="radio"] {
	display: none;
}

/* 混雑状況登録 */
table.congestion input[type="radio"] {
	display: none;
}

table.congestion input[type="radio"]:checked+label {
	background: orange;
}

table.congestion label {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	display: block;
}

table.congestion .radio {
	width: 50px;
	height: 50px;
}

table.congestion .textarea {
	width: 99%;
	height: 300px;
	font-size: 22px;
}

table.congestionInput {
	margin-left: auto;
	margin-right: auto;
}

/* トグルボタン */
ul.ks-cboxtags {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.ks-cboxtags li {
	display: inline-block;
}

ul.ks-cboxtags li label {
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 2px solid rgba(139, 139, 139, .3);
	color: #adadad;
	border-radius: 25px;
	white-space: nowrap;
	margin: 3px 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
}

ul.ks-cboxtags li label {
	padding: 8px 12px;
}

ul.ks-cboxtags li label::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	padding: 2px 6px 2px 2px;
	transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
	border: 2px solid #8d5aa2;
	background-color: #8d5aa2;
	color: #fff;
	transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus+label {
	border: 2px solid #8d5aa2;
}

a.reload {
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 2px solid #8d5aa2;
	color: #000;
	border-radius: 25px;
	white-space: nowrap;
	margin: 3px 0px;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
	cursor: pointer;
}

a.reload:hover {
	border: 2px solid #8d5aa2;
	background-color: #8d5aa2;
}

a.reload>svg {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

a.reload>span {
	position: relative;
	top: -3px;
	font-weight: 200;
}

.searchBar #reload {
	display: none;
}

/* 連絡事項 */
table.contactTable {
	width: 80%;
	margin-bottom: 20px;
}

/* 連絡項目追加 */
h2.noticeTitle {
	margin-top: 10px;
}

table.inputTable .inputTitle {
	width: 98%;
	box-sizing: border-box;
}

table.inputTable .detail {
	width: 100%;
	box-sizing: border-box;
	font-size: 22px;
}

table.contactTable .ope a {
	width: 50px;
	height: 25px;
}

table.contactTable .ope a>img {
	width: 18px;
	margin-top: 5px;
}

table.contactTable th.no {
	width: 100px;
}

table.contactTable th.ope {
	width: 400px;
}

table.contactTable th.publish {
	width: 125px;
}

.topButton input[type="submit"] {
	margin-left: 30px;
}

@-moz-document url-prefix(){
    a.contact {
        color: -moz-hyperlinkText;
    }
}