@charset "utf-8";
/* CSS Document */

.pageTitle {
	padding:12px 0 0 0;
	margin:0 0 12px 0;
	text-align: center;
}

.pageTitle h2 {
	display:inline-block;
	padding:0 0 26px 0;
	margin:0;
	background:url(../img/title_mark.png) no-repeat bottom center;
	background-size:45px 17px;
	color:#a07f35;
	text-align:center;
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:24px;
	font-weight:normal;
}

.productsSection {
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
}

.productsSection ul {
	padding:0;
	margin:0 auto;
}

.productsSection ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	width:50%;
}

.productsSection ul li:nth-child(even) {
	border-right:solid 1px #ffffff;
}

.productsSection ul li:last-child {
	border-bottom:none;
}

.productsSection figcaption {
	padding:0;
	margin:0 0 1em 0;
	color:#a07f35;
	font-size:10px;
}



/*----------------------------------------------------------------------------
 ***                                                                width480
----------------------------------------------------------------------------*/

@media only screen and (min-width: 480px){
}

/*----------------------------------------------------------------------------
 ***                                                                width768
----------------------------------------------------------------------------*/

@media only screen and (min-width: 768px){

.pageTitle {
	padding:36px 0 0 0;
	margin:0 0 12px 0;
	text-align: center;
}

.pageTitle h2 {
	font-size:36px;
	padding:0 0 24px 0;
	line-height:1.1em;
	margin:0 auto 24px auto;
	display:inline-block;
}

.productsSection ul li {
	display:block;
	float:left;
	padding:0;
	margin:0;
	border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	width:33.3%;
	box-sizing:border-box;
}

.productsSection ul li:nth-child(even) {
	border-right:solid 1px #cccccc;
}

.productsSection figcaption {
	padding:0 0 1em 0;
	margin:0 0 1em 0;
	font-size:16px;
}


}

/*----------------------------------------------------------------------------
 ***                                                                width1024
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px){


}


