﻿@charset "UTF-8";

/* sec01 */
@media screen and (min-width: 769px){
  .newsList{
    max-width: 1020px;
    margin: 35px auto 0;
    padding: 0 10px;
  }
  .newsList>li{
    margin-bottom: 35px;
  }
  .newsList>li>.date{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7;
  }
  .newsList>li>.title{
    font-size: 15px;
    line-height: 1.7;
  }
  .newsList>li>.title>a{
    color: #000;
    text-decoration: underline;
  }
  .img01{
    margin: 30px 0 40px;
    padding: 0 20px;
    text-align: center;
  }
  .img01>img{
    max-width: 100%;
  }


}
@media screen and (max-width: 768px){
  .newsList{
    margin: 35px 20px 0;
  }
  .newsList>li{
    margin-bottom: 35px;
  }
  .newsList>li>.date{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7;
  }
  .newsList>li>.title{
    font-size: 15px;
    line-height: 1.7;
  }
  .newsList>li>.title>a{
    color: #000;
    text-decoration: underline;
  }
   .img01>img{
    width: 100%;
    height: auto;
  }

}


/* btn home */
#main .btnHome>a{
  background-color: #e3e3e3;
}