﻿div.designpost {
    font-size: 12px;
    line-height: 150%;
    color: black;
    text-align: center;
    padding: 10px;

    border: 1px solid #dd7983;
    letter-spacing: 3px;
    background-image: url(img/top_banner.jpg);
    width: 490px;
    height: 100px;
}
div.designpost2 {
    font-size: 12px;
    line-height: 150%;
    color: black;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #dd7983;
    letter-spacing: 3px;
    background-image: url(img/top_banner2.jpg);
    width: 490px;
    height: 100px;
}

p#logo_h1 {
    margin-left: 10px;
}

h1.sub_title {
    margin-left: 0px;
}


#school h1.sub_title {
    margin: 26px 0 36px 6px;
    text-align: left;
}

.courseBlock {
  width: 530px;
  border: 4px double #e6e0da;
  border-radius: 4px;
  padding: 4px;
  text-align: left;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.courseBlock .courseHeader {
  display: block;

}
.courseBlock .courseHeader h3 {
    color: #38241b;
    padding: 8px 0 4px 14px;
    height: 52px;
    background-color: #fceed5;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.courseBlock .courseHeader ul {
  float: right;
  width: 50%;
  height: 90px;
  text-align: right;
  background-color: #fceed5;
}
#school span {
    padding: 0px;
    color: #ff0080;
}
.courseBlock .courseHeader p {
    background-color: #fff;
    border-radius: 10px;
    margin-right: 14px;
    padding: 4px 6px 2px 6px;
    font-size: 14px;
    border: 1px solid;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 8px;
}
.courseBlock .courseContents {
  padding: 0 0 10px 10px;
  background-color: #f5f3f0;
}
.courseBlock .courseContents h4 {
  text-align: center;
  background-color: #fff3f5;
  margin-top: 4px;
  color: #f8415c;
  font-size: 14px;
  padding: 6px 4px 4px 2px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.courseBlock .courseContents h5 {
  text-align: left;
  font-size: 15px;
  color: #a08081;
}
.courseBlock .courseContents p {
  font-size: 12px;
  color: #3f4040;
  line-height: 1.7;
}

.clear {
  clear: both !important;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clear {
  zoom: 1;
}

/* IE7 */


#school span.subtitle {
    font-size: 12px;
    color: #a08081;
    padding-left: 10px;
}
#school p.subtitle {
    margin-bottom: 20px;
}