@charset "UTF-8";

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

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

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


/* L1 ######################################## プロフィール ######################################## */

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

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

/* ****************************** アーティスト情報 ****************************** */

#info {
	clear: both;
	position: relative;
	padding-bottom: 1.0em;
	
	background: rgba(255, 255, 255, 0.85);
}

#info h3 {
	display: none;
}

/* L3 ======================================== アーティスト名 ======================================== */

#info > dl > dt {
	padding: 0.8em 25px 0 25px;
	color: #444444;
	font-size: 2.4rem;
}
#info > dl > dt::before {
	content: "\f007";
	margin-right: 0.5em;
	color: #666666;
	font-family: "FontAwesome";
}
#info > dl.group > dt::before {
	content: "\f0c0";
}

#info > dl > dd.name-other {
	margin: 0 20px;
	padding: 0.2em 25px 0 38px;
	color: #444444;
	font-size: 1.4rem;
	
	border-top: 1px dotted rgba(0, 0, 0, 0.5);
}

#info > dl.group > dt + dd.name-other {
	padding-left: 45px;
}

/* ****************************** データ****************************** */

#info > dl > dd.data {
	overflow: hidden;
	margin-top: 2em;
	padding: 0 50px;
}

/* L3 ======================================== フォト ======================================== */

/* L4 ---------------------------------------- センタリング ---------------------------------------- */

#info div.photo {
	margin-bottom: 2em;
	text-align: center;
}


#info div.photo figure {
	display: inline-block;
	margin: 0 2px;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#info div.photo figure img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* L4 ---------------------------------------- フロート ---------------------------------------- */

#info div.photo-float {
	clear: right;
	float: right;
	position: relative;
	z-index: 100;
	margin-bottom: 1.5em;
	margin-left: 20px;
	text-align: center;
}


#info div.photo-float figure {
	display: inline-block;
	margin: 0 2px;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#info div.photo-float figure img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* L4 ---------------------------------------- 汎用キャプション ---------------------------------------- */

#info figcaption {
	display: block;
	color: #666666;
	margin: 0.5em 0 -0.7em 0;
	font-size: 1.2rem;
}

#info figcaption ul {
	position: relative;
	padding-left: 4em;
	padding-right: 4em;
}

#info figcaption ul:first-child::before {
	content: "L to R";
	position: absolute;
	top: -1px;
	bottom: 0;
	right: 0;
	display: inline-block;
	margin: auto 0;
	padding: 5px;
	color: #999999;
	font-size: 1.1rem;
	line-height: 1.0;
	letter-spacing: 0;
	
	border: 1px solid rgba(0, 0, 0, 0.1);
}

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

/* L3 ======================================== 汎用テーブル ======================================== */

#info table.center {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* L4 ---------------------------------------- L to R タイプ ---------------------------------------- */

#info table.l-to-r {
	position: relative;
	color: #000000;
	margin: 1em 0 2.5em 0;
	font-size: 1.2rem;
	line-height: 1.6;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
}

#info table.l-to-r th {
	position: relative;
	min-width: 110px;
	padding: 0.8em 25px;
	color: #666600;
	font-weight: normal;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	border: 1px solid #aaaaaa;
	
	background: rgba(0, 0, 0, 0.05);
	
}

#info table.l-to-r td {
	padding: 0.8em 2em;
	border: 1px solid #aaaaaa;
	border-right: 1px dotted #999999;
	border-left: none;
	background: rgba(0, 0, 0, 0.03);
}

/* L4 ---------------------------------------- Top to Bottom タイプ ---------------------------------------- */

#info table.t-to-b {
	position: relative;
	color: #000000;
	margin: 1em 0 2.5em 0;
	font-size: 1.2rem;
	line-height: 1.6;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
}

#info table.t-to-b th {
	position: relative;
	min-width: 110px;
	padding: 0.8em 25px;
	color: #666600;
	font-weight: normal;
	text-align: center;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	border: 1px solid #aaaaaa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	
	background: rgba(0, 0, 0, 0.05);
}

#info table.t-to-b td {
	padding: 0.8em 2em;
	text-align: center;
	border: 1px dotted #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background: rgba(0, 0, 0, 0.03);
}

/* L3 ======================================== パーソナル ======================================== */

#info ul.personal {
	list-style-type: none;
	margin-bottom: 2em;
	text-align: center;
}

#info ul.personal li {
	display: inline-block;
	color: #666600;
}

#info ul.personal li::after {
	content: "/";
	margin: 1em;
	color: #666666;
}
#info ul.personal li:last-child::after {
	display: none;
}

/* L3 ======================================== バイオグラフィー ======================================== */

#info div.biography {
	width: 650px;
	margin: 0 auto 1em auto;
}

#info div.biography.wide {
	width: 100%;
}

#info div.biography.w900 { width: 900px; }
#info div.biography.w850 { width: 850px; }
#info div.biography.w800 { width: 800px; }
#info div.biography.w750 { width: 750px; }
#info div.biography.w700 { width: 700px; }

/* ****************************** table 関連 ****************************** */

/* L3 ======================================== table 要素 ======================================== */

#info table.history {
	position: relative;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	
	box-sizing: border-box;
}

/* L3 ======================================== caption 要素 ======================================== */

#info table.history caption {
	position: relative;
	margin-left: 1.6em;
	margin-bottom: 0.2em;
	color: #444444;
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.6;
	letter-spacing: 0.1em;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#info table.history caption::before {
	content: "\f022";
	position: absolute;
	top: -1px;
	left: -1.4em;
	margin-right: 0.5em;
	font-family: "FontAwesome";
}

/* L3 ======================================== tr 要素 ======================================== */

#info table.history thead tr {
	background: rgba(0, 0, 0, 0.04);
}

/* L3 ======================================== th 要素 ======================================== */

#info table.history th {
	padding: 0.5em 25px;
	color: #666600;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
	border: 1px solid #bbbbbb;
}

/* L3 ======================================== td 要素 ======================================== */

#info table.history tbody td {
	font-size: 1.3rem;
	vertical-align: middle;
	border: 1px solid #aaaaaa;
}

#info table.history tbody td.time1 {
	white-space: nowrap;
	padding: 1em 10px;
	text-align: center;
	border-right: none;
	
	background: rgba(0, 0, 0, 0.02);
}
#info table.history tbody td.time2 {
	padding: 1em 10px;
	text-align: center;
	white-space: nowrap;
	border-left: 1px dotted #aaaaaa;
}

#info table.history tbody td.record {
	padding: 1em 20px;
}

/* L4 ---------------------------------------- .format リスト 上書き ---------------------------------------- */

#info table ul {
	margin-left: 20px;
}

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

