@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.8); }

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

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

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

#jjcc {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 2em;
	text-align: center;
}

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

#jjcc div.member {
	overflow: hidden;
	position: relative;
	margin: 3em auto;
	text-align: left;
}

#jjcc div.member dl {
	float: left;
	width: 400px;
	color: #666666;
}

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

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

#jjcc div.member dl dd.copy {
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-size: 1.6rem;
}

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

#jjcc div.member figure {
	float: right;
	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);
}

#jjcc div.member figcaption {
	overflow: hidden;
	display: block;
	color: #666666;
	margin: 0.3em 0 -0.7em 0;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

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