@charset "UTF-8";

.info_area {
	width: 100%;
	background: #fff;
}
.info_inner {
	width: 960px;
	min-width: 960px;
	min-height:700px;
	margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.info_inner {
	width: 95%;
	min-width: 95%;
}
}


/*==========================================
 お知らせ一覧
===========================================*/
.info_list ul li{
  position: relative;
  color: #000;
	font-size: 14px;
	border-bottom: 2px dotted #000;
	padding: 15px 0;
}
.info_list ul li .info_date {
	color:#00523a;
  margin-right: 50px;
}

/*NEWマーク*/
.info_list .new{
  display: inline-block;
  width: 70px;
	color: #fff;
  text-align: center;
  background: #8b2109;
	padding: 5px 0;
  margin-right: 50px;
}

/*詳細ボタン*/
.btn_for_infodetail {
  position: absolute;
  top:15px;
  right: 0;
  display: block;
  width: 100px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  background: #00523a;
  margin-left: auto;
}
/*IE*/
@media all and (-ms-high-contrast:none) {
.btn_for_infodetail {
padding-top:5px;
}
}
@media screen and (min-width: 0px) and (max-width:768px) {
.info_list ul li .info_title {
  display: block;
  padding: 10px 0 5px 0;
}
/*NEWマーク*/
.info_list .new{
  margin-right: 2%;
}
/*詳細ボタン*/
.btn_for_infodetail {
  position: static;
  display: block;
}
}


/*==========================================
 お知らせ詳細
===========================================*/
.info_detail_title h3{
  color: #000;
	font-size: 14px;
  text-align: left;
	border-bottom: 2px dotted #000;
	padding: 15px 0;
}
.info_detail_title h3 .info_date {
	color:#00523a;
  margin-right: 50px;
}
.info_detail_main {
  width: 100%;
  font-size: 14px;
  margin-top: 40px;
}
/*NEWマーク*/
.info_detail_title .new{
  display: inline-block;
  width: 70px;
	color: #fff;
  text-align: center;
  background: #8b2109;
	padding: 5px 0;
  margin-right: 50px;
}

/*一覧へ戻るボタン（上部）*/
.btn_for_infolist {
  display: block;
  width: 200px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  background: #00523a;
  margin-left: auto;
}
/*一覧へ戻るボタン（下部）*/
.btn_for_infolist.bottom {
  display: block;
  width: 200px;
  color: #00523a;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  border: 1px solid #00523a;
  background: #f8fbff;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
.btn_for_infolist.bottom:hover {
  color: #fff;
  border: 1px solid #00523a;
  background: #00523a;
}
}

@media screen and (min-width: 0px) and (max-width:768px) {
.info_detail_title h3 .info_title {
  display: block;
  padding: 10px 0 5px 0;
}
/*NEWマーク*/
.info_detail_title .new{
  margin-right: 2%;
}
/*一覧へ戻るボタン*/
.btn_for_infolist,
.btn_for_infolist.bottom {
  font-size: 14px;
}

}


