.container {
	margin-top: 0px;
	padding: 0px;
}

.main-visual {
	position: relative;
	height: 546px;
	background: #000;
}

.bxslider {
	display: block;

}

.bxslider:after {
	content: "";
	clear: both;
	display: block;
}

.bxslider li,
.bxslider li a {
	display: block;
	width: 100%;
	height: 459px;
	text-align: center;
	text-indent: -5000em;
}

.bxslider li a img {
	display: inline-block;
	vertical-align: bottom;
	border: 0px solid red;
}

.bxslider li.image-slider01 {
	display: block;
	height: 546px;
	background: url(../img/main_visual01.png) no-repeat center top;
}

.bxslider li.image-slider02 {
	display: block;
	height: 546px;
	background: url(../img/main_visual02.png) no-repeat center top;
}
.bxslider li.image-slider03 {
	display: block;
	height: 546px;
	background: url(../img/main_visual03.png) no-repeat center top;
}

.bx-has-controls-direction {
	position: relative;
	bottom: 50px;
	width: 960px;
	margin: 0 auto;
	left: 50px;
	z-index: 100;
	text-align: left;
	border: 0px solid red;
}

.bx-has-controls-direction .bx-pager-item {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	left: 40px;
	border: 0px solid red;
}
/*
.bx-has-controls-direction .bx-pager-item a {
	display: none;
}
*/

.bx-has-controls-direction .bx-pager-item a {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -5000em;
	font-size: 0;
	z-index: 1000;
	background: url(../img/icon_circle01.png) no-repeat -14px 0;

}

.bx-has-controls-direction .bx-pager-item a.active {
	background-position: 0 0;
}

.bx-controls-direction .bx-prev {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -257px;;
	margin-left: -640px;
	display: none;
	background: url(../images/common/btn_preview.png) no-repeat left top;
	width: 57px;
	height: 103px;
	text-indent: -5000em;
	border: 0px solid red;
}

.bx-controls-direction .bx-next {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -257px;;
	margin-left: 583px;
	display: none;
	background: url(../images/common/btn_next.png) no-repeat left top;
	width: 57px;
	height: 103px;
	text-indent: -5000em;
	border: 0px solid red;
}

.bx-wrapper .bx-controls-auto {
	width: 960px;
	margin: -14px auto 0 auto;
	text-align: left;
	border: 0px solid red;
	
}
.bx-controls-auto-item {
	display: inline-block;
	vertical-align: middle;
}


.bx-wrapper .bx-controls-auto .bx-start {
	position: relative;
	z-index: 100000;
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	height: 14px;
	outline: 0;
	background: url(../img/icon_start.png) no-repeat 0 0;
	margin: 0 2px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	position: relative;
	z-index: 100000;

	background: url(../img/icon_start_on.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	position: relative;
	z-index: 100000;

	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	height: 14px;
	outline: 0;
	background: url(../img/icon_stop.png) no-repeat 0 0;
	margin: 0 2px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	position: relative;
	z-index: 100000;

	background: url(../img/icon_stop_on.png) no-repeat 0 0;
}

.contents {
	width: 960px;
	padding-left: 0px;
	overflow: hidden;
	margin:0px auto;
	
}

.main-contents-box01 {
	position: relative;
	float: left;
	width: 30%;
	height: 282px;
	margin: 48px 0;
	border-right: 1px solid #e3e0dd;
	border-top: 0;
	margin-left: 30px;
	
}
.main-contents-box02 {
	position: relative;
	float: left;
	width: 30%;
	height: 282px;
	margin: 48px 0;
	border-right: 1px solid #e3e0dd;
	border-top: 0;
	margin-left: 30px;
	
}
.main-contents-box03 {
	position: relative;
	float: left;
	width: 30%;
	height: 282px;
	margin: 48px 0;
	border-top: 0;
	margin-left: 30px;
	
}
.main-contents-box01 h2, .main-contents-box02 h2, .main-contents-box03 h2, {
	padding-right:20px;
}
.main-contents-box01 h2 img {
	padding-top:13px;
}
.main-contents-box02 h2 img {
	padding-top:6px;
}
.main-contents-box03 h2 img {
	padding-top:9px;
}
