html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background: #ce0407;
	background: -moz-linear-gradient(top,  #ce0407 0%, #560809 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce0407), color-stop(100%,#560809));
	background: -webkit-linear-gradient(top,  #ce0407 0%,#560809 100%);
	background: -o-linear-gradient(top,  #ce0407 0%,#560809 100%);
	background: -ms-linear-gradient(top,  #ce0407 0%,#560809 100%);
	background: linear-gradient(top,  #ce0407 0%,#560809 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0407', endColorstr='#560809',GradientType=0 ); */
}

body {
	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 {
	float: left;
	width: 40%;
}


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

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

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

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

.detail-contents {
	margin: 0 0 0 45%;

}

.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 20px;
	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 20px;
	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;
}
