@charset "utf-8";
/* CSS Document */

.pagetitle {
	background-image: url(../img/title.png);
	height: 110px;
	position: relative;
	top: -10px;
}

h2 {
	width: 236px;
	float: left;
}

.cate_all p { background-image: url(../img/btn_contents01.png);}
.cate_all a { width: 46px;}
.cate_bluray p { background-image: url(../img/btn_contents02.png);}
.cate_bluray a { width: 78px;}
.cate_dvd p { background-image: url(../img/btn_contents03.png);}
.cate_dvd a { width: 48px;}
.cate_cd p { background-image: url(../img/btn_contents04.png);}
.cate_cd a { width: 32px;}
.cate_book p { background-image: url(../img/btn_contents05.png);}
.cate_book a { width: 45px;}
.cate_store p { background-image: url(../img/btn_contents06.png);}
.cate_store a { width: 98px;}

.pagetitle .chara {
	position: absolute;
	top: 48px;
	right: -80px;
}


.contents {
	width: 880px;
}

ul.list {
	width: 880px;
	position: relative;
	top: -54px;
	margin-bottom: -5px;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

ul.list li {
	width: 170px;
	display:inline-block;
	vertical-align:top;
	margin: 0px 3px 25px 3px;
	text-align: center;
	/display: inline;
	/zoom: 1;
	/float: left;
}

ul.list li:hover {
	cursor: pointer;
}

.thumbnail {
	width: 164px;
	margin: 0px auto 5px auto;
	padding: 2px 0px;
	background: url(../img/bg_thumb.jpg) no-repeat left top;
}

.name {
	text-align: left;
	margin: 0px 2px 0px 0px;
	padding-left: 50px;
	min-height: 36px;
	background-repeat: no-repeat;
	background-position: left top;
}

.cd .name, .cd h3 {background-image:url(../img/icon_cd.png)}
.dvd .name, .dvd h3 {background-image:url(../img/icon_dvd.png)}
.bluray .name, .bluray h3 {background-image:url(../img/icon_bluray.png)}
.book .name, .book h3 {background-image:url(../img/icon_book.png)}
.store .name, .store h3 {background-image:url(../img/icon_store.png)}

.name a {
	font-size: 10px;
	color: #6d5914;
}

ul.ttl {
	position: relative;
	top: -54px;
	background: url(../img/line_title.png) no-repeat center bottom;
	padding: 20px 10px 15px 10px;
	margin-bottom: 15px;
	text-align: center;
	width:850px;
}

ul.ttl li {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	/display: inline;
	/zoom: 1;
	/float: left;
}

/* 詳細ページ */
.goods_detail {
	width: 760px;
	margin: 0 auto 0px auto;
	position: relative;
	top: -54px;
	z-index: 10;
}

.goods_detail .image {
	background: url(../img/bg_image.jpg) no-repeat left top;
	text-align: center;
	padding: 2px 0px;
	width: 306px;
	float: left;
}

.goodstxt {
	width: 440px;
	float: right;
}

.goodstxt h3 {
	padding-left: 55px;
	font-size: 16px;
	color: #fd2ea2;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	min-height: 36px;
	margin-bottom: 8px;
}

.goodstxt dl {
	width: 385px;
	margin-left: 55px;
	margin-bottom: 15px;
}

.goodstxt dl dt{
	width: 50px;
	float: left;
	color: #fd2ea2;
}
.goodstxt dl dd{
	width: 335px;
	float: left;
}

.goodstxt p{
	margin: 0px 0px 15px 55px;
}

.goodstxt p.shop,.goodstxt p.sample {
	margin-bottom: 2px;
}

.goodstxt p.shop a {
	display: block;
	background: url(../img/btn_shop.png) no-repeat left top;
	width: 210px;
	height: 0px;
	padding-top:46px;
	overflow: hidden;
}

.goodstxt p.shop a:hover {
	background: url(../img/btn_shop.png) no-repeat left -46px;
}

.goodstxt p.sample a {
	display: block;
	background: url(../img/btn_sample.png) no-repeat left top;
	width: 210px;
	height: 0px;
	padding-top:46px;
	overflow: hidden;
}

.goodstxt p.sample a:hover {
	background: url(../img/btn_sample.png) no-repeat left -46px;
}

.backbtn {
	position: relative;
	width: 266px;
	margin: 0px auto;
}

.backbtn a {
	display: block;
	background: url(../img/btn_return.png) no-repeat left top;
	width: 266px;
	height: 0px;
	padding-top:20px;
	overflow: hidden;
	position: absolute;
	bottom: -50px;
}

.backbtn a:hover {
	background: url(../img/btn_return.png) no-repeat left -20px;
}