/* ↓【No.141】 速報停止中メッセージのあしらいを変更 */
.preliminaryReport{
	display: block;
	position: relative;
	bottom:0;
	width: 100%;
	height:94px;
	background:#eeece1;
	font-size: 14px;
	margin-bottom: 15px;
}
.preliminaryReport p{
	padding: 5px;
	color: #1e1e1e;
	height: 74px;
	background-color: #fffff3;
	border: 5px solid #e9e7cf;
}
/*コンテンツ960px用 600px時は非表示に*/
.preliminaryReport p{
	display: block;
	text-align: center;
	line-height: 74px;
}
@media screen and (max-width: 750px){
	.preliminaryReport {
		font-size: 12px;
	}
	.preliminaryReport p{
		display: table-cell;
		height: 93px;
		line-height: 1.6;
		text-align: left;
	}
}
/* ↑【No.141】 速報停止中メッセージのあしらいを変更 */

/*start 修正日付20150818 【No.10】 会員詳細ページ 右カラムなしにデザイン変更*/
.profileDetailed .boxIn03 dl{
	float:right;
	border:#c8c8c8 solid 1px;
	width:150px;
	text-align:center;
	margin:7px 0 0 13px;
}
@media screen and (max-width: 750px){
	.profileDetailed .boxIn03 dl{
		display: none;
	}
}
.profileDetailed .boxIn03 dl.rize{
	width:223px;
}

.profileDetailed .boxIn03 dl.rize p{
	float:left;
	width:157px;
}
.profileDetailed .boxIn03 dl.rize p.r_rank{
	float:left;
	width:65px;
	border-right:#c8c8c8 solid 1px;
}
/*end 修正日付20150818 【No.10】 会員詳細ページ 右カラムなしにデザイン変更*/
#content div.stats table th:nth-child(n+2) {
	width: 100px;
}
@media screen and (max-width: 750px){
	#content div.stats table {
		width: 480px;
	}
	#content div.stats table th:nth-child(n+2) {
		width: 80px;
	}
	#content div.stats .statsWrap {
		overflow: auto;
	}
}

/* 20200930 速報のAPI化に伴い非表示 */
.profileArea .qualification,
.profileArea .profileDetailed .boxIn03,
.profileArea .profileDetailed .snsBtns
 {
  display: none;
}
