@charset "shift_jis";

/* user
----------------------------------------------------*/
.userScene img {
	margin-bottom: 8px;
}
.userScene li {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.userScene li:nth-child(2n) {
	margin-right: 0;
}
strong {
	font-weight: bold;
	color: #ee3832;
}
.userList h4 {
	color: #fff;
	padding: 10px;
	font-size: 14px;
}
.userList h4 + div {
	padding: 10px;
	line-height: 1.5;
}
.userList li {
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}
.userList li:first-child {
	border: 1px solid #004aaa;
	margin-bottom: 16px;
}
.userList li:first-child h4 {
	background-color: #004aaa;
}
.userList li:last-child {
	border: 1px solid #009b42 ;
}
.userList li:last-child h4 {
	background-color: #009b42 ;
}