@charset "utf-8";

/*==========================================
 PC_960px_over
===========================================*/

/* naturelab */

/*----------［ボタン：naturelabの色設定］----------*/
#naturelab .button {
	background-color: #000000;
	border: 2px solid #000000;
}
#naturelab .button:hover {
	background-color: #fff;
	border-color: #000000;
	color: #000000;
}
#naturelab .button::before,
#naturelab .button::after {
	background-color: #000000;
}
#naturelab .button:hover::before,
#naturelab .button:hover::after {
	background-color: #000000;
}

/*----------［H3見出しの左ライン：naturelabの色設定］----------*/
#naturelab h3.blog_list_tt {
	border-left: solid 5px #000000;
}
/* 番組内バナー［あれば。Poshと同仕様］ */
.d-left-w190-49 {
	float: left;
	width: 190px;
	height: auto;
}
.d-right-w190-49 {
	float: right;
	width: 190px;
	height: auto;
}
.d-left-w190-49 img,
.d-right-w190-49 img {
	width: 100%;
	height: auto;
}


/* ==========================================
 TABLET_devices_640_959
=========================================== */
@media only screen and ( max-width: 959px ) {
	
}

/* ==========================================
 MOBILE_639px_within
=========================================== */
@media only screen and ( max-width: 639px ) {
	
	/* naturelab */
	/* 番組内バナー［あれば。Poshと同仕様］ */
	.d-left-w190-49 {
		float: left;
		width: 49%;
		height: auto;
	}
	.d-right-w190-49 {
		float: right;
		width: 49%;
		height: auto;
	}
	.d-left-w190-49 img,
	.d-right-w190-49 img {
		width: 100%;
		height: auto;
	}
}