.contentHeader {
	padding: 0;
	margin: 40px 0;
}


.contentTitle {
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50px;
	padding-top: 60px;
}




.contentTitle h1 {
    width: 100%;
    font-size: 200%;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/h1_bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 50px;
    padding-bottom: 25px;
}

.contentDescription{

	}

.contentHeader .date{
	margin-top: 5px;
	padding: 0 10px 0 0;
	color: #ff5b2e;
	text-align: right;
	padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #603814;
}

.contentBody {
	padding: 0 5px;
}

.contentBody img {
    margin: 10px 0;
}

.contentBody img.attached_icon {
    max-width: 30px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.contentBody h2 {
    font-size: 190%;
    line-height: 120%;
    /* color: #fff; */
    border-left: 15px solid #fe5c2e;
    /* border: 2px dashed #fff; */
    background-color: #f1f1f1;
    /* box-shadow: 0px 0px 0px 6px #ffdb6f; */
    padding: 20px;
    margin: 40px 0;
}



.contentBody h3 {
    padding: 10px;
    border-bottom: 3px dashed #ff5b2e;
    font-size: 150%;
    margin: 40px 0;
    /* color: #fff; */
    letter-spacing: 1px;
}
.contentBody h4 {
    padding: 7px 2px;
    color: #ff5b2e;
    font-size: 140%;
}


.contentBody p {
  margin: 1em 0 1em 0px;
}



.contentBody ol,
.contentBody ul {
  margin: 1em 0 1em;
}



.contentBody ol {
	counter-reset: number;
	 list-style: decimal;
	 margin: 1em;
}

.contentBody ol li {
	position: relative;
	 line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 40px;
	list-style-type: none;
	margin: 1em 0;
}


.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #ff5b2e;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contentBody ol li ol li {
	 list-style: decimal;
	padding: 0.5em 0.5em 0.5em 10px;
}

.contentBody ol li ol li:before {
	 display: none;
}




.contentBody ul {
    margin-bottom: 1em;
    text-indent: 0;
	margin-left: 1em;
}

.contentBody ul li {
    padding-left: .925em;
    line-height: 1.8;
    text-indent: -.925em;
    margin: 15px 0;
}

.contentBody ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 4px;
    margin-right: 10px;
    background: #f7c11e;
    border-radius: 4px;
    vertical-align: middle;
}

.contentBody ul a{

}
.contentBody ul a:hover{
	text-decoration: underline;
}



.contentBody li ul {
	 margin: 1em 20px 1em 30px;
}
.contentBody li li ul {
  list-style: square;
}


.leaflet-container {
    background: #fff!important;
}

img#image1 {
	margin: 0;
}












.sitemap-list {
    border-left: 1px dotted #f67f27;
}



.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}
.contentBody table {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: top;
  font-size: 100%;
}
.contentBody table[border] {
  border: 1px solid #c7b399;
}

.contentBody table[border] p{
  margin: 10px 0;
}

.contentBody table[border] th,
.contentBody table[border] td {
  border: 1px solid #c7b399;
  padding: 10px;
}
.contentBody table[border] th {
/*  font-weight: normal; */
	background-color: #eee;
}
.contentBodyWrapper table {
  width: 100%;
}
.contentBodyWrapper table th,
.contentBodyWrapper table td {
  vertical-align: middle;
  font-size: 100%;
	padding:20px;
}
.contentBodyWrapper table[border] {
    border: 1px solid #c7b399;
    line-height: 140%;
}
.contentBodyWrapper table[border] th,
.contentBodyWrapper table[border] td {

  border: 1px solid #c7b399;
}
.contentBodyWrapper table[border] th {
/*  font-weight: normal; */
	background-color: #fff6c8;
}

/* Color Definition
================================================== */

.red{
  color: red;
}



.style1{
	

	font-size: 190%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom:20px;
	display: inline-block;
}
.style2 {
    color: #fe5c2e;
    font-size: 115%;
    line-height: 160%;
}

.style2 a{
	color: #fff;

}
.style3 {
    font-size: 140%;
    margin: 3% 0;
    font-weight: bold;
    display: block;
    padding: 20px;
    text-decoration: none;
    background: #603814;
    color: #FFF;
    box-shadow: 0px 0px 0px 5px #603814;
    border: dashed 2px #FFF;
}


.style3 a{
	color: #fff;
	text-decoration: none;
}

.style3 a:hover {
	color: #f7c11e;
}


.style4{
	line-height: 150%;
    background-color: #3da8a5;
    color: #fff;
    padding: 20px;
    font-size: 140%;
    display: inline-block;
    margin-top: 20px;
    /* width: 470px; */
    text-align: center;
    margin: 20px auto 0px auto;


}

.style5{
	font-size: 160%;
	line-height: 150%;
}





.waku{
    margin:2em 0;
    position: relative;
    padding: 5%;
    border-top: solid 2px #fe5c2e;
    border-bottom: solid 2px #fe5c2e;
}
.waku:before, .waku:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fe5c2e;
}
.waku:before {left: 10px;}
.waku:after {right: 10px;}
.waku p {
    margin: 0; 
    padding: 0;
}






@media (max-width: 768px) {


.style1{

	font-size: 150%;
	line-height: 150%;
	margin-bottom:20px;
}

.style2{
}


.style3{
	padding:10px;
	font-size: 100%;
	display: block;
	width:100%;
	margin:15px 0;
}

.style4{
	padding:10px;
	font-size: 100%;
	display: block;
	width:100%;
	margin:15px 0;
}



.contentBody .wrap-base p {

    margin: 0 0 0 0;

}


.contentBodyWrapper table th,
.contentBodyWrapper table td {
	padding:5px;
}
	
	


}


@media (max-width: 767px) {
	
.contentBody h2 {
    font-size: 160%;
    line-height: 120%;
    border-left: 15px solid #fe5c2e;
    padding: 10px;
    margin: 25px 0;
}
	
.contentBody h3 {
    padding: 10px 2px;
    font-size: 130%;
    margin: 25px 0;
}
	
.contentBody .alignLeft,.contentBody .alignRight {
	width: 50%;
}
	

	
}


@media (max-width: 650px) {
	
.waku {
    padding: 4% 8% 8% 8%;
}
	
	
.waku table td{
	display: block;
}
	
	
}


@media (max-width: 500px) {
	
.contentBody h3 {
    border-bottom: 3px dotted #ff5b2e;
}
	
.contentBody h4 {
    padding: 7px 0;
}
	
.contentBody img {
    display: block;
    float: none;
    width: 100%;
    margin: 2em 0;
}
	
.contentBody img.attached_icon {
    max-width: 22px;
    display: inline-block;
    margin: 0 7px 0 0;
}
	
.contentBody .alignRight,.contentBody .alignLeft {
    display: block;
    float: none;
    width: 100%;
    margin: 2em 0;
}
	
.contentBody table[border] ul {
    margin-bottom: 0;
    text-indent: 0;
    margin-left: 0;
}
	
.contentBody table img {
    margin: 0;
}
	
table.block td{
	display: block;
	width: 100%!important;
	}
	
table.block td img{
	width: 100%!important;
	}
	
	
}


@media (max-width: 450px) {
	
.contentTitle h1 {
    font-size: 150%;
    line-height: 140%;
}
	
.waku {
    padding: 0% 12% 8% 12%;
    font-size: 80%;
}
	
.contentListWrapper .pagelist-item .title {
    font-size: 120%;
}
	
}
@media (max-width: 850px) {

.contentBody iframe{
	width: 100%!important;
	height: 400px!important;
}
}

@media (max-width: 450px) {

.contentBody iframe{
	width: 100%!important;
	height: 200px!important;
}
}
