@media (min-width:1024px){




.bx-wrapper {
	margin-left: -958px !important;
	position: relative;
	left: 50%;
}
.bx-wrapper .bx-controls {
    width: 660px;
    margin-left: 635px;
    position: absolute;
    top: 0px;
}
.bx-wrapper .bx-controls .bx-pager {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 432px;
}
/*.bx-wrapper .bx-controls .bx-pager:after {
    content: "";
    width: 58px;
    height: 56px;
    background: url(../img/waku1.png) no-repeat;
    position: absolute;
    top: -437px;
    left: 12px;
}
.bx-wrapper .bx-controls .bx-pager:before {
    content: "";
    width: 58px;
    height: 56px;
    background: url(../img/waku2.png) no-repeat;
    position: absolute;
    bottom: 35px;
    right: 25px;
}*/

.bx-wrapper .bx-controls .bx-pager div {
	display: inline-block;
}
.bx-wrapper .bx-controls .bx-pager div a {
	width: 25px;
	height: 16px;
	background: url(../img/mainv_dotted.png);
	text-indent: -9999px;
	display: inline-block;
    margin: 0 20px 0;
}
.bx-wrapper .bx-controls .bx-pager div a.active {
	width: 25px;
	height: 16px;
	background: url(../img/mainv_dotted_ac.png);
	text-indent: -9999px;
	display: inline-block;
	opacity: 1;
}
.bx-wrapper .bx-controls .bx-controls-direction {
	position: relative;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
	background-color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	position: absolute;
	top: 182px;
	left: -60px;
	text-indent: -9999px;
	z-index: 8888;
	box-shadow: 1px 1px 2px rgba(0,0,0,.4);
	transition: all 0.2s;
}
.bx-wrapper .bx-controls .bx-controls-direction a:hover {
	background-color: #ffeeae;
	transition: all 0.2s;
}

.bx-wrapper .bx-controls .bx-controls-direction a:after {
	content: "";
	background-image: url(../img/mainv_arrow.png);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 30px;
	margin-top: -11px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-next{
	top: 182px;
	left: auto;
	right: -44px;
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-next:after {
	content: "";
	background-image: url(../img/mainv_arrow.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 30px;
	position: absolute;
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.slide_musk {
	background-color: #FFF;
	height: 336px;
	width: 100%;
	width: 592px;
	position: absolute;
	top: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: table;
}
.slide_musk.left {
	margin-right: 312px;
	right: 50%;
}
.slide_musk.right {
	margin-left: 312px;
	left: 50%;
}

.topic_area {
	width: 76.3%;
	padding-left: 20px;
	float: left;
	box-sizing: border-box;
}
.topic_area .mod_link02 {
	margin-top: 15px;
}
.topic_area .list_topics2 {
	margin-top: -40px;
}
.topic_area .list_topics2 li {
	float: left;
	width: 32%;
	margin-top: 40px;
	margin-right: 2%;
	position: relative;
}

.topic_area .list_topics2 li:nth-child(3n) {
	margin-right: 0px;
}
.topic_area .list_topics2 li .img_thumb {
	width: 100%;
	overflow: hidden;
}
.topic_area .list_topics2 li .img_thumb img {
	max-height: 153px;
}
.topic_area .list_topics2 li .txt_ttl {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}

.list_news li {
	font-size: 12px;
	margin-top: 20px;
}
.list_news li .mod_icn_new {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	width: 30px;
	height: 15px;
	position: relative;
}
.list_news li a {
	font-size: 14px;
	color: #00aced;
	display: block;
}
.btn_more {
	margin-top: 20px;
}
.btn_more a {
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 5px;
	border: 1px solid #000;
}
.btn_more a span:before {
	content: "\e819";
	font: normal normal normal 100%/1 fontello;
	margin-right: 10px;
}
.list_bnr {
	margin-top: 25px;
}
.list_bnr li {	margin-top: 10px;
}

.box_rss {
	margin-top: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 2px solid #007ac3;
	border-bottom: 2px solid #007ac3;
}
.box_rss:before,
.box_rss:after {
	content: "";
	background-color: #007ac3;
	display: block;
	height: 1px;
	margin-bottom: 10px;
}
.box_rss:after {
	margin-top: 10px;
	margin-bottom: 0px;
}
.box_rss li {
	margin-top: 5px;
}
.box_rss li a {
	font-weight: bold;
}
.box_rss li .txt_date {
	font-size: 12px;
	display: block;
	margin-top: 2px;
}

.box_fllow {
	text-align: center;
	margin-top: 40px;
}
.box_fllow li {
	font-size: 24px;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}

p.maskLeft {
	width: 660px;
	height: 422px;
	background: #fff;
	text-indent: -9999px;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: table;
	top: 50px;
	right: 50%;
	margin-right: 345px;
}

p.maskRight {
	width: 660px;
	height: 422px;
	background: #fff;
	text-indent: -9999px;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: table;
	top: 50px;
	left: 50%;
	margin-left: 345px;
}


}
