.mySlider1 {
	margin: 0 -155px;
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
	.mySlider1 {
		margin: 0;
	}
}
/* ---------- タブレット ---------- */
@media (min-width: 768px) {
	.mySlider1 {
		margin: 0;
	}
}
/* ---------- PC ---------- */
@media (min-width: 992px) {
	.mySlider1 {
		margin: 0 -155px;
	}
}

#main_content>.container {
	position: relative;
}
.carousel {
	position: static;
}

/*-------------------------------------------- 画像部分*/
.carousel-inner img {
	display: block;
}
/* ---------- タブレット ---------- */
@media (min-width: 768px) {
}
/* ---------- PC ---------- */
@media (min-width: 992px) {
	.carousel-inner>.item>.img {
		height: 375px;
	}
}

/*-------------------------------------------- ページャー部分*/
.carousel-indicators {
	position: absolute;
	bottom: -53px;
	padding: 16px 0 27px 0;
	line-height: 8px;
	width: 100%;
	margin: 0 auto;
	left: 0;
	background-color: #fff;
}
.carousel-indicators li {
	width: 8px;
	height: 8px;
	background: url("../images/top/btn_thumbnail_off.png") no-repeat;
	border: none;
	margin: 0;
}
.carousel-indicators .active {
	width: 8px;
	height: 8px;
	background: url("../images/top/btn_thumbnail_on.png") no-repeat;
}

/* ---------- レティーナディスプレイ ---------- */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
	.carousel-indicators li {
		background: url("../images/top/btn_thumbnail_off@2x.png") no-repeat;
		background-size: 8px 8px;
	}
	.carousel-indicators .active {
		background: url("../images/top/btn_thumbnail_on@2x.png") no-repeat;
		background-size: 8px 8px;
	}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
	.carousel-indicators {
		padding: 16px 0 27px 0;
	}
}

/*-------------------------------------------- 左右移動コントローラー部分*/
.controlorWrapper {
	position: relative;
}
.carousel-control.right,
.carousel-control.left {
	background: none;
	position: absolute;
	width: 12px;
	height: 18px;
	top: 105%;
	z-index: 50;
}
.carousel-control.right {
	right: 15px;
	top:10px;
}
.carousel-control.left {
	left: 15px;
	top:10px;
}

.carousel-control.right {
	background: url(../images/top/btn_mainimg_arwgray_right.png) no-repeat right bottom;
}

.carousel-control.left {
	background: url(../images/top/btn_mainimg_arwgray_left.png) no-repeat left bottom;
}
/* ---------- レティーナディスプレイ ---------- */
@media screen and (-webkit-min-device-pixel-ratio: 2) {
	.carousel-control.right {
		background: url(../images/top/btn_mainimg_arwgray_right@2x.png) no-repeat right bottom;
		background-size: 11px 18px;
	}

	.carousel-control.left {
		background: url(../images/top/btn_mainimg_arwgray_left@2x.png) no-repeat left bottom;
		background-size: 11px 18px;
	}
}

.carousel-control.right img,
.carousel-control.left img {
	text-align: center;
	vert-align: middle;
}
.carousel-control {
	width: 12%;
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 767px) {
	.carousel-control.right,
	.carousel-control.left {
	}
}

