/* 表示のガタつきをおこさないために、常時スクロールバーを表示する。 */
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; }*/

#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;
}

.copyrightM{
	font-size:13px;
	padding:10px 0;
	line-height:2;
	text-align:center;
	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;}
.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, .f-shrink1>p, .f-shrink1>div {
	flex-shrink:1;
}
.f-grow1>li, .f-grow1>p, .f-grow1>div {
	flex-grow:1;
}

/* --- 以下のクラスをつけたものはPC環境で不可視になる --- */
.mbInline{ display:none; }
.mb_mean_menu_list{ display:none; }
.mbBlock{ display:none; }
/*.phNone{ display:none; }*/

@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;
	}*/
}

/*-------- 2colmunページ --------*/
/*
.L200 {
	width:230px;
	float:left;
}
*/
.W1240 {
	width:1240px;
	box-sizing:border-box;
	margin:auto;
}

/*-------- sidenav-g --------*/
#sidenav-g{
	width:210px;
	padding-top:12px;
}
#sidenav-g li{
	display:block;
	height:32px;
	padding-left:0;
}
#sidenav-g li.lt{
	height:14px;
	padding:14px 0 4px 20px;
	border-bottom:2px solid #BBB;
	font-size:13px;
}
#sidenav-g img {float:left; margin-top:6px;}
#sidenav-g li a{
	width:190px;
	float:left;
	display:block;
	padding:10px 0;
	font-size:11px;	
	color:#666;
	text-decoration:none;
	border-bottom:#999 1px dotted;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sidenav-g li a.set{
	border-bottom:#888 1px solid;
}

/*  ニュースボックス欄  */
#news_b{
	width:100%;
	height:163px;
}
#newsbox{
	height:121px;
	margin:10px;	
	border:1px #BBB solid;
}
.ifrm-container {
  width:100%;
  height:92px;
  display: inline-block;
  overflow: auto;
}
.ifrm {
  width:100%;
  height:100%;
  border:none;
  display:block;
}
