@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(0, 0, 0, 0.9); }

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


/* ******************** スケジュール / エリア ******************** */

p.area.tokai {
	background: #339966;
}
p.area.kanto {
	background: #cc6633;
}
p.area.kansai {
	background: #cc66cc;
}
p.area.chugoku {
	background: #336666;
}
p.area.kyushu {
	background: #3366cc;
}

/* ******************** タイムテーブル ******************** */

table.time-table {
	width: auto !important;
	margin: 0 auto 1em auto;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

table.time-table caption {
	text-align: left;
}

table.time-table thead {
	margin: 0;
	padding: 0;
}

table.time-table th {
	padding: 0.5em 2em;
	color: #336699;
	text-align: center;
	vertical-align: middle;
	border: 1px #999999 solid;
}

table.time-table td {
	padding: 0.5em 1em;
	text-align: center;
	vertical-align: middle;
	border: 1px #999999 solid;
}

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

img[src$=".gif"] {
	background-size: contain !important;
}

img[src$="TECI-697.gif"] { background: url(../discography/jacket/TECI-697.jpg) 50% 50% no-repeat; }
img[src$="TECI-698.gif"] { background: url(../discography/jacket/TECI-698.jpg) 50% 50% no-repeat; }
img[src$="TECI-699.gif"] { background: url(../discography/jacket/TECI-699.jpg) 50% 50% no-repeat; }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* top.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#topics p.area {
	padding: 0.5em 2%;
	color: #ffffff;
	font-size: 1.5rem;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* profile.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

div.biography table {
	width: 470px;
}

div.biography table th {
	width: 6em;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* schedule.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#schedule p.area {
	margin-left: -25px;
	margin-right: -25px;
	padding: 0.5em 2%;
	color: #ffffff;
	font-size: 1.5rem;
}
