@charset "utf-8";

/* ========================================================================================================================/

	styleInfo：style.css(top)
		└　top

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	1-1 top
/------------------------------------------------------------------------------------------------------------------------ */

/* /----------/ estate /----------/ */
.estate {
	width:100%;
	list-style-type:none;
	padding-top: 15px;
	}
	.estate li {
		float:left;
		}

/* /----------/ 各お知らせ /----------/ */
.subject {
	display:block;
	position:relative;
	width:674px;
	height:33px;
	margin-bottom:10px;
	}
	.subject a {
		position:absolute;
		bottom:15px;
		right:0;
		}
.reportList {
	list-style-type:none;
	}
	.reportList li {
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:solid 1px #cfcfcf;
		}
	.reportList li span {
		color:#d7411a;
		padding-right:1em;
		}
	.reportList li a {
		color:#121212;
		}



/*Youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 22px; /*123+20*/
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}