/* thumbnail表示 */

.thumbnail-left{
	float:left;
	margin:10px;
	position: relative;
	width:220px;
}

.thumbnail-left img.thumbnail{
	width:220px;
}

.point{
	background-color:#FFF;
	padding:3px 10px 3px 3px;
	text-align:right;
	font-size:25px;
	color:#8c8c8c;
	border:dashed 2px #cc0066;
}


.tag2,
.tag2 li,
.tag,
.tag li{
   display: block;
   padding: 0;
   margin:0;
}
.tag{
   position: absolute;
   left: 0px;
   top: 0px;
}
.tag li{
   float: left;
}

.tag2{
   position: absolute;
   right: 0px;
   bottom: 35px;
}

/* download page */
.download-point{
	text-align:left;
    background-color:#F6E8D8;
	padding:0px 10px;
	font-weight: bold;
	position:relative;
	line-height:45px;
}

a#download-button{
	background-image:url(/image/imgp.php?nm=sp_cp/download.png);
	repaet:no-repeat;
	display:block;
	width : 262px;
	height : 68px;
	text-align:center;

}


a#buy-button{
	background-image:url(/image/imgp.php?nm=dl_button_get1.png);
	display:block;
	width : 400px;
	height : 110px;
	text-align:center;

}
/*
a#download-button:hover{
	background-image:url(/image/imgp.php?nm=dl_button_2.png);
}
*/


a#download-button:active{
	
}

img#download-button{
	position:absolute;
	right:10px;
	top:3px;
}

.content-explain{
	background-color:#CCECEA;
	border:dashed 1px #C0C0C0;
	padding:10px 30px;
	font-size:25px;
	color:#888888;
}
	
/*もっと見る表示部分*/
.btn-more-area{
   padding: 9px;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff94cc), to(#ff71bb));
}
.btn-more{
   background: -webkit-gradient(linear, left top, left bottom, from(#e02084), to(#e02084));
   text-align: center;
   color: #fff;
   border: solid 1px #b91c6e;
   padding: 3px;border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
}

/* download point */
div#point-calc{
	position: relative;
}

div#point-calc div#now-point{
	position: absolute;
	top:0px;
	left:0px;
	font-size:25px;

}
div#point-calc div#dl-point{
	position: absolute;
	top:0px;
	right:0px;
	font-size:25px;

}

.download-point .top_dl_link{
	color:#00B1F8;
	text-align:center;
	padding:0;
	border:1px #eeeeee solid;
	border-bottom:0px;
    background: -webkit-gradient(linear, left top, left bottom,from(#FFFFFFF),to(#eeeeee));
	-webkit-box-shadow:	0px 3px 3px rgba(000,000,000,0.1);
	-webkit-border-radius: 10px;
	border-bottom:1px #eeeeee solid;
	font-size:18px;
	height:35px;
	line-height:35px;
	width:150px;
	position:absolute;
	right:5px;
	top:3px;
}

.bottom_dl_link{
	color:#00B1F8;
	margin:2px 20px;
	text-align:center;
	padding:10px;
	border:1px #eeeeee solid;
	border-bottom:0px;
    background: -webkit-gradient(linear, left top, left bottom,from(#FFFFFFF),to(#eeeeee));
    display:block;
	-webkit-box-shadow:	0px 3px 3px rgba(000,000,000,0.1);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom:1px #eeeeee solid;
	font-size:18px;
	height:40px;
	line-height:40px;
	font-size:30px;
	width:400px;
	
}