.breadCrumb {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url(../img/hatch.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 15px;
}

.breadCrumb ul {
  height: 14px;
}
.breadCrumb ul:after {
  display: block;
  content: "";
  clear: both;
}
.breadCrumb li {
  float: left;
  font-size: 12px;
  line-height: 1;
  color: #000068;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: 15px;
  padding-left: 20px;
  background: url(../img/breadCrumb-marker.png) no-repeat left center;
}
.breadCrumb li a {
/*  color: inherit;*/
}
.breadCrumb li.home {
  padding-left: 0;
  background-image: none;
}
.breadCrumb li.home a {
  padding-left: 24px;
  background: url(../img/breadCrumb-home.png) no-repeat left center;
}

.subColumn {
  width: 200px;
  margin-right: 50px;
  float: left;
}

.mainColumn {
  width: 710px;
  float: right;
}

#main:after {
  display: block;
  content: "";
  clear: both;
}

.subColumn .logo {
  text-align: center;
  margin-bottom: 50px;
}

.subColumn .subNav {
  border-top: 1px solid #b2b2d1;
  margin-bottom: 50px;
}
.subColumn .subNav li {
/*  height: 39px;
  line-height: 39px;*/
  vertical-align: middle;
  border-bottom: 1px solid #b2b2d1;
}
.subColumn .subNav li.current {
  background-color: #e8e8f1;
}
.subColumn .subNav li a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 28px;
  background-image: url(../img/arrows/19/circle-arrow_navy.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.subColumn .banners li {
  margin-bottom: 10px;
}


.mainColumn h2 {
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  font-weight: normal;
  color: #010101;
  border-left: 10px solid #a8a8cb;
  padding-left: 16px;
  margin-bottom: 30px;
}

.mainColumn h3 {
  font-size: 24px;
  font-weight: bold;
  color: #010101;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 3px solid #000068;
}
.mainColumn .h3Wrapper {
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
}
.mainColumn .h3Wrapper h3 {
  min-width: 136px;
  padding-right: 60px;
  margin-right: 60px;
  float:left;
  position: relative;
  bottom: -1px;
}
.mainColumn .h3Wrapper:after {
  display: block;
  content: "";
  clear: both;
}

.mainColumn h4 {
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 18px;
}

.mainColumn h5 {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 5px;
}

.mainColumn p {
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}

.mainColumn ul.circle {
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 12px;
}

.mainColumn ul.circle li {
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  background-image: url(../img/list-marker.png);
  background-repeat: no-repeat;
  background-position: left 3px;
}

.mainColumn .visual {
  border: 1px solid #bbbbbb;
  padding: 4px;
}

.mainColumn ul.anchors {
  padding-top: 20px;
  padding-bottom: 23px;
  background-image: url(../img/shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.mainColumn ul.anchors:after {
  display: block;
  content: "";
  clear: both;
}
.mainColumn .anchors li {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}
.mainColumn .anchors a {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding-top: 2px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.mainColumn .anchors.top a {
  background-image: url(../img/arrows/anchor-down.png);
}
.mainColumn .anchors.bottom a {
  background-image: url(../img/arrows/anchor-up.png);
}

.mainColumn table.zebra, .mainColumn table.bison {
  border-collapse: collapse;
/*  border-collapse: separate;
  border-spacing: 3px 1px;*/
  margin-top: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.mainColumn table.zebra tr, .mainColumn table.bison tr {
  border-bottom: 1px solid #ffffff;
}
.mainColumn table.zebra th, .mainColumn table.bison th {
  width: 154px;
  text-align: right;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-right: 18px;
}
.mainColumn table.zebra td, .mainColumn table.bison td {
  border-left: 3px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 10px;
}
.mainColumn table.zebra th,
.mainColumn table.zebra td {
  background-color: #f5f5f5;
}
.mainColumn table.zebra tr:nth-child(2n) th, 
.mainColumn table.zebra tr:nth-child(2n) td {
  background-color: #ececec;
}
.mainColumn table.bison th {
  background-color: #ececec;
}
.mainColumn table.bison td {
  background-color: #f5f5f5;
}

.mainColumn table p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.mainColumn .goTop {
  text-align: right;
}
.mainColumn .goTop a {
  padding-left: 20px;
  background: url(../img/arrows/anchor-up.png) no-repeat left center;
}

.mainColumn .contactBox {
  margin-top: 100px;
  background: url(../img/contact/border.png) repeat;
  padding: 6px;
}
.mainColumn .contactBox .inner {
  padding: 15px 0;
  background-color: #ffffff;
  position: relative;
}
.mainColumn .contactBox .human {
  position: absolute;
  bottom: 0px;
  left: -6px;
}
.mainColumn .contactBox .tel {
  margin-left: 175px;
}
.mainColumn .contactBox .tel .icon {
  float: left;
  padding-top: 1px;
  margin-right: 9px;
}
.mainColumn .contactBox .tel .number {
  float: left;
}
.mainColumn .contactBox .tel .text {
/*  float: left;*/
  margin-left: 335px;
}
.mainColumn .contactBox .tel .text p {
  font-size: 12px;
  line-height: 1.5;
  font-family: arial, sans-serif;
  color: #000000;
}
.mainColumn .contactBox .tel:after {
  display: block;
  content: "";
  clear: both;
}
.mainColumn .contactBox ul {
  margin-left: 165px;
  margin-top: 10px;
}
.mainColumn .contactBox li {
  float: left;
  width: 240px;
  margin-left: 10px;
}
.mainColumn .contactBox li a {
  display: block;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 12px;
}
.mainColumn .contactBox li.inquiry a {
  background-color: #b9606a;
  background-image: url(../img/inquiry.png);
  background-position: 21px center;
  padding-left: 52px;
}
.mainColumn .contactBox li.request a {
  background-color: #b9606a;
  background-image: url(../img/document.png);
  background-position: 35px center;
  padding-left: 66px;
}
.mainColumn .contactBox li.faq a {
  background-color: #71a2be;
  background-image: url(../img/contact/question.png);
  background-position: 30px center;
  padding-left: 49px;
}
.mainColumn .contactBox .inner:after {
  display: block;
  content: "";
  clear: both;
}

.mainColumn .article .visual {
  float: left;
}
.mainColumn .article .visual.small + .text {
  margin-left: 170px;
}
.mainColumn .article .visual.medium + .text {
  margin-left: 310px;
}
.mainColumn .article .visual.large + .text {
  margin-left: 375px;
}
.mainColumn .article:after {
  display: block;
  content: "";
  clear: both;
}


.multilingualLinks li {
  float: left;
  margin-right: 20px;
}
.multilingualLinks:after {
  display: block;
  content: "";
  clear: left;
}
.multilingualLinks li a:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  float: left;
}
.multilingualLinks li.ja a:before {
  background-image: url(../img/flags/19/ja.png);
}
.multilingualLinks li.en a:before {
  width: 41px;
  background-image: url(../img/flags/19/en.png);
}

.pdfDownload {
}
.pdfDownload a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  background-color: #b2171d;
  background-image: url(../img/pdf.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
}
.pdfDownload a:after {
  content: url(../img/arrows/download.png);
  position: absolute;
  top: 10px;
  right: 10px;
}
.wordDownload a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  background-color: #3d7dbe;
  background-image: url(../img/word.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
}
.wordDownload a:after {
  content: url(../img/arrows/download.png);
  position: absolute;
  top: 10px;
  right: 10px;
}

div.tagged {
  background: url(../img/check.png) repeat;
  padding: 2px;
  position: relative;
  margin-top: 25px;
}
div.tagged .inner {
  background-color: #ffffff;
  padding: 30px 20px 25px;
}
div.tagged h4 {
  margin: 0;
  padding: 8px 10px;
  background-color: #73b960;
  border-radius: 2px;
  color: #ffffff;
  position: absolute;
  top: -25px;
  left: 10px;
  font-size: 16px;
  line-height: 1;
  height: 16px;
}
div.tagged h4:after {
  display: block;
  content: "";
  width: 0px;
  margin: 8px auto 0;
  border-top: 12px solid #73b960;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
}
div.tagged p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-weight: bold;
}

.visualHeader {
  position: relative;
}

.visualHeader .h3Wrapper {
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-repeat: repeat;
  background-image: url(../img/mesh.png);
}
.visualHeader .h3Wrapper h3 {
  margin: 0 15px;
  padding-right: 0px;
  border: none;
  float: none;
  position: static;
}
.visualHeader h3 {
  font-size: 20px;
  line-height: 1;
  padding: 10px 0 7px;
  color: #ffffff;
  font-weight: normal;
  background-image: url(../img/arrows/26/circle-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.visualHeader a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

dl.notice dt {
  width: 95px;
  float: left;
  clear: left;
  background-image: url(../img/marker.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 14px;
  line-height: 1;
  padding-top: 2px;
}
dl.notice dd {
  margin-left: 105px;
/*  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 5px;*/
  margin-bottom: 15px;
}
dl.notice dd h5 {
  font-size: 14px;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 2px;
}
dl.notice dd.new h5:after {
  display: inline;
  content: "New!";
  color: #ff0000;
}

.captioned {
  position: relative;
}
.captioned .caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #ffffff;
  background-image: url(../img/mesh.png);
  background-repeat: repeat;
}
.captioned .visual {
  border: none;
  padding: 0px;
}
.captioned .caption a {
  display: block;
  color: #ffffff;
  padding-right: 35px;
  background-image:url(../img/arrows/26/circle-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.comment {
  background: url(../img/check.png) repeat;
  padding: 2px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.comment .inner {
  background-color: #ffffff;
  padding: 4px 20px 1px;
}
.comment p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

a.previous-posts {
  display: block;
  float: left;
  margin-top: 10px;
  padding-top: 2px;
  padding-left: 20px;
  background-image:url(../img/arrows/anchor-left.png);
  background-repeat: no-repeat;
  background-position: left center;
}
a.next-posts {
  display: block;
  float: right;
  margin-top: 10px;
  padding-top: 2px;
  padding-right: 20px;
  background-image:url(../img/arrows/anchor.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.youtube-embed {
	position: relative;
	padding-top: 56.25%;
}

.youtube-embed iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767px) {
.breadCrumb {
	display:none;
}

.subColumn {
  margin-right: 0;
  width: auto;
  float: none;
}

.mainColumn {
  width: auto;
  float: none;
  padding:10px;
}
	.mainColumn img {
		width:100%;
		height:auto;
		/*max-width:400px;*/
	}
	.mainColumn .main img {
		max-width:100%;
	}
#main:after {
  display: block;
  content: "";
  clear: both;
}

.subColumn .logo,
.subColumn .banners {
	display:none;
}

.subColumn .subNav {
  border-top: 1px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 0px;
/*	display:none;*/
}
.subColumn .subNav li {
  border-bottom: 1px solid #CCCCCC;
}
.subColumn .subNav li.current,
.subColumn .subNav li:hover {
  background-color: #e5e5e5;
  color:#666666;
}
.subColumn .subNav li.current,
.subColumn .subNav li.current:hover {
  background-color: #c6c6c6;
}
.subColumn .subNav li a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 0;
  padding: 10px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  color:#666666;
}
.subColumn .subNav li a:hover {
  color:#666666 !important;
}


.mainColumn h2 {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  color: #010101;
  border-left: 5px solid #a8a8cb;
  padding-left: 5px;
  margin-bottom: 30px;
}

.mainColumn h3 {
  font-size: 16px;
  font-weight: bold;
  color: #010101;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 3px solid #000068;
}
.mainColumn .h3Wrapper {
  margin-top: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
}
.mainColumn .h3Wrapper h3 {
  min-width: 136px;
  padding-right: 60px;
  margin-right: 60px;
  float:left;
  position: relative;
  bottom: -1px;
}
.mainColumn .h3Wrapper:after {
  display: block;
  content: "";
  clear: both;
}

.mainColumn h4 {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 18px;
}

.mainColumn h5 {
  font-size: 12px;
  line-height: 1;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 5px;
}

.mainColumn p {
  font-size: 12px;
  line-height: 20px;
  color: #444444;
}

.mainColumn ul.circle {
  font-size: 12px;
  color: #000000;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 12px;
}

.mainColumn ul.circle li {
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  background-image: url(../img/list-marker.png);
  background-repeat: no-repeat;
  background-position: left 3px;
}

.mainColumn .visual {
  border: 1px solid #bbbbbb;
  padding: 4px;
}

.mainColumn ul.anchors {
  padding-top: 20px;
  padding-bottom: 23px;
  background-image: url(../img/shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.mainColumn ul.anchors:after {
  display: block;
  content: "";
  clear: both;
}
.mainColumn .anchors li {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}
.mainColumn .anchors a {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding-top: 2px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.mainColumn .anchors.top a {
  background-image: url(../img/arrows/anchor-down.png);
}
.mainColumn .anchors.bottom a {
  background-image: url(../img/arrows/anchor-up.png);
}

.mainColumn table.zebra, .mainColumn table.bison {
  border-collapse: collapse;
/*  border-collapse: separate;
  border-spacing: 3px 1px;*/
  margin-top: 25px;
  font-size: 11px;
  line-height: 20px;
  color: #666666;
}
.mainColumn table.zebra tr, .mainColumn table.bison tr {
  border-bottom: 1px solid #ffffff;
}
.mainColumn table.zebra th, .mainColumn table.bison th {
  width: 30%;
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-right: 5px;
}
.mainColumn table.zebra td, .mainColumn table.bison td {
  border-left: 3px solid #ffffff;
  padding: 5px;
}
.mainColumn table.zebra th,
.mainColumn table.zebra td {
  background-color: #f5f5f5;
}
.mainColumn table.zebra tr:nth-child(2n) th, 
.mainColumn table.zebra tr:nth-child(2n) td {
  background-color: #ececec;
}
.mainColumn table.bison th {
  background-color: #ececec;
}
.mainColumn table.bison td {
  background-color: #f5f5f5;
}

.mainColumn table p {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

.mainColumn .goTop {
  text-align: right;
}
.mainColumn .goTop a {
  padding-left: 20px;
  background: url(../img/arrows/anchor-up.png) no-repeat left center;
}

.mainColumn .contactBox {
  margin-top: 60px;
}
	.mainColumn .contactBox .inner {
	  padding: 15px;
	}
	.mainColumn .contactBox .human {
		display:none;
	}
	.mainColumn .contactBox .tel {
	  margin-left: 0;
	}
	.mainColumn .contactBox .tel .icon {
		margin-bottom:5px;
	}
	.mainColumn .contactBox .tel .number {
	  float: left;
		margin-bottom:5px;
	}
	.mainColumn .contactBox .tel .number img {
		width:100%;
		height:auto;
		max-width:270px;
	}
	.mainColumn .contactBox .tel .text {
		clear:both;
	  margin-left: 0;
	}
	.mainColumn .contactBox .tel .text p br {
		display:none;
	}
	.mainColumn .contactBox ul {
	  margin-left: 0;
	  margin-top: 10px;
	}
	.mainColumn .contactBox li {
		width:30%;
	  float:left;
	}
		/*.flexbox .mainColumn .contactBox ul {
		  display: -moz-flex;
		  display: -webkit-flex;
		  display: -webkit-box;
		  display: -ms-flex;
		  display: -ms-flexbox;
		  display: flex;
		  justify-content: -webkit-space-between;
		  justify-content: -moz-space-between;
		  justify-content: -ms-space-between;
		  -webkit-box-pack: justify;
		  -moz-box-pack: justify;
		  box-pack: justify;
		  -ms-flex-pack: justify;
		  flex-pack: justify;
		  justify-content: space-between;
		}*/
		.flexbox .mainColumn .contactBox li {
            width: 100%;
            margin:0 0 5px 0;
		  text-align:left;
		  float:none;
		}
	.mainColumn .contactBox li a {
	  display: block;
	  font-size: 12px;
	  width:auto;
	  margin:0 auto;
	  padding:10px 5px 10px 40px;
	}
	.mainColumn .contactBox li.inquiry a {
	  background-position: 10px center;
        padding-left: 45px;
	}
	.mainColumn .contactBox li.request a,
    .mainColumn .contactBox li.faq a {
	  background-position: 15px center;
        padding-left: 45px;
	}
	.mainColumn .contactBox .inner:after {
	  display: block;
	  content: "";
	  clear: both;
	}

	.mainColumn .article .visual {
	  float: none;
	  margin-bottom:10px;
	}
.mainColumn .article .visual.small + .text {
  margin-left: 170px;
}
.mainColumn .article .visual.medium + .text {
  margin-left: 310px;
}
	.mainColumn .article .visual.large + .text {
	  margin-left: 0;
	}
.mainColumn .article:after {
  display: block;
  content: "";
  clear: both;
}


.multilingualLinks li {
  float: left;
  margin-right: 20px;
}
.multilingualLinks:after {
  display: block;
  content: "";
  clear: left;
}
.multilingualLinks li a:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  float: left;
}
.multilingualLinks li.ja a:before {
  background-image: url(../img/flags/19/ja.png);
}
.multilingualLinks li.en a:before {
  width: 41px;
  background-image: url(../img/flags/19/en.png);
}

.pdfDownload {
}
.pdfDownload a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  background-color: #b2171d;
  background-image: url(../img/pdf.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
}
.pdfDownload a:after {
  content: url(../img/arrows/download.png);
  position: absolute;
  top: 10px;
  right: 10px;
}
.wordDownload a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  background-color: #3d7dbe;
  background-image: url(../img/word.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
}
.wordDownload a:after {
  content: url(../img/arrows/download.png);
  position: absolute;
  top: 10px;
  right: 10px;
}

	div.tagged {
	  margin-top: 55px;
	}
div.tagged .inner {
  background-color: #ffffff;
  padding: 30px 20px 25px;
}
div.tagged h4 {
  margin: 0;
  padding: 8px 10px;
  background-color: #73b960;
  border-radius: 2px;
  color: #ffffff;
  position: absolute;
  top: -25px;
  left: 10px;
  font-size: 16px;
  line-height: 1;
  height: 16px;
}
div.tagged h4:after {
  display: block;
  content: "";
  width: 0px;
  margin: 8px auto 0;
  border-top: 12px solid #73b960;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
}
	div.tagged p {
	  font-size: 14px;
	}

.visualHeader {
  position: relative;
}

.visualHeader img {
	width:100%;
	height:auto;
}

.visualHeader .h3Wrapper {
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-repeat: repeat;
  background-image: url(../img/mesh.png);
}
.visualHeader .h3Wrapper h3 {
  margin: 0 15px;
  padding-right: 0px;
  border: none;
  float: none;
  position: static;
}
.visualHeader h3 {
  font-size:15px;
  line-height: 1;
  padding: 6px 0 5px;
  color: #ffffff;
  font-weight: normal;
  background-image: url(../img/arrows/26/circle-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.visualHeader a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

	dl.notice dt {
	  float: none;
	  font-size: 14px;
	  margin-bottom:5px;
	  background:none;
	}
	dl.notice dd {
	  margin-left: 0px;
	/*  font-size: 13px;
	  padding-top: 7px;
	  padding-bottom: 5px;*/
	  margin-bottom: 15px;
	  background-image: url(../img/marker.png);
	  background-repeat: no-repeat;
	  background-position: 2px 5px;
	  padding-left:15px;
	}
dl.notice dd h5 {
  font-size: 14px;
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 2px;
}
dl.notice dd.new h5:after {
  display: inline;
  content: "New!";
  color: #ff0000;
}

.captioned {
  position: relative;
}
	.captioned .caption {
	  position: absolute;
	  width: 100%;
	  color: #ffffff;
	  background-image: url(../img/mesh.png);
	  background-repeat: repeat;
	}
.captioned .visual {
  border: none;
  padding: 0px;
}
.captioned .caption a {
  display: block;
  color: #ffffff;
  padding-right: 35px;
  background-image:url(../img/arrows/26/circle-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

}

.numberedList {
  font-size: 14px;
  line-height: 20px;
  color: #444444;
	list-style: decimal outside none;
	padding-left: 1.5em;
}
