@charset "Shift_JIS";


h3 {
	margin: 0 20px;
	background-image: url(../images/bg_category.png);
	color: #fff;
	font-size: 14px;
	border-left: 9px solid #c00;
	padding: 4px 8px;
}

.spItemList {
	margin-top: 12px;
	margin-left: 20px;
	font-size: 0px;
	line-height: 1.4;
}

.spItemBox {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	vertical-align: top;
}

.spItemBox dl {
	width: 424px;
	height: auto;
	overflow: hidden;
	background: #ddd url(../../images/arrow.png) 0 0 no-repeat;
	position: relative;
}

.spItemBox dl:hover {
	background-position: -424px 0;
}

.spItemBox dt {
	float: left;
	line-height: 0;
}

.spItemBox dd {
	margin-left: 112px;
	width: 287px;
}

.spItemBadge {
	font-size: 0;
	margin-bottom: -3px;
}

.spItemTitle {
	margin-top: 8px;
}

.spItemTitle strong {
	color: #000;
}

.spItemBox dd strong {
	font-size: 114%;
	line-height: 1.2;
	vertical-align: middle;
}

.spItemBox dd small {
	display: inline-block;
}

.spItemPlayer {
	color: #666;
	line-height: 1.3;
	margin-top: 2px;
}

.spItemRelease {
	margin-top: 2px;
}

.spItemRelease small {
	background-image: url(../images/bg_release.png);
	color: #fff;
	font-family: Arial, sans-serif;
	padding: 2px 5px;
	webkit-border-radius: 3px;
	moz-border-radius: 3px;
	border-radius: 2px;
}

.spItemComment {
	margin-top: 6px;
	border-top: dotted 1px #666;
	padding: 6px 0 10px;
	font-size: 11px;
	line-height: 1.3;
}
.spItemComment span.coming{
	display: block;
	color:#f9351a;
}
.spNomination span {
	display: none;
}

.spListen a {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	margin-left: 0 !important;
	display: block;
	width: 424px;
	height: 100%;
	_height: 100px;
	text-indent: -9999px;
}
.link_more{
	text-align: right;
}
.link_more a{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0.5em 10px;
	background-image: url("../images/link_arrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
	#main{
		width:96%;
		margin:0 2%;
	}
	#spHead{
		width:100%;
		margin:0;
	}
	h2{
		width: 100%;
		height: auto;
	}
	h2 img{
		width: 100%;
		height: auto;
	}
	.spItemList {
		margin-left: 0px;
	}
	.spItemBox {
		display: block;
		margin-right: 0px;
	}
	.spItemBox dl {
		width: 100%;
	}
	.spItemBox dd {
		width: auto;
		padding-right: 0.5em;
	}
	.spListen a {
		width: 100%;
	}

}

