@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.hokkaido {
	background: #97972e;
}

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-413.gif"] {	background: url(../discography/jacket/TECI-413.jpg) 50% 50% no-repeat; }
img[src$="TECI-414.gif"] {	background: url(../discography/jacket/TECI-414.jpg) 50% 50% no-repeat; }
img[src$="TECI-415.gif"] {	background: url(../discography/jacket/TECI-415.jpg) 50% 50% no-repeat; }
img[src$="TECI-416.gif"] {	background: url(../discography/jacket/TECI-416.jpg) 50% 50% no-repeat; }
img[src$="D-C087.gif"] {	background: url(../discography/jacket/D-C087.jpg) 50% 50% no-repeat; }

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

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

#topics ul.schedule li {
	display: table;
	width: 100%;
}
#topics ul.schedule li::before {
	display: none;
}

#topics ul.schedule span {
	display: table-cell;
}
#topics ul.schedule span.date {
	width: 10em;
	vertical-align: middle;
}

#topics ul.schedule span.date + span {
	padding: 0 1em;
}

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

#info figcaption ul li {
	display: inline-block;
	margin: 0 0.5em;
}

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;
}
