@charset "UTF-8";
/****************************************

          2. Slider

*****************************************/
.bx-wrapper {
	width: 100% !important;
	height:330px;
	overflow: hidden;
	position: relative !important;
}
.bx-window {
	width: 1100px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: 330px !important;
}
#slider {
	height:330px;
	margin:0 auto;
}
#slider div {
	width: 1100px;
	height:330px;
	padding:0 5px;
}
#slider h3 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2;
	font-size: 36px;
}
/* slide1 */
#slide {
	height: 330px;
	color: #fff;
}
.right, .left {
	width: 380px !important;
	float: right;
	padding: 70px 50px;
}
.left {
	float: left;
	padding-left: 130px;
}
/* Navi */
.bx-pager {
	width: 120px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.bx-pager span {
	display: none;
}
.bx-pager a {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 5px;
}
.bx-pager a:hover, .bx-pager a.pager-active {
	background-position: 0 100%;
	/* background: url(../img/common/pager2.png); */
}
/* prev next */
.prev-next {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.bx-prev, .bx-next {
	text-align: center;
	vertical-align: baseline;
	padding-bottom: 0px;
	display: block;
	position: absolute;
	top: -270px;
	text-decoration: none;
}
.bx-prev {
	width:80px;
	height:82px;
	background:url(../img/common/arrow-left.png) 0 0 no-repeat;
	left: -40px;
	text-decoration: none;
	color: #666;
}
.bx-next {
	width:80px;
	height:82px;
	background:url(../img/common/arrow-right.png) 0 0 no-repeat;
	right: -40px;
	text-decoration: none;
	color: #666;
}
.bx-prev:hover, .bx-next:hover {
	text-decoration: none;
	color: #white;
	filter: alpha(opacity=500);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
*:first-child+html .bx-prev, *:first-child+html .bx-next {
	top: -250px;
}
/* frame */
body, #container, .wrapper {
	position: relative;
}

#slider-frame-left {
	height: 360px;
	position: absolute;
	width: 1080px;
	top: -385px;
	right: 960px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
#slider-frame-right {
	height: 360px;
	position: absolute;
	width: 1100px;
	top: -385px;
	left: 960px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
#frame-top, #frame-bottom {
	position: absolute;
	width: 1100px;
	height: 50px;
	left: 0;
}
#frame-top {
	top: -385px;
}
#frame-bottom {
	top: -105px;
}
#frame-left, #frame-right {
	width: 50px;
	height: 230px;
	position: absolute;
	top: -335px;
}
#frame-left {
	left: 0;
}
#frame-right {
	right: 0;
}
.bubbleInfo {
	position: relative;
}
.popup {
	position: absolute;
	display: none;
}

@media screen and (max-width:640px){
	.bx-window {
		width: 100% !important;
	}
	#slider div {
		width: 100%;
		padding: 0;
	}

	.bx-wrapper,
	.bx-window,
	#slider,
	#slider div{
		height: auto!important;
	}

	.bx-wrapper{
		margin: 0;
		max-width: none!important;
	}

	.bx-pager{
		margin: 10px auto;
	}

	.bx-pager a {
		width: 8px;
		height: 8px;
		background: url(../img/common/main_list.png) 0 0 no-repeat;
	    -webkit-background-size: 8px;
	       -moz-background-size: 8px;
	         -o-background-size: 8px;
	            background-size: 8px;
	        -ms-background-size: 8px;
	}
	.bx-pager a:hover, .bx-pager a.pager-active {
		background: url(../img/common/main_list_on.png) 0 0 no-repeat;
	    -webkit-background-size: 8px;
	       -moz-background-size: 8px;
	         -o-background-size: 8px;
	            background-size: 8px;
	        -ms-background-size: 8px;
	}

}