@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #000000 url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(23, 25, 30, 0.95); }

/* ******************** フッタ ******************** */
footer { background-color: rgba(23, 25, 30, 0.95); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
hr.separate {
	margin: 2em 0;
	height: 1px;
	border: 0;
	clear: both;
	
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
strong.black { color: #333333;}
strong.red { color: #cc0000;}
strong.gray { color: #888888;}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* catalog.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#basic-info div.description p.catch::before {
	content: "\f004";
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* format.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
.format p.catch::before {
	content: "\f004";
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* 「もしかしてだけど、バンドアルバム」全曲解説・試聴（linernotes.css） #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#linernotes {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#linernotes h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#linernotes h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#linernotes h2::after {
	content: "－ アレンジャーによるセルフライナーノーツ －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#linernotes > div.format {
	clear: both;
	position: relative;
	padding: 3.5em 100px 2em 100px;
	
	background: rgba(255, 255, 255, 0.85);
}

#linernotes div.info {
	margin: 0 75px;
}

#linernotes div.info p {
	font-size: 1.4rem;
	text-indent: 1em;
	line-height: 2.0;
}

#linernotes  p.signature {
	text-align: right;
	text-indent: 0;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* ロングインタビュー #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
#interview {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#interview h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#interview h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#interview h2::after {
	content: "－ アレンジャーによるセルフライナーノーツ －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#interview > div.format {
	clear: both;
	position: relative;
	padding: 3.5em 100px 2em 100px;
	
	background: rgba(255, 255, 255, 0.85);
}

#interview div.info {
	margin: 0 75px;
}

#interview div.info p {
	font-size: 1.4rem;
	text-indent: 1em;
	line-height: 2.0;
}

#interview p.signature {
	text-align: right;
	text-indent: 0;
}
#interview p.interview-page { text-align: center !important; }

#interview a.pagelink {
	padding: 6px;
	font-size: 1.8rem;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	box-shadow: inset 0 0 20px  rgba(0, 0, 0, 0.1)
}

