@charset "UTF-8";
/* CSS Document */
/*sitethumnailが1screenなら1, 2screenesなら2*/

div.member1, div.member2 {
	width: 684px;
	margin-bottom: 36px;
	clear:both;
}

div#member_icon_list img {
	margin-right: 4px;
	margin-bottom: 4px;
}

div.member_detail {
	margin-bottom: 36px;
}



div.icon {
	width: 72px;
	height: 72px;
	float: left;
}

div.profile {
	width: 590px;
	float: right;
}

div.profile-detail1, div.profile-detail2 {
	width: 440px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-left: 12px;
}

div.profile-screen1, div.profile-screen2 {
	width: 120px;
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-left: 12px;
	float: right;
}

div.member1, div.profile-detail1,div.profile-screen1 {
	height: 120px;
}

div.member2, div.profile-detail2, div.profile-screen2 {
	height: 240px;
}

div.profile-detail1 p,div.profile-detail2 p {
	margin-bottom: 12px;
}

div.profile-detail1 h3, div.profile-detail2 h3 {
	margin-bottom: 18px;
}

