@charset "utf-8";
/* CSS Document */
/* フッターメニュー */
div#footerbox div.center div.fmenubox a:nth-of-type(1) {
	border-bottom: #929292 3px solid;
}
/* 動画 */
div.moviebox {
	width:800px;
	height:228px;
	margin: 30px auto 0 auto;
	background: url(../images/index/movieimg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
	div.moviebox p {
		width:450px;
		height:200px;
		position: absolute;
		top:30px;
		left:20px;
		font-size:16px;
		font-weight: bold;
		line-height:23px;
		font-family: 游明朝,"Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	div.moviebox div.movieimg {
		width:350px;
		height:200px;
		line-height: 200px;
		text-align: center;
		background: #ccc;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
		position: absolute;
		top:15px;
		left:15px;
	}
	div.moviebox iframe {
		width:350px;
		height:200px;
		position: absolute;
		top:15px;
		left:15px;
	}
iframe.movie01 {
	display: block;
	width:800px;
	height:500px;
	margin: 30px auto 0 auto;
}
a.tirashi02 {
	display: block;
	width:800px;
	height:580px;
	background: url(../images/price/tirashi_2024a.jpg) no-repeat,#323639;
	background-size: 95% auto;
	background-position: center center;
	margin: 40px auto 0 auto;
}
a.downthirashi {
	display: block;
	width:400px;
	height:45px;
	line-height: 45px;
	margin: 40px auto 0 auto;
	text-decoration: none;
	color: #fff;
	background: #0075BE;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}
/* お知らせ */
div.title01 {
	width:800px;
	height:17px;
	margin: 50px auto 0 auto;
	background: url(../images/index/title01.png) no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
div.newslistbox {
	width:800px;
	margin: 30px auto 0 auto;
}
	div.newslistbox p.nodata {
		font-size: 14px;
	}
	div.newslistbox a {
		display: block;
		height:70px;
		line-height: 70px;
		border-bottom: #ccc 1px solid;
		text-decoration: none;
		color: #333;
		position: relative;
	}
		div.newslistbox a span { 
			display: inline-block;
			height:70px;
			line-height: 70px;
			font-size: 14px;
		}
		div.newslistbox a span.date {
			position: absolute;
			top:0;
			left:0;
		}
		div.newslistbox a span.title {
			width:100%;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			box-sizing: border-box;
			padding: 0 140px 0 90px;
		}
		div.newslistbox a span.more {
			width:90px;
			position: absolute;
			top:0;
			right:0;
			color: #00588F;
		}
/* 施工事例 */
div.title02 {
	width:800px;
	height:17px;
	margin: 50px auto 0 auto;
	background: url(../images/index/title02.png) no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
div.jireilistbox {
	width:800px;
	height:160px;
	margin: 30px auto 0 auto;
}
	div.jireilistbox a {
		display: block;
		width:250px;
		height:160px;
		position: relative;
		float: left;
		margin-left: 25px;
	}
	div.jireilistbox a:nth-of-type(1) { margin-left: 0;}
	div.jireilistbox a:hover { opacity: 1; }
		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: none;
			}
			div.jireilistbox a:hover div.imgbox div.waku { 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:800px;
	height:260px;
	margin: 30px auto 0 auto;	
}
	div.linkbox a {
		display: block;
		width:386px;
		height:260px;
	}
	div.linkbox a.price {
		background: url(../images/index/banner_price.jpg) no-repeat;
		background-size: 100% 100%;
		float: left;
	}
	div.linkbox a.self {
		background: url(../images/index/banner_self.jpg) no-repeat;
		background-size: 100% 100%;
		float: right;
	}