@charset "utf-8";



/*======================================================================
　スライダー
======================================================================== */

.slider {
	width: 750px;
	margin: 0;
	}

.slider ul li {
	position: relative !important;
	display: block !important;
	margin: 0 0 40px;
	opacity: 1 !important;
}

.slider ul li a {
	position: relative;
}

.slider ul li:nth-of-type(n+6) {
	display: none !important;
	}

/*----------------------------------------------
　bx設定
------------------------------------------------ */	

.slider .bx-viewport {
	height: auto !important;
}

.slider .bx-has-controls-direction {
	display: none;
	}

/*======================================================================
　メイン
======================================================================== */

article {
	width: 750px;
	margin: 0;
	position: relative;
	float: none;
	}



/*======================================================================
　アーティクル
======================================================================== */



article section:nth-of-type(2) h1:before {
	background: url(../images/01.png) no-repeat;
	background-position: center 3px;
	background-size: contain;
	}

article section:nth-of-type(3) h1:before {
	background: url(../images/02.png) no-repeat;
	background-position: center 3px;
	background-size: contain;
	}
	
article section:nth-of-type(5) h1:before {
	background: url(../images/03.png) no-repeat;
	background-position: center 3px;
	background-size: contain;
	}

/*----------------------------------------------
　カテゴリ
------------------------------------------------ */	


.category {
	display: none;
	}



/*----------------------------------------------
　特集・企画
------------------------------------------------ */	

.feature {
	display: none;
	}














