/*==============================================
サテライト　共通
　遷移ヘッダー
BBS http://bbs.sp.app.findsocial.jp/
  投稿詳細
community http://community.sp.app.findsocial.jp/
	ヘッダー
	ログイン
User http://user.sp.app.findsocial.jp/
  設定
==============================================*/
/*==============================================
サテライト　共通
==============================================*/
/*-------------------------------
遷移ヘッダー
--------------------------------*/
.App_Icon{
  display:inline-block;
  vertical-align:middle;
  background-image:url("../image/app/icon_find_app.png");
  background-repeat:no-repeat;
  background-size:270px;
  -moz-background-size:270px;
  -webkit-background-size:270px;
  -o-background-size:270px;
  -ms-background-size:270px;
}
.Fixed_Header .App_Icon.Return01{
  width: 14px;
  height: 23px;
  background-position: -150px -180px;
}
.Fixed_Header .App_Icon.Close{
  width: 22px;
  height: 23px;
  background-position: -182px -63px;
}
.Fixed_Header + .history_back{
  position: fixed;
  z-index: 99;
  left: 8px;
  bottom: 55px;
  display: block;
  width:44px;
  height: 44px;
  background:rgba(0,0,0,.3) !important;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, .3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.App_Icon.HistoryBack{
  height: 16px;
  width: 32px;
  background-position: -209px -217px;
}
.history_back .HistoryBack{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Fixed_Header{
  width: 100%;
  height: 54px;
  z-index: 999;
}
.Fixed_Header > div{
  display:block;
  position: fixed;
  width:100%;
  height: 44px;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #ccd1d3;
  color:#333;
  z-index: 999;
}
.Fixed_Header > div:before{
  display: block;
  content:'';
  height: 20px;
  width:80px;
  margin: 14px auto 0;
  background-image:url("../image/app/logo_text_icon.png");
  background-repeat: no-repeat;
  background-size: auto 17px;
  -moz-background-size: auto 17px;
  -webkit-background-size: auto 17px;
  -o-background-size: auto 17px;
  -ms-background-size: auto 17px;
  opacity: 0.2;
  left: 10px;
  background-position: 0px 0px;
}
.Fixed_Header a{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  height: 23px;
}
.Fixed_Header a.Return{
  left: 20px;
}
.Fixed_Header a.Return span{

}
.Fixed_Header a.Close{
    right: 20px;
}
.Fixed_Header a.Close span{
  font-size: 33px;
  color:#a9aeb3;
  height: 30px;
  width: 30px;
}
.ContentsTitle{
  height: 36px !important;
  line-height: 2.4em !important;
  padding-top: 0px !important;
}
/*==============================================
BBS http://bbs.sp.app.findsocial.jp/
==============================================*/
/*-------------------------------
投稿詳細
--------------------------------*/
#App_Contribute_Detail .CommonList .CommentHead .CommentNum{
  position: absolute;
  top: 0px;
  right: 2px;
  color: #ababab;
  font-size: 75%;
  height: 14px;
}
#App_Contribute_Detail .CommonList .CommentHead .CommentTime {
    position: absolute;
    top: 14px;
    right: 2px;
    color: #ababab;
    font-size: 75%;
}
#App_Contribute_Detail .CommonList .CommentHead  .UserName{
  display: inline-block;
  margin-top: 2px;
  padding: 0;
  line-height: 34px;
  color: #ababab;
  font-weight: bold;
}
#App_Contribute_Detail .CommonList .CommentMenu .Fav_Btn{

  position: relative;
  color: #777;
  display: inline-block;
  padding: 0 10px 0 22px !important;
  border: none;
  line-height: 32px !important;
  background: none;
}
/* いいね01　青 */
#App_Contribute_Detail .CommonList .CommentMenu .Fav_Btn .Icon_Good01{
  position: absolute;
  left: 2px;
  top: 6px;
  display: inline-block;
  width: 25px;
  height: 15px;
  background-image: url(../image/app/icon_find_app.png);
  background-repeat: no-repeat;
  background-size: 270px;
  -moz-background-size: 270px;
  -webkit-background-size: 270px;
  -o-background-size: 270px;
  -ms-background-size: 270px;
  background-position: -211px -60px;
}
#App_Contribute_Detail .CommonList .CommentMenu .Fav_Btn .like_count{
  color:#777;
	font-size:112%;
	margin-left: 8px;
  padding-left:0;
}

/*==============================================
community http://community.sp.app.findsocial.jp/
==============================================*/
/*-------------------------------
ヘッダー
--------------------------------*/
body#Menu .community_header{
  display: none;
}
body#Menu .Fixed_Header a.Return{
  position: absolute;
  left: 20px;
  height: 23px;
  border-bottom: none;
}
/*-------------------------------
ログイン
--------------------------------*/
/*
#App_Terms .community_header,
#App_Terms .history_back,
#App_Terms .ListTypeBtn.Privacy{
	display: none;
}
#App_Terms .Contents .Find_Contents{
	margin-top: 9px;
}*/
/*==============================================
user http://user.sp.app.findsocial.jp/
==============================================*/
/*-------------------------------
ヘッダー
--------------------------------*/
#User_Header .MypageLink{
	position: fixed;
	z-index: 99;
	right: 8px;
	top: auto;
	bottom: 55px;
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, .3);
	background-position: 50% 50%;
}
/*-------------------------------
設定
--------------------------------*/
#Prof_Image_Edit ul li input[type="radio"]:checked + label.LabelBox{
	border:none;
	background: #faf9ee;
}
