div#rule{
	text-align: left;
	max-width: 720px;
	width: 96%;
	border: 1px solid #a33;
	background-color: #fde;
	padding: 3px 7px;
	margin: auto;
	margin-bottom: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	font-size: 11pt;
}
	div#rule ul{
		list-style-type: decimal;
		margin: 10px 30px;
	}
	div#rule ul li{
		margin: 10px;
	}


div#howto{
	text-align: left;
	font-size: 9pt;
	line-height: 13pt;
	max-width: 720px;
	width: 100%;
	border: 1px solid #bbb;
	background-color: #fff;
	padding: 5px;
	margin: auto;
	color: #666;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

	ol{
		margin-top: 0px;
	}

span.small{
	font-size: 9pt;
	line-height: 11pt;
	color: #777;
}
div.prev_next{
	margin: 10px;
}
	div.prev_next span{
		padding: 4px;
		font-size: 13pt;
		font-weight: bold;	
		border: 1px #aaa solid;
		background-color: #fff;
	}

/*
######################
##	公開楽曲表示	##
######################
*/
div.frame{
	margin: auto;
	width: 100%;
	font-size: 11pt;
	line-height: 13pt;
	border-bottom: 1px solid #aaa;
	display: flex;
	align-items: center;
}

div.demo{
	padding: 3px 10px;
	flex-basis: auto;
	width: 100%;
}

	div.demo iframe{
		width: 100%;
	}

		div.title{
			flex-basis: 400px;
			align-self: center;
			vertical-align: center;
			font-size: 12pt;
			font-weight: bold;
			padding: 20px 10px;
		}
		
		div.creators{
			font-size:9pt;
			color: #999;
			line-height: 10pt;
			font-weight: normal;
		}
		

		div.demo audio{
			width:100%;
		}
		div.comment img{
			width: 50%;
		}

		div.intro{
			text-align: left;
			font-size: 9pt;
			line-height: 12pt;
			min-height: 80px;
		}


		div.image{
			padding: 20px 0;
			text-align: center;
			flex-basis: 200px;
		}

			div.image img.buy-button{
				margin: 0 2px;
				max-width: 93px;
				width: 80%;
			}

			img.full_items{
				width: 60px;
				height: 60px;
			}

div.clear{clear:both;}
div.clear hr {display:none;}
div.clear hr.split {
	display: block;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #777;
	margin: 0;
}

span.small-bold{
	font-size: 9pt;
	font-weight: bold;
}


ul#icon{
	margin: auto 5%;
}
ul#icon img{
	width: 50px;
}


@media screen and (max-width: 768px){
	div.frame{
		flex-wrap: wrap;
		padding: 20px 0;
	}
	div.demo{
		padding: 3px 10px;
		flex-basis: 100%;
		width: 100%;
	}
	
	div.image{
		flex-basis: 65%;
	}
			div.image img{
				margin: 0 2px;
				max-width: 65px;
				width: 15%;
			}

			div.image img.buy-button{
				margin: 0 2px;
				max-width: 93px;
				width: 20%;
			}
			
	div.title{
		flex-basis: 30%;
		word-break: break-all;
	}
}

@media screen and (max-width: 450px){
	div.image, div.title{
		flex-basis: 100%;
	}
}