@charset "utf-8";
/* CSS Document */
/* 動画 */
div.moviebox {
	width:90%;
	height:50vw;
	margin: 30px auto 0 auto;
	background: #e6e6e6;
	box-sizing: border-box;
}
	div.moviebox p {
		font-size:14px;
		font-weight: bold;
		line-height:20px;
		font-family: 游明朝,"Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		margin: 0 auto;
		box-sizing: border-box;
		padding:20px;
	}

	div.moviebox div.movieimg {
		width:100%;
		height:100%;
		line-height: 45vw;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	div.moviebox iframe {
		width:100%;
		height:100%;
	}
iframe.movie01 {
	display: block;
	width:90%;
	height:50vw;
	margin: 30px auto 0 auto;
}
a.tirashi02 {
	display: block;
	width:90%;
	height:65vw;
	background: url(../images/price/tirashi_2024a.jpg) no-repeat,#323639;
	background-size: 95% auto;
	background-position: center center;
	margin: 20px auto 0 auto;
}
a.downthirashi {
	display: block;
	width:90%;
	height:45px;
	line-height: 45px;
	margin: 20px auto 0 auto;
	text-decoration: none;
	color: #fff;
	background: #0075BE;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}
/* お知らせ */
div.title01 {
	width:90%;
	height:15px;
	margin: 30px auto 0 auto;
	background: url(../images/index/title01.png) no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
div.newslistbox {
	width:90%;
	margin: 30px auto 0 auto;
}
	div.newslistbox p.nodata {
		font-size: 12px;
	}
	div.newslistbox a {
		display: block;
		line-height: 20px;
		border-bottom: #ccc 1px solid;
		text-decoration: none;
		color: #333;
		padding-bottom: 5px;
	}
		div.newslistbox a span { 
			display: block;
			line-height: 20px;
			font-size: 14px;
		}
		div.newslistbox a span.date {font-size: 12px;}
		div.newslistbox a span.title {
			height:20px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			box-sizing: border-box;
		}
		div.newslistbox a span.more {
			text-align: right;
			color: #00588F;
			font-size: 12px;
		}
/* 施工事例 */
div.title02 {
	width:90%;
	height:15px;
	margin: 30px auto 0 auto;
	background: url(../images/index/title02.png) no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
div.jireilistbox {
	width:90%;
	margin: 30px auto 0 auto;
}
	div.jireilistbox a {
		display: block;
		width:100%;
		height:50vw;
		position: relative;
		margin-bottom: 20px;
	}
		div.jireilistbox a div.imgbox {
			width:100%;
			height:100%;
			box-sizing: border-box;
			padding: 10px;
		}
			div.jireilistbox a div.imgbox div.waku {
				width:100%;
				height:100%;
				box-sizing: border-box;
				border: #fff 1px solid;
			}
			div.jireilistbox a div.imgbox p.cate {
				width:120px;
				height:30px;
				position: absolute;
				top:0;
				left:0;
				line-height: 30px;
				text-align: center;
				text-decoration: none;
				background: #0075BE;
				color: #fff;
				font-size: 12px;
				letter-spacing: 1px;
			}
/* バナー */
div.linkbox {
	width:90%;
	margin: 0 auto;
}
	div.linkbox a {
		display: block;
		width:100%;
		height:60vw;
	}
	div.linkbox a.price {
		background: url(../images/index/banner_price.jpg) no-repeat;
		background-size: 100% 100%;
	}
	div.linkbox a.self {
		background: url(../images/index/banner_self.jpg) no-repeat;
		background-size: 100% 100%;
		margin: 20px auto 0 auto;
	}