@charset "utf-8";

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

/* nolly */

/*----------［ボタン：アクセルの色設定］----------*/
#nolly .button {
	background-color: #6AB07C;
	border: 2px solid #6AB07C;
}
#nolly .button:hover {
	background-color: #fff;
	border-color: #6AB07C;
	color: #6AB07C;
}
#nolly .button::before,
#nolly .button::after {
	background-color: #6AB07C;
}
#nolly .button:hover::before,
#nolly .button:hover::after {
	background-color: #6AB07C;
}

/*----------［H3見出しの左ライン：アクセルの色設定］----------*/
#nolly h3.blog_list_tt {
	border-left: solid 5px #6AB07C;
}
/* 番組内バナー［あれば。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 ) {
	
	/* nolly */
	/* 番組内バナー［あれば。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;
	}
}