h1 {
	font-size: 170%;
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 50px;
    border-radius: 50px;
	background-image: url("../images/icon.png");
    background-repeat: no-repeat;
	background-position:left 10px bottom 13px;
	background-color: #CEF0F9;
	}

.contentBody h2 {
    font-size: 150%;
    position: relative;
    padding: .45em 1em .45em 1.5em;
    border-bottom: 1px solid #00BEDF;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contentBody h2::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #00BEDF;
    border-radius: 4px;
}

.contentBody h3 {
  margin: 2em 0 1em;
  padding: 10px 10px 10px 35px;
  color: #00BEDF;
  font-size: 130%;
  background-image: url("../images/h3.png");
  background-repeat: no-repeat;
  background-position:left 3px bottom 9px;
}


.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 5px;
}
.contentBody ol {
  list-style: decimal;
  padding-left: 2em;
}
.contentBody ul {
  list-style: disc;
  padding-left: 2em;
}
.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: 3px 5px;
  border: 1px solid #ccc;
}
.contentBody table[border] th {
  font-weight: bold;
  background-color: #CEF0F9;
  text-align: center;
}


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

.red{
  color: red;
}



@media screen and (max-width: 768px) {
}
@media screen and (max-width: 639px) {}
@media screen and (max-width: 480px) {

h1 {
	font-size: 135%;
    letter-spacing: 1px;
    margin-top: 1px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 38px;
    border-radius: 50px;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-position: left 7px bottom 5px;
    background-color: #CEF0F9;
    background-size: 30px auto;
}

.contentBody h2 {
	display: block;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px;
    list-style-type: none;
    margin-top: 15px;
    margin-left: 0px;
    padding-left: 22px;
    padding-top: 6px;
    line-height: 150%;
    letter-spacing: 1.1px;
    padding-bottom: 5px;
	}

.contentBody h3 {
	margin: 10px 0px 5px 0px;
    padding: 10px 10px 10px 26px;
    color: #00BEDF;
    font-size: 110%;
    background-image: url("../images/h3.png");
    background-repeat: no-repeat;
    background-position: left 3px bottom 11px;
    background-size: 20px auto;
}


}
