@charset "utf-8";
/* CSS Document */
/* トップイメージ */
div#mainContents a#topimgbox {
	display: block;
	width:100%;
	height:34.52vw;
	background: url(../images/index/topimg.jpg) no-repeat;
	background-size: 100% 100%;
}
/* 各ページリンク */
div#mainContents div.linkbox {
	width:100%;
	height:18.2vw;
}
	div#mainContents div.linkbox a {
		display: block;
		width:50%;
		height:100%;
		float: left;
	}
	div#mainContents div.linkbox a.company {
		background: url(../images/index/company.jpg) no-repeat;
		background-size: 100% 100%;
	}
	div#mainContents div.linkbox a.service {
		background: url(../images/index/service.jpg) no-repeat;
		background-size: 100% 100%;
	}
/* 商品紹介 */ 
div#mainContents div.productbox_pc {
	width:100%;
	box-sizing: border-box;
	padding: 20px 0 35px 0;
	background: url(../images/index/productbg.png) no-repeat;
	background-size: 100% 65px;
	background-position: left top;
}
	div#mainContents div.productbox_pc div.puroductlistbox {
		width:900px;
		height:275px;
		text-align: center;
		margin: 0 auto;
	}
		div#mainContents div.productbox_pc div.puroductlistbox a {
			display: inline-block;
			box-sizing: border-box;
			width:285px;
			height:275px;
			box-shadow: 10px 10px 4px -8px rgba(0,0,0,0.6);
			margin: 0 5px;
		}
/* バナー */
div#mainContents div.bannerbox_pc {
	width:890px;
	margin: 40px auto 0 auto;
}
	div#mainContents div.bannerbox_pc a {
		display: block;
		width:440px;
		height:146px;
	}
	div#mainContents div.bannerbox_pc a.bless {
		background: url(../images/cmn/banner_bless.jpg) no-repeat;
		background-size: 100% 100%;
		float: left;
	}
	div#mainContents div.bannerbox_pc a.at254 {
		background: url(../images/cmn/banner_at254.jpg) no-repeat;
		background-size: 100% 100%;
		float: right;
	}
/* お知らせ */
div#mainContents div.newsbox {
	width:750px;
	height:180px;
	padding-bottom: 60px;
	margin: 55px auto 0 auto;
	position: relative;
}
	div#mainContents div.newsbox div.newsinfobox {
		width:585px;
		position: absolute;
		top:0;
		right:0;
	}
		div#mainContents div.newsbox div.newsinfobox div.newslistbox {
			height:90px;
		}
			div#mainContents div.newsbox div.newsinfobox div.newslistbox a {
				display: block;
				height:45px;
				line-height: 45px;
				text-decoration: none;
				color: #333;
				font-size: 16px;
				box-sizing: border-box;
				padding: 0 20px;
				border-bottom: #e9e9e9 1px solid;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
				div#mainContents div.newsbox div.newsinfobox div.newslistbox a span {font-size: 16px;}
		div#mainContents div.newsbox div.newsinfobox a.btn {
			display: block;
			width:75px;
			height:30px;
			line-height: 30px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			background: #D4D4D4;
			border-radius: 15px;
			margin: 40px auto 0 auto;
			font-size: 16px;
		}
/* SP版は表示しない */
div#mainContents div.productbox_sp { display: none; }
div#mainContents div.bannerbox_sp { display: none; }