@charset "UTF-8";
/* CSS Document */

/*タイトルエリア*/
.sw-mainPanel {
  margin-top: 0;
}

.sw-mainPanel p {
  text-indent: 1em;
}

.gree-Head_Title {
  padding: 30px 10px 10px;
  /*padding: 0 30px;*/
  font-size: 0.7em;
  background: url(../img/line.jpg) bottom no-repeat;
}

.gree-Head_Title .right,
.gree-Head_Title .right img {
  text-align: center;
}

.gree-Head_Title #bottom {
  padding-bottom: 20px;
}

@media screen and (min-width:768px) {
  .gree-Head_Title {
    width: 660px;
  }
  .gree-Head_Title #top {
    padding-bottom: 30px;
  }
  .gree-Head_Title .left {
    float: left;
    width: 380px;
  }
  .gree-Head_Title .right,
  .gree-Head_Title .right img {
    float: right;
    width: 250px;
  }
}

/*本文*/
.sw-mainPanel #article {
  width: 90%;
  margin: 20px auto;
}

.sw-mainPanel #article h4 {
  margin: 40px 0 20px 0;
}