@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	width: 919px;
}

.mainImg {
	margin-bottom: 10px;
	position: relative;
}

.mainImg .bx-controls .bx-prev {
	top: 50%;
	left: 20px;
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	background: url(../img/common/sprite-default.png) no-repeat left top;
	background-position: -42px -42px;
	z-index: 2000;
	opacity: 0;
	filter: alpha(opacity=0);
}

.mainImg .bx-controls .bx-next {
	top: 50%;
	right: 20px;
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	background: url(../img/common/sprite-default.png) no-repeat left top;
	background-position: 0 -42px;
	zoom: 1;
	z-index: 2000;
	opacity: 0;
	filter: alpha(opacity=0);
}

.mainImg .bx-controls .bx-next:hover,
.mainImg .bx-controls .bx-prev:hover {
	opacity: 0.5;
	background-color: #eee;
	border-collapse: #999;
}

.mainImg:hover .bx-controls .bx-prev,
.mainImg:hover .bx-controls .bx-next {
	opacity: 1;
	filter: alpha(opacity=100);
}

.videoBox {
	margin: 0 auto;
	position: relative;
    overflow: hidden;
}

.videoBox iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main h2 {
	margin-left: 10px;
	font-size: 24px;
   	font-weight: normal;
}

#main h2 a {
	margin-left: 14px;
	color: #fff;
	font-size: 14px;
}

#main .innerList01 {
	margin-bottom: 0;
}

#main .innerList01 li {
	padding: 0 !important;
	overflow: auto;
}

#main .innerList01 li .fb-page {
	width: 100%;
	height: 100%;
	display: block !important;
}

#main .innerList01 li .fb-page span {
	width: 100% !important;
	height: 100% !important;
	display: block;
}

#main .innerList01 li .fb-page iframe {
	width: 100% !important;
	height: 100% !important;
	display: block;
}

#main .innerList01 li:last-child {
	background-color: #000 !important;
}

#main .innerList01 dl {
	margin: 0 10px 10px;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}

#main .innerList01 dt {
	padding: 15px 0 5px;
	font-size: 12px;
	text-align: left;
}

#main .innerList01 dd {
	letter-spacing: -2px;
	text-align: left;
}

#main .innerList01 dd a {
	text-decoration: underline;
}

#main .innerList01 dd a:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 640px) {
	#main {
		width: auto;
	}
	
	.mainImg {
		margin: 0;
	}

	.mainImg .bx-controls {
		display: none;
	}

	#main .innerList01 {
		margin: 0;
	}
		
	#main .innerList01 > ul > li{
		width: 100%;
	}
	

}

@media all and (min-width: 641px) and (max-width: 768px)  {
	#main {
		width: auto;
	}
	
	.mainImg {
		margin: 0;
	}
	
	.mainImg .bx-controls {
		display: none;
	}

	#main .innerList01 dl {
		font-size: 10px;
	}
	
	#main .innerList01 dt {
		font-size: 10px;
	}
	
	#main .innerList01 dd {
		letter-spacing: 0;
	}
	
	
}