.contentHeader {
	padding: 0;
	margin-bottom: 30px;
}


.contentTitle {
	border-bottom: 3px solid #5ea887;
	padding:0px 0px 10px 0px;
}




.contentTitle h1 {
	width: 100%;

	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	text-align: center;


}

.contentDescription{

	}

.contentHeader .date{
	margin-top: -12px;
	padding: 0 10px 0 0;
	color: #ccc;
	text-align: right;
}

.contentBody {
	padding: 0;
}

.contentBody a {
    color: #5ea887;
}

.contentBody h2 {
	margin: 40px 0px 30px 0px;
    padding: 0 15px;
    border-left: 12px solid #5ea887;
    font-size: 160%;
    line-height: 160%;
}

.contentBody h3 {
	font-size: 110%;
	line-height: 110%;
	padding:4px 0px;
	margin: 15px 0;

}
.contentBody h3:before {
	color: #5ea887;
	content: "■ "
}
.contentBody h4 {
	padding:5px 0px 5px 0px;

	color: #5ea887;
}


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


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


.contentBody ul {
  list-style: disc;
  padding-left: 2em;
    margin: 1em 5px;
}
.contentBody ul a{

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



.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}



.contentBody ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 35px 35px 15px 35px;
    background: #f7f7f7;
}

.contentBody ol li {
    position: relative;
    line-height: 180%;
    padding: 0.5em 0.5em 0.5em 40px;
	margin-bottom: 15px;
}


.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #5ea887;
    color: white;
    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%);
}


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





.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{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #f7f7f7;
}


.contentBody table th{
	color: #5ea887;
}


.contentBody table th,.contentBody table td{
  padding: 22px 10px;
  line-height: 180%;
}

.contentBody table tr:nth-child(odd){
  background-color: #e4f1eb;
}



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

.red{
  color: red;
}


@media (max-width: 768px) {


.contentBody table th, .contentBody table td {
    padding: 22px;
	text-align: left;
}

}


@media (max-width: 470px) {

.contentBody table th {
    width: 100px!important;
}
	
.contentBody ol {
    padding: 15px 15px 5px 15px;
}

}
