/*body部分*/

body a{
    text-decoration: none;
    text-align: center;
}

.main{
    width: 700px;
    margin: 0 auto;
}

.top{
   text-align: center;
   margin-top: 20px;
}

/*イベントの各項目部分*/
.event{
    padding: 0;
    width: 95%;
    margin: 40px 0 60px 0;
    text-align: left;
}

.event_title{
    position: relative;
    padding: .75em 0 .75em 1em;
}

.event_title::after{
    position: absolute;
    top: .5em;
    left: .1em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #66A630;
    border-radius: 4px;
}

.event_img img{
    width: 100%;
    float: center;
    height: auto;
    border-radius: 7px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

.event_text{
    float: center;
    font-size: 95%;
}

span.deco2{
    font-weight: bold;
    font-size: 110%;
    color: #66A630;
}

hr.hr01{
    height:2px;
    border:0;
    background:linear-gradient(left, #f5f5f5, #999, #f5f5f5);
    background:-webkit-linear-gradient(left, #f5f5f5, #999, #f5f5f5);
    background:-moz-linear-gradient(left, #f5f5f5, #999, #f5f5f5);
}

/*過去の速報サイトの部分*/

.archive{
    text-align: center;
    margin: 30px 0 30px 0;
}

span.deco1{
    background: linear-gradient(transparent 80%, #66A630 80%);
    font-weight:bold;
    font-size: 200%;
}

button {
  border-top: 0;
  cursor: pointer;
}

.turquoise {
  margin-right: 10px;
  width: 100px;
  background: #7dca3b;
  border-bottom: #66A630 3px solid;
  border-left: #66A630 1px solid;
  border-right: #66A630 1px solid;
  border-radius: 6px;
  text-align: center;
  color: white;
  padding: 10px;
  float: left;
  font-size: 24px;
  font-weight: 800;
}

.turquoise:hover {
  opacity: 0.8;
}

.turquoise:active {
  width: 100px;
  background: #7dca3b;
  border-bottom: #66A630 1px solid;
  border-left: #66A630 1px solid;
  border-right: #66A630 1px solid;
  border-radius: 6px;
  text-align: center;
  color: white;
  padding: 10px;
  margin-top: 3px;
  float: left;
}

.box01{
   text-align: center;
   padding-bottom: 60px;
   margin: 70px 0 60px 0;
}

