@charset "utf-8";

/***************************************Reset*******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,a
caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	word-break: normal;
}

.mark {
	font-size:14px;
	font-weight:bold;
	color:#F00;
	}

body {
	line-height: 1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
	list-style: none;
	list-style-position: outside;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

img{
	vertical-align: bottom;
}

input,
button{
	vertical-align: middle;
}



/*****common*****************************************/

html {
    overflow-y:scroll;
    }



body {
	margin: 0;
	padding: 0;
}

p{
	line-height: 1.6;
	font-size: 14px;
	padding: 0 0 1em 5px;
	text-indent: 0em;
	color: #333;
	word-break: break-all;
	
}

.txt {
	padding:10px 10px 0 10px;
	line-height:1.4;
	font-size:16px;
	font-weight:bold;
	}

.info_area p{
	padding: 0 0 1em 1em;
}




p img{
	vertical-align: middle;
}


strong{
	font-weight: bold;
}


caption{
	font-weight: bold;
	line-height: 1.8;
	color: #474747;
}


h1{
	padding: 0 10px 6px 0;
	font-size: 130%;
	font-weight: bold;
	color: #134E90;
	margin:0;	
}

h2{	width: 680px;
	margin: 0;
	padding:7px 0 7px 10px;
	background: #f5f5f5;
	clear: both;
}

h2 p {
	height: 10px;
	margin-left: 7px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: orange 7px solid;
}

.info_area h2{
	padding: 0;
}


h3{
	width: auto;
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:1.6;
	margin: 0 0 12px 0;
	padding:0 0 0 15px;
}


.normal_txt h3{
	color:#666;
	font-size:12px;
	font-weight:normal;
	}

.info_area h3{
	border-left:solid 7px #900;
    padding-left:10px;
	color: #A8121E;
	line-height: 1.4;
	margin: 0;
		
}

.info_area h3 span{
	padding: 0;
	font-size: 90%;
	font-weight: normal;
	color: #333;
}

h4 {
	width:auto;
	font-size:16px;
	color:#C30;
	font-weight:bold;
	padding-left:7px;
	border-bottom:1px dotted #ccc;
	line-height:1.6;
	margin: 35px 0 10px 0;}

h5 {
	width:auto;
	font-size:16px;
	color:#036;
	font-weight:bold;
	padding-left:5px;
	line-height:1.6;
	margin: 0;
	}

a:link {
	color: #366EB0;
	text-decoration: none;
}

a:active {
	color: #366EB0;
	text-decoration: none;
}

a:visited {
	color: #366EB0;
	text-decoration: none;
}

a:hover {
	color: #f66;
	text-decoration: underline;
}

a[href $='.pdf'] {
    background:url(img/pdf.gif) no-repeat;
    margin: 0;
    padding:0 0 0 25px;
    display:block;
}
a[href $='.pdf'] a {
    color:#0000FF;
}
a[href $='.pdf'] a:hover {
    color:#0000FF;
    text-decoration:underline;
}

.float{
	float:right;
	margin:10px;
	}
	
.float_l{
	float:left;
	margin-right:10px;
	}

.border {
	border-bottom:1px dotted #aaa;
	margin:7px 0;
	}

.triangle {
	background:url(img/triangle.gif) no-repeat;
	height:19px;
	text-align:center;
	margin:7px 0;
	}

.pdf_list ul{
	margin-top: 5px; 
	padding:0; 
	list-style: none;
}

.pdf_list li{
	display: inline; 
	padding: 2px 0 2px; 
	margin: 0; 
	float: left;
}

#menu li a{
display: block; 
border: 1px solid #666;
background-color: #ccc;
padding: 3px;
text-decoration: none;
color: #333;
width: 100px; 
margin: 1px;
text-align: center;
font-size: 14px;
}
#menu li a:hover{
background-color: #2d56be;
color: #fff;
}

/*-------------------グリッド---------------*/
	
.fl{
	float: left;
}

.fr{
	float: right;
}

.layout_c{
	text-align: center;
}

.layout_l{
	text-align: left;
}

.layout_r{
	text-align: right;
}


.grid_125{ width: 115px;padding: 5px;}
.grid_180{ width: 180px;padding: 5px;}
.grid_185{ width: 175px;padding: 5px;}
.grid_200{ width: 190px;padding: 5px;}
.grid_300{ width: 290px;padding: 5px;}
.grid_345{ width: 335px;padding: 5px;}
.grid_420{ width: 410px;padding: 5px;}
.grid_440{ width: 460px;padding-left: 10px;}
.grid_500{ width: 490px;padding: 5px;}


#main div.mr{
	margin-right: 10px;
}

#main div.mr20{
	margin-right: 20px;
}


.image_fix{
	display:block;
	float: left;
	margin: 0 18px 0 0;
	padding: 0; 
}

.image_fix2{
	display:block;
	float: left;
}


/******************************************headnavi******/

#headnavi{
	width: 100%;
	float: left;
	margin:0;
	padding-top: 10px;
	border-top: 2px solid #A8121E;
}

#headnavi_layout{
	width: 940px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	clear:both;
}

#head_navi{
	float: left;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	width:760px;
}

#head_navi li{
	float: left;
	padding: 0 12px 0 12px;
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
	background: url(img/bull_1.png) no-repeat left center;
	list-style: none;
}

#change_lang{
	float: right;
	height: 33px;
	margin: 2px 0 0 0;
	padding: 0 20px 0 0;
	background: #AA111D url(img/lan_2.png) no-repeat right bottom;
}

/*
#change_lang_core{

	height: 33px;
}
*/


#change_lang p{
	color: #fff;
	padding: 0 0 0 20px;
	background:  url(img/lan_1.png) no-repeat left bottom;
	line-height: 33px;
	vertical-align: middle;
	font-size: 14px;
	
}

#change_lang select{
	margin: 0;
	padding: 0;
	width: 160px;
	
}

#change_lang select option{
	margin: 0;
	padding: 0 10px;
}



/******************************************header******/

#header{
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0 auto;
	background: url(img/header_bg.png) repeat-x left top;
	overflow: hidden;	
}

#header_layout{
	width: 940px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	background: url(img/header.png) no-repeat left top;
	height: 90px;
}


#header h1#logo,
#header p#logo{
	float: left;
	padding:0;
	margin: 12px 0 0;
	display: block;
}


#header #head_info{
	width: 500px;
	float: right;
	padding: 0;
	margin: 12px 0 0;
}

#header #head_info p{
	text-align: right;
	color: #fff;
	line-height: 1.2;
	font-size: 14px;
}

#header #head_info p a{
	color: #fff;
	text-decoration:none;
	line-height: 1.2;
}

#header #head_info p a:hover{
	color: #F00;
	text-decoration:underline;
	line-height: 1.2;
}

/******************************************main******/

#main{
	width: 940px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

#main_content{
	width: 940px;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	overflow: hidden;
}

#content_top{
	margin: 0 auto 20px;
	padding: 0 auto;
	width: 940px;
	clear: both;
}

#headImage {
   width:940px;
   height:323px;
   overflow:hidden;
   position:relative;
   list-style:none;
}

#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}

#headImage li {
   position:absolute;
   background:#fff;
   margin:0;
   padding:0;
}

/******************************navi サイドメニュー***/

#navi_layout{
	float: left;
	width: 230px;
	text-align: left;
	margin: 0 0;
	clear: both;
}



#navi_layout .pack{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 24px;
	padding: 0 10px;
	clear:both;
	overflow: hidden;

}



#navi_layout h2{
	padding: 0;
}




#navi_layout ul#link_area{
	float:left;
	margin:0;
}

#navi_layout ul#link_area li{
	display: inline;
	list-style: none;
	padding: 0 0 0 10px;
	margin : 0;
}


#navi_layout p#contact_button{
	padding: 0 0 24px;
}




/******************************main 本文エリア**********/

.main_layout{
	float: left;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}


/*------main_layout幅---------------------------*/


.w695{
	width: 690px;
	float: left;
}


.w695 .layout{
	width: 690px;
	margin: 0;	
	display: block;
	float: left;
}





/*---------------layout--------------------------------*/

.main_layout .layout{
	clear: both;
	padding: 0;
	height: auto;
	overflow: hidden;
}





.main_layout .info_area .pack{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 16px;
	padding: 0 16px;
	clear:both;
	overflow: hidden;

}


.main_layout .layout .section{
	margin: 0;
	padding: 5px 0;
	width: 660px;
	float: left;
}

.main_layout .layout .linear{
	border-bottom: 1px dotted #ccc;
}


#page-top{
	clear:both;
	text-align: right;
	font-size: 80%;
}

/*---------------HOME向け--------------------------------*/




/*--リスト----------------------------------*/

ul,
dl{
	margin: 0;
}

ol li{
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
	color: #121923;
	}

ul li{
	line-height: 1.4;
	list-style-type:circle;
	font-size: 14px;
	font-weight: normal;
	color: #121923;

}

ul.v01{
	margin: 0;
	padding: 0;
}

ul.v01 li{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.v02{
	margin:1px;
	padding-top:10px;
}

ul.v02 li{
	list-style:none;
	margin: 0 0 2px 5px;
	padding: 3px 0 3px 0;
	line-height:1.4;		
	font-size:14px;
	display:block;
	border-bottom: 1px dotted #cccccc;
}

ul.v02 li:last-child {
	list-style: none;
	text-align: left;
	width: 198px;
	font-size: 14px;
	padding: 3px 0 3px 0;
	border-bottom: none;
}

ul.v02 li a {
	text-decoration: none;
}

.main_layout li a{
	line-height: 1.6;
}





/*--リスト_dl---------------------------------*/



dl.v01 dt{
	font-weight: bold;
	padding: 0 0 0 20px;
	font-size: 80%;
	color: #99483F;
	line-height: 1.6;
	background: url(img/icon_1.png) no-repeat left 3px;	
}


dl.v01 dd{
	padding: 0 0 0 0;
	margin: 0 0 16px;
	font-size: 80%;
	color: #474747;
	line-height: 1.6;
}


dl.v01 dd p{
	font-size: 100%;
}



/*--table要素--------------*/

.table011 {
  margin-top: 0.2em;
  margin-bottom: 1.5em;
  margin-left: 0;
  width: 660px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size:14px;
}

.table021 {
  margin-top: 0.2em;
  margin-bottom: 30px;
  margin-left: 0;
  width: 660px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size:14px;
}

.table031 {
  margin-top: 0.2em;
  margin-bottom: 30px;
  margin-left: 0;
  width: 660px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size:14px;
}

table011.table021.table031 caption {
  margin-top: 1em;
  text-align: right;
}
 
table.table011 th,
table.table011 td {
  padding: 5px 5px;
  line-height:1.5;
}

table.table021 th,
table.table021 td {
  padding: 5px 5px;
  line-height:1.5;
}

table.table031 th,
table.table031 td {
  padding: 5px 5px;
  line-height:1.5;
}

table.table011 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  text-align: left;
  background: #FFDAC8;
  font-size: 14px;
}

table.table011 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F6F6F6;
  text-align: left;
  font-size: 14px;
}

 
table.table021 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFDAC8;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
}

table.table021 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F6F6F6;
  font-size: 14px;
}

table.table031 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  text-align: right;
  font-size: 14px;
  font-weight:bold;
}

table.table031 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F6F6F6;
  text-align: left;
  font-size: 14px;
}

.main_layout table a:link,
.main_layout table a:visited{
	text-decoration: underline;
}


table tr{
	clear:both;
}

.table021 td ul li {
	list-style:none;
	margin-left:-10px;
	font-size:12px;
	}


/*---------table--------------------*/

table.v01{
	border: none;
	border-collapse: separate; 
	width: 430px;
	border-top: 1px solid #e9e9e9;	
}

table.v01 tr{
	border-bottom: 1px solid #e9e9e9;
	float:left;
	width: 430px;
}

table.v01 th{
	font-size: 80%;
	margin: 1px;
	padding: 6px 10px;
	line-height: 1.6;
	width: 180px;
	text-align: left;
	background: #F1E9CF;
	border: 2px solid #fff;
	color: #474747;
	font-weight: bold;	
}

table.v01 td{
	font-size: 80%;
	width: 80%;
	padding: 6px 10px;
	line-height: 1.6;
	background: #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #474747;
	
}

table.v02{
	border: none;
	border-collapse: collapse;
	margin: 0 0 55px;
	width: 284px;
}

table.v02 th{
	background:none;
	color: #474747;
	font-weight: bold;
	padding: 4px 10px;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
}


table.v02 td{
	color: #474747;
	padding: 4px 10px;	
	font-size: 80%;	
	line-height: 1.6;
	text-align: left;	
}


table.curriculm td {
	padding:5px;
}

/******************************************googlemap***/

#map_info iframe{
	margin: 30px 0 10px 0;
	border: 1px solid #fff;
}

#map_info p{
	width: 100%;
	padding-left: 8px; 
	text-align:left;
	color: #333;
	font-size: 80%;
}

#map_info p.googlemap{
	background: url(img/map_icon.png) no-repeat left center;	
	padding: 0 0 0 26px;
	margin: 0 0 28px;
}

#map_info p.googlemap a{
	color:#474747;
}

#gaiyou .gaiyou_info{
	margin: 72px 0 0 0;	

}




/************************************footer***フッター*****/

#footer{
	clear:both;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	background: url(img/foot_bg.png) repeat-x left top;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#footer_layout{	
	width: 100%;
	margin: 0 auto;	
	padding: 0 auto;
	text-align: center;
	background: #A9111E;
}


#footer p#copy{
	line-height:2.2;
	padding: 0;
	margin:0 auto;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	clear:both;
	width: 960px;
}

/********************************************追加分*****/

#list{
	text-align:  left;
	margin: 0 0 15px 15px;
}

#list li {
    display: inline-block;
    font-size: 12px;
}
 
#list li + li:before {
    margin: 0 5px;
    content: ">";
}

.block {
	width: 675px;
	height: 100%;
	padding:0 0 20px 10px;
}

.block_1 {
	float: left;
	height: 100%;
	display: block;
}

.block_2 {
	float: right;
	height: 100%;
	display: block;
}

.block ul li{
	font-size:14px;
	list-style:inside;
	padding-left:10px;
	margin-left:10px;
	
}

.left_column {
	width: 690px;
	text-align: left;
	float: left;
}

hr {
height: 1px;
background-color: #ccc;
border: none;
color: #ccc;
margin-bottom: 20px;
}

#container {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#right_column {
	float: right;
	width: 230px;
	text-align: left;
	margin: 0 0 0 0;
}

.h2_box {
	margin: 0 auto 10px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	font-size:14px;
	display:block;
}

.h3_box {
	margin: 0 auto 10px;
	padding: 0 10px 5px 5px;
	border: 1px solid #e6e6e6;
	text-align: left;
	font-size:14px;
	display:block;
}

ul.course_list {
	text-align: left;
}

ul.course_list li {
	background: #ebfafd;
	list-style: none;
	text-align: left;
	width: 198px;
	font-size: 14px;
	padding: 3px 0 3px 10px;
	border-bottom: 1px dotted #cccccc;
	display:block;
}

ul.course_list li:last-child {
	background: #ebfafd;
	list-style: none;
	text-align: left;
	width: 198px;
	font-size: 14px;
	padding: 3px 0 3px 10px;
	border-bottom: none;
}

ul.course_list li a {
	text-decoration: none;
}

ul.course_list03 {
	text-align: left;
}

ul.course_list03 li {
	background: #FDF9C4;
	list-style: none;
	text-align: left;
	width: 198px;
	font-size: 14px;
	padding: 3px 0 3px 10px;
	border-bottom: 1px dotted #cccccc;
	display:block;
}

ul.course_list03 li:last-child {
	background: #FDF9C4;
	list-style: none;
	text-align: left;
	width: 198px;
	font-size: 14px;
	padding: 3px 0 3px 10px;
	border-bottom: none;
}

ul.course_list03 li a {
	text-decoration: none;
}

ul.course_list04 {
	text-align: left;
}

ul.course_list04 li {
	background: #FFEAEA;
	list-style: none;
	text-align: left;
	width: 198px;
	font-size: 14px;
	padding: 3px 0 3px 10px;
	border-bottom: 1px dotted #cccccc;
	display:block;
}

ul.course_list04 li:last-child {
	background: #FFEAEA;
	list-style: none;
	text-align: left;
	width: 198px;
	font-size: 14px;
	padding: 3px 0 3px 10px;
	margin-bottom:10px;
	border-bottom: none;
}

ul.course_list04 li a {
	text-decoration: none;
}

#right_column ul#link_area{
	float: right;
	margin:0;
	padding:0;
}

#right_column ul#link_area li{
	display: inline;
	list-style: none;
	margin : 0;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	margin-top:30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 15px;
	background: url(img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 15px;
	background: url(img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0x;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666¥9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

