@charset "utf-8";
/* CSS Document */
div#bgContents {
	background: url(../images/index/bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
div.indexcontents01 {
	width:1065px;
	height:743px;
	margin: 0 auto;
	position: relative;
}
	/* 背景の画像 */
	div.indexcontents01 div.topimgbox {
		width:1065px;
		height:743px;
		position: absolute;
		top:0;
		left:0;
	}
		div.indexcontents01 div.topimgbox div.topimg {
			width:1065px;
			height:743px;
			box-sizing: border-box;
			border: #fff 1px solid;
			position: absolute;
			top:0;
			left:0;
			opacity: 0;
		}
		div.indexcontents01 div.topimgbox div.topimg:nth-of-type(1) { opacity: 1;}
		div.indexcontents01 div.topimgbox img.tenantname2 {
			position: absolute;
			top:25px;
			left:115px;
		}
		div.indexcontents01 div.topimgbox img.tenantname {
			position: absolute;
			height:70px;
			top:125px;
			left:60px;
		}
	/* 内容 */
	div.indexcontents01 div.indexcontents02 {
		width:1065px;
		height:743px;
		position: absolute;
		top:0;
		left:0;
	}
		/* お知らせ */
		div.indexcontents01 div.indexcontents02 div.newsbox {
			width:625px;
			height:160px;
			background: url(../images/index/greenbox.png) no-repeat, url(../images/index/bg.png);
			background-position: right top;
			box-sizing: border-box;
			box-shadow: 5px 5px 20px #000;
			position: absolute;
			top:530px;
			left:58px;
		}
			div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox {
				width:455px;
				height:160px;
				float: left;
				box-sizing: border-box;
				padding: 15px 20px 0 27px;
			}
				div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox p.title {
					font-size: 14px;
					letter-spacing: 2px;
					background: url(../images/index/bar02.png) no-repeat;
					background-size: 300px 1px;
					background-position: right center;
				}
				div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox p.nodata {
					font-size: 14px;
					letter-spacing: 2px;
					margin-top: 20px;
				}
				div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox {
					height:75px;
					margin-top: 10px;
				}
					div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a {
						display: block;
						height:25px;
						line-height: 25px;
						text-decoration: none;
						font-size: 14px;
						color: #fff;
						letter-spacing: 2px;
					}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span {
							display: block;
							font-size: 14px;
							color: #fff;
							float: left;
							line-height: 25px;
						}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category {
							width:80px;
							height:25px;
							font-size:12px;
						}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category1 {color:#FF7373;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category2 {color:#BB8B43;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category3 {color:#448605;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category4 {color:#008C46;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category5 {color:#FFC926;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category6 {color:#FF0000;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category7 {color:#0059B2;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category8 {color:#73DCFF;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category9 {color:#004661;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category10 {color:#ccc;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category11 {color:#4C6600;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category12 {color:#fff;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.category.category13 {color:#BB8B43;}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.date {
							width:100px;
							height:25px;
						}
						div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.newslistbox a span.text {
							width:220px;
							height:25px;
							overflow: hidden;
							white-space: nowrap;
							text-overflow: ellipsis;
						}

				div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.morebox {
					text-align: right;
				}
					div.indexcontents01 div.indexcontents02 div.newsbox div.topicbox div.morebox a {
						text-decoration: none;
						font-size: 14px;
						color: #fff;
					}
			/* 新入荷 */
			div.indexcontents01 div.indexcontents02 div.newsbox div.newitembox {
				width:170px;
				height:160px;
				float: left;
				background: url(../images/index/bar01.png) no-repeat;
				background-size: 1px 150px;
				background-position: left top 5px;
				box-sizing: border-box;
				padding: 15px 15px 5px 20px;
			}
				div.indexcontents01 div.indexcontents02 div.newsbox div.newitembox p.title {
					font-size: 16px;
					font-weight: bold;
					letter-spacing: 2px;
					color: #BB8B43;
				}
				div.indexcontents01 div.indexcontents02 div.newsbox div.newitembox a.thumbnailbox {
					display: block;
					width:110px;
					height:100px;
					border: #fff 1px solid;
					margin-top: 10px;
					background: #fff;
					line-height: 100px;
					text-align: center;
					text-decoration: none;
					color: #333;
					font-size: 12px;
					letter-spacing: 2px;
				}
				div.indexcontents01 div.indexcontents02 div.newsbox div.newitembox div.infobox {display: none; }
				div.indexcontents01 div.indexcontents02 div.newsbox div.newitembox p.nodata {
					font-size: 12px;
					letter-spacing: 2px;
					margin-top: 20px;
					line-height: 20px;
				}
		/* バナー */
		div.indexcontents01 div.indexcontents02 a.banner {
			display: block;
			width:304px;
			height:90px;
			box-sizing: border-box;
			background: 
				url(../images/index/bar01.png) no-repeat,
				url(../images/index/greenbox.png) no-repeat,
				url(../images/index/bannerbg.png) no-repeat;
			background-position: left 10px top 8px,
				right 6px top,
				left top;
			background-size: 1px 74px, auto auto, 100% 100%;
			text-decoration: none;
			color: #fff;
			position: absolute;
		}
		div.indexcontents01 div.indexcontents02 a.banner.banner01 {
			position: absolute;
			top:320px;
			left:58px;
		}
		div.indexcontents01 div.indexcontents02 a.banner.banner02 {
			position: absolute;
			top:425px;
			left:58px;
		}
		div.indexcontents01 div.indexcontents02 a.banner.banner03 {
			position: absolute;
			top:425px;
			left:385px;
		}
		div.indexcontents01 div.indexcontents02 a.banner.banner04 {
			position: absolute;
			top:425px;
			left:714px;
		}
		div.indexcontents01 div.indexcontents02 a.banner.banner05 {
			position: absolute;
			top:320px;
			left:385px;
		}
		div.indexcontents01 div.indexcontents02 a.banner.banner06 {
			position: absolute;
			top:320px;
			left:714px;
		}
		div.indexcontents01 div.indexcontents02 a.banner.banner07 {
			position: absolute;
			top:215px;
			left:714px;
		}
			div.indexcontents01 div.indexcontents02 a.banner p.neme01 {
				width:245px;
				font-size: 14px;
				position: absolute;
				top:15px;
				left:27px;
				letter-spacing: 2px;
			}
			div.indexcontents01 div.indexcontents02 a.banner p.neme02 {
				width:194px;
				font-size: 14px;
				position: absolute;
				top:35px;
				left:27px;
				letter-spacing: 2px;
			}
			div.indexcontents01 div.indexcontents02 a.banner img { display: none; }
			/* 移転 */
			div.indexcontents01 div.indexcontents02 a.iten {
				display: block;
				width:302px;
				height:90px;
				box-sizing: border-box;
				background: url(../images/index/iten.jpg) no-repeat;
				background-size: 100% 100%;
				background-position: left top;
				position: absolute;
				top:320px;
				left:714px;
			}
		/* 新商品 */
		div.indexcontents01 div.indexcontents02 a.netshop {
			display: block;
			width:300px;
			height:164px;
			background: url(../images/index/netshop.png);
			position: absolute;
			top:530px;
			left:714px;
		}
	/* 商品紹介 */
	div.topitemslistbox {
		width:1065px;
		height:245px;
		box-sizing: border-box;
		border: #fff 1px solid;
		background: url(../images/index/topitemsbg.png);
		position: relative;
		margin: 40px auto 0 auto;
		padding: 25px 65px;
	}
		div.topitemslistbox p.title {
			font-size: 14px;
			letter-spacing: 2px;
			background: url(../images/index/bar03.png) no-repeat;
			background-size: 874px 1px;
			background-position: right center;
		}
		div.topitemslistbox div.itemlist {
			width:100%;
			height:170px;
			overflow: hidden;
			position: relative;
			margin-top: 20px;
		}
			div.topitemslistbox div.itemlist div.itemlist2 {
				height:170px;
				position: absolute;
				top:0;
				left:0;
			}
				div.topitemslistbox div.itemlist div.itemlist2 a {
					display: block;
					width:160px;
					height:170px;
					text-decoration: none;
					color: #fff;
					margin-right: 26px;
					float: left;
				}
					div.topitemslistbox div.itemlist div.itemlist2 a div {
						width:160px;
						height:120px;
					}
					div.topitemslistbox div.itemlist div.itemlist2 a p {
						height:40px;
						line-height: 20px;
						font-size: 12px;
						letter-spacing: 1px;
						overflow: hidden;
						display: -webkit-box;
						-webkit-box-orient: vertical;
						-webkit-line-clamp: 2;
						margin-top: 10px;
					}
		div.topitemslistbox div.leftbtn {
			width:25px;
			height:243px;
			position: absolute;
			top:0;
			left:0;
			background: url(../images/index/leftbtn.png) no-repeat, url(../images/index/topitemsbg.png);
			background-position: center center;
		}
		div.topitemslistbox div.rightbtn {
			width:25px;
			height:243px;
			position: absolute;
			top:0;
			right:0;
			background: url(../images/index/rightbtn.png) no-repeat, url(../images/index/topitemsbg.png);
			background-position: center center;
		}