@charset "UTF-8";

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

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

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

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

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

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

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* the-blue.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#the-blue {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#the-blue 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);
}
#the-blue h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#the-blue 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;
}

#wallpaper {
	clear: both;
	position: relative;
	padding: 1.5em 50px;
	
	background: rgba(255, 255, 255, 0.85);
}

#wallpaper h3 {
	display: none;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* ジャケット #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

img[src*="TEI-31.gif"] {
	background: url(../discography/jacket/TEI-31.jpg) 50% 50% no-repeat;
	
	background-size: contain;
}