@charset "UTF-8";

/* -------------------------------- 

	base

-------------------------------- */

.section ,
#content section {
	width:800px;
	margin:0 auto 7rem;;
}

#content p {
	font-size:1.4rem;
	letter-spacing:0.1rem;
	line-height:1.8;
	padding:0 3rem;
	margin-bottom:2.8rem;
}

section h1 {
	margin-bottom:3rem;
	margin-left:3.5rem;
	line-height:3.5rem;
}
section.goods h1 {
	background-image: url("../images/shop/tx_officialgoods.png") ;
	background-size: contain;
}
section.artistsgoods h1 {
	background-image: url("../images/shop/tx_artists-goods.png") ;
	background-size: contain;
}



/* -------------------------------- 

Style

-------------------------------- */
section h2 {
	line-height:2.3rem;
	margin-bottom:3rem;
	font-weight:bold;
}


section.goods ul {
}
section.goods ul li {
	display:inline-block;
	margin:0 3.4rem 3.4rem 0;
	width: 24rem;
	height: 24rem;
}
section.goods ul li:nth-of-type(3n) { margin-right:0;}

#fancybox-title-outside span {
	display:block;
	margin-top:1rem;
	font-size:1.4rem;
}