#content .category-list {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	margin: 0 15px;
	justify-content: center;
}
#content .category-list li a {
	display: block;
	padding: 12px;
	width: 100%;
	border: 2px solid #000;
	border-left: 0;
	box-sizing: border-box;
	text-align: center;
}

#content .category-list li.all {
	width: 17.383%;
}
#content .category-list li.single {
	width: 22.03%;
}
#content .category-list li.album {
	width: 22.03%;
}
#content .category-list li.dvd {
	width: 16.695%;
}
#content .category-list li.others {
	width: 21.862%;
}
#content .category-list li:first-child a {
	border-left: 2px solid #000;
}
#content .category-list li img {
	height: 9px;
	width: auto;
}

#content .item-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	margin: 20px 15px 0;
}
#content .item-list li {
	width: 47.758%;
	font-size: 1.1rem;
	line-height: 163.636%;
	margin-bottom: 20px;
}
#content .item-list li .image {
	width: 100%;
	padding-top: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
}
#content .item-list li .image img {
	display: none;
}
#content .item-list li .copy {
	margin-top: 10px;
}
#content .item-list li .more {
	display: none;
}

#view-detail {
	display: none;
}
#view-detail .nav-list {
	display: flex;
	list-style: none;
	justify-content: center;
}
#view-detail .nav-list li {
	margin: 0 15px 15px;
}
#view-detail .nav-list li img {
	height: 17px;
	width: auto;
}
#view-detail .nav-list li:first-child img,
#view-detail .nav-list li:last-child img {
	height: 15px;
	width: auto;
}

#view-detail .info-area {
	padding: 25px;
	background: #fff;
	margin: 0 15px;
}
#view-detail .info-area .more {
	display: block;
}
#view-detail .info-area .image {
	background: none !important;
	margin-top: 20px;
}
#view-detail .info-area > .image {
	display: none;
}
#view-detail .info-area .image img {
	max-width: 100%;
	height: 203px;
}
#view-detail .info-area .title{
	font-size: 1.75rem;
	line-height: 142.857%;
}
#view-detail .info-area .copy,
#view-detail .info-area .pubdate {
	font-size: 1.4rem;
	line-height: 142.857%;
}
#view-detail .info-area .info {
	list-style: none;
	margin-top: 20px;
	font-size: 1.1rem;
	line-height: 163.636%;
}
#view-detail .info-area .info li {
	margin-top: 15px;
}
#view-detail .info-area .btn-amazon,
#view-detail .info-area .btn-itunes {
	height: 14px;
	width: auto;
}
#view-detail .info-area .comment,
#view-detail .info-area .tieup {
	margin-top: 25px;
	font-size: 1.2rem;
	line-height: 163.636%;
}
#view-detail .info-area .tieup {
	
}

#view-detail .info-area a {
	
}