@charset "Shift_JIS";

body {
	-webkit-text-size-adjust:100%;
}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	font-size: small;
	text-align: center;
}

.top {
	font-size: 18px;
}

h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

hr {
	width: 50%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.jacket {
	padding-right: 25px;
	padding-left: 10px;
}
.kaisetsu {
	text-align: left;
	padding-right: 20px;
	line-height: 12px;
	width: 420px;
}

.kaisetsu2 {
	line-height: 20px;
}
.songs {
	text-align: left;
	line-height: 6px;
	width: 210px;
	font-size: 10px;
	margin-bottom: 20px;
}

.songbook_vinyl {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}



@media screen and (max-width:600px){
	
	.top {font-size: 14px;}
	
	.kaisetsu {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	margin-bottom: 10px;
}
	
	.jacket { padding-left: 0px;
		padding-right: 0px;
}

	body {
	font-size: 0.7rem;
	text-shadow: 0px 0px;
}
	.songbook_vinyl {flex-direction: column;}
	
	.songs {margin-left: auto;
	margin-right: auto;
	font-size: 0.7rem;}
	
	h3 {font-size: 0.9rem;
}
	
body {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

}
.home {
	font-size: 18px;
	margin-top: -16px;
}
