body{
  font-size: 100%;
}
.contentBody h2 {
	margin: 0px;
	padding: 15px;
	padding-left: 35px;
	font-size: 160%;
		background-image: url("../images/h2.png");
	background-position: 15px center;
	background-repeat: no-repeat;

	
}
.contentBody h3 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 135%;
	background-color: #C2EEAD;
	border-bottom: 1px solid #58AC2D;
	  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.contentBody h4 {
	margin: 0px;
	padding: 10px;
	color: #367818;
	font-size: 135%;
	border: 1px solid #58AC2D;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.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 {
  width: 100%;
  font-size: 100%;
  margin-bottom: 20px;
  }
.contentBody table th{
			background-color:#eee;
padding:10px;
font-size:100%;
	}
.contentBody table td {
padding:10px;
font-size:100%;
	}

.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
  border: 1px solid #ccc;
}
.contentBody table[border] th {
  font-weight: normal;
}

.contentBody dt.ruby,
.contentBody dd.ruby{
  display: none;
}

#scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 20;
    padding: 20px;
}
@media screen and (max-width: 768px) {
	.contentBody h2 {
	margin: 0px;
	padding: 15px;
	padding-left: 35px;
	font-size: 115%;
		line-height:115%;
	background-image: url("../images/h2.png");
	background-position: 15px center;
	background-repeat: no-repeat;

	
}
.contentBody h3 {
	margin: 0px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 115%;
	line-height:115%;
	background-color: #C2EEAD;
	border-bottom: 1px solid #58AC2D;
	  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.contentBody h4 {
	margin: 0px;
	padding: 10px;
	color: #367818;
	font-size: 115%;
	border: 1px solid #58AC2D;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#scrollTop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    padding: 20px;
}
label{
	display:none;
	}
}
/* Color Definition
================================================== */

.red{
  color: red;
}

