﻿section h1
 {
    background-color: #e25f5f;
    margin: 2px 8px;
    padding: 30px 20px;
    color: #FFF;
    position: relative;
    font-size:16px;
    line-height:1.5;
}
 

section h1:before
 {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 20px;
  height: 20px;
  margin-top: -23px;
  background: #FFF;
}
 
section h1:after
 {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 40px;
  width: 20px;
  height: 20px;
  margin-top: -27px;
  background: #e25f5f;
}
 
section h1.active:before
 {
  margin-top: -2px;
}
 
section h1.active:after
 {
  margin-top: 3px;
}
 
section li
 {
    border-bottom: solid 1px #e25f5f;
    margin:0 20px 5px 20px;
}
 


section li table {
  line-height:1.5;
  color: #333330;
  font-size:250%;
  }



h2
 {
    background-color: #e25f5f;
    margin: 1px;
    padding: 30px;
    color: #FFF;
    position: relative;
    font-size:20px;
    line-height:1.5;
text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.4),
1px 1px 1px rgba(255, 255, 255, 0.5);

}

h3
 {
    background-color: #ffeddd;
    margin: 1px;
    padding: 10px 20px;
    color: #ff7901;
    position: relative;
    font-size:16px;
    line-height:1.5;
text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.4),
1px 1px 1px rgba(255, 255, 255, 0.5);

}


h4
 {
background-image: -webkit-gradient(
	linear,
	right bottom,
	right top,
	color-stop(0, #2D1002),
	color-stop(1, #782A06)
);
background-image: -o-linear-gradient(top, #2D1002 0%, #782A06 100%);
background-image: -moz-linear-gradient(top, #2D1002 0%, #782A06 100%);
background-image: -webkit-linear-gradient(top, #2D1002 0%, #782A06 100%);
background-image: -ms-linear-gradient(top, #2D1002 0%, #782A06 100%);
background-image: linear-gradient(to top, #2D1002 0%, #782A06 100%);
    margin: 1px;
    padding: 30px;
    color: #ffffff;
    position: relative;
    font-size:20px;
    line-height:1.5;
    font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
text-shadow:
-1px -1px 1px rgba(0, 0, 0, 0.4),
1px 1px 1px rgba(255, 255, 255, 0.5);

}