/*===========================
premium
===========================*/
/* プレミアムSP用記述 */
@media (min-width: 769px) {
	body{background:url(/content/dam/diners/img/premium/common_premium_bg.png)repeat top center;
		/*background-size:contain;*/
	}
}
#dc__menu_2 .dc__btn_menu.dc__active_typeb {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

#dc__menu_2nd{background-color:#58472d;}
#dc__menu_3rd ul{background-color:#58472d;}

@media (max-width:768px){
	#dc__menu_2nd .dc__menu_list .dc__menu_list{background-color:#58472d}
}

/* プレミアムメニューの罫線 */
#dc__menu_2 {
	border-bottom: 1px solid #000000;
}



/*===========================
ダイナースクラブ優待検索 背景色を黒へ
===========================*/

@media (min-width: 769px) {
	.CCM005_Html > .preferred_search {
	    background: #000000 !important;
	}
}
.dc__search_content, .dc__event_search_pane {
    background-color: #000000 !important;
}

/*===========================
noscript
===========================*/
noscript div.noscript_premium {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;z-index: 99999;
}
noscript div.noscript_premium p {
	color:#fff;
	margin-top:100px;
	text-align:center;
}
