
/* list */
.listpage li {
	margin:10px 0px 10px 10px;
	padding-top:20px;
	width:300px;
	height:300px;
	float:left;
}
.listpage .img{
	margin-bottom:5px;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	-moz-box-shadow: 0 7px 6px -6px #777;
	box-shadow: 0 7px 6px -6px #777;
	width:290px;
	height:218px;
}
.listpage h2 {
	padding-left:20px;
	background-image: url(../stock/name.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	font-size:13px;
}

/*マーク表示*/
.listpage .disp {
	margin-top:195px;
	margin-left:0px;
	position: absolute;
}


/* detail*/
.jback {
	padding:7px 0px 0px 30px;
	display:block;
	width:950px;
	height:45px;
	background-image:url(../detail/jback.gif);
	background-repeat:no-repeat;
	clear:both;
}
.imgleft {
	float:left;
	clear:both;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.detail {
	clear:both;
	min-height:380px;
}
.detail h1 {
	margin-bottom:10px;
	padding:0px 25px;
	display:block;
	font-size:16px;
	background-image:url(../detail/name.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}
.detail h2 {
	margin-left:460px;
	margin-bottom:10px;
	padding:0px 20px;
	display:block;
	background-image:url(../detail/detail.gif);
	background-repeat:no-repeat;
}
.detail p {	margin-left:470px;}

.photo h1 {
	padding:0px 20px;
	display:block;
	background-image:url(../detail/photo.gif);
	background-repeat:no-repeat;
	clear:both;
}


.photo li {
	padding:10px 10px 0px 0px;
	float:left;
	-webkit-box-shadow: 0 7px 6px -6px #777;
	-moz-box-shadow: 0 7px 6px -6px #777;
	box-shadow: 0 7px 6px -6px #777;
}
.photo img {
	width:180px;
	height:135px;
}

.otoiawase{
	display:block;
	margin:0px auto;
	padding:50px 0px;
	font-size:18px;
	clear:both;
	text-align:center;
}

/*マーク表示*/
.detail .disp {
	margin-top:315px;
	margin-left:0px;
	position: absolute;
}


/*一覧ページ下部リンク*/
.pagelink{
	margin:20px auto;
	width:660px;
	clear:both;
}
.pagelink ul li {
	background:none;
	float:left;
}
.pagelink ul li a{
	margin:5px;
	padding-top:10px;
	background-color:#eee;
	text-align:center;
	display:block;
	width:40px;
	height:30px;
}
.nowpage { color:#F60;}



