@charset "utf-8";

/********** サイトの定義 **********

使用する文字サイズ：
10px
14px（基本）
16px
18px（中サイズ見出し）
20px（特例:TOPの検索するボタンなど）
24px（特例:TOPのエリア検索・駅検索など）
28px（大サイズ見出し）

空白の使用サイズ：
10px
20px
40px（基本）
60px
120px（大見出しの段落ごと）

*******************************/


/***** ユーザーを探す（ユーザー一覧ページも一部共通） *****/
#userList {
	margin-bottom: 120px;
}

#userList ul {

}

#userList ul li {
	display: inline-block;
	width: 222px;

	margin-right: 20px;
	margin-bottom: 20px;

	border: 1px solid #ccc;
	border-radius: 6px;
}

#userList ul li:nth-child(5n) {
	margin-right: 0;
}

#userList ul li:nth-last-child(-n+5) {
	margin-bottom: 0;
}

#userList ul li a.morelink {
	height:100%;
	color: #333;
	text-decoration: none;
}

#userList ul li a.morelink:hover {
	opacity: 0.8;
	transition: 0.5s;
}

#userList ul li img:hover { opacity:1; transition: unset; }

#userList ul li img.headerBG {
	position: absolute;
	width: 222px;
	height: 74px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

#userList ul li img.icon {
	position: relative;
	top: 37.33px;
	left: 5px;

	display: block;

	width: 74.66px;
	height: 74.66px;
	object-fit: cover;

	padding: 2px;			/* ← 謎の黒い線が入ってしまうため、「padding」「background」「border」で3px分の白い枠線を作っています */
	background: #fff;		/* ← 謎の黒い線が入ってしまうため、「padding」「background」「border」で3px分の白い枠線を作っています */
	border: 1px solid #fff;	/* ← 謎の黒い線が入ってしまうため、「padding」「background」「border」で3px分の白い枠線を作っています */

	border-radius: 50%;		/* ← 正円形 ＝ 50% */
}

#userList ul li i {
	margin-right: 3px;
}

#userList ul li p span {
	font-weight: bold;
}

#userList ul li .who {
	position: relative;
	width: 124px;
	float: right;
	right: 10px;
	top: 6px;
}

#userList ul li .who p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-right: 5px;
	font-weight: bold;
}

#userList ul li .who p.name {
	width: 88px;
	font-size: 14px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#userList ul li .who p.badge {
	margin-right: 3px;
	font-size: 14px;
}

#userList ul li .who p.badge i {
	margin-right: 0;

	color: #caa846;
	background: -webkit-linear-gradient(90deg, #caa846, #e5bd54);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#userList ul li .who p:last-child {
	margin-right: 0;
}

#userList ul li .profile {
	padding: 47.33px 10px 10px 10px;
}


#userList ul li .profile .log {

}

#userList ul li .profile .log p {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

#userList ul li .profile .log p:last-child {
	margin-right: 0;
}

#userList ul li .profile .profession {

}

#userList ul li .profile .profession p {
	font-size: 12px;
	font-weight: bold;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#userList ul li .profile .introduction {
	height: 90px;
}

#userList ul li .profile .introduction p {
	font-size: 14px;

	display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
}

#userList ul li .profile .more {

}

#userList ul li .profile .more p {
	margin: 0;
	font-size: 14px;
	color: #38b6ff;
	text-align: right;
}

#userList ul li .profile .more p i {
	color: #38b6ff;
}


/*ユーザー一覧（もっと見る）ボタン*/
#userList button {
	font-family: "YakuHanJP","Roboto","Noto Sans JP",Meiryo,sans-serif;
	position: relative;
	width: 540px;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	padding: 10px;
	background: #00A1FF;
	border: 0;
	border-radius: 6px;

	/* ▼ ▼ ▼ 新ボタンデザインCSS　▼ ▼ ▼ */
	-webkit-border-radius: 6px;

	border: 1px solid #00A1FF;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px #ffffff inset, 1px 1px 1px 0px rgba(0,0,0,0.1);
			box-shadow: 0px 1px 1px #ffffff inset, 1px 1px 1px 0px rgba(0,0,0,0.1);

	background-image: -webkit-linear-gradient(#66C6FF 0%, #00A1FF 100%);
	background-image: linear-gradient(#66C6FF 0%, #00A1FF 100%);

	outline: none;
	cursor: pointer;
	/* ▲ ▲ ▲ 新ボタンデザインCSS　▲ ▲ ▲ */
}

#userList button:hover {
	opacity: 0.8;
}

#userList button a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
}

#userList button a i {
	margin-left: 5px;
	color: #ffff00;
}




/************************************************************
　NEWS（当サイトからのお知らせ）
　※ここを変更した場合は「style_sub_other.css」も変更する。
************************************************************/

main #siteNews {
	margin-bottom: 120px;
}

main #siteNews ul.NewsList {
	margin-bottom: 20px;
}

main #siteNews ul.NewsList li {
	background: #fff;

	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

main #siteNews ul.NewsList li:hover {
	background: #eee;
}

main #siteNews ul.NewsList li:last-child {
	border-bottom: 1px solid #ccc;
}

main #siteNews ul.NewsList li a {
	display: block;

	flex-wrap: wrap;
	flex-wrap: nowrap;

	width: 1158px;
	padding: 20px 20px;
	color: #333;
}
main #siteNews ul.NewsList li a:hover {
	color: #333;
}

main #siteNews ul.NewsList li span {
	display: inline-block;
	vertical-align: middle;
	width: 111px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #e50000;
	border-radius: 15px;
}

main #siteNews ul.NewsList li p {
	display: inline-block;
	vertical-align: middle;
	width: calc( 100% - 141px );
	margin: 0;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

main #siteNews p.moreLink {
	text-align: center;
}

main #siteNews p.moreLink a { display:unset; font-weight:bold; color:#e50000; text-decoration:none; }
main #siteNews p.moreLink a:hover { opacity:0.8; transition: 0.5s; }

main #siteNews p.moreLink a i {
	margin-right: 5px;
}