div#newsbox{
  overflow-y: scroll;
  height: 134px;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 5px;
}

h3.news_title{
  margin: 0;
  border: 0;
  background-color: #501A32;
  color: #fff;
  padding:10px;
}
h3.news_title a {
  display: inline;
  vertical-align: middle;
  margin-top: 5px;
  font-size: 50%;
  border: 1px solid;
  border-radius: 3px;
  padding: 3px;
  color: #fff;
  margin-left: 5px;
}
h3.news_title a:hover{
  background-color: #fff;
  color: #501A32;
  text-decoration: none;
}
div.contact_attention{
  font-size: 80%;
  line-height: 1.1;
  margin-top: 10px;
  background-color: #f2f2f2;
  padding: 5px;
}
@media screen and (min-width:768px){
  div#newsbox{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  h3.news_title{
    display: inline-block;
    float: left;
    padding: 46px 10px;
  }
  h3.news_title a {
    display: block;
    margin-left: 0;
  }
  div.th {
    padding-right: 20px;
    border: none;
  }
  #newsbox .tr .th,.td{
    display: table-cell;
  }
}
#newsbox .tr {
  display: table;
  line-height:1.4;
  margin-bottom: 5px;
}
div#newsbox .th{
  display: block;
}
span.new{
  display: inline-block;
  background-color: #501A32;
  padding: 1px 3px;
  color: #fff;
  margin-right: 3px;
}
div.topunder_menu h3{
  font-size: 140%;
  margin-top: 0px;
}
/*トップページの背景用画像*/
div.pagebody{
  background: url(../images/crossword.png);
}
@media screen and (max-width:768px){
  div#sns_widget {
    display: none;
  }
}
div#sns_widget{
  margin-top: 20px;
  margin-bottom: 20px;
}
div#sns_widget div, div iframe{
  text-align: center;
}
div.fb-page,
div.fb-page iframe[style],
div.fb-page span {
    width: 100% !important;
}
