.contentTitle {
    padding: 1px 10px;
    margin-bottom: 30px;
    background-image: url(../images/bg-h1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: center;
    font-size: 140%;
}


.contentTitle h1 {
	padding: 0 0 20px 0;
	font-size: 150%;
	color: #00dfff;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 135%;
}

.contentDescription{
	display: none;	
	}

.contentHeader .date{
	    text-align: right;
    margin-top: -40px;
    padding: 0 0 20px 0;
    font-size: 60%;
}







.contentBody h2 {
    margin: 40px 0 15px 0;
    padding: 16px 0 16px 40px;
    background-image: url(../images/bg-h2.png);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 135%;
    font-weight: bold;
    color: #745b2e;
	    line-height: 130%;
}
.contentBody h3 {
margin: 50px 0 20px 0;
    padding: 3px 0 2px 30px;
    background-image: url(../images/bg-h3.png);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 120%;
    /* font-weight: lighter; */
    color: #745b2e;
}



.contentBody h4{
	font-size: 120%;
    color: #00a5bc;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 2px solid #cce5e9;
	
}


.contentBody p {
    margin: 1em 0;
    line-height: 200%;
    font-size: 110%;
}

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



.contentBody ol {
  list-style: decimal;
  padding-left: 1em;
}
.contentBody ul {
  list-style: disc;
      padding-left: 0;
    margin: 8px;
}
.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.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 #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 8px;
  border: 1px solid #ccc;
	    width: auto!important;
	height: auto!important
}
.contentBody table[border] th {
  font-weight: normal;
}

.contentBody table[border]{
	width: 100%!important;
	height: auto!important;
}

.contentBody tr{
	width: auto!important;
	height: auto!important;
}

.contentBody li {
    padding: 5px 0 5px 25px;
    background-image: url(../images/bg-link-l.png);
    background-repeat: no-repeat;
    background-position: 6px 13px;
    background-size: 13px;
	    list-style: none;
}


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

.red{
  color: red;
}

.style1{
	font-size: 150%;
}


.style2 {
    display: block;
    color: #745b2e;
    background-color: #fff;
    font-weight: bold;
	padding: 10px 20px;
	background-image: url(../images/bg-link-l.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
	border: 2px #00dfff solid;
	width: 100%;
	-webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	font-size: 110%;
}

.style2 a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	display: block;
}


.style2:hover {
    color: #00dfff;
    background-color: #dbfbff;
	background-image: url(../images/bg-link-l.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
	-webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}



@media (max-width: 768px) {


.contentTitle {
	padding: 20px 10px 0 15px;
	margin-bottom: 30px;
	background-image: url("../images/bg-h1.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}


.contentTitle h1 {
	padding: 0 0 20px 0;
	font-size: 130%;
	color: #00dfff;
	margin-bottom: 20px;
}

.contentDescription{
	display: none;	
	}

.contentHeader .date{
}

.contentBody h2 {
}
.contentBody h3 {
}




}


@media (max-width: 600px) {
.contentBody .alignRight, .contentBody .alignLeft {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 2.666em;
}
	
}


@media (max-width: 480px) {
	
.contentTitle h1 {
    padding: 0 0 32px 0;
    font-size: 105%;
}
}
