/*
共通要素
============================*/
.block{
	padding:0 10px;
	box-sizing:border-box;
}
#top h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}
#top h2 span {
	border-bottom: 1px solid #585858;
}

#gNavi hr{display: none;}

/*
スライダー
============================*/
.slick-list{
	width: auto;
	height: 225px;
	border:0;
	overflow: hidden;
}
.slider li img{
	width: 100%;
	max-width:100%;
}

/*
NEWS
===========================*/
#topTab,
#eventList,
#goodsList{
	display: none;
}

#newsList li{
	width: 49%;
	border:1px solid #eee;
	box-sizing:border-box;
	padding:10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom:10px;
}
#newsList li img{
	width: 100%;
	max-width: 100%;
}
#newsList li .entry-body{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.2em;
	margin-bottom: 10px;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	text-align: left;
}
#newsList span{
	width:100%;
}

/*
TOPICS
===========================*/
#toplist figure{
	border: 1px solid #eee;
	margin: 0 0 10px;
}
#toplist figure img{
	max-width:100%;
}

#toplist li{
	width: 49%;
	margin: 0 0 10px;
	clear: none !important;
}
#toplist li:nth-child(odd){
	float:left;
}
#toplist li:nth-child(even){
	float:right;
}
#toplist li img{
	width:100%;
	max-width: 100%;
	display:block;
	border:1px solid #eee;
}