@charset "shift_jis";

/*ドカントキャリー　スクロール表示*/
#dokant_scroll {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
}

#dokant_scroll #dokant_blg {
	display: block;
	width: 800px;
	margin: 0 auto;
}
#dokant_scroll #dokant_blg .closeBtn {
	position: relative;
	top: -70px;
	left: 800px;
}
