@charset "Shift_JIS";


/*main
--------------------------------------------------------------------------------------------------------------*/
#contents h3 {
	margin: 0 0 20px;
}
#contents h4 {
	margin: 0 0 10px;
  font-size: 108%;
	font-weight: bold;
	color: #567eb3;
}
#contents ul + h4 {
	margin-top: 30px;
}
#contents ol {
	list-style: decimal;
	margin: 0 0 20px;
	padding: 0 0 0 1.5em;
}
#contents li {
	margin: 5px 0;
}
#contents li.beforetxt {
	position: relative;
	padding-top: 2.5em;
}
#contents li.beforetxt:before {
	content: "Bonus Tracks";
	position: absolute;
	top: 0.5em;
	left: -1.8em;
	font-weight: bold;
}
#contents p img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#contents table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
}
#contents th,
#contents td {
	border-top: 1px solid #ccc;
	padding: 7px 0;
	vertical-align: top;
}
#contents th {
	width: 50px;
}
#contents td:before {
	content: ": ";
}
#contents ul li a {
	background: url(../img/ya.gif) no-repeat 0 5px;
	padding-left: 10px;
}
#contents hr {
	display: none;
}
#contents .line {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin: 50px 20px;
}
#contents .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 20px 20px;
}
#contents .flex p {
	margin: 0 0 10px;
}
#contents .photo {
	width: 37%;
}
#contents .txt {
	width: 60%;
}
#contents .box {
	width: 48.5%;
}
#contents .movie {
	position: relative;
	height: 0;
	padding-top: 56.25%;
	margin: 0 20px 30px;
}
#contents .movie iframe,
#contents .movie object,
#contents .moviex embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767px) {
	#contents .photo,
	#contents .txt,
	#contents .box {
		width: 100%;
	}
	#contents .line {
		margin: 30px 20px;
	}

}
