@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(19, 19, 21, 0.95); }

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


/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* 全ページ.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#artist, #series {
	background: rgba(255, 255, 255, 0.95);
}

#push dl {
	background: rgba(255, 255, 255, 0.95);
}

#topics article {
	background: rgba(255, 255, 255, 0.95);
}

#info {
	background: rgba(255, 255, 255, 0.95);
}

a.product {
	background: rgba(255, 255, 255, 0.95);
}

#basic-info {
	background: rgba(255, 255, 255, 0.95);
}

#track-list {
	background: rgba(255, 255, 255, 0.95);
}

#more div.info {
	background: rgba(255, 255, 255, 0.95);
}

#schedule div.list {
	background: rgba(255, 255, 255, 0.95);
}

#info > div {
	background: rgba(255, 255, 255, 0.95);
}

#form {
	background: rgba(255, 255, 255, 0.95);
}
