html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image: linear-gradient(top, rgba(255,250,172,255) 0%, rgba(254,233,124,255) 50%, rgba(254,216,76,255) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,250,172,255)), color-stop(0.5, rgba(254,233,124,255)), color-stop(1, rgba(254,216,76,255)));
	background-image: -moz-linear-gradient(top, rgba(255,250,172,255) 0%, rgba(254,233,124,255) 50%, rgba(254,216,76,255) 100%);
	background-image: -o-linear-gradient(top, rgba(255,250,172,255) 0%, rgba(254,233,124,255) 50%, rgba(254,216,76,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaac', endColorstr='#fee97c'endColorstr='#fed84c');
}

body {
	background: rgba(254,216,76,255);
	margin: 0;
	padding: 10px;
	color: #000;
	font-size: 13px;
	font-family:  'Montserrat','Shin Maru Go Regular','Hiragino Maru Gothic ProN', serif;
}

.mainframe {
	background: rgba(255, 255, 255, 0.7);
	border:0; 
	padding: 20px;
	margin-bottom: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 3px 3px 3px #ddd inset, -3px -3px 3px #ccc inset;

}

.image-detail {
	width: 100%;
}


.image-jacket {
	text-align:right;
	font-size: 80%;
}

.image-jacket img {
	width: 100%;
}

.image-jacket {
	font-size: 80%;
}

.image-info {
	text-align:right;
	font-size: 88%;
}

.detail-contents {
	margin: 0;

}

.detail-artistname {
	text-align: left;
	font-size: 88%;
	border-bottom : 1px solid #fdd311;
	margin:0 0 5px 0;
	padding: 2px;
	color:#555;
}

.contents-artistname {
	text-align: left;
	font-size: 100%;
	padding: 2px 2px 10px 10px;
	color:#333;
}

.detail-title {
	text-align: left;
	font-size: 88%;
	border-bottom : 1px solid #fdd311;
	margin:0 0 5px 0;
	padding: 2px;
	color:#555;
}

.contents-title {
	text-align: left;
	font-size: 100%;
	padding: 2px 2px 10px 10px;
	color:#333;
}


#footer {
	text-align: right;
	margin:0;
	padding: 0 10px;
	font-size: 80%;
}



img {
	margin:0;
	padding:0;
	border: 0;
}

.clear:after{
	content:".";
	display:block;
	height:0;
	line-height: 0;
	font-size: 0;
	clear:both;
	visibility:hidden;
}

.clear{
	display: inline-block;
}

/* Hides from IE-mac ?*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */



/* FireFox用sup調整CSS */
*>/**/sup { vertical-align: text-top; line-height: 4px; }
/* FireFox用sup調整CSS */

#toAnchors {
	margin: 0;
	padding: 0;
	width:0px;
	height:0px;
	text-indent:-10000em;
	vertical-align:top;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
	top: -12px;
}
