body {
  margin:0px;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", MS PGothic,"sans-serif";
  font-size: 18px;
  color: 222;
  background-color: #fff;
}

img {
  border: none;
  vertical-align: bottom;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#wrapper {
  width: 1080px;
  margin: 0 auto;
}
#header {
  width: 100%;
  height: 0px;
  /* background: url(img/title.jpg) 30px 0px no-repeat; */
}

#b_top {
  width: 100%;
  height: 700px;
  background: url(img/graph_img.jpg) 0px 0px no-repeat;
}

h2 {
  position: absolute;
  height: 50px;
  width: 500px;
  margin: 5px 0px 0px 0px;
  padding: 9px 0px 0px 30px;
  word-break: keep-all;
  color: #fff;
  background: #666;
  font-size: 30px;
  font-weight: normal;
  border-radius: 28px 0px 0px 28px; /* 左側の角を丸く */
}
h2:before {
  content: '●';
  color: white;
  margin-right: 18px;
}
h2:after {
  position: absolute;
  top: 0;
  right: -55px;
  width: 0;
  height: 0;
  content: '';
  border-width: 59px 55px 0 0;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}
h2 span {
  font-size: 20px;
  font-weight: normal;
  padding: 3px 0px 0px 20px;
  color: #fff;
}

#intro {
  padding: 40px 20px 10px 40px;
}
#intro div {
  margin: 95px 20px 10px 20px;
}
#intro p {
  margin-top: 17px;
  line-height: 33px;
}

#intro h3 {
  background: #F9cfd0;
  box-shadow: 0px 0px 3px 3px #F9cfd0;
  border: dashed 2px #ffecef;
  border-radius: 2px; /* 四隅の丸み */
  padding: 7px 15px 3px 45px;
  color: #e05555;
  position: relative;
  font-size: 20px;
}
#intro h3:before{
    background: #d48789;/* 左上四角部分の色 */
    top: 0;/* 左上四角部分の位置 */
    left: 0.5em;/* 左上四角部分の位置 */
    height: 12px;/* 左上四角の大きさ */
    width: 12px;/* 左上四角の大きさ */
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
}
#intro h3:after{
    background:#d26466;/* 左下四角部分の色 */
    top: 0.8em;/* 左下四角部分の位置 */
    left: 0.2em;/* 左下四角部分の位置 */
    height: 8px;/* 左下四角の大きさ */
    width: 8px;/* 左下四角の大きさ */
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: "";
}

#prof {
  padding: 30px 20px 20px 40px;
}
#prof table {
  background: #FFF;
  border-collapse: collapse;
  width: 800px;
  color: #333;
  font-size: 14px;
  margin: 80px 0 0 20px;
}
#prof table th {
  background: #f2f2f2;
  text-align: left;
  font-weight: normal;
  padding: 15px 0 15px 24px;
  width: 157px;
  border: 1px solid #333;
}
#prof table td {
  border: 1px solid #333;
  padding: 15px 0 15px 24px;
}

#prof2 {
  padding: 20px 20px 30px 40px;
}
#prof2 dl {
  margin: 80px 20px 0 20px;
}
#prof2 dt {
  font-weight: bold;
}
#prof2 dd {
  margin: 10px 0;
}

#genre {
  letter-spacing: -.40em;
  text-align: center;
  padding-bottom: 40px;
}
#genre li {
  letter-spacing: normal;
  display: inline-block;
  text-align: left;
  height: 221px;
  background: #FFF;
  margin: 0 6px;
}
#genre table th {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  background: #4e738d;
}
#genre table td {
  vertical-align: top;
  padding: 15px 0 0 13px;
  font-size: 14px;
  line-height: 25px;
}
