@charset "utf-8";

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

	styleInfo：style.css(top)
		└　top

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

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

/* /----------/ estate /----------/ */
.estate {
	width:300px;
	list-style-type:none;
	margin:0 auto 25px auto;
	}
	.estate li {}

/* /----------/ 各お知らせ /----------/ */
.reportBox {
	width:300px;
	margin:0 auto 25px auto;
	}
	.reportBox .reportList {
		width:300px;
		list-style-type:none;
		margin:0 auto;
		}
		.reportBox .reportList li {
			padding:5px 0;
			border-bottom:solid 1px #cfcfcf;
			}
			.reportBox .reportList li a {
				color:#121212;
				text-decoration:none !important;
				}
				.reportBox .reportList li a p {
					text-decoration:underline !important;
					}
				.reportBox .reportList li a span {
					color:#d7411a;
					font-size:10px;
					text-decoration:none !important;
					}

/*Youtube*/
.youtube {
  position: relative;
  width: calc(100% - 20px);
  padding-top: 56.25%;
  margin:0 auto 25px;	
  box-sizing: border-box;
  display: block;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}