﻿@charset "utf-8";

/*　お知らせ欄　*/
h1 {
  background-image: url(../top-photo/flag.gif);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 5px 9px;
  border-bottom: dotted 2px gray;
  padding: 5px 0 5px 35px;
  font-size: 20px;
  margin-top: 0;
}

.main {
  border: solid 3px #ffb86c;
  padding: 20px 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .main {
    margin-right: 5px;
    margin-left: 5px;
  }
}


/* リストスタイル */

.oshirase li{
  padding-left: 35px;
  margin-bottom: 10px;
  background-image: url(../top-photo/news.gif);
  background-repeat: no-repeat;
  background-position: 8px 2px;
  background-size: 18px 18px;
}


/*　ごあいさつ　*/

h2 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  border-top: solid 3px #ffb86c;
  border-bottom: dotted 1px gray;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  margin: 30px 0 0 0;
  background-color: #ffe9de;
  background-image: url(../top-photo/line1.png);
  background-repeat: no-repeat;
  background-position: 15px 12px;
  background-size: 8px 25px;
}

.aisatu {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .aisatu {
    padding: 20px 15px;
  }
}


/*　スライドショー　*/

#slide{
  position: relative;
}

#slide img{
  position: absolute;
  left: 0;
  top: 0;
}
