/* --------------------------------------------------
	ダウンロードページ
-------------------------------------------------- */
hr {
	color: inherit;
	border: none;
	clear: both;
}

#content-dl {
	width: 100%;
	margin: auto;
	padding: 80px 0 0;
	}

#content-dl h2.main {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family: Helvetica, sans-serif;
	font-weight: 100;
}

#content-dl p.sub {
	text-align: center;
	margin: 0 0 80px;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 1px;
}

#content-dl h2.manual {
	text-align: center;
	margin: 0 0 100px;
	padding: 0;
	line-height: 1.0;
	font-weight: 100;
	font-size: 220%;
}

#content-dl p {
	margin: 0 0 50px;
}

#content-dl p.number {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
		transform: scale(0.8, 1);
		transform-origin: top left;
}

#content-dl h3.title {
	font-size: 180%;
	font-weight: normal;
	margin: 0 0 10px;
}

.box-dl-top {
	clear: both;
	width: 80%;
	height: auto;
	margin: 0 auto 50px;
	padding: 0;
	}

.box-dl-step {
	clear: both;
	width: 100%;
	height: auto;
	margin: 30px auto 30px;
	padding: 0;
	}
		
.dl-text {
	float: left;
	width: 65%;
	margin: 0;
	padding: 0;
	}

.dl-text p {
	text-align: left !important;
	letter-spacing: 1px;
	}
	
.link-btn {
	float: right;
	margin: 20px auto 0;
	text-align: center;
	width: 220px;
	height: 31px;
	}

.link-btn a {
	padding: 0;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	width: 220px;
	height: 31px;
	display: block;
	background-color: #555;
	line-height: 31px;
	color: #fff;
	letter-spacing: 2px;
	border: 1px solid #555;
	}

.link-btn a:hover {
	background-color: #ff0;
	color: #555;
	opacity: 1.0;
	}
	
p.cmode {
	text-align: right !important;
	font-size: 12px;
	}
	

.box-dl-step {
	clear: both;
	width: 90%;
	max-width: 480px;
	height: auto;
	margin: 0 auto 50px;
	padding: 0;
	}

.box-dl-step .text {
	clear: both;
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	}
	
.box-dl-step h3,.box-dl-step p {
	text-align: left !important;
	}

.box-dl-step .image {
	clear: both;
	width: 95%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	}

.box-dl-step .image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.box-dl-step .yajirusi {
	clear: both;
	width: 30px;
	height: auto;
	margin: 0 auto 20px;
	padding: 10px 0;
	}

.box-dl-step .yajirusi img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}


.series-title {
	clear: both;
	width: 100%;
	height: 35px;
	overflow: hidden;
	margin: 0 0 20px;
	}
	
.series-title a {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	display: block;
	}

.series-title a img {
	margin: 0;
	padding: 0;
    position: relative;
    display: block;
	width: 390px;
	}

.series-title a:hover img {
	top: -35px;
	opacity: 1.0;
	}

.p-open a img {
	top: -35px !important;
	}

.series-title a:hover,.p-open a {
	opacity: 1.0;
	background-color: #eee;
	}

.pattern {
	clear: both;
	padding: 0 0 30px;
}

.box-dl-d .series-title {
	border: 2px solid #000;
	}
		
.box-dl-d .series-title a {
	background-image: url(../image/seriesbar-d-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-d .series-title a:hover {
	background-image: url(../image/seriesbar-d-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-d .p-open a:hover {
	background-image: url(../image/seriesbar-d-up.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}
	
.box-dl-a .series-title {
	border: 2px solid #b11920;
	}
		
.box-dl-a .series-title a {
	background-image: url(../image/seriesbar-a-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-a .series-title a:hover {
	background-image: url(../image/seriesbar-a-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-a .p-open a:hover {
	background-image: url(../image/seriesbar-a-up.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-e .series-title {
	border: 2px solid #735b8b;
	}
		
.box-dl-e .series-title a {
	background-image: url(../image/seriesbar-e-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-e .series-title a:hover {
	background-image: url(../image/seriesbar-e-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-e .p-open a:hover {
	background-image: url(../image/seriesbar-e-up.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-c .series-title {
	border: 2px solid #d37714;
	}
		
.box-dl-c .series-title a {
	background-image: url(../image/seriesbar-c-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-c .series-title a:hover {
	background-image: url(../image/seriesbar-c-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-c .p-open a:hover {
	background-image: url(../image/seriesbar-c-up.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-n .series-title {
	border: 2px solid #85ac3d;
	}
		
.box-dl-n .series-title a {
	background-image: url(../image/seriesbar-n-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-n .series-title a:hover {
	background-image: url(../image/seriesbar-n-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-n .p-open a:hover {
	background-image: url(../image/seriesbar-n-up.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-t .series-title {
	border: 2px solid #7e6953;
	}
		
.box-dl-t .series-title a {
	background-image: url(../image/seriesbar-t-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-t .series-title a:hover {
	background-image: url(../image/seriesbar-t-down.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}

.box-dl-t .p-open a:hover {
	background-image: url(../image/seriesbar-t-up.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: contain;
	}
	
li.carpet {
	width: 12%;
	height: auto;
	margin: 0 0 5px 0.57%;
	padding: 0;
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

li.carpet .image {
	width: 100%;
	height: auto;
}

li.carpet .image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

li.carpet a:hover {
	opacity: 1;
}

div.kataban-DESIGNERS {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	color: #fff;
	height: 40px;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.6s, transform 0.3s;
}

div.kataban-AMUSEMENT {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	color: #fff;
	height: 40px;
	background: rgba(146,42,73,0.7);
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.6s, transform 0.3s;
}

div.kataban-ELEGANT {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	color: #fff;
	height: 40px;
	background: rgba(115,91,139,0.7);
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.6s, transform 0.3s;
}

div.kataban-COLOR {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	color: #fff;
	height: 40px;
	background: rgba(211,119,20,0.7);
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.6s, transform 0.3s;
}

div.kataban-NATURE {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	color: #fff;
	height: 40px;
	background: rgba(133,172,61,0.7);
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.6s, transform 0.3s;
}

div.kataban-TRADITIONAL {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	color: #fff;
	height: 40px;
	background: rgba(126,105,83,0.7);
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.6s, transform 0.3s;
}

li.carpet a:hover div.kataban-DESIGNERS,li.carpet a:hover div.kataban-AMUSEMENT,li.carpet a:hover div.kataban-ELEGANT,li.carpet a:hover div.kataban-COLOR,li.carpet a:hover div.kataban-NATURE,li.carpet a:hover div.kataban-TRADITIONAL {
	color: #fff;
	opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

div.kataban-DESIGNERS h3,div.kataban-AMUSEMENT h3,div.kataban-ELEGANT h3,div.kataban-COLOR h3,div.kataban-NATURE h3,div.kataban-TRADITIONAL h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight: normal;
}

@media only screen and (min-width: 781px) {
li.carpet:nth-child(8n+1) {
	height: auto;
	margin: 0 0% 5px 0;
	padding: 0;
	float: left;
}

}

@media only screen and (max-width: 780px) {
li.carpet {
	width: 19%;
	height: auto;
	margin: 0 0 5px 1.25%;
	padding: 0;
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

li.carpet:nth-child(8n+1) {
	height: auto;
	margin: 0 0% 5px 1.25%;
	padding: 0;
	float: left;
}

li.carpet:nth-child(5n+1) {
	height: auto;
	margin: 0 0% 5px 0;
	padding: 0;
}

}

@media only screen and (max-width: 480px) {
li.carpet {
	width: 32%;
	height: auto;
	margin: 0 0 5px 2%;
	padding: 0;
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

li.carpet:nth-child(5n+1) {
	height: auto;
	margin: 0 0% 5px 2%;
	padding: 0;
}

li.carpet:nth-child(3n+1) {
	height: auto;
	margin: 0 0% 5px 0;
	padding: 0;
}

.series-title {
	height: 25px;
	margin-bottom: 10px;
	}
	
.series-title a {
	height: 25px;
	}

.series-title a img {
	width: 279px;
	}

.series-title a:hover img {
	top: -25px;
	}

.p-open a img {
	top: -25px !important;
	}
}

@media only screen and (max-width: 930px) {
#content-dl {
	width: 100%;
	margin: auto;
	padding: 20px 0 0;
	}

#content-dl h2.main {
	font-size: 180%;
}

#content-dl p.sub {
	margin: 0 0 40px;
}
	
.dl-text {
	float: none;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	}

.dl-text p {
	text-align: center !important;
	letter-spacing: 1px;
	}
	
.link-btn {
	float: none;
	clear: both;
	margin: 0px auto 0;
	text-align: center;
	width: 220px;
	height: 31px;
	}

#content-dl h2.manual {
	margin: 0 0 50px;
	font-size: 190%;
}
}