@charset "utf-8";
/* CSS Document */

/*簡易的には、ここだけ調整でたぶん大丈夫です*/

/* ==========================================
  背景関係
========================================== */
body {
	color: #53374e;
	letter-spacing: .05em;/*読みやすくするため少し文字間を開けています*/
	background-color: #d5b66e;
	
	/*背景が画像ではない場合用。画像の場合は以下２行を消してください*/
	background-image: linear-gradient(0deg, #ffffff 0%, #efbcb6 100%); /*グラデーションです。*/
	background-attachment: fixed;

	/*フォントは以下からいらないほうを消すか（下にあるものが優先されます）、googleフォント等を追加してください*/
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif, 'Alfa Slab One';
	font-family: 'Noto Sans JP';
}

/* 背景画像固定
body {
	position: relative;
}
body::before {
	background:url("../images/bg.jpg") no-repeat center #d2a439;
	background-size: cover;
	content: "";
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}*/


/* ==========================================
  文字色など
========================================== */
/*リンク文字色*/
a:link {color: #e86b7a; text-decoration: none;}
a:visited {color: #e86b7a; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: none;}

/*キャッチコピー文字色*/
.h_txt {
	color: #4e7f84;
}

/*見出し文字色・フォント*/
#info_container h3.ttl {
	font-family: 'Alfa Slab One';/*変更の場合はgoogleフォントから情報入れてください*/
	letter-spacing: 3px;/*文字間*/
	color: #e86b7a;
	border-bottom: 1px solid #0a0b1b;/*下線いらなければ消してください*/
	/*paddingとmarginは適宜変更してください*/
	padding: 0;
	margin-bottom: 25px;
}

/*CD情報*/
.table_type01 th {
	background-color: #ffffff;
	color:#4e7f84;
}

/*通販リンクボタン*/
.cd_info dd li a {
	background: #4e7f84;
	border: 1px solid #53374e;
	color: #fff;
}
/*ボタンホバー*/
.cd_info dd li a:hover {
	background: rgba(255,255,255,.90);/*半透明*/
	color: #c13f5e;
}

/*トラックナンバー*/
.tracklist li dt span {
	color: #e29591;
	padding-right: .5em;
}

/*上に戻るボタン*/
#pageTop {
	background-color: #e86b7a;
}

/*コピーライト*/
#footer {
	color: #ffffff;
}
