@charset "utf-8";

/*ページタイトル*/

h2.h2PageTitle {
	background-image: url(../img/productlist/h2PageTitle.jpg);
}

/*コンテンツ*/

h3.h3PageTitle {
	height: 264px;
	width: 700px;
	padding-bottom: 60px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/productlist/h3PageTitle.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.productListBox {
	height: auto;
	width: 700px;
	margin: 0px auto;
	padding-bottom: 60px;
}

div.productListBox h4 {
	height: 60px;
	width: 700px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
}

h4.productListTitle01 {
	background-image: url(../img/productlist/productListTitle01.jpg);
}

h4.productListTitle02 {
	background-image: url(../img/productlist/productListTitle02.jpg);
}

h4.productListTitle03 {
	background-image: url(../img/productlist/productListTitle03.jpg);
}

h4.productListTitle04 {
	background-image: url(../img/productlist/productListTitle04.jpg);
}

h4.productListTitle05 {
	background-image: url(../img/productlist/productListTitle05.jpg);
}

h4.productListTitle06 {
	background-image: url(../img/productlist/productListTitle06.jpg);
}

h4.productListTitle07 {
	background-image: url(../img/productlist/productListTitle07.jpg);
}

h4.productListTitle08 {
	background-image: url(../img/productlist/productListTitle08.jpg);
}

h4.productListTitle09 {
	background-image: url(../img/productlist/productListTitle09.jpg);
}

h4.productListTitle10 {
	background-image: url(../img/productlist/productListTitle10.jpg);
}

h4.productListTitle11 {
	background-image: url(../img/productlist/productListTitle11.jpg);
}

h4.productListTitle12 {
	background-image: url(../img/productlist/productListTitle12.jpg);
}

h4.productListTitle13 {
	background-image: url(../img/productlist/productListTitle13.jpg);
}

h4.productListTitle14 {
	background-image: url(../img/productlist/productListTitle14.jpg);
}

h4.productListTitle15 {
	background-image: url(../img/productlist/productListTitle15.jpg);
}

h4.productListTitle16 {
	background-image: url(../img/productlist/productListTitle16.jpg);
}

h4.productListTitle17 {
	background-image: url(../img/productlist/productListTitle17.jpg);
}

h4.productListTitle18 {
	background-image: url(../img/productlist/productListTitle18.jpg);
}

h4.productListTitle19 {
	background-image: url(../img/productlist/productListTitle19.jpg);
}

p.productListText {
	padding: 20px 20px 15px 20px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
}

div.listPageNavi {
	height: 46px;
	width: 203px;
	background-image: url(../img/productlist/listPageNavi.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 20px 0px 0px 497px;
	text-align: center;
}

div.listPageNavi a {
	height: 46px;
	width: 203px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

div.listPageNavi a:hover {
	background-image: url(../img/productlist/listPageNavi_r.png);
	background-position: top center;
	background-repeat: no-repeat;
}

p.pagetopText {
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: right;
}

p.pagetopText a {
	text-decoration: none;
	color: #666;
}

p.pagetopText a:hover {
	color: #999;
}


/*-------------640以下ここから-------------*/

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

h3.h3PageTitle {
	min-height: 135px;
	height: auto;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-size: contain;
}

div.productListBox {
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 10px;
}

p.productListText {
	padding: 20px 10px 0px 10px;
}

div.listPageNavi {
	height: auto;
	width: 100%;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

div.listPageNavi a {
	height: 46px;
	width: 100%;
	display: block;
}

p.pagetopText {
	padding-top: 5px;
	padding-bottom: 15px;
}

p.pagetopText a {
	font-size: 0.8em;
}

div.productListBox h4 {
	height: auto;
	width: 90%;
	padding: 10px 5%;
	text-align: left;
	text-indent: inherit;
	overflow: hidden;
	display: block;
	background-image: none;
	color: #FFF;
	font-weight: bold;
	background-color: #1EA04D;
}

}