@charset "UTF-8";

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

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

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

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

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

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

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

/* ######################################## メンバー ######################################## */

#thestarbems {
	margin-top: 2em;
	text-align: center;
}

/* ******************** 個別メンバー ******************** */

#thestarbems div.member {
	display: inline-block;
	position: relative;
	width: 450px;
	height: 300px;
	margin: 0.2em auto;
	text-align: left;
}

#thestarbems div.member dl {
	position: absolute;
	left: 6px;
	bottom: 6px;
	padding: 5px 10px;
	color: #ffffff;
	white-space: nowrap;
	
	background: rgba(0, 0, 0, 0.75);
}

#thestarbems div.member dl dt {
	font-size: 2.6rem;
	margin-top: 0.2em;
	line-height: 1.0;
}

#thestarbems div.member dl dd.name-other {
	margin-bottom: 0.5em;
	line-height: 1.2;
}

#thestarbems div.member img {
	border: 1px solid #333333;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#thestarbems div.member:first-child img {
	border: none;
	
	box-shadow: none;
}

/* ==================== format.css リスト上書き ==================== */

#thestarbems div.member dl dd ul {
	margin-left: 20px;
	font-size: 1.1rem;
	line-height: 1.6;
}