@charset "UTF-8";

@media screen and (max-width: 768px) {

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

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

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

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

#thestarbems {
	margin-bottom: 1em;
}

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

#thestarbems div.member {
	display: block;
	width: 100%;
	height: auto;
}

#thestarbems div.member:first-child {
	display: none;
}

#thestarbems div.member dl dt {
	font-size: 2.0rem;
	line-height: 1.2;
}

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

#thestarbems div.member img {
	width: 100%;
	height: auto;
}

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

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

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

}