@charset "utf-8";
#tshirts section {
	margin: 0 0 30px;
}
#tshirts .info p {
	margin: 0 0 20px;
}
#tshirts .info ul li {
	margin: 0 0 6px;
	text-indent: -1.0em;
	padding-left: 14px;
	font-size: 12px;
}
#tshirts h4.red {
	background: #ff0000;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
}
#tshirts h4.orange {
	background: #FFC000;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
}
#tshirts h4.yellow {
	background: #FFFF00;
	color: #000;
	padding: 10px;
	margin: 0 0 20px;
}
#tshirts h4.green {
	background: #00B050;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
}
#tshirts h4.blue {
	background: #00B0F0;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
}
#tshirts h4.navy {
	background: #002060;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
}
#tshirts h4.purple {
	background: #7030A0;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
}
#tshirts section.artist h3 {
	margin: 0 0 5px;
}
#tshirts section.artist p {
	text-align: center;
	margin:0 0 20px;
}
#tshirts section.artist p.btn {
	text-align: right;
	margin: 0 0 16px;
}
#tshirts section.artist dl {
	margin:0 10px 45px;
}
#tshirts section.artist dl dt {
}
#tshirts section.artist dl dt, #tshirts section.artist dl dd {
	padding:0 0 10px;
	border-bottom: 1px dotted #333;
	margin:0 0 10px;
}
#tshirts section.artist dl dd.link {
	border:0;
	text-align:right;
	background: url(../../../common/img/icon_outside.png) right top no-repeat;
	padding-right: 15px;
}

