#main_bnr a:hover {
  opacity: 0.8;
}

.attention {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #FC9;
  background-color: #FFC;
  text-align: center;
}
.attention2 {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #FC9;
  background-color: #FFC;
  text-align: center;
}

#news {
  margin: 40px 0;
  padding: 15px 30px 0 30px;
  display: block;
  border-width: 1px;
  border-style:solid;
  border-color: #CCC;
}
#news .news-title {
  color: #666;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #CCC;
}
#news li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #CCC;
}
#news .info_more {
  text-align: right;
  font-size: 80%;
}

#home_fb {
  overflow: hidden;
}
#home_fb .fb-page {
  float: left;
  margin-bottom: 20px;
}
#home_fb .sns_link {
  float: right;
  width: 245px;
}
#home_fb .sns_link p {
  font-weight: bold;
  color: #666
}
.sns-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sns-box-list li {
  background-color: #fff;
  border: 1px solid #282828;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
.sns-box-list li a {
  display: flex;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  color: #282828;
}
.sns-box-list li a:hover {
  background-color: #EEE;
}
.sns-box-list li .sns-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.sns-box-list li span {
  font-size: 14px;
  line-height: 1.2;
}

.clear{
	clear:both;
}