@charset "utf-8";

.menu-after {
  background:url("/school/bunkyo/common/img/global_menu.png") no-repeat -449px -51px;
}

.main-contents {
  position:relative;
  width:876px;
  padding: 0 42px 42px 42px;
  background: #fff;
  overflow: visible;
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
}

.main-contents > h1 {
  margin: 0 -42px;
}

.main-contents > section > h1 {
  margin: 50px 0 30px 0;
}

.main-contents > section p {
  padding: 0 0 0 15px;
}

.section-01 > div {
  padding: 0 322px 0 0;
  min-height: 280px;
  height: auto !important;
  height: 280px;
  background: url("/school/bunkyo/afterschool/img/pic_02.jpg") no-repeat right top;
}

.section-01 > div > .attention {
  padding: 12px 0 0 15px;
  font-size: 13px;
}


.section-02 > .attention {
  padding: 12px 0 0 15px;
}

.section-02 > .attention + .attention {
  padding: 0 0 22px 15px;
}




.bg-green {
  background: #e4efda;
}

.color {
  position: relative;
  padding: 42px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.color > div > section {
  position: relative;
  min-height: 121px;
  height: auto !important;
  height: 121px;
  padding: 21px 30px 17px;
  margin: 0 0 42px 0;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
}

.color > .d-bottom {
  padding-bottom: 0;
}

.color > .d-bottom > section {
  margin: 0;
}

.bg-green > div > section > h1 {
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.35em;
  border-bottom: solid 2px #eadfc4;
}

.content {
  margin: 0 0 8px 0;
}

.content > dt {
  position:relative;
  padding: 3px 11px 2px 11px;
  padding: 6px 11px 5px 11px\9;
  color: #83522b;
  background: #eae2ce;
  font-weight: bold;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.content > dd {
  padding: 6px 0 5px 0;
  line-height:1.58em;
  border-bottom: solid 1px #eadfc4;
}