@charset "UTF-8";
/* ===================================================================
 style info : TOPページ・製作実績の設定
 author     : top_products.css
=================================================================== */
/*------------------------------------------------------------------------------------------c-productsImg*/
#c-productsImg {
	width: 100%;
	height: 100%;
	margin: 0 auto 215px auto;
	padding: 5px 0 0 0;
	text-align: center;
	position: relative;
}
#c-productsImg img {
	width: 100%;
	min-width: 100%;
	height: auto;
	margin: 0 auto;
}

#c-productsImg .bx-wrapper {/*既存のBxSliderのCSSを打ち消す*/
	width: 100%;
	left: 0;
	margin: 0 auto 34px auto;
	box-shadow: none;
	border: none;
	background: #000;
	clear: both;
}
#c-productsImg .bx-viewport:before,
#c-productsImg .bx-viewport:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: rgba(255, 255, 255, 1.0);
    z-index: 1000;
}
#c-productsImg .bx-wrapper .bx-viewport {
    overflow: visible !important;
}
#c-productsImg .bx-wrapper .bx-viewport:before {
    right: 100%;
    left: -100%;
}
#c-productsImg .bx-wrapper .bx-viewport:after {
    left: 100%;
    right: -100%;
}
#c-productsImg .p_detail {
	width: 238px;
	height: 52px;
	font-weight: bold;
	margin: 0 auto;
}