@charset "UTF-8";
/* ===================================================================
CSS information
 module info :body 基本モジュール
===================================================================
/**** body2 ****/
html,
body {
	margin: 0;
	padding: 0;
	text-align: center;
	zoom: 1;
	height: 100%;
	/* ポイント1 */
	background-image: none;
	font-feature-settings : "palt";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing:antialiased;
	letter-spacing: 0.03em;
	/* overflow-x: hidden; */
}
html{
	overflow-x: hidden;
}
.blue_text {
	color: #0ea1de;
}
/**** wrapper ****/
#n_wrapp {
	text-align: center;
	/* background-color: #FFF; */
	min-height: 100%;
	/* ポイント1 */
	height: 100%;
	/* for IE6 */
	margin: 0px;
	padding: 0px;
}
a {
	color: #008dc8;
}
a:visited {
	color: #008dc8;
}
.banner_link{
  display: block;
}
.banner_link img{
	transition: 0.25s;
}
.banner_link:hover img{
	opacity: 0.7;
}

/**************************** ヘッダー ****************************/
#n_wrapp #header_wrapper {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	/* font-size: 0;
	line-height: 0; */
	/* height: 244px; */
	display: block;
	background: url(/common/images/headBg.png) repeat-x left -35px;
	position: relative;
}
#n_wrapp #header_wrapper::before{
	content:"";
	display: block;
	width: 100%;
	height: 441px;
	background: linear-gradient(to bottom, #2b4dbb 0%,#2b3990 50%,#10245c 100%);
	position: absolute;
	top: 209px;
	left: 0;
	z-index: -2;
}
#n_wrapp #header_wrapper::after{
	content:"";
	display: block;
	width: 100%;
	height: 441px;
	background: url(/images/main.jpg) no-repeat center top; display: block;
	position: absolute;
	top: 209px;
	left: 0;
	z-index: -1;
}
#n_wrapp #header_wrapper .head_box1 {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
	width: 1020px;
	margin: 0px auto;
	height: 160px;
}
#n_wrapp #header_wrapper .img01 {
	padding: 8px 0 0 0;
	float: left;
}
#n_wrapp #header_wrapper h1 {
	padding: 0;
	margin: 0;
	float: left;
}
#n_wrapp #header_wrapper h1 span {
	font-size: 13px;
	line-height: 1.1;
	display: block;
	font-weight: normal;
	padding: 0 0 10px 0;
}
#n_wrapp #header_wrapper h1 a {
	text-decoration: none;
	display: block;
	color: #313131;
}
#n_wrapp #header_wrapper ul.head1 {
	display: block;
	overflow: hidden;
	width: 264px;
	float: right;
}
#n_wrapp #header_wrapper ul.head1 li {}
#n_wrapp #header_wrapper ul.head1 li.li2 {
	/* padding-top: 10px; */
}
#n_wrapp #header_wrapper ul.head1 li.li2 img {
	float: left;
}
#n_wrapp #header_wrapper ul.head1 li.li2 img.imgL {
	padding-right: 7px;
}
#n_wrapp #header_wrapper ul.head1 li.li1 img {
	padding-top: 14px;
}
#dropmenu {
	list-style-type: none;
	width: 726px;
	height: 45px;
	padding-top: 4px;
	margin: 0 auto 0 auto;
}
#dropmenu span.li_small {
	font-size: 10px;
}
#dropmenu .nav01,
#dropmenu .nav02 {
	margin-right: 4px;
}
#dropmenu li {
	position: relative;
	width: 239px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#dropmenu li ul li a {
	display: block;
	margin: 0;
	padding: 16px 0;
	background-color: #157bce;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
}
#dropmenu li ul li a {
	padding: 14px 12px;
	background-color: #157bce;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	border-top: 1px solid #005ca8;
	/*border-bottom: 1px solid #005ca8;*/
}
#dropmenu > li:hover > a {
	background-color: #157bce;
}
#dropmenu > li:hover li:hover > a {
	background-color: #499aeb;
	text-decoration: underline;
}
#dropmenu li:hover > ul > li {
	overflow: visible;
	height: 41px;
}
#dropmenu li ul li ul {
	top: 0;
	left: 100%;
}
#dropmenu li:last-child ul li ul {
	left: -100%;
	width: 100%;
}
#dropmenu li ul li ul li a {
	background-color: #157bce;
	border-bottom: 1px solid #005ca8;
	font-size: 12px;
	padding: 14px 15px;
}
#dropmenu li:hover ul li ul li:hover > a {
	background-color: #499aeb;
	text-decoration: underline;
}
#dropmenu li ul li ul::before {
	position: absolute;
	content: "";
	top: 13px;
	left: -12px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #AAA;
}
#dropmenu li:last-child ul li ul::before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #AAA;
}
/**************************** コンテンツ ****************************/
#n_wrapp #content_wrapper {
	margin: 15px auto 0px auto;
	padding: 0px;
	width: 940px;
	text-align: left;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	flex-wrap: wrap;
}
/**************************** left navi ****************************/
#n_wrapp #left_navi {
	margin: 0px;
	width: 220px;
}
#n_wrapp #left_navi ul.left_nav1 {
	display: block;
	overflow: hidden;
	width: 220px;
	position: relative;
}
#n_wrapp #left_navi ul.left_nav1 li {
	width: 220px;
}
#n_wrapp #left_navi ul.left_nav1 .tit {
	letter-spacing: 0.2em;
	color: #0ea1de;
}
#n_wrapp #left_navi ul.left_nav1 .tit a {
	text-decoration: none;
}
#n_wrapp #left_navi ul.left_nav1 .tit a:hover {
	text-decoration: underline;
}
#n_wrapp #left_navi ul.left_nav1 li.btn {
	display: table;
	width: 220px;
	background: url(../images/left_nav_boder.png) repeat-x left bottom;
	font-size: 14px;
	line-height: 1.3;
	position: relative;
}
#n_wrapp #left_navi ul.left_nav1 li.btn a {
	display: block;
	height: 48px;
	width: 220px;
	margin-bottom: 0px;
	padding: 2px 0px 4px 64px;
	color: #121212;
	text-decoration: none;
	letter-spacing: 0.02em;
	display: table-cell;
	vertical-align: middle;
}
#n_wrapp #left_navi ul.left_nav1 li.btn a span{ font-size: 11px; }
#n_wrapp #left_navi ul.left_nav1 li.btn a:hover {
	text-decoration: underline;
	color: #808080;
}
#n_wrapp #left_navi ul.left_nav1 li .ouenmaku {
	/*応援幕*/
	background: url(../images/left_icon_ouenn.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .balloon_stick {
	/*バルーンスティック*/
	background: url(../images/left_icon_balloon_stick.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .hand_banner {
	/*ハンドバナー*/
	background: url(../images/left_icon_hand_banner.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .oritatami {
	/*折りたたみクッション*/
	background: url(../images/left_icon_oritatami.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .totebag {
	/*トートバック*/
	background: url(../images/left_icon_totebag.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .leisuresheet {
	/*レジャーシート*/
	background: url(../images/left_icon_leisuresheet.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .nobori {
	/*のぼり旗*/
	background: url(../images/left_icon_nobori.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .oudanmaku {
	/*横断幕・懸垂幕*/
	background: url(../images/left_icon_oudanmaku.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .backpanel1 {
	/*記者会見バックパネル（屋内用）*/
	background: url(../images/left_icon_backpanel1.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .backpanel2 {
	/*記者会見バックパネル（屋外用）*/
	background: url(../images/left_icon_backpanel2.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .spacedesign {
	/*クイックパネル*/
	background: url(../images/left_icon_spacedesign.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .rollupbanner1 {
	/*ロールアップバナー（屋内用）*/
	background: url(../images/left_icon_rollupbanner1.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .rollupbanner2 {
	/*ロールアップバナー（屋外用）*/
	background: url(../images/left_icon_rollupbanner2.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .fielda {
	/*ポップアップバナー*/
	background: url(../images/left_icon_fielda.png) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .popup {
	/*ポップアップバナー*/
	background: url(../images/left_icon_popup.png) no-repeat left 2px;
	background-size: 54px 45px;
}
#n_wrapp #left_navi ul.left_nav1 li .flag {
	/*フラッグ*/
	background: url(../images/left_icon_flag.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .hasiramaki {
	/*柱巻きサイン*/
	background: url(../images/left_icon_hasiramaki.jpg) no-repeat left center;
}
#n_wrapp #left_navi ul.left_nav1 li .tablecloth {
	/*テーブルクロス*/
	background: url(../images/left_icon_tablecloth.jpg) no-repeat left center;
}
/*********************/
#n_wrapp #left_navi ul.sns {
	margin: 10px auto 0 28px;
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
#n_wrapp #left_navi ul.sns li {
	float: left;
	margin: 0 3px 0 3px;
}
/**************************** right_contents ****************************/
#n_wrapp .right_contents {
	width: 700px;
}
h2.h2_01 {
	font-size: 30px;
	font-weight: normal;
	color: #0ea1de;
}
h3.h3_01 {
	font-size: 24px;
	font-weight: bold;
	color: #0ea1de;
}
/**************************** footer ****************************/
#n_wrapp #footer {
	text-align: center;
	border: none;
	margin-top: 40px;
}
#n_wrapp #footer .go_pagetop {
	width: 940px;
	margin: 0 auto 0 auto;
	text-align: right;
}
#n_wrapp #footer .go_pagetop a img {
	vertical-align: bottom;
}
#n_wrapp #footer .foot_boder {
	height: 3px;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
	margin: 2px auto 2px auto;
}
#n_wrapp #footer .foot_nav1 {
	background-color: #f0f0f0;
	padding: 30px 0 30px 0;
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.3;
}
#n_wrapp #footer .foot_nav1 div {
	margin: 0 auto 0 auto;
	width: 940px;
	text-align: left;
}
#n_wrapp #footer .foot_nav1 ul.foot_colum {
	float: left;
	width: 160px;
	margin-right: 20px;
	padding-left: 5px;
	display: block;
}
#n_wrapp #footer .foot_nav1 ul.foot_colum2 {
	float: left;
	width: 200px;
	margin-right: 20px;
	padding-left: 5px;
	display: block;
}
#n_wrapp #footer .foot_nav1 ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	overflow: hidden;
	background: url(../images/arrow1.png) no-repeat left center;
	padding-left: 12px;
	line-height: 1.6;
}
#n_wrapp #footer .foot_nav1 ul li .space {
	height: 1em;
}
#n_wrapp #footer .foot_nav1 .foot_logo {
	/*  float: right;
	width: 251px;*/
}
#n_wrapp #footer .foot_nav1 ul li a:hover {
	text-decoration: underline;
}
#n_wrapp #footer #footer_2 {
	width: 940px;
	margin: 15px auto 20px auto;
	text-align: left;
}
#n_wrapp #footer #footer_2 img {
	padding: 10px;
}
#n_wrapp #footer #footer_2 ul {
	display: block;
	overflow: hidden;
}
#n_wrapp #footer #footer_2 ul li {
	float: left;
	font-size: 13px;
	line-height: 1.5;
}
/*********************/
#content {
	margin-top: 0px;
}
/*最新情報********************/
h1.entry-title {}
.news_contents .entry-content {
	padding: 10px 0 15px 0;
	background: url(../images/bg_dot.png) repeat-x left bottom;
}
/****/
h2 {
	margin-top: 0
}
h2.h2_02 {
	font-size: 28px;
	padding: 5px 0 5px 0.3em;
	border-bottom: 3px solid #0ea1de;
	/*letter-spacing: 0.05em;*/
	line-height: 1.2;
}
/****side*****/
#nyukou {
	font-size: 0px;
	line-height: 0px;
}
/*
#sidebar nav ul li.houhou a{line-height:30px; text-indent:-9999px; display:block;}
#sidebar nav ul li.attention a{line-height:31px; text-indent:-9999px; display:block;}
#sidebar nav ul li.design a{line-height:31px; text-indent:-9999px; display:block;}
#sidebar nav ul li.temp a{line-height:46px; text-indent:-9999px; display:block;}
#sidebar nav ul li.houhou a:hover{background-image:url(../img/nyukou_bk_on.png); background-position: 0 0;}
#sidebar nav ul li.attention a:hover{background-image:url(../img/nyukou_bk_on.png); background-position: 0 -30px;}
#sidebar nav ul li.design a:hover{background-image:url(../img/nyukou_bk_on.png); background-position: 0 -61px;}
#sidebar nav ul li.temp a:hover{background-image:url(../img/nyukou_bk_on.png); background-position: 0 -92px;}
*/
#guide {
	background: url(/img/guide_bk_off.png) no-repeat left top;
	display: block;
	height: 206px;
}
/*
#sidebar nav ul li.nagaree a{line-height:27px; text-indent:-9999px; display:block;}
#sidebar nav ul li.media a{line-height:30px; text-indent:-9999px; display:block;}
#sidebar nav ul li.kakouli a{line-height:30px; text-indent:-9999px; display:block;}
#sidebar nav ul li.bouen a{line-height:30px; text-indent:-9999px; display:block;}
#sidebar nav ul li.pay a{line-height:30px; text-indent:-9999px; display:block;}
#sidebar nav ul li.deriver a{line-height:39px; text-indent:-9999px; display:block;}
#sidebar nav ul li.nagaree a:hover{background-image:url(../img/guide_bk_on.png); background-position: 0 0;}
#sidebar nav ul li.media a:hover{background-image:url(../img/guide_bk_on.png); background-position: 0 -27px;}
#sidebar nav ul li.kakouli a:hover{background-image:url(../img/guide_bk_on.png); background-position: 0 -57px;}
#sidebar nav ul li.bouen a:hover{background-image:url(../img/guide_bk_on.png); background-position: 0 -87px;}
#sidebar nav ul li.pay a:hover{background-image:url(../img/guide_bk_on.png); background-position: 0 -117px;}
#sidebar nav ul li.deriver a:hover{background-image:url(../img/guide_bk_on.png); background-position: 0 -147px;}
*/
nav div.side_calendar_main {
	background: url(/img/side_calendar_main.png) repeat-y left top;
	padding: 0 10px;
	margin: 0;
}
nav div.side_calendar_bottom {
	background: url(/img/side_calendar_bottom.png) no-repeat left top;
	display: block;
	width: 220px;
	height: 10px;
}
/*******************
**フッター*/
.go_pagetop {
	width: 940px;
	text-align: right;
	margin: 0 auto;
}
footer {
	clear: both;
}
footer a {
	color: #065df7 !important;
}
footer a span{ font-size: 10px; letter-spacing: 0.02em; }
.footerWrap {
	background-color: #dcefff;
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 1.5;
}
.footerWrap2 {
	width: 940px;
	margin: 0 auto;
}
footer .box1 {
	width: 480px;
	margin-top: 10px;
	float: left;
	text-align: left !important;
}
footer .box2 {
	width: 440px;
	margin: 10px 0 0;
	float: right;
}
footer .box3 {
	width: 420px;
	margin: 10px 0 0;
	float: left;
}
footer .box3 p {
	padding: 0 0 10px 0;
	line-height: 175%;
}
footer .box4 {
	width: 280px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
	float: right;
}
.footmap {
	width: 100%;
	position: relative;
	font-family: helvetica, arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	/*top:15px;*/
	text-align: left !important;
}
.sitemap {
	width: 200px;
	float: left;
	padding: 5px 0;
	margin-left: 10px;
	text-align: left;
}
.sitemap ul {
	display: block;
	overflow: hidden;
}
.sitemap ul li a:link {
	text-decoration: none;
}
.sitemap ul li a:hover {
	text-decoration: underline;
}
.sitemap ul li > ul {
	padding-left: 1em;
}
.footline {
	border-bottom: 1px #008B45 dotted;
	line-height: 0;
}
.dotline {
	border-bottom: 1px #000 dotted;
	line-height: 0;
	height: 0;
	margin: 20px 0 0;
}
.footmap .dotline {
	border-bottom: 1px #000 dotted;
	line-height: 0;
	height: 0;
	margin: 10px 0;
}
.imgL {
	float: left;
}
.imgR {
	float: right;
}
.footerWrap h4 {
	text-align: left;
	color: #002daa !important;
	background: url(../img/kazari2.jpg) no-repeat left top;
}
/*footer ***/
footer .footer_bnr {
	margin: 20px auto 20px auto;
	font-size: 0px;
	line-height: 0px;
}
footer .footer_bnr ul {
	display: block;
	overflow: hidden;
}
footer .footer_bnr ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
footer .footer_bnr ul li.r_bnt {
	margin-right: 0px;
}
#foot_logo {
	padding: 1.2em 0;
}
#copy {
	font-size: 11px;
	color: #000;
	margin: 15px 0 15px 0px;
	position: relative;
	bottom: 15px;
}

.header_info{
	width: 700px;
	margin: 30px auto 15px;
	position: relative;
}
.header_info img:hover{ opacity: 0.5; }

.news_contents{  }
.news_contents h3{ line-height: 135%;}

/* bx-slider */
#slide_wrapper{
	width: 940px;
	height: 381px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
}
.bx-wrapper{
	margin-bottom: 0 !important;
	box-shadow: none !important;
	border: none !important;
}
#slide_wrapper .container {
	display: none; /* 初期は非表示、jQueryでフェードイン */
}
#slide_wrapper .container .bx-viewport {
	background: transparent !important;
	border: 0;
	overflow: visible !important;
	/* height: 417px !important; */
	//z-index: 1;
	position: relative !important;
}
#slide_wrapper .container .bx-viewport::before{
	content:"";
	display: block;
	background-color: #ECECEC;
	background-image: linear-gradient(-45deg, #FFF 25%, #ECECEC 25%, #ECECEC 50%, #FFF 50%, #FFF 75%, #ECECEC 75%, #ECECEC);
	background-size: 4px 4px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	z-index: 5;
	opacity: 0.6;
}
#slide_wrapper .container .bx-viewport::after{
	content:"";
	display: block;
	background-color: #ECECEC;
	background-image: linear-gradient(-45deg, #FFF 25%, #ECECEC 25%, #ECECEC 50%, #FFF 50%, #FFF 75%, #ECECEC 75%, #ECECEC);
	background-size: 4px 4px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: -100%;
	z-index: 5;
	opacity: 0.6;
}
.bx-wrapper .bx-prev {
	left: -50px !important;
}
.bx-wrapper .bx-next {
	right: -50px !important;
}
#slide_wrapper ul.bx-pager{
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
#slide_wrapper ul.bx-pager li{ padding-right: 15px; }
#slide_wrapper ul.bx-pager li:last-of-type{ padding-right: 0; }
#slide_wrapper ul.bx-pager li a {
  display: block;
  box-shadow: 1px 1px 2px #000;
  position: relative;
  cursor: pointer;
}
#slide_wrapper ul.bx-pager li a.active::before {
  content: "";
  display:  block;
  width:  0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: rgba(255, 0, 0, 1);
  position: absolute;
  top: -9px;
  left: 48%;
}
#slide_wrapper ul.bx-pager li a.active::after{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 0, 0.2);
  box-sizing: border-box;
	border: 2px solid #F00 ;
	position: absolute;
	top: 0;
	left: 0;
}
#slide_wrapper ul.bx-pager li a img{ transition: 0.2s; }
#slide_wrapper ul.bx-pager li a img:hover{ opacity: 0.5; }
#slide_wrapper ul.bx-pager li a.active:hover{ opacity: 1; cursor: default; }
#slide_wrapper ul.bxslider li{
	position: relative;
}
#slide_wrapper ul.bxslider li a.link{
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#slide_wrapper ul.bxslider li a.link::before{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
#slide_wrapper ul.bxslider li a.link:hover::before{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}
#slide_wrapper ul.bxslider li a.link_workreport ,
#slide_wrapper ul.bxslider li a.link_feature{
	width: 470px;
	height: 110px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#slide_wrapper ul.bxslider li a.link_workreport{
	position: absolute;
	bottom: 0;
	left: 0;
}
#slide_wrapper ul.bxslider li a.link_feature{
	position: absolute;
	bottom: 0;
	right: 0;
}
#slide_wrapper ul.bxslider li a.link_workreport::before ,
#slide_wrapper ul.bxslider li a.link_feature::before{
	content:"";
	display: block;
	width: 470px;
	height: 110px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	transition: 0.3s;
}
#slide_wrapper ul.bxslider li .link_workreport:hover::before{
	content:"";
	display: block;
	width: 470px;
	height: 110px;
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
}
#slide_wrapper ul.bxslider li .link_feature:hover::before{
	content:"";
	display: block;
	width: 470px;
	height: 110px;
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	bottom: 0;
	right: 0;
}
#slide_wrapper ul.bx-pager li a img{
	max-width: 130px;
	height: auto;
	vertical-align: bottom;
}
#slide_wrapper ul.bx-pager li a{
  background-color: #fff;
}
