@charset "utf-8";


/*　　ページタイトル
-------------------------------------------------------*/
.pagetitle {
	height: 420px;
	background-image: url(../images/products-generator/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .inner-pagetitle {
	max-width: 880px;
	padding-top: 210px;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle .inner-pagetitle .tit {
	color: #fff;
	font-size: 36px; font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 220px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 220px;
	margin-left: 40px;
	margin-right: 40px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 30px; font-size: 3.0rem;
}
}

@media screen and (max-width: 767px){
.pagetitle {
	height: 120px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 120px;
	margin-left: 30px;
	margin-right: 30px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 22px; font-size: 2.2rem;
	letter-spacing: 3px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}




/*　　コンテンツ
-------------------------------------------------------*/
/*
.cnt-poducts {
	background-image: url(../images/common/products_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: none;
}
*/
.img-products {
	padding: 20px 0;
	text-align: center;
}
.table-tdC th {
	line-height: 1.5;
}
.table-tdC td {
	text-align: center;
}


@media screen and (min-width: 768px) and (max-width: 1023px){

}

@media screen and (max-width: 767px){

}

@media screen and (max-width: 767px) and (orientation : landscape) {
}