@charset "utf-8";



.p-bg-box.box-scroll {

	height: 800px;

	overflow: auto;

	border-top: 2px solid #eee;

	border-bottom: 2px solid #eee;

}

.p-bg-box.box-scroll::-webkit-scrollbar{

	width: 10px;

	background: #d6d6d6;

}

.p-bg-box.box-scroll::-webkit-scrollbar:horizontal{

	height: 10px;

	background: #eee;

}

.p-bg-box.box-scroll::-webkit-scrollbar-thumb{

	background: #999;

}

.p-bg-box.box-scroll::-webkit-scrollbar-thumb:horizontal{

	background: #999;

}

@media screen and (max-width: 767px) {

	.p-bg-box.box-scroll::-webkit-scrollbar{

		width: 8px;

	}

	.p-bg-box.box-scroll {

		height: 400px;

	}

}

.p-sec-history li.in-modal .p-btn-prim {
	padding:0;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-sec-history li.in-modal .p-btn-prim:hover {
		background-color: inherit;
		color: inherit;
	}
	.p-sec-history li.in-modal dd {
		background: #fff url(/shared/img/ico-link.png) no-repeat right 7px center;
	}
}
@media screen and (min-width: 768px) {
	.p-sec-history li.in-modal {
		padding: 0;
	}

	.p-sec-history li.in-modal .p-btn-prim {
		padding: 15px 30px;
	}
	.p-sec-history li.in-modal .p-btn-prim:hover {
		background-color: #626262;
	}

}
