.container {
	margin-top: -4px;
	padding: 0 0 60px;
}

.main-visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 459px;
	background: #fff;
}

.main-visual .main-visual-box {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2000px;
	height: 459px;
	margin-left: -1000px;
}

.bxslider {
	height: 459px;
	margin: 0 auto;

}
.bxslider:after {
	content: "";
	clear: both;
	display: block;
}

.bxslider li {
	position: relative;
	display: block;
	width: 2000px;
	height: 459px;
	text-align: center;
}

.bxslider li img {
	display: block;
	width: 2000px;
}

/*
.bxslider li.image-slider01 {
	display: block;
	background: url(../make_img/main/img_slide01.jpg) no-repeat center top;
}

.bxslider li.image-slider02 {
	display: block;
	background: url(../make_img/main/img_slide02.jpg) no-repeat center top;
}


.bxslider li.image-slider03 {
	display: block;
	background: url(../make_img/main/img_slide03.jpg) no-repeat center top;
}
.bxslider li.image-slider04 {
	display: block;
	background: url(../make_img/main/img_slide04.png) no-repeat center top;
}
*/

.bx-has-controls-direction {
	position: relative;
	bottom: 50px;
	width: 1160px;
	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(../make_img/main/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: 1160px;
	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(../make_img/main/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(../make_img/main/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(../make_img/main/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(../make_img/main/icon_stop_on.png) no-repeat 0 0;
}

.contents {
	width: 1160px;
	padding-left: 1px;
	overflow: hidden;
}


.main-contents-box02 {
	position: relative;
	float: left;
	width: 503px;
	height: 210px;
	padding: 39px 38px;
	border: 1px solid #e9e9eb;
	border-top: 0;
	margin-left: -1px;
}

.main-contents-box02 .btn-more {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 49px;
    height: 49px;
}

.main-contents-box02 .btn-more a {
	display: block;
	width: 49px;
	height: 49px;
}

.bg01 {
	background: url(../make_img/main/bg01.jpg) no-repeat right bottom


}


.photo_gallery {
	position: relative;
	width: 244px;
	height: 60px;
	text-align: center;
	margin-top: 70px;
	border: 0px solid red;
}

.photo_list {
	position: absolute; 
	top: 0px; 
	left: 50%; 
	margin-left: -122px;
	width: 244px; 
	height: 60px; 
	overflow: hidden;
	border: 0px solid red;
}

.photo_list ul {
	overflow: hidden; 
	list-style: none; 
	padding: 0px; 
	margin:0px;
}

.photo_list ul li {
	float:left;
	width: 244px;
	height: 60px;
}

.photo_list ul li img {
	display: block;
	border:0px;
	margin: 0 auto;
}

.btn_set {
	clear: both; 
	text-align: center;
	border: 0px solid red;
}

.btn_set #btn_prev {
	position: absolute;
	top: 20px;
	left: 0;
	width: 11px;
	height: 21px;
	background: url(../make_img/main/btn_preview.png) no-repeat left top;
	text-indent: -5000em;
	border: none;
	z-index: 1000;
	cursor: pointer;
}

.btn_set #btn_next {
	position: absolute;
	top: 20px;
	right: 0;
	width: 11px;
	height: 21px;
	background: url(../make_img/main/btn_next.png) no-repeat left top;
	text-indent: -5000em;
	border: none;
	z-index: 1000;
	cursor: pointer;
}



.main-photo-list-area {
	padding-top: 25px;
	overflow: hidden;
}

.main-photo-list-area .main-photo-list {
	float: left;
	width: 300px;
}

.main-photo-list-area .main-photo-list li {
	display: block;
	border: 0px solid red;
	height: 25px;
	margin-bottom: 3px;
}

.main-photo-list-area .main-photo-list li a {
	display: inline-block;
	padding-left: 18px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space:nowrap; 
	max-width: 85%;
	font-size: 13px;
	background: url(../make_img/main/icon_bullet01.png) no-repeat left 10px;
}

.main-photo-list-area .main-photo-list li img {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}

.main-photo-list-area .photo-info {
	float: right;
	width: 167px;
	padding-top: 3px;
}

.main-photo-list-area .photo-info a {
	display: block;
}
.main-photo-list-area .photo-info a .img-area {
	display: block;
	width: 167px;
	height: 111px;
	margin-bottom: 12px;
	overflow: hidden;

}

.main-photo-list-area .photo-info a img {
	display: block;
	max-width: 167px;
}

.main-photo-list-area .photo-info a span {
	display: block;
	color: #353538;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}



.main-contents-box {
	position: relative;
	float: left;
	width: 213px;
	height: 210px;
	padding: 39px 38px;
	border: 1px solid #e9e9eb;
	border-top: 0;
	margin-left: -1px;
}

.main-contents-box h2 {
	margin: 0;
	padding: 0;
}

.main-contents-box h2 img {
	display: block;
}

.main-contents-box .btn-more {
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
}

.main-contents-box .btn-more a {
	display: block;
	width: 49px;
	height: 49px;
}

.main-notice-list {
	margin-top: 25px;
}
.main-notice-list li {
	display: block;
	border: 0px solid red;
	height: 25px;
	margin-bottom: 3px;
}

.main-notice-list li a {
	display: inline-block;
	padding-left: 18px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space:nowrap; 
	max-width: 80%;
	font-size: 13px;
	background: url(../make_img/main/icon_bullet01.png) no-repeat left 10px;
}

.main-notice-list li img {
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
}
.main-contents-box.bg04 {
	background: #e3f7fb url(../make_img/main/img04.png) no-repeat center 139px;
	border: 1px solid #e3f7fb;
	border-top: 0;
}

.main-contents-box.bg05 {
	background: url(../make_img/main/img05.png) no-repeat center 139px;
}

.main-contents-box.bg07 {
	background: #f8f9fa url(../make_img/main/bg_07.jpg) no-repeat right bottom;
}

.main-contents-box.bg09 {
	background: url(../make_img/main/img09.png) no-repeat center 139px;
}

.main-contents-box03 {
	float: left;
	width: 290px;
}

.main-contents-box03 li {
	float: left;
	display: block;
	width: 290px;
}

.main-contents-box03 li a {
	display: block;
	width: 290px;
}

.main-contents-box03 li a img {
	display: block;
}
