@charset "Shift_JIS";
/* ラッピングサイト用バナー追加 20170922　*/
/* バナー追加 共通　*/
#contentArea div.wrapping {
	z-index : 99999;
	position : relative;
	width : 253px;
	height : 0;
}

/* TOP ページ用　*/
#contentArea div.wpg_top {
	top : -48px;
	left : 682px;
}

/* 下層 ページ用　*/
#contentArea div.wpg_2nd {
	top : -223px;
	left : 682px;
}

/* 共通 ボタン処理　*/
#contentArea div.wrapping a {
	display : block;
}


#contentArea div.wrapping a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; 
	background-color : rgba(0,0,0,0.5);	
}

