/*=================================
基本バナー枠。
===============
====================================================*/

.menu-big-banner{
	padding:5px 0 20px;
	border-bottom:1px solid #e0e0e0;
}
.menu-big-banner a{
	color:#2e4b40;
}
/*-------------------------
バナー枠。
------------------------------*/
.menu-big-banner-img{
	width:100%;
	/*padding:0 25px;*/
	margin:10px auto 0;
	/* background-color:darkcyan; */
}
/*-------------------------
リンク枠。
------------------------------*/
.menu-big-banner-box{
	position:relative;
	padding:0;
}
.menu-big-banner-title-link::after{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:5;
	pointer-events:auto;
	content:"";
	/*background-color:skyblue;*/
	/*opacity:0.8;*/
}
/*-------------------------
バナー画像。
------------------------------*/
.menu-big-banner-img img{
	width:100%;
	height:auto;
}
/*-------------------------
大型項目｜通常リンク集
------------------------------*/
/*.sub-title{
	text-align:center;
	height:30px;
	line-height:30px;
	font-family:'Century Gothic','Century';
	font-size:17px;
}*/
.menu-big-banner-title{
	text-align:center;
	height:30px;
	line-height:30px;
	font-family:'Century Gothic','Century';
	font-size:17px;
}
.sub-title a,.menu-big-banner-title a{
	color:#2e4b40;
}

