body{
	font-family: sans-serif ;
}

 label.job {
	cursor: pointer;
	user-select: none;
	opacity: 0.25;
	> input[type="checkbox"] {
		position: absolute;
		z-index: -1;
		opacity: 0;
		~ span {
			display: inline-block;
			width: 6rem;
			padding: 4px 0;
			text-align: center;
			background-color: #ccc;
			border: 1px solid #888;
			border-radius: 4px;
			transition: all 0.5s;

			&:hover {
				box-shadow: 0 0 8px #444;
			}
		}
		&:focus ~ span {
			box-shadow: 0 0 8px #444;
		}
		+ span {
			position: absolute;
			opacity: 0;
			background-color: #f44;
		}
		&:checked {
			~ span {
				opacity: 0;
			}
			+ span {
				opacity: 1;
			}
		}
	}
}
label.food {
	opacity: 0.25;
	cursor: pointer;
	user-select: none;

	> input[type="checkbox"] {
		position: absolute;
		z-index: -1;
		opacity: 0;
		~ span {
			display: inline-block;
			width: 6rem;
			padding: 4px 0;
			text-align: center;
			background-color: #ccc;
			border: 1px solid #888;
			border-radius: 4px;
			transition: all 0.5s;

			&:hover {
				box-shadow: 0 0 8px #444;
			}
		}
		&:focus ~ span {
			box-shadow: 0 0 8px #444;
		}
		+ span {
			position: absolute;
			opacity: 0;
			background-color: #48c78e;
			color: #fff;
		}
		&:checked {
			~ span {
				opacity: 0;
			}
			+ span {
				opacity: 1;
			}
		}
	}
}
.disp_none {
	display: none;
}

/*========================
　smartphone　bottom menu
　https://www.bambi.pro/entry/navigation-bottom-smartphone
　========================*/
.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}

/* LIST_ITEM_TABLE */
.item_list th,td {
	border: solid 1px;          /* 枠線指定 */
	padding: 0px 4px;
	border-radius: 4px;
}

.r_span {
	padding: 0px 0px 0px 1.1em;
	float: right;
	white-space: nowrap;
}

.item_list {
	border-collapse: separate;  /* 表の線と線の間を空ける */
	border-spacing: 2px;       /* 表の線と線の間の幅 */
	margin: 0 auto 10px;
	padding: 4px;
	border-radius: 8px;
	font-size: 0.8em;
	font-weight: bold;
}

.item_list_icon {
	width: 1em;
	vertical-align: middle;
	margin: 3px 0 0 0;
}

td img.item_list_icon {
	position: absolute;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.sp_view {
	display: none;
}

/* スマホ */
@media screen and (max-width: 640px) {
	.pc_view {
		display: none;
	}
	.sp_view {
		display: block;
	}
}

.item_list {
	background-color: rgba(255, 255, 255, 0.7);
}

.has-background-success-light-op {
    background-color: rgb(239, 250, 245, 0.8) !important;
}
.has-background-warning-light-op {
    background-color: rgb(255, 250, 235, 0.8) !important;
}
.has-background-info-light-op {
    background-color: rgb(239, 245, 251, 0.8) !important;
}
.has-background-danger-light-op {
    background-color: rgb(254, 236, 240, 0.8) !important;
}

.navbar-item img, .navbar-item svg {
    max-height: var(--bulma-navbar-item-img-max-height);
    max-height: 2.3rem;
}

.lity-iframe-container {
    padding-top: 80%;
}

.fa-2xl {
	line-height: normal;
}
span.noselecting {
	border: solid 4px rgba(255,255,255,0);
}
span.selecting {
	border: solid 4px #ff0000;
}
td.weather_base {
	background-color: #eee;
}
td.weather_result {
	background-color: #fff;
}
td.weather_select {
	color: #f00;
}
