/***************************
  css reset
***************************/
html, body, div, span, strong, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, pre, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, p, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
/***************************
  title
***************************/
.toolTitle {
	overflow: hidden;
	padding: 5px;
}
.toolTitle p {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 18px;
}
.toolTitle p span {
	margin-right: 5px;
}
.bx-custom-pager .bx-pager-item {
	width: calc(100% / 6);
	box-sizing: border-box;
}

.bx-custom-pager .bx-pager-item:nth-child(n + 7) {
display:none;
}
#slider4 .last {
	margin-right: 0 !important;
}
.bx-pager-item img {
	opacity: 0.7
}
.bx-pager-item .active img {
	opacity: 1
}

.bx-wrapper {
	width: 1000px;
	overflow: hidden;
        margin:0 auto;
}

.bx-viewport {
	overflow:hidden;
	width: 100%;
height:410px !important;
}
.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	top: 40%;
	margin-top: -1%;
}
.bx-wrapper .bx-prev {
	left: 12%;
}
.bx-wrapper .bx-next {
	right: 10%;
}
.bx-wrapper img {
	max-width: none;
	width: 100%;
}
.bxSlideContents{
  display: none;
}
.bx-viewport .bxSlideContents{
  display: block !important;
}

.bx-controls{width:1000px;margin:0 auto;}
