/* 表示のガタつきをおこさないために、常時スクロールバーを表示する。 */
html
{
	overflow-y:scroll;
}

/*-- 画面幅に応じてパーツの表示・非表示を変更／ビジュアルの変更など --*/
.mean-container .mean-nav ul li a {height:17px;}
#general_name,.log{display:none;}
#general_menu li ul li{ border-bottom:none; }
#globalnav {
	clear:both;
	box-sizing:border-box;
	height:40px;
	border-top:#696 solid 1px;
	border-bottom:#696 solid 1px;
	background:#F7FFF0;
}
#globalnav ul li{
	float:left;
	padding:0;
	position: relative;
	box-sizing:border-box;
	height:39px;
	width:170px;
	border-bottom:1px #696 solid;
	border-right:1px #cddfc4 solid;
	background:#F7FFF0;
	display:block;
}
#globalnav ul li a {
	display:block;
	height:14px;
	color:#245632;
	text-align:center;
	font-size:14px;
	line-height:1;
	padding-top:12px;
	padding-bottom:12px;
	text-decoration:none;
}
#globalnav ul li.last { border-right:none; }		
#globalnav ul li a:hover{ color:#7A9; text-decoration:underline; }

#wrapper{
	width:100%;
	max-width:1280px;
	border:1px solid #CCC;
	box-sizing:border-box;
	margin:20px auto 0;
	background-image:url(../images/content_back.jpg);
	background-repeat:repeat;
}
.inner1280 {
	max-width:1280px;
	margin:0 auto;
}

.copyrightM{
	font-size:12px;
	padding:10px 0;
	line-height:1.2;
	text-align:center;
	font-family: 'Vollkorn', serif;
	color:#FFF;
}

/*-------- flexbox関係 --------*/
.flex-box {display:flex;}
.on-wrap {flex-wrap:wrap}
.no-wrap {flex-wrap:nowrap;}
.f-between {justify-content:space-between;}
.f-center {justify-content:center;}
.f-around {justify-content:space-around;}
.f-start {justify-content:flex-start;}
.f-end {justify-content:flex-end;}
.f-vcenter{align-items:center;}
.w500fmenu {
	flex:0 1 500px;
	padding-left:0;
}
.f-btn {
	display:block;
	padding:0;
	margin:1px;
}
.f-btn a{
	display:block;
	text-align: center;
}
.f-shrink1>li {
	flex-shrink:1;
}
.f-grow1>li {
	flex-grow:1;
}

/* --- 以下のクラスをつけたものはPC環境で不可視になる --- */
.mbInline{ display:none; }
.mb_mean_menu_list{ display:none; }
/*.mbBlock{ display:none; }
.phNone{ display:none; }*/

.swal2-popup, label {
    z-index: 100;
}

@media screen and (max-width:1280px)
{
	#wrapper{
		margin:0 auto 0;
		background-image:url(../images/content_back.jpg);
		background-repeat:repeat;
	}

	/* --- .mbBlock および .mbInline はモバイル環境で表示される--- */
	.mbInline{ display:inline; }
/*	.mbBlock{ display:block; }
*/	
	/* --- 以下の要素はモバイル環境で不可視になる --- */
	/* --- 2020.02.19 要素の表示切替はjavascriptでやってみることにした。下は保険のための従来コード。　大丸 */
	/*.pc{ display:none; }
	.pcNone{ display:none; }
	#h_submenu{ display:none; }
	#list{ display:none; }
	#globalnav{ display:none; }*/

	body { min-width: 0px; }
/*	#header
	{
		height:100%;
		background:#F7FFF0;
		border-top:3px solid #135D66;
	}*/
	
	#wrap{ padding:0; box-sizing:border-box; }
	
/*	#general_title {
		margin:5px auto 0;
		padding:0;
		width: 100%;
		float:none;
	}
	#general_title img {
		max-width:600px;
		width: 95%;
		display: block;
		margin: 0 auto;
	}*/
/*	.contentbox,.inner1020,.inner1000 {
		width: 100%;
		margin: 0;
	}*/
	.ols { 
		font-size: 15px;
		line-height:1.2;          
		margin:0;       
		font-weight:normal; color:#FFF;  
		font-family: 'Vollkorn', serif;
	}
/*	#footer { margin-top:0px; }
	#mobilefooter {
		clear:both;
		background-color: #25573E;
		border-top:#57897F 1px solid;
	}*/
}