@charset "utf-8";
/* CSS Document */
#one_column.index {
	width: 1180px;

}
#intro {
	text-align: center;
}
#intro h2 {
	padding-top: 20px;
	padding-bottom: 25px;
}
#info:not(:target){
	filter: none;
}
#news {
	width: 726px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 3px solid #3DACCF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(corp/common/PIE.htc);
}
#news h3 {
	font-size: 125%;
	font-weight: bold;
	color: #3DACCF;
}

#news ul {
	list-style-type: none;
}
#news ul li {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#news ul li span {
	color: #09C;
	padding-right: 1em;
}
#news .scroll-pane {
	overflow: auto;
	max-height: 142px;
}
@media print {
  #news .scroll-pane{
    overflow: hidden !important
  }


    .jspPane{
      overflow: hidden;
      height: 142px;
    }

}
#news .scroll-pane .jspVerticalBar {
	width: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(corp/common/PIE.htc);
}
#news .scroll-pane .jspTrack{
	background-color: #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(corp/common/PIE.htc);
}
#news .scroll-pane .jspDrag{
	background-color: #09C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(corp/common/PIE.htc);
}
#information {
	clear: both;
	padding-top: 40px;
}
#information ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#information .large-item li {
 flex:0 0 1160px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}
#information img {
	max-width: 100%;
	height: auto;
}
#information ul li {
	background-color: #FFF;
	flex:0 0 22%;
	height: 345px;
	margin-top: 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #cdc5bb 0px 0px 6px;
	-moz-box-shadow: #cdc5bb 0px 0px 6px;
	box-shadow: #cdc5bb 0px 0px 6px;
	behavior: url(corp/common/PIE.htc);
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}
#information ul li h3 {
	font-size: 125%;
	font-weight: bold;
	color: #3DACCF;
	padding-top: 10px;
	padding-bottom: 4px;
}
#information ul li .link_btn {
	text-align: center;
	bottom: 10px;
	left: 15%;
	width: 70%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}
#information ul li .text_area .link_btn {
	text-align: center;
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
    left: 320px;
    width: 290px;
}

.img_area,.text_area{
	float: left;
}
.text_area{
	float: left;
	width: 42%;

	margin: 0 20px;
}
.banner-area {
	float: right;

}
#top_banner {
	clear: both;
	padding-top: 40px;
}
#top_banner ul {
	list-style-type: none;
  text-align: center;
}
#top_banner li {
  display: inline-block;
  margin: 0 4px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}